<krpano title="【上海浦东】叁灵灵VR全景地图 同款" debugmode="false" showerrors="false" skin="%SWFPATH%/skin">

    <include url="%SWFPATH%/skin/vtourskin.xml?s=1786882693"/>
    <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_0"/>
        <action name="add_text_marking_line">
            txtadd(textmarklinename, 'text_marking_line_', get(name));
            if(plugin[get(textmarklinename)], removeplugin(get(textmarklinename)););
            if(hotspot[get(name)].text_marking_html != '' AND hotspot[get(name)].text_marking_line_url != '',
                set(_mark_align, 'bottom');
                if(hotspot[get(name)].text_marking_edge != null AND hotspot[get(name)].text_marking_edge != '', copy(_mark_align, hotspot[get(name)].text_marking_edge));
                if(_mark_align == 'top-left', set(_mark_align, 'rightbottom'));
                if(_mark_align == 'top-right', set(_mark_align, 'leftbottom'));
                if(_mark_align == 'bottom-right', set(_mark_align, 'lefttop'));
                if(_mark_align == 'bottom-left', set(_mark_align, 'righttop'));
                if(_mark_align == 'ltop', set(_mark_align, 'rightbottom'));
                if(_mark_align == 'ztop', set(_mark_align, 'bottom'));
                if(_mark_align == 'rtop', set(_mark_align, 'leftbottom'));
                if(_mark_align == 'rcenter', set(_mark_align, 'left'));
                if(_mark_align == 'rbottom', set(_mark_align, 'lefttop'));
                if(_mark_align == 'zbottom', set(_mark_align, 'top'));
                if(_mark_align == 'lbottom', set(_mark_align, 'righttop'));
                if(_mark_align == 'lcenter', set(_mark_align, 'right'));
                set(_mark_edge, get(_mark_align));
                set(_mark_url, '/static/editor/images/text-marking-triangle.png');
                set(_mark_width, 16);
                set(_mark_height, 14);
                set(_mark_rotate, 0);
                set(_mark_color, '0xffffff');
                set(_mark_alpha, 1);
                if(hotspot[get(name)].text_marking_line_url != null AND hotspot[get(name)].text_marking_line_url != '', copy(_mark_url, hotspot[get(name)].text_marking_line_url));
                if(hotspot[get(name)].text_marking_line_width != null AND hotspot[get(name)].text_marking_line_width != '', copy(_mark_width, hotspot[get(name)].text_marking_line_width));
                if(hotspot[get(name)].text_marking_line_height != null AND hotspot[get(name)].text_marking_line_height != '', copy(_mark_height, hotspot[get(name)].text_marking_line_height));
                if(hotspot[get(name)].text_marking_line_rotate != null AND hotspot[get(name)].text_marking_line_rotate != '', copy(_mark_rotate, hotspot[get(name)].text_marking_line_rotate));
                if(hotspot[get(name)].text_marking_line_color != null AND hotspot[get(name)].text_marking_line_color != '', copy(_mark_color, hotspot[get(name)].text_marking_line_color));
                if(hotspot[get(name)].text_marking_line_alpha != null AND hotspot[get(name)].text_marking_line_alpha != '', copy(_mark_alpha, hotspot[get(name)].text_marking_line_alpha));

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

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

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

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

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

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

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

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

                txtadd(plugin[get(tooltipname)].onclick, 'callwith(hotspot[',get(name),'], onclick);');
            );
        </action>
                <scene name="scene_253593" title="前滩南侧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/thumb.jpg" fenzuid="58869" parent_fenzuid="58868" lat="31.137030" lng="121.482587" heading="" scene_id="253593" pano_id="4912" 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="8" 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.3027968481" hotspot_fenzu='[{"id":716078,"pano_id":4912,"view_id":253593,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1786882353,"update_time":1786882353,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":716078,"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="-164.3027968481" vlookat="41.633263884665" fovtype="MFOV" fov="120" fovmin="76" fovmax="120" vlookatmax="36" 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_8691607" 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_8691607);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩百合园" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;百&lt;br/&gt;合&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253592" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691608" 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_8691608);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩润璟" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;润&lt;br/&gt;璟[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253595" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691609" 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_8691609);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="中企云萃森林" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;企&lt;br/&gt;云&lt;br/&gt;萃&lt;br/&gt;森&lt;br/&gt;林[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253596" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691610" 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_8691610);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩绿地" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;绿&lt;br/&gt;地[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253594" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691611" 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_8691611);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691612" 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_8691612);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691613" 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_8691613);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691614" 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_8691614);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691615" 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_8691615);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691616" 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_8691616);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691617" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691617);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691618" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691618);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691619" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691619);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691620" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691620);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691621" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691621);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691622" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691622);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691623" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691623);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691624" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691624);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691625" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691625);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691626" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691626);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691627" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691627);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691628" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691628);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691629" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691629);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691630" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691630);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691631" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691631);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691632" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691632);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691633" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691633);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691634" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691634);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691635" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691635);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691636" 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_8691636);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691637" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691637);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691638" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691638);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691639" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691639);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691640" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691640);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691641" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691641);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691642" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691642);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691643" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691643);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691644" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691644);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691645" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691645);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691646" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691646);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691647" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691647);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691648" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691648);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691649" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691649);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691650" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691650);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691651" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691651);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691652" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691652);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691653" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691653);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691654" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691654);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691655" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691655);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691656" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691656);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691657" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691657);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691658" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691658);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691659" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691659);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691660" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691660);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691661" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691661);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691662" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691662);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691663" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691663);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691664" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691664);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691665" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691665);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691666" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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.60787658172987" atv="24.751610025084382" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8691666);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691667" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691667);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691668" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691668);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691669" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691669);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691670" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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.41825946396955" atv="21.358987592230203" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8691670);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691671" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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.64799857381777" atv="22.509976457649525" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8691671);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691672" 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_8691672);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691673" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691673);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                        <hotspot name="spot_8691674" 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:35px;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="35" text_marking_line_rotate="0" text_marking_line_color="0xffffff" text_marking_line_alpha="1" text_marking_line_type="line" bgalpha="0" ath="108.79178221280296" atv="48.43955678364658" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8691674);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="叁灵灵租售中心" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]叁灵灵租售中心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253593">
                                </hotspot>
                            <hotspot name="embed_9_92091" 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_92091_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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());"/>
                                <hotspot name="embed_9_92092" 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_92092_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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());"/>
                
        </scene>
                <scene name="scene_253596" title="中企云萃森林" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/thumb.jpg" fenzuid="58869" parent_fenzuid="58868" lat="31.144149" lng="121.480484" heading="" scene_id="253596" pano_id="4912" 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":716087,"pano_id":4912,"view_id":253596,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1786882353,"update_time":1786882353,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":716087,"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_8691700" 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_8691700);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩百合园" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;百&lt;br/&gt;合&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253592" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691701" 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_8691701);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩润璟" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;润&lt;br/&gt;璟[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253595" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691702" 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_8691702);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩绿地" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;绿&lt;br/&gt;地[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253594" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691703" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="176.42958125135723" atv="16.15168397166206" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691703);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩南侧" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253593" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691704" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691704);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691705" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png" renderer="webgl" ath="-22.282403410908216" atv="13.217707579911231" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691705);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691706" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png" renderer="webgl" ath="-51.08693010683254" atv="7.930676178515035" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691706);" zoom="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;员&lt;br/&gt;子&lt;br/&gt;女&lt;br/&gt;学&lt;br/&gt;校[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691707" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png" renderer="webgl" ath="-72.88860012599986" atv="7.158599968326638" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691707);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691708" 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_8691708);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691709" 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_8691709);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691710" 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_8691710);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691711" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691711);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691712" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691712);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691713" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691713);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691714" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691714);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691715" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691715);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691716" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691716);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691717" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691717);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691718" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691718);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691719" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691719);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691720" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691720);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691721" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691721);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691722" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691722);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691723" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691723);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691724" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691724);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691725" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691725);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691726" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691726);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691727" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691727);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691728" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691728);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691729" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691729);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691730" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691730);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691731" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691731);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691732" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691732);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691733" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691733);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691734" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691734);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691735" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691735);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691736" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691736);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691737" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691737);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691738" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691738);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691739" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691739);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691740" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691740);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691741" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691741);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691742" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691742);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691743" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691743);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691744" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691744);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691745" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691745);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691746" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691746);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691747" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691747);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691748" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691748);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691749" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691749);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691750" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691750);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691751" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691751);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691752" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691752);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691753" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691753);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691754" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691754);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691755" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691755);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691756" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691756);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691757" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691757);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691758" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691758);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
                        <hotspot name="spot_8691759" 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_8691759);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253596">
                                </hotspot>
            
        </scene>
                <scene name="scene_253595" title="前滩润璟" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/thumb.jpg" fenzuid="58869" parent_fenzuid="58868" lat="31.140379" lng="121.466994" heading="" scene_id="253595" pano_id="4912" 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":716082,"pano_id":4912,"view_id":253595,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1786882353,"update_time":1786882353,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":716082,"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="113" 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_8691687" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-65.42117697067863" atv="20.75106129183037" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691687);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩百合园" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;百&lt;br/&gt;合&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253592" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691688" 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_8691688);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩绿地" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;绿&lt;br/&gt;地[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253594" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691689" 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_8691689);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="中企云萃森林" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;企&lt;br/&gt;云&lt;br/&gt;萃&lt;br/&gt;森&lt;br/&gt;林[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253596" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691690" 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_8691690);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩南侧" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253593" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691691" 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_8691691);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691692" 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_8691692);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691693" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png" renderer="webgl" ath="-13.993044280759193" atv="10.83256503702323" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691693);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691694" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="4.124127812064103" atv="12.086424234132934" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691694);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691695" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png" renderer="webgl" ath="13.520424366626969" atv="11.874103354551664" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691695);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691696" 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="22.24034032992398" atv="13.149334840313632" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8691696);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691697" 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_8691697);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691698" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691698);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                </hotspot>
                        <hotspot name="spot_8691699" 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_8691699,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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253595">
                                    <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>
            
        </scene>
                <scene name="scene_253592" title="前滩百合园" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/1e9bbeca882dd6dd/thumb.jpg" fenzuid="58869" parent_fenzuid="58868" lat="31.142565" lng="121.460343" heading="" scene_id="253592" pano_id="4912" 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":716068,"pano_id":4912,"view_id":253592,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1786882353,"update_time":1786882353,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":716068,"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="116" 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_8691546" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691546);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691547" 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_8691547);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩润璟" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;润&lt;br/&gt;璟[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253595" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691548" 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_8691548);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691549" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png" renderer="webgl" ath="32.54892674862754" atv="6.69545656689042" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691549);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691550" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="43.77370939046875" atv="6.9057371075325795" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691550);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="前滩学校" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(213, 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691551" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png" renderer="webgl" ath="47.7388959954543" atv="6.670023395821456" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_8691551);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="冰厂田前滩幼儿园" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(213, 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691552" 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_8691552);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="中企云萃森林" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;企&lt;br/&gt;云&lt;br/&gt;萃&lt;br/&gt;森&lt;br/&gt;林[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253596" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691553" 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_8691553);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩绿地" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;绿&lt;br/&gt;地[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253594" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691554" 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_8691554);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩南侧" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253593" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691555" 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_8691555);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691556" 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="25.423528533970114" atv="10.339325059108589" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8691556);" 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;寺[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691557" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691557);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691558" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691558);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691559" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691559);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691560" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691560);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691561" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691561);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691562" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691562);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691563" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691563);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691564" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691564);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691565" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691565);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691566" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691566);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691567" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691567);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691568" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691568);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691569" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691569);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691570" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691570);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691571" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691571);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691572" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691572);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691573" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691573);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691574" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691574);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691575" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691575);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691576" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691576);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691577" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691577);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691578" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691578);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691579" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691579);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691580" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691580);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691581" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691581);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691582" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691582);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691583" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691583);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691584" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691584);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691585" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691585);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691586" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691586);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691587" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691587);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691588" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691588);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691589" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691589);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691590" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691590);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691591" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691591);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691592" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691592);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691593" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691593);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691594" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691594);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691595" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691595);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691596" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691596);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691597" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691597);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691598" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691598);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691599" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691599);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691600" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691600);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691601" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691601);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691602" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691602);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691603" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691603);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691604" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691604);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691605" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691605);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
                        <hotspot name="spot_8691606" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="" text_marking_line_width="0" text_marking_line_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_8691606);" 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="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253592">
                                </hotspot>
            
        </scene>
                <scene name="scene_253594" title="前滩绿地" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/thumb.jpg" fenzuid="58869" parent_fenzuid="58868" lat="31.135187" lng="121.469179" heading="" scene_id="253594" pano_id="4912" 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":716080,"pano_id":4912,"view_id":253594,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1786882353,"update_time":1786882353,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":716080,"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_8691675" 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_8691675);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩百合园" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;百&lt;br/&gt;合&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253592" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691676" 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_8691676);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩润璟" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;润&lt;br/&gt;璟[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253595" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691677" 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_8691677);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="中企云萃森林" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;企&lt;br/&gt;云&lt;br/&gt;萃&lt;br/&gt;森&lt;br/&gt;林[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253596" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691678" 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_8691678);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前滩南侧" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_253593" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691679" 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_8691679);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691680" 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_8691680);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691681" 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_8691681);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691682" 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_8691682);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691683" 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_8691683);" 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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691684" 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_8691684);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691685" 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_8691685);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
                        <hotspot name="spot_8691686" 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_8691686);" zoom="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" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_253594">
                                </hotspot>
            
        </scene>
            <config>
        <qiniu_allow_state data='0'/>
        <cdn_host data='https://cdn.yj720.com.cn'/>
        <pano data="{&quot;id&quot;:4912,&quot;v_id&quot;:&quot;nVtIZ2oxBd3&quot;,&quot;uid&quot;:1518,&quot;is_del&quot;:1,&quot;examine&quot;:1,&quot;group_id&quot;:0,&quot;folder_id&quot;:0,&quot;cate_id&quot;:2,&quot;type&quot;:0,&quot;province&quot;:&quot;上海市&quot;,&quot;city&quot;:&quot;&quot;,&quot;qrcode&quot;:&quot;\/uploads\/1518\/qrcode\/17868823533143860.png&quot;,&quot;spot&quot;:null,&quot;school&quot;:null,&quot;title&quot;:&quot;【上海浦东】叁灵灵VR全景地图 同款&quot;,&quot;tags&quot;:&quot;18&quot;,&quot;group_textarea&quot;:&quot;&quot;,&quot;thumb&quot;:&quot;\/uploads\/3\/image\/20251125\/fe86ae42808eb1a9713f72a5a1d9cea9.jpg&quot;,&quot;poster&quot;:&quot;&quot;,&quot;zan&quot;:0,&quot;hits&quot;:1,&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;:0,&quot;admin_status&quot;:0,&quot;guid&quot;:&quot;&quot;,&quot;viewpassword&quot;:&quot;&quot;,&quot;pano_intro&quot;:&quot;商务合作15618180103&quot;,&quot;enable_gyro_img&quot;:0,&quot;enable_gyro&quot;:0,&quot;enable_littleplanet&quot;:1,&quot;enable_autorotate&quot;:1,&quot;autorotate_wait_time&quot;: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;:5,&quot;logo_materialid&quot;:0,&quot;logo_show&quot;:1,&quot;logo_src&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/3\/image\/20240720\/o_1i374ek8e1banvboakf7c8fh5o&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;1786882353&quot;,&quot;update_time&quot;:1786882693,&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;:1,&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;:0,&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;:2,&quot;watermark_image&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/3\/image\/20251113\/o_1j9te96o5c871qe1ek21a506l2f&quot;,&quot;watermark_fill&quot;:2,&quot;watermark_scale&quot;:70,&quot;watermark_opacity&quot;:45,&quot;watermark_gap&quot;:200,&quot;watermark_rotate&quot;:0,&quot;share_setting&quot;:2,&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;:-1,&quot;sale_price&quot;:0,&quot;sale_free&quot;:&quot;&quot;,&quot;sale_vid&quot;:&quot;&quot;,&quot;view_free_group&quot;:&quot;&quot;,&quot;view_count&quot;:5,&quot;is_top&quot;:0,&quot;sandtable_watermark_enabled&quot;:0,&quot;sandtable_watermark_material_id&quot;:0,&quot;sandtable_watermark_url&quot;:&quot;&quot;,&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;:4912,&quot;pano_id&quot;:4912,&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;:null,&quot;left_menu_autoexp&quot;:0},&quot;skin_switch&quot;:{&quot;id&quot;:4912,&quot;pano_id&quot;:4912,&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;:0,&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;:1,&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":4912,"pano_id":4912,"creator":0,"creator_title":0,"view":0,"scene":1,"scene_name":1,"group":0,"desc":1,"thumbs":0,"share":0,"fullscreen":1,"clearscreen":0,"glasses":0,"visual":0,"character":0,"source":1,"is_auto_show_thumb_list":1,"is_show_service":1,"is_wx_collect":1,"littleplanetintro":1,"menunav":1,"is_bg_music_open":1,"is_jieshuo_open":1,"view_rotate":1,"search":1,"brush":1,"open_ip_visit":0,"ip_visit_hit":null,"open_solution_lease":0,"open_solution_brochure":0}'/>
        <tocopyuser data=''/>
        <tocopyurl data=''/>
        <phone data='186****7435'/>
        <userurl data='/u/uGqtaDafdra' nick_name='浙江【东方云景】' head_img='https://cdn.yj720.com.cn//uploads/image/20260630/53d6cbb5b7f458696a2b3cf1392d324c.jpeg'/>
        <!-- <paid data='0' /> -->
        <edition data='8'/>
        <custom_button data='[]'/>
        <auto_guide>
                </auto_guide>
        <guide_settings>
                </guide_settings>
                    <view view_id="253593" name="scene_253593">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="253596" name="scene_253596">
                            </view>
                        <view view_id="253595" name="scene_253595">
                            </view>
                        <view view_id="253592" name="scene_253592">
                            </view>
                        <view view_id="253594" name="scene_253594">
                            </view>
                    <fenzu data="[{&quot;id&quot;:58868,&quot;pano_id&quot;:4912,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e00\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:58869,&quot;pano_id&quot;:4912,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:58868,&quot;view_list&quot;:[{&quot;id&quot;:253593,&quot;uid&quot;:1518,&quot;material_id&quot;:17495,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4912,&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\u5357\u4fa7&quot;,&quot;fenzuid&quot;:58869,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:8,&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.30279684809773,&quot;vlookat&quot;:41.63326388466466,&quot;fov&quot;:120,&quot;fovmin&quot;:76,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:36,&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;&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;:&quot;31.135016004775&quot;,&quot;gd_lng&quot;:&quot;121.487072211372&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:1,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:253596,&quot;uid&quot;:1518,&quot;material_id&quot;:17498,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4912,&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;:58869,&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;: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;&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;:&quot;31.142144639757&quot;,&quot;gd_lng&quot;:&quot;121.484977213542&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:1,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:253595,&quot;uid&quot;:1518,&quot;material_id&quot;:17497,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4912,&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;:58869,&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;:-1.9917701903124225,&quot;vlookat&quot;:69.20473762977664,&quot;fov&quot;:113,&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;&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;:&quot;31.138409559462&quot;,&quot;gd_lng&quot;:&quot;121.471530490452&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:1,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:253592,&quot;uid&quot;:1518,&quot;material_id&quot;:17494,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4912,&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;:58869,&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;:0.13611900281891093,&quot;vlookat&quot;:61.68237110834322,&quot;fov&quot;:116,&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;&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;:&quot;31.140613064237&quot;,&quot;gd_lng&quot;:&quot;121.46489935981&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:1,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:253594,&quot;uid&quot;:1518,&quot;material_id&quot;:17496,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4912,&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;:58869,&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;: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;&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;:&quot;31.133209092882&quot;,&quot;gd_lng&quot;:&quot;121.473708496094&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:1,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]}]"/>
    </config>
    <action name="startup" autorun="onstart">
        <!--加载初始场景-->
        js(pcMenuModule.loadDefaultScene());
        if(startactions !== null, startactions() );
    </action>

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

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

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

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

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

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

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

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