<krpano
    title       =   "云南曲靖【百亿大像素】 同款"
    debugmode   =   "false"
    showerrors  =   "false"
    skin        =   "%SWFPATH%/skin">

    <include url        =   "%SWFPATH%/skin/vtourskin.xml?s=1782464515" />
    <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="云南曲靖【百亿大像素】 同款"
        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));
                set(_mark_edge, get(_mark_align));
                set(_mark_url, '/static/editor/images/text-marking-triangle.png');
                set(_mark_width, 16);
                set(_mark_height, 14);
                set(_mark_rotate, 0);
                set(_mark_color, '0xffffff');
                set(_mark_alpha, 1);
                if(hotspot[get(name)].text_marking_line_url != null AND hotspot[get(name)].text_marking_line_url != '', copy(_mark_url, hotspot[get(name)].text_marking_line_url));
                if(hotspot[get(name)].text_marking_line_width != null AND hotspot[get(name)].text_marking_line_width != '', copy(_mark_width, hotspot[get(name)].text_marking_line_width));
                if(hotspot[get(name)].text_marking_line_height != null AND hotspot[get(name)].text_marking_line_height != '', copy(_mark_height, hotspot[get(name)].text_marking_line_height));
                if(hotspot[get(name)].text_marking_line_rotate != null AND hotspot[get(name)].text_marking_line_rotate != '', copy(_mark_rotate, hotspot[get(name)].text_marking_line_rotate));
                if(hotspot[get(name)].text_marking_line_color != null AND hotspot[get(name)].text_marking_line_color != '', copy(_mark_color, hotspot[get(name)].text_marking_line_color));
                if(hotspot[get(name)].text_marking_line_alpha != null AND hotspot[get(name)].text_marking_line_alpha != '', copy(_mark_alpha, hotspot[get(name)].text_marking_line_alpha));

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

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

                if(hotspot[get(name)].text_marking_html == '' OR hotspot[get(name)].text_marking_html === null OR hotspot[get(name)].text_marking_line_url == '' OR hotspot[get(name)].text_marking_line_url === null,
                    set(_title_align, 'center');
                    set(_title_edge, 'center');
                ,
                    set(_mark_align, 'bottom');
                    if(hotspot[get(name)].text_marking_edge != null AND hotspot[get(name)].text_marking_edge != '', copy(_mark_align, hotspot[get(name)].text_marking_edge));
                    txtadd(textmarklinename, 'text_marking_line_', get(name));
                    set(_mark_line_width, 0);
                    set(_mark_line_height, 0);
                    if(plugin[get(textmarklinename)],
                        copy(_mark_line_height, plugin[get(textmarklinename)].height);
                        copy(_mark_line_width, plugin[get(textmarklinename)].width);
                    );
                    set(_title_align, 'center');
                    set(_title_edge, get(_mark_align));
                    if(_mark_align == 'bottom', sub(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'top', add(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'right', sub(_title_x, _title_x, _mark_line_width));
                    if(_mark_align == 'left', add(_title_x, _title_x, _mark_line_width));
                );

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

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

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

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

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

                txtadd(plugin[get(tooltipname)].onclick, 'callwith(hotspot[',get(name),'], onclick);');
            );
        </action>
                <scene
            name                        =   "scene_239759"
            title                       =   "五馆一"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239759"
            pano_id                     =   "4709"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "93.613048615271"
            hotspot_fenzu               =   '[{"id":663055,"pano_id":4709,"view_id":239759,"name":"\u4f11\u95f2\u5a31\u4e50","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"120\", \"hlookat\": \"-723.4558481370647\", \"vlookat\": \"65.39019796726603\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":7,"player_style_data":{"fov":"120","hlookat":"-723.4558481370647","vlookat":"65.39019796726603","fovscale":1},"group_id":663055,"fz_name":"\u4f11\u95f2\u5a31\u4e50","hlookat":"-723.4558481370647","vlookat":"65.39019796726603","fov":"120","fovscale":1},{"id":663056,"pano_id":4709,"view_id":239759,"name":"\u533b\u7597\u6559\u80b2","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"97.63182340110059\", \"hlookat\": \"-611.3467884970287\", \"vlookat\": \"22.546419212926235\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":10,"player_style_data":{"fov":"97.63182340110059","hlookat":"-611.3467884970287","vlookat":"22.546419212926235","fovscale":1},"group_id":663056,"fz_name":"\u533b\u7597\u6559\u80b2","hlookat":"-611.3467884970287","vlookat":"22.546419212926235","fov":"97.63182340110059","fovscale":1},{"id":663057,"pano_id":4709,"view_id":239759,"name":"\u751f\u6d3b\u8d2d\u7269","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"97.63182340110059\", \"hlookat\": \"-718.5689056486581\", \"vlookat\": \"4.966887207330502\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":3,"player_style_data":{"fov":"97.63182340110059","hlookat":"-718.5689056486581","vlookat":"4.966887207330502","fovscale":1},"group_id":663057,"fz_name":"\u751f\u6d3b\u8d2d\u7269","hlookat":"-718.5689056486581","vlookat":"4.966887207330502","fov":"97.63182340110059","fovscale":1},{"id":663058,"pano_id":4709,"view_id":239759,"name":"\u5468\u8fb9\u5c0f\u533a","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"97.63182340110059\", \"hlookat\": \"-499.7530096542246\", \"vlookat\": \"33.31211523271895\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":13,"player_style_data":{"fov":"97.63182340110059","hlookat":"-499.7530096542246","vlookat":"33.31211523271895","fovscale":1},"group_id":663058,"fz_name":"\u5468\u8fb9\u5c0f\u533a","hlookat":"-499.7530096542246","vlookat":"33.31211523271895","fov":"97.63182340110059","fovscale":1},{"id":663059,"pano_id":4709,"view_id":239759,"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":1782464515,"update_time":1782464515,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":663059,"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               =   "93.613048615271"
                vlookat                 =   "63.481149713835"
                fovtype                 =   "MFOV"
                fov                     =   "90"
                fovmin                  =   "10"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121920" tiledimageheight="60960">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l8/%v/l8_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60928" tiledimageheight="30464">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15232">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15360" tiledimageheight="7682">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3840">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1920">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1024" tiledimageheight="514">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614724628/301d3f2340bf4073ce7c199f65b67355/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8166291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.644389254177497"
                atv                     =   "1.2721893202941945"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166291);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239760"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.78525530281763"
                atv                     =   "3.427180322881768"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166292);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239758"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-151.67292074708138"
                atv                     =   "3.3095406942113605"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166293);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "市中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]市&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239754"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-113.40352371891657"
                atv                     =   "1.067072190461"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166294);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239756"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.1582106562658"
                atv                     =   "1.9983222225829194"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166295);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239757"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-166.10889080640166"
                atv                     =   "1.29417783369445"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166296);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城南"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239755"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.08514921816035"
                atv                     =   "85.59554516070972"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166297);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "文化体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;化&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62115"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.60727048292193"
                atv                     =   "44.99293050510364"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166298);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "珠江源古镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;江&lt;br/&gt;源&lt;br/&gt;古&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62118"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "143.65691902471787"
                atv                     =   "28.130279662359452"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166299);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "远腾·宜居北城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]远&lt;br/&gt;腾&lt;br/&gt;·&lt;br/&gt;宜&lt;br/&gt;居&lt;br/&gt;北&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62117"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.39972824879601"
                atv                     =   "26.519880454031984"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166300);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河湾"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;湾[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62116"
                    target_view_hlookat =   "-77.62210240431551"
                    target_view_vlookat =   "51.97170078757762"
                    other_args          =   "view.hlookat=-77.62210240431551&amp;view.vlookat=51.97170078757762&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-49.66032479232507"
                atv                     =   "12.164305156471155"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166301);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金博·玫瑰园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;博&lt;br/&gt;·&lt;br/&gt;玫&lt;br/&gt;瑰&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62113"
                    target_view_hlookat =   "151.2957849585412"
                    target_view_vlookat =   "68.74242521722496"
                    other_args          =   "view.hlookat=151.2957849585412&amp;view.vlookat=68.74242521722496&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "18.43064249932911"
                atv                     =   "5.3751140688939065"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166302);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中城华府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62111"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.887301282003705"
                atv                     =   "7.004701560660528"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166303);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖二小珠源学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;二&lt;br/&gt;小&lt;br/&gt;珠&lt;br/&gt;源&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62104"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-132.8605622248362"
                atv                     =   "11.875361646060263"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166304);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "靖云雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;云&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62183"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "163.8542315228994"
                atv                     =   "11.05265419732132"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166305);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "祥达东城AB区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]祥&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;城&lt;br/&gt;A&lt;br/&gt;B&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62131"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166306"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-36.13998802727099"
                atv                     =   "41.148509484810944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166306);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "体育训练中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(44, 93, 251, 0.72);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;训&lt;br/&gt;练&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166307"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "12.641320649908096"
                atv                     =   "51.83765083990596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166307);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(44, 93, 251, 0.72);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166308"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "122.53215383575866"
                atv                     =   "64.78818197281906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166308);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖规划展览馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(44, 93, 251, 0.72);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;规&lt;br/&gt;划&lt;br/&gt;展&lt;br/&gt;览&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166309"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-173.77149309742782"
                atv                     =   "67.42851255138547"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166309);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "博物馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(150, 75, 0, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;物&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166310"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-179.9068798538193"
                atv                     =   "53.012063057981145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166310);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "美术馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(150, 75, 0, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;术&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166311"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "141.5773843837453"
                atv                     =   "53.67926918590054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166311);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "科技馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(44, 93, 251, 0.72);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]科&lt;br/&gt;技&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166312"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "160.67465032641522"
                atv                     =   "51.221206135007165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166312);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "图书馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(150, 75, 0, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]图&lt;br/&gt;书&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663055"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166313,0xfada2e,0.57,1,0x0d0d0d,1,0xffffff,0,0,0x070707,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                    <point ath="-128.73799110432037" atv="39.860799173763894" />
                                        <point ath="-137.05810526168392" atv="36.55582011572008" />
                                        <point ath="-139.3880210977121" atv="36.64543971816244" />
                                        <point ath="-146.44669290178211" atv="39.73585523186146" />
                                        <point ath="-154.08670121935347" atv="42.66838416537628" />
                                        <point ath="-155.22459013937285" atv="43.178675554711376" />
                                        <point ath="-156.10707759152953" atv="44.28338488320881" />
                                        <point ath="-155.25454971461744" atv="46.03337004918286" />
                                        <point ath="-124.66149224330138" atv="66.18952358702742" />
                                        <point ath="-102.20193824954998" atv="70.42638104551366" />
                                        <point ath="-97.4508488380668" atv="69.65747127485815" />
                                        <point ath="-95.47466647796301" atv="68.53995350784699" />
                                        <point ath="-99.57416308512228" atv="53.06076646031248" />
                                        <point ath="-100.77085710630115" atv="44.69410548291316" />
                                        <point ath="-103.40244536381846" atv="43.67682226294174" />
                                        <point ath="-118.74124963089892" atv="42.47153925877209" />
                                        <point ath="-124.06632638397312" atv="41.34019469611903" />
                                        <point ath="-129.88348321577075" atv="39.47300039677173" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166314,0xf5d528,0.61,1,0x090909,1,0xffffff,0,0,0x0a0a0a,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                    <point ath="-141.6977380318927" atv="35.71175104626807" />
                                        <point ath="-141.911921832968" atv="34.58188861055569" />
                                        <point ath="-145.1547232265317" atv="33.14551116899242" />
                                        <point ath="-154.2302262403209" atv="35.13884770605452" />
                                        <point ath="-161.40035193379936" atv="36.40756010381691" />
                                        <point ath="-160.19752303788206" atv="38.31260510155345" />
                                        <point ath="-158.9973717995864" atv="40.25452432471618" />
                                        <point ath="-158.59168276125502" atv="40.671892621580895" />
                                        <point ath="-157.83382400725043" atv="40.79651997124728" />
                                        <point ath="-156.47768945480504" atv="41.10368334475075" />
                                        <point ath="-155.73957559803787" atv="40.96290232621854" />
                                        <point ath="-151.78587834627876" atv="39.62748264074145" />
                                        <point ath="-146.428211704532" atv="37.61439215766655" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166315,0xfbda2b,0.62,1,0x060606,1,0xffffff,0,0,0x070707,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                    <point ath="-164.87231898651535" atv="37.449761759337335" />
                                        <point ath="-166.6429031457307" atv="37.586620146646645" />
                                        <point ath="-167.738173733087" atv="34.06588690653001" />
                                        <point ath="-169.89180707787352" atv="34.22096832563402" />
                                        <point ath="-171.60421048396194" atv="34.47881323525763" />
                                        <point ath="-172.88871298927899" atv="33.4270114886683" />
                                        <point ath="-173.85437859345166" atv="33.48658104341548" />
                                        <point ath="-173.80502259075706" atv="32.784024617885976" />
                                        <point ath="-174.05193601804012" atv="32.543984175574536" />
                                        <point ath="-175.25743472103488" atv="32.52819607101039" />
                                        <point ath="-176.52922930326395" atv="32.82937558056928" />
                                        <point ath="-177.6683784624176" atv="33.1246073986" />
                                        <point ath="-178.05577287681115" atv="37.923994256394195" />
                                        <point ath="-178.4113875908135" atv="41.68718959163106" />
                                        <point ath="-175.2424285854168" atv="41.67279205932298" />
                                        <point ath="-175.2854303148177" atv="41.945233522377954" />
                                        <point ath="-173.2797293765803" atv="41.86611016359078" />
                                        <point ath="-173.1359924998526" atv="43.15860250795156" />
                                        <point ath="-165.53077874739333" atv="42.621406509278984" />
                                        <point ath="-164.80617397859754" atv="42.4091962108805" />
                                        <point ath="-163.75988692675656" atv="41.80102738821795" />
                                        <point ath="-163.3088507759427" atv="41.14570281309741" />
                                        <point ath="-163.72035313882725" atv="39.91783429217681" />
                                        <point ath="-164.3103100750425" atv="38.500074930978606" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166316,0xffde2e,0.51,1,0x090909,1,0xffffff,0,0,0x040505,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                    <point ath="123.04083927180159" atv="46.445405701727516" />
                                        <point ath="95.19642277564344" atv="50.27665015429091" />
                                        <point ath="95.72796181882316" atv="57.60440953261345" />
                                        <point ath="129.99331238496126" atv="51.73477926945847" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166317,0xfedd2c,0.62,1,0x0b0b0c,1,0xffffff,0,0,0x0c0c0c,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                    <point ath="131.84238991204262" atv="51.601286526526884" />
                                        <point ath="124.28447767063273" atv="46.07664891691293" />
                                        <point ath="134.5131350118919" atv="42.34168035692458" />
                                        <point ath="144.53295412869124" atv="44.80331228415822" />
                                        <point ath="144.13974617569443" atv="45.072903793636826" />
                                        <point ath="144.45955487383569" atv="45.16322054271297" />
                                        <point ath="144.48767604523613" atv="45.475058236956365" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166318"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-82.47839215000539"
                atv                     =   "10.261907889048405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166318);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟农产品批发市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;农&lt;br/&gt;产&lt;br/&gt;品&lt;br/&gt;批&lt;br/&gt;发&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663057"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166319"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-40.385557663999236"
                atv                     =   "12.599515286963015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166319);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "万宇国际商贸城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;宇&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;贸&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663057"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166320"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "9.23955261311204"
                atv                     =   "12.479115473462763"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166320);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "工业技师学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]工&lt;br/&gt;业&lt;br/&gt;技&lt;br/&gt;师&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166321"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "78.97156840937816"
                atv                     =   "23.372163974764156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166321);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "能源职校麒麟校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]能&lt;br/&gt;源&lt;br/&gt;职&lt;br/&gt;校&lt;br/&gt;麒&lt;br/&gt;麟&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166322"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "114.89191291813316"
                atv                     =   "32.79068158605917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166322);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "应用技术学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]应&lt;br/&gt;用&lt;br/&gt;技&lt;br/&gt;术&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166323"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "107.21342643818775"
                atv                     =   "21.433274211141793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166323);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖工商职校"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;职&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166324"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "150.59744762817095"
                atv                     =   "19.525221715803823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166324);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "财经学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]财&lt;br/&gt;经&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166325"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "136.59381562727842"
                atv                     =   "17.771622467961453"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166325);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "技师学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]技&lt;br/&gt;师&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.354122667212664"
                atv                     =   "24.513314724609323"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166326);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "太和小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]太&lt;br/&gt;和&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.860716628673856"
                atv                     =   "29.55926525394854"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166327);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文慧幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;慧&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166328"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "43.15549035532615"
                atv                     =   "14.553940374385167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166328);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "凤来农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]凤&lt;br/&gt;来&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663057"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166329"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "29.947752508141946"
                atv                     =   "12.165472328686887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "沾益中医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]沾&lt;br/&gt;益&lt;br/&gt;中&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166330"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "156.71916868566956"
                atv                     =   "36.942964918062465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟同惠医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;同&lt;br/&gt;惠&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663056"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-123.13255849251735"
                atv                     =   "53.41242905382502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-150.7972479254453"
                atv                     =   "39.2652227850144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166332);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-172.8207229467416"
                atv                     =   "40.77227478050351"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166333);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.11943776081495"
                atv                     =   "55.155008809883434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166334);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "134.60186285351386"
                atv                     =   "47.98130409079991"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166335);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166336"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "18.413610303221958"
                atv                     =   "33.424658574085775"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东盛·水郡花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;盛&lt;br/&gt;·&lt;br/&gt;水&lt;br/&gt;郡&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166337"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "38.49265690280771"
                atv                     =   "21.85736493351774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166337);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "珠江源小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;江&lt;br/&gt;源&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166338"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "85.64401087044428"
                atv                     =   "28.888425647750687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166338);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "书香华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]书&lt;br/&gt;香&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166339"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "63.005776229357934"
                atv                     =   "31.669278621262087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "凤来村"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]凤&lt;br/&gt;来&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166340"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-63.93284407573174"
                atv                     =   "52.9952261404076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "文鑫佳园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;鑫&lt;br/&gt;佳&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166341"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-84.0547168984773"
                atv                     =   "34.05903436264275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "小坡上村"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]小&lt;br/&gt;坡&lt;br/&gt;上&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166342"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-62.39680309940633"
                atv                     =   "25.29253622176366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166342);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "太和中村"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]太&lt;br/&gt;和&lt;br/&gt;中&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166343"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-131.40315394717075"
                atv                     =   "32.47039092299466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166343);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "金盾小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;盾&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166344"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-142.65736154335656"
                atv                     =   "26.262579118432885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166344);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "棚富花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]棚&lt;br/&gt;富&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166345"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-159.38469594183059"
                atv                     =   "31.592469506187662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166345);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "紫云雅园一期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]紫&lt;br/&gt;云&lt;br/&gt;雅&lt;br/&gt;园&lt;br/&gt;一&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166346"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "171.7412638075167"
                atv                     =   "40.252867416668074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166346);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "紫云雅园二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]紫&lt;br/&gt;云&lt;br/&gt;雅&lt;br/&gt;园&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166347"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "163.98938038220112"
                atv                     =   "27.008659712784514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166347);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东盛·鑫康园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;盛&lt;br/&gt;·&lt;br/&gt;鑫&lt;br/&gt;康&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166348"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "169.10053355875806"
                atv                     =   "17.397369811225516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166348);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "宏发雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]宏&lt;br/&gt;发&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663058"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.100139126807562"
                atv                     =   "8.05233756045898"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166349);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "自然城悦府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]自&lt;br/&gt;然&lt;br/&gt;城&lt;br/&gt;悦&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62112"
                    target_view_hlookat =   "105.61991937084748"
                    target_view_vlookat =   "69.4452803511701"
                    other_args          =   "view.hlookat=105.61991937084748&amp;view.vlookat=69.4452803511701&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "128.19631988724822"
                atv                     =   "19.429282845637616"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166350);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "明珠广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]明&lt;br/&gt;珠&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62114"
                    target_view_hlookat =   "46.231575122396"
                    target_view_vlookat =   "62.352045621111"
                    other_args          =   "view.hlookat=46.231575122396&amp;view.vlookat=62.352045621111&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "176.15567647070816"
                atv                     =   "17.05462480910549"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166351);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丰登小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;登&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166352"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "179.70122568589372"
                atv                     =   "16.93309087012962"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166352);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丰登农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;登&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166353"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-172.50715488766195"
                atv                     =   "28.22880614331514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166353);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "柳家坝农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]柳&lt;br/&gt;家&lt;br/&gt;坝&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166354"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "55.27970310168405"
                atv                     =   "18.869725174763097"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166354);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "小坡工矿机电专业市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]小&lt;br/&gt;坡&lt;br/&gt;工&lt;br/&gt;矿&lt;br/&gt;机&lt;br/&gt;电&lt;br/&gt;专&lt;br/&gt;业&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.5966682658717"
                atv                     =   "7.371956095753021"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166355);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "白石江公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]白&lt;br/&gt;石&lt;br/&gt;江&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62179"
                    target_view_hlookat =   "-157.32522225754"
                    target_view_vlookat =   "51.82883475541"
                    other_args          =   "view.hlookat=-157.32522225754&amp;view.vlookat=51.82883475541&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.38240898038202"
                atv                     =   "3.87886528956766"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166356);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "恒大名都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]恒&lt;br/&gt;大&lt;br/&gt;名&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62142"
                    target_view_hlookat =   "139.92645449172812"
                    target_view_vlookat =   "70.09521719117916"
                    other_args          =   "view.hlookat=139.92645449172812&amp;view.vlookat=70.09521719117916&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239759">
                                </hotspot>
                        <hotspot name               =   "spot_8166357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/d9fe791c5c855ac2053b26fd22ece9e8.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.14039124516552"
                atv                     =   "7.839351848621586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166357);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "高铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(252, 47, 47, 0.76);border-radius:9px;border:1px solid rgba(245, 243, 243, 1);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]高&lt;br/&gt;铁&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239759">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89209"
                        atv                =    "69.78006384346904"
                        ath                =    "-120.97080098229955"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-165.41531326654" atv="30.947453602063" />
                                        <point ath="-144.91198481816" atv="59.887415758392" />
                                        <point ath="-38.408806959601" atv="65.911756098897" />
                                        <point ath="-10.67523138374" atv="38.145981689893" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89209_text"
                        atv                =    "69.78006384346904"
                        ath                =    "-120.97080098229955"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "紫云北路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89210"
                        atv                =    "47.93723256178069"
                        ath                =    "104.76172124363632"
                        showvr             =    "true"
                        bordercolor        =    "0x7c31fe"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="24.085021602499" atv="21.173200768326" />
                                        <point ath="47.854898061347" atv="37.757965022512" />
                                        <point ath="80.474294631938" atv="47.504162300157" />
                                        <point ath="122.23357293819" atv="44.872222917237" />
                                        <point ath="146.84391362496" atv="33.297685094365" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89210_text"
                        atv                =    "47.93723256178069"
                        ath                =    "104.76172124363632"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "珠江源大道"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89211"
                        atv                =    "38.38235534587874"
                        ath                =    "12.415840717049377"
                        showvr             =    "true"
                        bordercolor        =    "0xfe8331"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-44.600345725261" atv="26.637416152813" />
                                        <point ath="-2.2808100196938" atv="38.350748894811" />
                                        <point ath="35.391121921392" atv="34.077136408396" />
                                        <point ath="40.925968879595" atv="32.354487465458" />
                                        <point ath="47.777646061227" atv="30.073582397057" />
                                        <point ath="69.307786973101" atv="18.904526316806" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89211_text"
                        atv                =    "38.38235534587874"
                        ath                =    "12.415840717049377"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "翠峰北路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_239760"
            title                       =   "西河公园"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239760"
            pano_id                     =   "4709"
            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                =   "58.298847978453"
            hotspot_fenzu               =   '[{"id":663067,"pano_id":4709,"view_id":239760,"name":"\u4f11\u95f2\u5a31\u4e50","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"106.9519245924503\", \"hlookat\": \"-613.1988558614509\", \"vlookat\": \"67.28858312192942\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":2,"player_style_data":{"fov":"106.9519245924503","hlookat":"-613.1988558614509","vlookat":"67.28858312192942","fovscale":1},"group_id":663067,"fz_name":"\u4f11\u95f2\u5a31\u4e50","hlookat":"-613.1988558614509","vlookat":"67.28858312192942","fov":"106.9519245924503","fovscale":1},{"id":663068,"pano_id":4709,"view_id":239760,"name":"\u533b\u7597\u6559\u80b2","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"106.9519245924503\", \"hlookat\": \"-456.98689613241874\", \"vlookat\": \"38.367095209782974\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":9,"player_style_data":{"fov":"106.9519245924503","hlookat":"-456.98689613241874","vlookat":"38.367095209782974","fovscale":1},"group_id":663068,"fz_name":"\u533b\u7597\u6559\u80b2","hlookat":"-456.98689613241874","vlookat":"38.367095209782974","fov":"106.9519245924503","fovscale":1},{"id":663069,"pano_id":4709,"view_id":239760,"name":"\u751f\u6d3b\u8d2d\u7269","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"106.9519245924503\", \"hlookat\": \"-287.9042970879208\", \"vlookat\": \"21.6113225316631\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":6,"player_style_data":{"fov":"106.9519245924503","hlookat":"-287.9042970879208","vlookat":"21.6113225316631","fovscale":1},"group_id":663069,"fz_name":"\u751f\u6d3b\u8d2d\u7269","hlookat":"-287.9042970879208","vlookat":"21.6113225316631","fov":"106.9519245924503","fovscale":1},{"id":663070,"pano_id":4709,"view_id":239760,"name":"\u4ea4\u901a\u51fa\u884c","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"49.12232796350235\", \"hlookat\": \"-423.2743341585335\", \"vlookat\": \"10.780483750166463\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":1,"player_style_data":{"fov":"49.12232796350235","hlookat":"-423.2743341585335","vlookat":"10.780483750166463","fovscale":1},"group_id":663070,"fz_name":"\u4ea4\u901a\u51fa\u884c","hlookat":"-423.2743341585335","vlookat":"10.780483750166463","fov":"49.12232796350235","fovscale":1}]'
            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               =   "58.298847978453"
                vlookat                 =   "58.298847978453"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "10"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121920" tiledimageheight="60960">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l8/%v/l8_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60928" tiledimageheight="30464">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15232">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15360" tiledimageheight="7680">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3840">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1920">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1024" tiledimageheight="514">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732614729576/3e0b4c8afaab366584dbca18f8be5a6b/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8166358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "174.2739583542958"
                atv                     =   "1.2663798638019756"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166358);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239758"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.6331995108594"
                atv                     =   "6.34568454298246"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "五馆一"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;馆&lt;br/&gt;一[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239759"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-165.05665349058665"
                atv                     =   "2.07582643928983"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "市中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]市&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239754"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.02236717316637"
                atv                     =   "-0.243385606272243"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239756"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-172.51248168112943"
                atv                     =   "1.5032228827215217"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239757"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-178.58323035768996"
                atv                     =   "0.8612379355727698"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城南"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239755"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "48.78735843268544"
                atv                     =   "73.09894884146054"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海洋世界（建设中）"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;洋&lt;br/&gt;世&lt;br/&gt;界&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;建&lt;br/&gt;设&lt;br/&gt;中&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62103"
                    target_view_hlookat =   "-4.944706379351197"
                    target_view_vlookat =   "50.869287769443"
                    other_args          =   "view.hlookat=-4.944706379351197&amp;view.vlookat=50.869287769443&amp;view.fov=140"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166365"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-66.05757024966556"
                atv                     =   "27.816414109396934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玉林小区二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;林&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166366"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-159.39629973605963"
                atv                     =   "17.418047196571585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "旺角时光"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]旺&lt;br/&gt;角&lt;br/&gt;时&lt;br/&gt;光[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166367"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-142.36144965559572"
                atv                     =   "11.844849274885945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "工业信息职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]工&lt;br/&gt;业&lt;br/&gt;信&lt;br/&gt;息&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166368"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-109.74717630245769"
                atv                     =   "12.005700627267863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "能源职校沾益校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]能&lt;br/&gt;源&lt;br/&gt;职&lt;br/&gt;校&lt;br/&gt;沾&lt;br/&gt;益&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/fca9338aa0698e176e7a3de1aaed4865.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.50109666754179"
                atv                     =   "15.9851655317761"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民族中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;族&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.226419008776645"
                atv                     =   "44.22363347640624"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "喜洋洋幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]喜&lt;br/&gt;洋&lt;br/&gt;洋&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166371"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-174.4930535503745"
                atv                     =   "29.822196624009386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "圣德中科肿瘤医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]圣&lt;br/&gt;德&lt;br/&gt;中&lt;br/&gt;科&lt;br/&gt;肿&lt;br/&gt;瘤&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166372"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-73.0085977699191"
                atv                     =   "19.548815458099373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "西河社区农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;社&lt;br/&gt;区&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663069"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166373"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "115.8315668205729"
                atv                     =   "14.858006420526282"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166373);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "温州国际商城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]温&lt;br/&gt;州&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663069"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166374"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-168.7689977234537"
                atv                     =   "19.797515799034247"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166374);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "太平智慧农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]太&lt;br/&gt;平&lt;br/&gt;智&lt;br/&gt;慧&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663069"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.125945370809063"
                atv                     =   "54.87074687837593"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.466842388229452"
                atv                     =   "54.07356681311616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166376);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待建"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待建[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166377,0xf8d82a,0.68,1,0x0b0b0c,1,0xffffff,0,0,0x0a0a0a,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待建"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="17.111413661780773" atv="45.17624837091542" />
                                        <point ath="14.652897748855935" atv="44.42583959548143" />
                                        <point ath="9.809832692427563" atv="45.18681158425062" />
                                        <point ath="6.015972340822998" atv="45.44293366160881" />
                                        <point ath="3.666107127660439" atv="45.53186264400547" />
                                        <point ath="1.6548415422552125" atv="45.59429831703262" />
                                        <point ath="0.13578662894417448" atv="46.42227371695433" />
                                        <point ath="0.14396307183881163" atv="50.99205520416349" />
                                        <point ath="0.2657145739135558" atv="57.86622026840698" />
                                        <point ath="3.582328842812899" atv="59.63738080055583" />
                                        <point ath="21.238613368371603" atv="57.835614129986894" />
                                        <point ath="29.30195784056309" atv="56.03598250057587" />
                                        <point ath="31.49152044462221" atv="55.25781694165306" />
                                        <point ath="32.37402727312667" atv="55.01052563201352" />
                                        <point ath="33.10709991187349" atv="54.57032260994097" />
                                        <point ath="32.66462666120782" atv="52.61870598164749" />
                                        <point ath="27.8666610923309" atv="51.240362228971414" />
                                        <point ath="24.979230732962208" atv="50.31853442915149" />
                                        <point ath="22.151774423798315" atv="48.96446094724001" />
                                        <point ath="19.589109640066397" atv="47.44789901640599" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166378,0xfedd2b,0.66,1,0x0d0d0d,1,0xffffff,0,0,0x090909,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="-4.669113483175806" atv="48.80030858572856" />
                                        <point ath="-19.961767597039568" atv="47.14045778882248" />
                                        <point ath="-19.676124180448255" atv="46.49984975465721" />
                                        <point ath="-26.99387342972102" atv="44.9964381312591" />
                                        <point ath="-36.288328954298436" atv="52.71051009569399" />
                                        <point ath="-28.419138248975287" atv="54.78460753793282" />
                                        <point ath="-15.796838063695759" atv="57.35887085612601" />
                                        <point ath="-14.135208457958015" atv="59.27691806493981" />
                                        <point ath="-9.777237469451848" atv="59.66530807765749" />
                                        <point ath="-8.452481480387576" atv="58.85738765289266" />
                                        <point ath="-5.917668217385312" atv="57.869327295636026" />
                                        <point ath="-4.832739379480984" atv="51.897647955263494" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166379"
                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_8166379,0xfcdc2c,0.64,1,0x131313,1,0xffffff,0,0,0x0a0a0a,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "海洋馆建设中"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="79.49471088903886" atv="60.95887947748639" />
                                        <point ath="60.3773350690949" atv="57.84108327248098" />
                                        <point ath="54.68403388067247" atv="56.262864145107784" />
                                        <point ath="49.069221933769086" atv="55.21039059464192" />
                                        <point ath="43.561972252872806" atv="54.24567221274401" />
                                        <point ath="39.261747717033074" atv="54.56928977243657" />
                                        <point ath="11.017072865305408" atv="60.50716754998246" />
                                        <point ath="11.513806024043845" atv="61.921356307479215" />
                                        <point ath="10.702286666143323" atv="62.01878534195723" />
                                        <point ath="14.185682798076868" atv="66.85153882561755" />
                                        <point ath="1.513916769183993" atv="67.32815510162754" />
                                        <point ath="1.2441073927743673" atv="67.57140408243724" />
                                        <point ath="9.253832887806425" atv="85.05027154960955" />
                                        <point ath="53.514100568285926" atv="85.75155366067169" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166380,0xffde2f,0.64,1,0x070707,1,0xffffff,0,0,0x0e0e0e,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "XR星空海洋广场"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]XR星空海洋广场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="170.42620602303487" atv="73.50304060239884" />
                                        <point ath="140.86595588765016" atv="69.4989477395583" />
                                        <point ath="125.84306248673553" atv="63.73730844121818" />
                                        <point ath="122.10239079465629" atv="62.05342860674948" />
                                        <point ath="119.30582793711943" atv="61.005704407315804" />
                                        <point ath="116.3919573631917" atv="60.45873346140535" />
                                        <point ath="113.5597553542589" atv="60.061170193701685" />
                                        <point ath="110.92575784203154" atv="59.94875946740655" />
                                        <point ath="107.90575941874451" atv="59.966433585296514" />
                                        <point ath="104.45241220606394" atv="60.26143190035779" />
                                        <point ath="98.93947516394195" atv="60.80208250331891" />
                                        <point ath="91.54239084430048" atv="61.14644739109604" />
                                        <point ath="89.79285757528959" atv="61.0921603620224" />
                                        <point ath="86.68624317710135" atv="62.57029357485288" />
                                        <point ath="87.84278048052755" atv="69.05238450121792" />
                                        <point ath="89.53975743966288" atv="74.15012071376538" />
                                        <point ath="92.3951137144058" atv="79.23287972461853" />
                                        <point ath="112.23481834229807" atv="86.87114044251268" />
                                        <point ath="165.58367454139025" atv="86.3087327368529" />
                                        <point ath="175.14920198962244" atv="79.32209010223461" />
                                        <point ath="175.9988853582522" atv="75.78941995543276" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.24754294425972"
                atv                     =   "72.82220775563349"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166381);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "XR星空海洋世界"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62103"
                    target_view_hlookat =   "174.71431037668174"
                    target_view_vlookat =   "55.39641833476277"
                    other_args          =   "view.hlookat=174.71431037668174&amp;view.vlookat=55.39641833476277&amp;view.fov=126.18507975967167"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166382,0x2a64ff,0.64,1,0x0c0c0c,1,0xffffff,0,0,0x0e0e0e,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "规划阳光沙滩"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="79.6431196930572" atv="59.01819352029289" />
                                        <point ath="81.46261057198546" atv="39.906800627861095" />
                                        <point ath="61.5318256214033" atv="47.057448326546734" />
                                        <point ath="46.00499569445054" atv="53.54517059126419" />
                                        <point ath="60.02463925460904" atv="55.51051421261123" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.74037765034006"
                atv                     =   "52.84715081112093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166383);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "规划阳光沙滩"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]规划阳光沙滩[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-46.83259227338169"
                atv                     =   "61.52892560711276"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "美景公园城·青岸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;景&lt;br/&gt;公&lt;br/&gt;园&lt;br/&gt;城&lt;br/&gt;·&lt;br/&gt;青&lt;br/&gt;岸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62106"
                    target_view_hlookat =   "-9.423424943627973"
                    target_view_vlookat =   "64.68458112338149"
                    other_args          =   "view.hlookat=-9.423424943627973&amp;view.vlookat=64.68458112338149&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.16995224509537"
                atv                     =   "75.64750855732868"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秀湖苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;湖&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62106"
                    target_view_hlookat =   "-140.11646226521876"
                    target_view_vlookat =   "69.53992165723578"
                    other_args          =   "view.hlookat=-140.11646226521876&amp;view.vlookat=69.53992165723578&amp;view.fov=106.80916186039954"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.823002266062417"
                atv                     =   "28.448979149410757"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "美景·公园城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;景&lt;br/&gt;·&lt;br/&gt;公&lt;br/&gt;园&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62105"
                    target_view_hlookat =   "44.276471010438456"
                    target_view_vlookat =   "51.091811997971426"
                    other_args          =   "view.hlookat=44.276471010438456&amp;view.vlookat=51.091811997971426&amp;view.fov=106.80916186039954"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.39529464288313"
                atv                     =   "28.930353783191478"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙华园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;华&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62105"
                    target_view_hlookat =   "-46.07860007865182"
                    target_view_vlookat =   "54.99006510453045"
                    other_args          =   "view.hlookat=-46.07860007865182&amp;view.vlookat=54.99006510453045&amp;view.fov=106.80916186039954"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-52.933279181297735"
                atv                     =   "35.28057909169743"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙华园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;华&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62105"
                    target_view_hlookat =   "-139.30648791577008"
                    target_view_vlookat =   "44.91393242237539"
                    other_args          =   "view.hlookat=-139.30648791577008&amp;view.vlookat=44.91393242237539&amp;view.fov=92.782783973005"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.038181781194794"
                atv                     =   "29.962911556969363"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖一中沾益清源学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;一&lt;br/&gt;中&lt;br/&gt;沾&lt;br/&gt;益&lt;br/&gt;清&lt;br/&gt;源&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62107"
                    target_view_hlookat =   "144.37954472888612"
                    target_view_vlookat =   "69.09037947113167"
                    other_args          =   "view.hlookat=144.37954472888612&amp;view.vlookat=69.09037947113167&amp;view.fov=111.45861369070049"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.81640631392406"
                atv                     =   "11.860555839087988"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "昱宏·珠江之星"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]昱&lt;br/&gt;宏&lt;br/&gt;·&lt;br/&gt;珠&lt;br/&gt;江&lt;br/&gt;之&lt;br/&gt;星[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62109"
                    target_view_hlookat =   "-88.68433557257495"
                    target_view_vlookat =   "53.02435770851957"
                    other_args          =   "view.hlookat=-88.68433557257495&amp;view.vlookat=53.02435770851957&amp;view.fov=111.45861369070049"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "108.76735848505174"
                atv                     =   "12.884220211823756"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中城华府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62111"
                    target_view_hlookat =   "-48.017021593409424"
                    target_view_vlookat =   "63.69863149817998"
                    other_args          =   "view.hlookat=-48.017021593409424&amp;view.vlookat=63.69863149817998&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.2091818086609"
                atv                     =   "9.85199213004549"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166392);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]西河公园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62108"
                    target_view_hlookat =   "55.68635424629743"
                    target_view_vlookat =   "52.64578212047552"
                    other_args          =   "view.hlookat=55.68635424629743&amp;view.vlookat=52.64578212047552&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "175.3051909678332"
                atv                     =   "19.71496183844833"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166393);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "自然城悦府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]自&lt;br/&gt;然&lt;br/&gt;城&lt;br/&gt;悦&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62112"
                    target_view_hlookat =   "99.29256298620288"
                    target_view_vlookat =   "62.83246842228933"
                    other_args          =   "view.hlookat=99.29256298620288&amp;view.vlookat=62.83246842228933&amp;view.fov=102.32987608958058"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "159.36437798199591"
                atv                     =   "7.338908400617314"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "珠江源古镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;江&lt;br/&gt;源&lt;br/&gt;古&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62118"
                    target_view_hlookat =   "-150.6134621307495"
                    target_view_vlookat =   "68.15082239259434"
                    other_args          =   "view.hlookat=-150.6134621307495&amp;view.vlookat=68.15082239259434&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.06379903833462"
                atv                     =   "31.278333879009832"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166395);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖二小珠源学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;二&lt;br/&gt;小&lt;br/&gt;珠&lt;br/&gt;源&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62104"
                    target_view_hlookat =   "89.44627515820054"
                    target_view_vlookat =   "48.47345838504731"
                    other_args          =   "view.hlookat=89.44627515820054&amp;view.vlookat=48.47345838504731&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-152.07699438414664"
                atv                     =   "49.17697547047517"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166396);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "沾益新桥佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]沾&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;桥&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62110"
                    target_view_hlookat =   "91.27275922686282"
                    target_view_vlookat =   "56.083645814460155"
                    other_args          =   "view.hlookat=91.27275922686282&amp;view.vlookat=56.083645814460155&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-120.2765536310338"
                atv                     =   "38.58472954653"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166397);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "垄景西河苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]垄&lt;br/&gt;景&lt;br/&gt;西&lt;br/&gt;河&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62110"
                    target_view_hlookat =   "-72.45532208437047"
                    target_view_vlookat =   "63.48595665520561"
                    other_args          =   "view.hlookat=-72.45532208437047&amp;view.vlookat=63.48595665520561&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166398"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "141.4470206956456"
                atv                     =   "17.389233227677405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166398);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "工业技师学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]工&lt;br/&gt;业&lt;br/&gt;技&lt;br/&gt;师&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "5.07629005378476"
                atv                     =   "11.118621846971964"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166399);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "沾益七中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]沾&lt;br/&gt;益&lt;br/&gt;七&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "91.93631550679652"
                atv                     =   "18.09050903047077"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166400);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "沾益四中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]沾&lt;br/&gt;益&lt;br/&gt;四&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166401"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-78.71645149593508"
                atv                     =   "27.292281950431136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "西河湿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(91, 214, 47, 0.68);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;湿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663067"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166402"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-1.2598431264237888"
                atv                     =   "10.050003418378697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玉林公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(91, 214, 47, 0.68);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;林&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663067"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166403"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-44.01536451596189"
                atv                     =   "24.961109604453892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玉林小区一期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;林&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;一&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166404"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-48.59361284904696"
                atv                     =   "19.57252407469467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "龙府佳园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;府&lt;br/&gt;佳&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166405"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-53.54559766418174"
                atv                     =   "15.850141595235026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "上河园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;河&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/d9fe791c5c855ac2053b26fd22ece9e8.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-57.48194620643119"
                atv                     =   "6.364480626893252"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166406);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "高铁北站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(252, 47, 47, 0.76);border-radius:9px;border:1px solid rgba(245, 243, 243, 1);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]高&lt;br/&gt;铁&lt;br/&gt;北&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663070"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166407"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-7.2582894344304805"
                atv                     =   "15.47149600591118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166407);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "云源小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;源&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166408"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "23.80836834123579"
                atv                     =   "12.097276154164057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166408);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "望海新区商贸城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]望&lt;br/&gt;海&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;贸&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663069"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166409"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "33.855979498743636"
                atv                     =   "13.40234180430667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166409);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "壹然广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]壹&lt;br/&gt;然&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663069"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166410,0xf7d629,0.63,1,0x0a0a0a,1,0xffffff,0,0,0x0e0e0e,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="54.40302191934029" atv="30.4147004138713" />
                                        <point ath="48.38682576891739" atv="33.84196549381478" />
                                        <point ath="30.32995200598873" atv="41.42798112971971" />
                                        <point ath="27.99418487307554" atv="42.19608257621077" />
                                        <point ath="24.43290683052936" atv="43.208287640124425" />
                                        <point ath="21.27871956362418" atv="43.69273027242205" />
                                        <point ath="19.83246586626234" atv="43.9275292146333" />
                                        <point ath="19.030734590224085" atv="45.14662988997131" />
                                        <point ath="35.37947145799251" atv="52.271014215798786" />
                                        <point ath="40.268628277871244" atv="53.06937204579436" />
                                        <point ath="44.30730952989791" atv="52.982613416696914" />
                                        <point ath="45.9974179505798" atv="53.51755935467312" />
                                        <point ath="61.493309438066376" atv="46.96689605716429" />
                                        <point ath="81.5859474369405" atv="39.75102166757838" />
                                        <point ath="82.0605857421516" atv="35.724112064910656" />
                                        <point ath="67.55603110921732" atv="33.86607159661611" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.28044149002454"
                atv                     =   "45.124633138964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166412,0xffd700,0.7,1,0x0b0c0c,1,0xffffff,0,0,0x0d0d0d,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="83.22792703575556" atv="23.61081930804551" />
                                        <point ath="66.25471038424496" atv="21.912411563068872" />
                                        <point ath="58.34401435020243" atv="27.2983674719968" />
                                        <point ath="58.44610246460627" atv="28.25780534604534" />
                                        <point ath="57.134757911449924" atv="29.095101545225017" />
                                        <point ath="55.99375048556402" atv="29.40596942682662" />
                                        <point ath="75.46803934097238" atv="33.110281103914616" />
                                        <point ath="76.75743208688738" atv="32.96979609349797" />
                                        <point ath="78.58177841060825" atv="30.986356944435173" />
                                        <point ath="81.70033193426116" atv="26.09002555404107" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.49313589185158"
                atv                     =   "30.58110366435567"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166413);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166414,0xf8d82a,0.71,1,0x0d0d0d,1,0xffffff,0,0,0x0f1010,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="84.7763719109845" atv="35.13042196506693" />
                                        <point ath="112.7405023637595" atv="32.82075013815551" />
                                        <point ath="121.96681475256042" atv="40.595256449604214" />
                                        <point ath="121.72584363971356" atv="41.51289129431634" />
                                        <point ath="118.25719206477484" atv="42.3127449678231" />
                                        <point ath="114.69338552489808" atv="42.668794419144405" />
                                        <point ath="107.94000451323683" atv="42.69993737166431" />
                                        <point ath="103.03334355709447" atv="41.71213602591714" />
                                        <point ath="99.07398805397136" atv="41.10204080155789" />
                                        <point ath="95.5509761646149" atv="40.59436524867881" />
                                        <point ath="91.94681097019208" atv="40.16824821789184" />
                                        <point ath="88.03164313204172" atv="39.927284211240284" />
                                        <point ath="86.722790380785" atv="40.08496404564333" />
                                        <point ath="85.68581050666177" atv="39.8188957599467" />
                                        <point ath="84.87962407046263" atv="39.21026345860908" />
                                        <point ath="84.8731300268181" atv="37.137114089358676" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.27773540827417"
                atv                     =   "39.37916423577103"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166415);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166416,0xfad929,0.65,1,0x0b0c0c,1,0xffffff,0,0,0x090909,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="143.40633759336617" atv="23.213529698806383" />
                                        <point ath="145.18481014629344" atv="23.673075045058297" />
                                        <point ath="145.15897127378156" atv="24.092556096093904" />
                                        <point ath="144.48228969235169" atv="24.65656857243177" />
                                        <point ath="143.48960737716806" atv="25.75840149486678" />
                                        <point ath="142.71748535830068" atv="26.780840118938336" />
                                        <point ath="142.0146604959028" atv="27.993954304226055" />
                                        <point ath="141.49904823995763" atv="28.96808340743897" />
                                        <point ath="141.03390300757334" atv="30.297082554018218" />
                                        <point ath="140.5473223237403" atv="31.495221743140235" />
                                        <point ath="139.94530689981713" atv="32.89086975428559" />
                                        <point ath="138.14644878710604" atv="34.26241776795129" />
                                        <point ath="134.7306650897274" atv="36.0271761782253" />
                                        <point ath="129.2822171032351" atv="38.4188102386472" />
                                        <point ath="125.91430729549111" atv="39.82654809766124" />
                                        <point ath="124.35384634583778" atv="39.55769183523179" />
                                        <point ath="120.56868514725477" atv="36.94882640700535" />
                                        <point ath="115.14105833946061" atv="32.325110688244806" />
                                        <point ath="112.42214710289969" atv="29.9049943301005" />
                                        <point ath="124.20772646861062" atv="27.129604446179155" />
                                        <point ath="136.22901700529343" atv="22.76729769101209" />
                                        <point ath="138.52365167403119" atv="22.191111346959925" />
                                        <point ath="140.72189726868626" atv="22.44578509607686" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "132.65990294916384"
                atv                     =   "31.22469772842855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166417);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166418,0xf8d829,0.67,1,0x0a0a0a,0.69,0xffffff,0,0,0x0a0a0a,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="178.73271433341475" atv="28.676796456201334" />
                                        <point ath="177.0618666988374" atv="28.17130951144869" />
                                        <point ath="172.5732179784461" atv="27.873026962130865" />
                                        <point ath="165.78312106590812" atv="27.46499058888923" />
                                        <point ath="164.0837288141795" atv="27.27766152834232" />
                                        <point ath="163.16168614541854" atv="27.274152812253202" />
                                        <point ath="162.71631752016933" atv="27.46701593921624" />
                                        <point ath="160.83853749976424" atv="29.791594005820038" />
                                        <point ath="160.05151247048448" atv="30.716016994772744" />
                                        <point ath="160.02456322150857" atv="31.431788955162858" />
                                        <point ath="160.3492829717099" atv="31.96223938127672" />
                                        <point ath="161.14105355436982" atv="32.50320498821517" />
                                        <point ath="162.40156804956524" atv="33.43467612769807" />
                                        <point ath="163.52667874042015" atv="34.511121658381114" />
                                        <point ath="165.53974595682604" atv="36.831157763950905" />
                                        <point ath="166.6974025309479" atv="39.25815177218539" />
                                        <point ath="167.1464370543418" atv="41.52456943084517" />
                                        <point ath="167.09626572684004" atv="42.87449168974633" />
                                        <point ath="167.2903249200681" atv="43.825307031038385" />
                                        <point ath="168.04470261677187" atv="44.68338234059696" />
                                        <point ath="169.5178400636825" atv="45.470218844542146" />
                                        <point ath="171.96043843312685" atv="46.02312290557529" />
                                        <point ath="173.94242138232576" atv="46.18641913590065" />
                                        <point ath="175.84489132657376" atv="46.285431097219714" />
                                        <point ath="177.33391829951756" atv="45.83343344375615" />
                                        <point ath="178.3248958779941" atv="44.97995246320421" />
                                        <point ath="178.4498588864824" atv="36.38122145664839" />
                                        <point ath="178.58593941772165" atv="31.30168881988933" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "171.60440184273233"
                atv                     =   "36.89314181566171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166419);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166420,0xffd500,0.66,1,0x060606,1,0xffffff,0,0,0x101010,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   ""
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "0"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                    <point ath="64.92380249238784" atv="21.495760138571878" />
                                        <point ath="57.02759721099807" atv="26.2457027687567" />
                                        <point ath="43.53169640660974" atv="33.659888156755734" />
                                        <point ath="37.85593909211093" atv="36.398710866724535" />
                                        <point ath="12.89382419321305" atv="42.41330786313515" />
                                        <point ath="14.561843483490122" atv="41.200241763509965" />
                                        <point ath="14.148062551848852" atv="38.08847433488927" />
                                        <point ath="15.674054218905098" atv="34.627041901485605" />
                                        <point ath="17.684610686539713" atv="32.268860638943295" />
                                        <point ath="17.810191166332686" atv="30.59596936460416" />
                                        <point ath="16.61756113340948" atv="27.88889157220579" />
                                        <point ath="14.728551567895465" atv="25.360404862954564" />
                                        <point ath="12.400353698922913" atv="25.646684100350175" />
                                        <point ath="4.7732229013239476" atv="26.02660383715812" />
                                        <point ath="-0.4267865471562686" atv="25.544511123671327" />
                                        <point ath="-0.49099046160813486" atv="20.186395239380293" />
                                        <point ath="5.900469665495962" atv="19.320272773450608" />
                                        <point ath="5.384324001885943" atv="18.44048117550232" />
                                        <point ath="5.221409135749525" atv="17.817389689621358" />
                                        <point ath="5.713683405737925" atv="17.018636313121053" />
                                        <point ath="6.542062469546522" atv="16.31103167647504" />
                                        <point ath="8.448615393641376" atv="15.479801495439737" />
                                        <point ath="12.459728435842237" atv="15.661974437443067" />
                                        <point ath="14.668376632276193" atv="15.767233832516316" />
                                        <point ath="17.091983387185905" atv="16.168167922420217" />
                                        <point ath="21.421919600802255" atv="15.707805096177232" />
                                        <point ath="22.190070900717842" atv="15.694616824382148" />
                                        <point ath="24.189640957232143" atv="16.95755744924407" />
                                        <point ath="25.785081507998655" atv="17.998230904214658" />
                                        <point ath="28.689739747717113" atv="17.544915304566203" />
                                        <point ath="32.345078516086346" atv="16.98156479472968" />
                                        <point ath="34.82709809937268" atv="16.618020861127718" />
                                        <point ath="33.858244239291594" atv="15.843672382211276" />
                                        <point ath="35.21822311019878" atv="15.200959396037517" />
                                        <point ath="36.183375455952444" atv="14.741660569304083" />
                                        <point ath="41.24721402686532" atv="16.290178310982643" />
                                        <point ath="47.950937079479445" atv="18.095431394952946" />
                                        <point ath="53.060118326045995" atv="19.35985699660879" />
                                        <point ath="58.68857050138217" atv="20.33280223441437" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.87310108698716"
                atv                     =   "28.36983407499963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166421);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166422"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "122.50954620733134"
                atv                     =   "40.01213164582376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166422);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "西河公园文化主题步行街"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园&lt;br/&gt;文&lt;br/&gt;化&lt;br/&gt;主&lt;br/&gt;题&lt;br/&gt;步&lt;br/&gt;行&lt;br/&gt;街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663069"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.04697494057251"
                atv                     =   "31.854075945771218"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "配套幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]配&lt;br/&gt;套&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663068"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                        <hotspot name               =   "spot_8166424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.96979424782128"
                atv                     =   "18.032875744795156"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "望海小学太平校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]望&lt;br/&gt;海&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;太&lt;br/&gt;平&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239760">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89212"
                        atv                =    "79.74664444112432"
                        ath                =    "-7.656624602549925"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="179.22094293527" atv="19.256068415211" />
                                        <point ath="179.80498931723" atv="32.318375254635" />
                                        <point ath="-179.54494765365" atv="51.226746439688" />
                                        <point ath="-177.6817658545" atv="72.169516936807" />
                                        <point ath="-14.932533111387" atv="85.167046482471" />
                                        <point ath="-2.8670688954343" atv="57.296579449046" />
                                        <point ath="-1.7209907269028" atv="34.299576759051" />
                                        <point ath="-1.327043675473" atv="18.966636145908" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89212_text"
                        atv                =    "79.74664444112432"
                        ath                =    "-7.656624602549925"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "玉林南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89213"
                        atv                =    "82.26920052978977"
                        ath                =    "79.93768136906397"
                        showvr             =    "true"
                        bordercolor        =    "0x6c2efb"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="85.281097326295" atv="23.237643975311" />
                                        <point ath="83.767000707967" atv="31.039809476242" />
                                        <point ath="83.32442006749" atv="35.004709285502" />
                                        <point ath="83.294269616392" atv="41.39419689782" />
                                        <point ath="82.847656414837" atv="57.17064093964" />
                                        <point ath="-69.082808941139" atv="88.702421608921" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89213_text"
                        atv                =    "82.26920052978977"
                        ath                =    "79.93768136906397"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "西平东路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89214"
                        atv                =    "43.98977015908899"
                        ath                =    "9.55194715583167"
                        showvr             =    "true"
                        bordercolor        =    "0xfb722e"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-26.29705606538" atv="41.651945647066" />
                                        <point ath="24.404728779083" atv="41.530667274258" />
                                        <point ath="67.768282091578" atv="19.748824557794" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89214_text"
                        atv                =    "43.98977015908899"
                        ath                =    "9.55194715583167"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "西河路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_239758"
            title                       =   "人民医院"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239758"
            pano_id                     =   "4709"
            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                =   "58.298847978453"
            hotspot_fenzu               =   '[{"id":663045,"pano_id":4709,"view_id":239758,"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":1782464515,"update_time":1782464515,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":663045,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0},{"id":663046,"pano_id":4709,"view_id":239758,"name":"\u533b\u7597\u6559\u80b2","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"83.34559240282128\", \"hlookat\": \"-135.7917467456545\", \"vlookat\": \"51.776617652852565\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":8,"player_style_data":{"fov":"83.34559240282128","hlookat":"-135.7917467456545","vlookat":"51.776617652852565","fovscale":1},"group_id":663046,"fz_name":"\u533b\u7597\u6559\u80b2","hlookat":"-135.7917467456545","vlookat":"51.776617652852565","fov":"83.34559240282128","fovscale":1},{"id":663047,"pano_id":4709,"view_id":239758,"name":"\u751f\u6d3b\u8d2d\u7269","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"83.34559240282128\", \"hlookat\": \"-275.20453416906463\", \"vlookat\": \"58.3847026956241\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":9,"player_style_data":{"fov":"83.34559240282128","hlookat":"-275.20453416906463","vlookat":"58.3847026956241","fovscale":1},"group_id":663047,"fz_name":"\u751f\u6d3b\u8d2d\u7269","hlookat":"-275.20453416906463","vlookat":"58.3847026956241","fov":"83.34559240282128","fovscale":1}]'
            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               =   "58.298847978453"
                vlookat                 =   "58.298847978453"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "10"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121856" tiledimageheight="60928">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60928" tiledimageheight="30464">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15234">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15104" tiledimageheight="7552">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3842">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1920">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612764463/499f76f08783abfe7602916c47bd2a33/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8166213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.37881349111592"
                atv                     =   "2.3278899069506838"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166213);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239760"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.1989457306286795"
                atv                     =   "4.716431738055501"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166214);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "五馆一"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;馆&lt;br/&gt;一[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239759"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.04190065230222"
                atv                     =   "9.89426227775426"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166215);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "市中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]市&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239754"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.88141214051313"
                atv                     =   "2.5271661085236863"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166216);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239756"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-149.37591969515603"
                atv                     =   "6.394064712661337"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166217);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239757"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-177.73171619061057"
                atv                     =   "1.9168257243309534"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166218);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城南"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239755"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.9048825425069253"
                atv                     =   "10.437674994158057"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166219);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "瑞和新城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑞&lt;br/&gt;和&lt;br/&gt;新&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62130"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.932962497013705"
                atv                     =   "9.429707117756958"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166220);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "祥达东城CDE区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]祥&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;城&lt;br/&gt;C&lt;br/&gt;D&lt;br/&gt;E&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62132"
                    target_view_hlookat =   "-1.1860881251603"
                    target_view_vlookat =   "57.758363022354"
                    other_args          =   "view.hlookat=-1.1860881251603&amp;view.vlookat=57.758363022354&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.008613798041324"
                atv                     =   "6.501987252679365"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166221);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "靖云雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;云&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62183"
                    target_view_hlookat =   "15.307357068519286"
                    target_view_vlookat =   "55.13562279114029"
                    other_args          =   "view.hlookat=15.307357068519286&amp;view.vlookat=55.13562279114029&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.57301802416606"
                atv                     =   "8.385420214323876"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166222);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "祥达东城AB区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]祥&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;城&lt;br/&gt;A&lt;br/&gt;B&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62131"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166223"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-22.005611670238522"
                atv                     =   "55.69704740059173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166223);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖和园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;和&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166224"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-57.6486481701362"
                atv                     =   "32.77165087582313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166224);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "水电佳园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;电&lt;br/&gt;佳&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.45082126712629"
                atv                     =   "31.11721831348399"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166225);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-155.4676701215675"
                atv                     =   "68.92422812257648"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166226);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "国峰金灵灵幼儿园四分园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]国&lt;br/&gt;峰&lt;br/&gt;金&lt;br/&gt;灵&lt;br/&gt;灵&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园&lt;br/&gt;四&lt;br/&gt;分&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166227"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-127.76931093647192"
                atv                     =   "63.029627920518145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166227);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "第一人民医院（东城医院）"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;一&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;东&lt;br/&gt;城&lt;br/&gt;医&lt;br/&gt;院&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166228"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "40.397215848708925"
                atv                     =   "40.48279328070924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166228);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "何家屯集贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]何&lt;br/&gt;家&lt;br/&gt;屯&lt;br/&gt;集&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166229"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "122.0580908482558"
                atv                     =   "77.90772468897518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166229);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浙商商贸城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浙&lt;br/&gt;商&lt;br/&gt;商&lt;br/&gt;贸&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166230"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "30.008382333189843"
                atv                     =   "25.701680487777594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166230);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "珠江源花卉工艺市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(48, 205, 153, 0.7);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;江&lt;br/&gt;源&lt;br/&gt;花&lt;br/&gt;卉&lt;br/&gt;工&lt;br/&gt;艺&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.24018307544384"
                atv                     =   "71.94816190383622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166231);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.842497107786244"
                atv                     =   "12.494561656126166"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166232);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "安厦·东辰华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]安&lt;br/&gt;厦&lt;br/&gt;·&lt;br/&gt;东&lt;br/&gt;辰&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62129"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "34.06412651086919"
                atv                     =   "15.655015875739277"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166233);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东泓新居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;泓&lt;br/&gt;新&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62123"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "46.08639900428784"
                atv                     =   "17.873607891634787"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166234);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东江花园3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62121"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "39.42121018385831"
                atv                     =   "20.16518127891888"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166235);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东江花园4、5期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;4&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]、[/span]&lt;br/&gt;5&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62122"
                    target_view_hlookat =   "-90.28393885171515"
                    target_view_vlookat =   "74.60653993678831"
                    other_args          =   "view.hlookat=-90.28393885171515&amp;view.vlookat=74.60653993678831&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.27094944102731"
                atv                     =   "20.617303111792154"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166236);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东江花园2期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62120"
                    target_view_hlookat =   "4.476795684206266"
                    target_view_vlookat =   "68.86332394372344"
                    other_args          =   "view.hlookat=4.476795684206266&amp;view.vlookat=68.86332394372344&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "65.4104875480856"
                atv                     =   "23.53869140397589"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166237);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东江花园1期北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;1&lt;br/&gt;期&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62119"
                    target_view_hlookat =   "0.6266601518526336"
                    target_view_vlookat =   "69.1440515228872"
                    other_args          =   "view.hlookat=0.6266601518526336&amp;view.vlookat=69.1440515228872&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.334914284248725"
                atv                     =   "43.52723332050347"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166238);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东盛·临江花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;盛&lt;br/&gt;·&lt;br/&gt;临&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62125"
                    target_view_hlookat =   "-1.1596536930386336"
                    target_view_vlookat =   "78.28156955204523"
                    other_args          =   "view.hlookat=-1.1596536930386336&amp;view.vlookat=78.28156955204523&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "91.9140245040048"
                atv                     =   "25.718681557969752"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166239);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "祥达·祥瑞花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]祥&lt;br/&gt;达&lt;br/&gt;·&lt;br/&gt;祥&lt;br/&gt;瑞&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62128"
                    target_view_hlookat =   "71.00225727048857"
                    target_view_vlookat =   "60.033041236251975"
                    other_args          =   "view.hlookat=71.00225727048857&amp;view.vlookat=60.033041236251975&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "106.46991247471047"
                atv                     =   "32.95316750803821"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166240);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟嘉园1、3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;园&lt;br/&gt;1&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]、[/span]&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62126"
                    target_view_hlookat =   "122.53046690882675"
                    target_view_vlookat =   "51.81100044678737"
                    other_args          =   "view.hlookat=122.53046690882675&amp;view.vlookat=51.81100044678737&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "141.92070612193353"
                atv                     =   "34.530387330127475"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166241);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟嘉园2期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;园&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62127"
                    target_view_hlookat =   "-90.36357091393701"
                    target_view_vlookat =   "53.173300943748806"
                    other_args          =   "view.hlookat=-90.36357091393701&amp;view.vlookat=53.173300943748806&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.1550165739084"
                atv                     =   "21.884935032926844"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166242);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东星小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;星&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62124"
                    target_view_hlookat =   "-104.82307185742557"
                    target_view_vlookat =   "51.62673448103491"
                    other_args          =   "view.hlookat=-104.82307185742557&amp;view.vlookat=51.62673448103491&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "152.57157903036233"
                atv                     =   "19.404703358435032"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166243);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东盛·东江花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;盛&lt;br/&gt;·&lt;br/&gt;东&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62124"
                    target_view_hlookat =   "80.51924277986296"
                    target_view_vlookat =   "59.898823573190654"
                    other_args          =   "view.hlookat=80.51924277986296&amp;view.vlookat=59.898823573190654&amp;view.fov=115.83291929218754"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.99814049834907"
                atv                     =   "12.8783295608857"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166244);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "香辰康园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]香&lt;br/&gt;辰&lt;br/&gt;康&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62185"
                    target_view_hlookat =   "16.399035809417335"
                    target_view_vlookat =   "52.805948561123415"
                    other_args          =   "view.hlookat=16.399035809417335&amp;view.vlookat=52.805948561123415&amp;view.fov=115.83291929218754"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-44.273480320632984"
                atv                     =   "12.470366480560768"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166245);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙城国际"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;城&lt;br/&gt;国&lt;br/&gt;际[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62184"
                    target_view_hlookat =   "-8.960659210937727"
                    target_view_vlookat =   "54.575869921854874"
                    other_args          =   "view.hlookat=-8.960659210937727&amp;view.vlookat=54.575869921854874&amp;view.fov=115.83291929218754"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.38865826612698"
                atv                     =   "15.840960531373453"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166246);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "新生小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;生&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62193"
                    target_view_hlookat =   "56.460641766570134"
                    target_view_vlookat =   "72.84674827103318"
                    other_args          =   "view.hlookat=56.460641766570134&amp;view.vlookat=72.84674827103318&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-79.58269792295141"
                atv                     =   "14.787536794709503"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166247);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中集·建宁府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;集&lt;br/&gt;·&lt;br/&gt;建&lt;br/&gt;宁&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62195"
                    target_view_hlookat =   "22.225641784421164"
                    target_view_vlookat =   "70.71763852865641"
                    other_args          =   "view.hlookat=22.225641784421164&amp;view.vlookat=70.71763852865641&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.6930743345439"
                atv                     =   "15.94921353608216"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166248);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "北关小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]北&lt;br/&gt;关&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62208"
                    target_view_hlookat =   "-31.192824159274824"
                    target_view_vlookat =   "74.16478824173898"
                    other_args          =   "view.hlookat=-31.192824159274824&amp;view.vlookat=74.16478824173898&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-125.68779524182497"
                atv                     =   "13.345398231556086"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166249);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "万和国际广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;和&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62202"
                    target_view_hlookat =   "-0.12414184050937838"
                    target_view_vlookat =   "60.92342861437752"
                    other_args          =   "view.hlookat=-0.12414184050937838&amp;view.vlookat=60.92342861437752&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.39659988292468"
                atv                     =   "15.832011784998402"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166250);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟区人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;区&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62217"
                    target_view_hlookat =   "159.6869836692213"
                    target_view_vlookat =   "56.10519383041687"
                    other_args          =   "view.hlookat=159.6869836692213&amp;view.vlookat=56.10519383041687&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.58731025507308"
                atv                     =   "31.198205252153446"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166251);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟一中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;一&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-138.28978832380213"
                atv                     =   "78.63409079500808"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166252);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "白石江街道保渡小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]白&lt;br/&gt;石&lt;br/&gt;江&lt;br/&gt;街&lt;br/&gt;道&lt;br/&gt;保&lt;br/&gt;渡&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166253"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "116.89380458125137"
                atv                     =   "54.15655308282629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166253);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟嘉园潮尚街"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;园&lt;br/&gt;潮&lt;br/&gt;尚&lt;br/&gt;街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-173.48090023263634"
                atv                     =   "37.268301105876866"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166254);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟希望学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;希&lt;br/&gt;望&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166255"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "177.40148220398913"
                atv                     =   "60.99331891518527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166255);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "新金利灯具城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;金&lt;br/&gt;利&lt;br/&gt;灯&lt;br/&gt;具&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166256"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-178.95074761865067"
                atv                     =   "44.53979465718534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166256);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "保渡灯具城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]保&lt;br/&gt;渡&lt;br/&gt;灯&lt;br/&gt;具&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-29.94809555393647"
                atv                     =   "35.37015649974587"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166257);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟十一中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;十&lt;br/&gt;一&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166258"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "21.131173954802932"
                atv                     =   "36.68202852111785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166258);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "楚天坤茂建材广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]楚&lt;br/&gt;天&lt;br/&gt;坤&lt;br/&gt;茂&lt;br/&gt;建&lt;br/&gt;材&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166259"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "13.285815222057238"
                atv                     =   "31.423341820581438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166259);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "爨兴商业广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爨&lt;br/&gt;兴&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166260"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-65.55756691557997"
                atv                     =   "29.675691180749812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166260);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玄天宫农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玄&lt;br/&gt;天&lt;br/&gt;宫&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663047"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166261,0xfcdb2a,0.7,1,0x0b0b0c,1,0xffffff,0,0,0x060606,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                    <point ath="-54.101954455339126" atv="56.42159227691577" />
                                        <point ath="-57.22689984449022" atv="57.554347988468706" />
                                        <point ath="-56.93650032554666" atv="58.14272473633807" />
                                        <point ath="-65.03615725719868" atv="60.19384928298868" />
                                        <point ath="-66.46713876242654" atv="60.78142811306978" />
                                        <point ath="-68.17684944956159" atv="61.454910353286365" />
                                        <point ath="-70.45316181121729" atv="62.99317986582119" />
                                        <point ath="-71.80711588735647" atv="66.83636255629686" />
                                        <point ath="-70.19444125603513" atv="66.90391438378026" />
                                        <point ath="-65.55368405837675" atv="70.3853464117416" />
                                        <point ath="-65.70907366644383" atv="70.68694868085997" />
                                        <point ath="-68.99215491369188" atv="70.9770226032476" />
                                        <point ath="-72.95163064237511" atv="72.00072678689762" />
                                        <point ath="-73.76797443158028" atv="74.3367253597556" />
                                        <point ath="-74.1314563626824" atv="75.50149478142104" />
                                        <point ath="-75.34634652888894" atv="76.5211278726102" />
                                        <point ath="-67.92173356235435" atv="75.72835915684423" />
                                        <point ath="-56.24921205965978" atv="74.89941037442554" />
                                        <point ath="-41.62353574925214" atv="73.47179295445645" />
                                        <point ath="-39.32289877518258" atv="74.1699670559176" />
                                        <point ath="-37.61668299781957" atv="74.08107359696523" />
                                        <point ath="-26.00317599272546" atv="76.18976925958647" />
                                        <point ath="-4.480014001797258" atv="77.47952605484228" />
                                        <point ath="-5.151295678504084" atv="68.47196262443573" />
                                        <point ath="-49.551518616234375" atv="59.04346668493192" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166262"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "12.466055373752624"
                atv                     =   "65.02409402851073"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166262);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "铁路小区东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]铁&lt;br/&gt;路&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166263"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "49.02982870705796"
                atv                     =   "77.52806967805073"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166263);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东昇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;昇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166264"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-7.2750895523415124"
                atv                     =   "37.556448136745914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166264);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "铁路小区西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]铁&lt;br/&gt;路&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166265"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-16.14159404613065"
                atv                     =   "36.57697411096188"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166265);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "水电三小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;电&lt;br/&gt;三&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166266"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-12.866496735449402"
                atv                     =   "23.104987606928518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166266);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "天瑞家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;瑞&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166267"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "5.700809434123926"
                atv                     =   "42.2060731840493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166267);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "水电二小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;电&lt;br/&gt;二&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166268"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "159.15364813003478"
                atv                     =   "63.749081192585344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166268);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "坤林园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]坤&lt;br/&gt;林&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166269"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-100.2625713349729"
                atv                     =   "44.865040486235436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166269);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "云建家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;建&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166270"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-121.02293381224291"
                atv                     =   "49.57577882660434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166270);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "锦苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166271"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-150.05570260572085"
                atv                     =   "38.716646881289286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166271);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "锦苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金穗花园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166272"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-145.254317245863"
                atv                     =   "28.251839180710544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166272);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "赢城世家"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]赢&lt;br/&gt;城&lt;br/&gt;世&lt;br/&gt;家[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166273"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-153.4649016942562"
                atv                     =   "26.304370143204117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166273);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中和苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;和&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166274"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-160.20244506951659"
                atv                     =   "28.828224145692783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166274);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南宁小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;宁&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166275"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "175.67096056885063"
                atv                     =   "36.43004089841987"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166275);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "越钢基地"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]越&lt;br/&gt;钢&lt;br/&gt;基&lt;br/&gt;地[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166276"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-72.18389157618174"
                atv                     =   "25.36592446092737"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166276);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "第五人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;五&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663046"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166277"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-84.9083701159015"
                atv                     =   "23.563474085984637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166277);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "都市印象"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]都&lt;br/&gt;市&lt;br/&gt;印&lt;br/&gt;象[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166278"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-104.93528074971283"
                atv                     =   "22.21352729077711"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166278);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "立得尚都豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]立&lt;br/&gt;得&lt;br/&gt;尚&lt;br/&gt;都&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166279"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-90.85715066568224"
                atv                     =   "37.738237280367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166279);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "宽阅府（建设中）"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]宽&lt;br/&gt;阅&lt;br/&gt;府&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;建&lt;br/&gt;设&lt;br/&gt;中&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.77177991876465"
                atv                     =   "24.301451628030115"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166280);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东江花园1期南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;1&lt;br/&gt;期&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62119"
                    target_view_hlookat =   "180.59589635311036"
                    target_view_vlookat =   "64.78531321265135"
                    other_args          =   "view.hlookat=180.59589635311036&amp;view.vlookat=64.78531321265135&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.65438808603093"
                atv                     =   "10.324603885683812"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166281);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "紫金新景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]紫&lt;br/&gt;金&lt;br/&gt;新&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62206"
                    target_view_hlookat =   "2.319595677099739"
                    target_view_vlookat =   "54.14223194618398"
                    other_args          =   "view.hlookat=2.319595677099739&amp;view.vlookat=54.14223194618398&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.68118680500544"
                atv                     =   "4.253737780230514"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166282);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐锦园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;锦&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62252"
                    target_view_hlookat =   "25.292495449447056"
                    target_view_vlookat =   "57.30171378573533"
                    other_args          =   "view.hlookat=25.292495449447056&amp;view.vlookat=57.30171378573533&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.89344224364112"
                atv                     =   "4.9462770583113445"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166283);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "美景·风华"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;景&lt;br/&gt;·&lt;br/&gt;风&lt;br/&gt;华[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62246"
                    target_view_hlookat =   "1.09861419706976"
                    target_view_vlookat =   "54.10647653505255"
                    other_args          =   "view.hlookat=1.09861419706976&amp;view.vlookat=54.10647653505255&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.08400695099962"
                atv                     =   "5.993052491631264"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166284);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "下南片区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]下&lt;br/&gt;南&lt;br/&gt;片&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62266"
                    target_view_hlookat =   "92.25699708212166"
                    target_view_vlookat =   "55.158340936909674"
                    other_args          =   "view.hlookat=92.25699708212166&amp;view.vlookat=55.158340936909674&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.92949314947222"
                atv                     =   "9.028965817340168"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166285);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金湘花城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;湘&lt;br/&gt;花&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62255"
                    target_view_hlookat =   "55.19399778879354"
                    target_view_vlookat =   "53.288917341467496"
                    other_args          =   "view.hlookat=55.19399778879354&amp;view.vlookat=53.288917341467496&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-159.87523526440134"
                atv                     =   "7.043641833213248"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166286);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62189"
                    target_view_hlookat =   "32.21317973527256"
                    target_view_vlookat =   "56.94166387041819"
                    other_args          =   "view.hlookat=32.21317973527256&amp;view.vlookat=56.94166387041819&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-120.04756293089255"
                atv                     =   "7.234040113553359"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166287);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "218广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]2&lt;br/&gt;1&lt;br/&gt;8&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62203"
                    target_view_hlookat =   "158.6936988335235"
                    target_view_vlookat =   "54.948742368332674"
                    other_args          =   "view.hlookat=158.6936988335235&amp;view.vlookat=54.948742368332674&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-88.37248264526909"
                atv                     =   "7.072105582254193"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166288);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "安厦十五城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]安&lt;br/&gt;厦&lt;br/&gt;十&lt;br/&gt;五&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62176"
                    target_view_hlookat =   "131.9104406801393"
                    target_view_vlookat =   "62.70838611576313"
                    other_args          =   "view.hlookat=131.9104406801393&amp;view.vlookat=62.70838611576313&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-51.25664108600205"
                atv                     =   "10.59456544287008"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166289);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "白石江公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]白&lt;br/&gt;石&lt;br/&gt;江&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62179"
                    target_view_hlookat =   "-153.80873925867726"
                    target_view_vlookat =   "52.90684150171745"
                    other_args          =   "view.hlookat=-153.80873925867726&amp;view.vlookat=52.90684150171745&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239758">
                                </hotspot>
                        <hotspot name               =   "spot_8166290"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "126.28326156451689"
                atv                     =   "4.380706277848748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166290);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟水乡"
                text_advanced           =   "[div  style=&apos;    border: none;   justify-content: center; position: relative; flex-direction: column;&apos;][img src=&apos;/static/editor/images/spec-l-v-9.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;] [div style=&apos;  width: 40px; background-image: url(/static/editor/images/spec-c-v-9.png); background-size: contain;&apos;][div style=&apos;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;水&lt;br/&gt;乡[/div]      [/div] [img src=&apos;/static/editor/images/spec-r-v-9.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239758">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89207"
                        atv                =    "79.12268538314088"
                        ath                =    "89.51401927793864"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-95.566817388825" atv="29.255797963216" />
                                        <point ath="-95.567473931546" atv="50.556021185064" />
                                        <point ath="-96.74993587315" atv="61.665762453922" />
                                        <point ath="-96.802371674194" atv="70.948143291365" />
                                        <point ath="91.643505881298" atv="83.349813824426" />
                                        <point ath="86.144746597437" atv="56.462584455291" />
                                        <point ath="85.409736449917" atv="39.439190036115" />
                                        <point ath="85.445040279765" atv="29.684809653071" />
                                        <point ath="85.05352700795" atv="25.472567937942" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89207_text"
                        atv                =    "79.12268538314088"
                        ath                =    "89.51401927793864"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟东路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89208"
                        atv                =    "83.40976198490186"
                        ath                =    "15.584008820834413"
                        showvr             =    "true"
                        bordercolor        =    "0xb72efb"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-6.1270014866226" atv="20.246661395107" />
                                        <point ath="-4.9169575550013" atv="36.196603997309" />
                                        <point ath="-3.4683234754619" atv="49.11957699911" />
                                        <point ath="-1.711528224976" atv="59.216548286352" />
                                        <point ath="1.5553410032122" atv="68.872894346082" />
                                        <point ath="5.118758388308" atv="74.041980074843" />
                                        <point ath="11.046234216149" atv="80.775333364055" />
                                        <point ath="24.390412626286" atv="85.573884489751" />
                                        <point ath="158.36466230473" atv="87.148926816254" />
                                        <point ath="178.91608179334" atv="82.989338920819" />
                                        <point ath="-169.91780873412" atv="67.011341441392" />
                                        <point ath="-167.05916616804" atv="45.067367374194" />
                                        <point ath="-166.16205180878" atv="29.749603419623" />
                                        <point ath="-165.44856580954" atv="15.917026893831" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89208_text"
                        atv                =    "83.40976198490186"
                        ath                =    "15.584008820834413"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "紫云北路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_239754"
            title                       =   "市中心"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239754"
            pano_id                     =   "4709"
            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                =   "58.298847978453"
            hotspot_fenzu               =   '[{"id":663009,"pano_id":4709,"view_id":239754,"name":"\u533b\u7597\u6559\u80b2","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"106.42871634893768\", \"hlookat\": \"-1975.7177401001165\", \"vlookat\": \"54.59795690513177\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464514,"update_time":1782464514,"member_count":5,"player_style_data":{"fov":"106.42871634893768","hlookat":"-1975.7177401001165","vlookat":"54.59795690513177","fovscale":1},"group_id":663009,"fz_name":"\u533b\u7597\u6559\u80b2","hlookat":"-1975.7177401001165","vlookat":"54.59795690513177","fov":"106.42871634893768","fovscale":1},{"id":663010,"pano_id":4709,"view_id":239754,"name":"\u751f\u6d3b\u8d2d\u7269","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"106.42871634893768\", \"hlookat\": \"-2176.56301114797\", \"vlookat\": \"57.0109449035769\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464514,"update_time":1782464514,"member_count":8,"player_style_data":{"fov":"106.42871634893768","hlookat":"-2176.56301114797","vlookat":"57.0109449035769","fovscale":1},"group_id":663010,"fz_name":"\u751f\u6d3b\u8d2d\u7269","hlookat":"-2176.56301114797","vlookat":"57.0109449035769","fov":"106.42871634893768","fovscale":1},{"id":663011,"pano_id":4709,"view_id":239754,"name":"\u5468\u8fb9\u5c0f\u533a","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"106.42871634893768\", \"hlookat\": \"-2031.154677507444\", \"vlookat\": \"53.50032272361143\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464514,"update_time":1782464514,"member_count":7,"player_style_data":{"fov":"106.42871634893768","hlookat":"-2031.154677507444","vlookat":"53.50032272361143","fovscale":1},"group_id":663011,"fz_name":"\u5468\u8fb9\u5c0f\u533a","hlookat":"-2031.154677507444","vlookat":"53.50032272361143","fov":"106.42871634893768","fovscale":1},{"id":663012,"pano_id":4709,"view_id":239754,"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":1782464514,"update_time":1782464514,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":663012,"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               =   "58.298847978453"
                vlookat                 =   "58.298847978453"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "10"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121984" tiledimageheight="60992">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l8/%v/l8_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60992" tiledimageheight="30496">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15232">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15360" tiledimageheight="7680">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3840">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1920">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1024" tiledimageheight="514">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732596978466/9736a1529558054ff450bbef2bc9c5a8/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8165895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.1773323893735"
                atv                     =   "3.5116213921078794"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165895);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239760"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-167.87697505810212"
                atv                     =   "14.07563732714426"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165896);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239758"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.76929422639492"
                atv                     =   "4.1391953809173"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165897);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "五馆一"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;馆&lt;br/&gt;一[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239759"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "21.99880376347079"
                atv                     =   "2.0653839489675816"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165898);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239756"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-80.40439782493956"
                atv                     =   "9.997617747878413"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165899);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239757"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-91.74449355625484"
                atv                     =   "2.1201991047249726"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165900);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城南"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239755"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "92.80734585149548"
                atv                     =   "37.15260837537148"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165901);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中集·建宁府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;集&lt;br/&gt;·&lt;br/&gt;建&lt;br/&gt;宁&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62195"
                    target_view_hlookat =   "11.969667722245044"
                    target_view_vlookat =   "68.52390411655844"
                    other_args          =   "view.hlookat=11.969667722245044&amp;view.vlookat=68.52390411655844&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "122.55963981231366"
                atv                     =   "26.44024024121693"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165902);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "新生小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;生&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62193"
                    target_view_hlookat =   "-20.627779877196208"
                    target_view_vlookat =   "49.065774399814345"
                    other_args          =   "view.hlookat=-20.627779877196208&amp;view.vlookat=49.065774399814345&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165903"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "110.54677159646445"
                atv                     =   "61.70452279719252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165903);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东苑小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;苑&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165904"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "50.48626306580434"
                atv                     =   "46.23054514426298"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165904);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "欣苑小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]欣&lt;br/&gt;苑&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-157.76096750200688"
                atv                     =   "30.226088603420155"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165905);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663009"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.56440937342234"
                atv                     =   "45.07839221979197"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165906);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟区第一幼儿园上弘园区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;区&lt;br/&gt;第&lt;br/&gt;一&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园&lt;br/&gt;上&lt;br/&gt;弘&lt;br/&gt;园&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663009"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165907"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "153.41161846737504"
                atv                     =   "32.05750557346104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165907);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "第五人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;五&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663009"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165908"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "90.79674225105023"
                atv                     =   "75.2993505145217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165908);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "美·麒麟商业中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;·&lt;br/&gt;麒&lt;br/&gt;麟&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165909"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "160.00966954757206"
                atv                     =   "28.126312843450684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165909);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玄天宫农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玄&lt;br/&gt;天&lt;br/&gt;宫&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.68564910419178"
                atv                     =   "44.28676171074604"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165910);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "北关小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]北&lt;br/&gt;关&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62208"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-37.065423316349836"
                atv                     =   "55.285336362951504"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165911);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "珠江商场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;江&lt;br/&gt;商&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62221"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-95.2416381581981"
                atv                     =   "28.629623686361683"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165912);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "万和国际广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;和&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62202"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-82.04691122158721"
                atv                     =   "29.866136478059055"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165913);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "阿诗玛天桥"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]阿&lt;br/&gt;诗&lt;br/&gt;玛&lt;br/&gt;天&lt;br/&gt;桥[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62207"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.009040145953634"
                atv                     =   "22.986491501769695"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165914);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62216"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.68834201868725"
                atv                     =   "18.04359306275361"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165915);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "亚龙广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]亚&lt;br/&gt;龙&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62204"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.5726821920731"
                atv                     =   "13.065929765609495"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165916);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "218广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]2&lt;br/&gt;1&lt;br/&gt;8&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62203"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-32.495688951459044"
                atv                     =   "17.272068559703936"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165917);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟七中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;七&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62211"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.57900564532315"
                atv                     =   "25.606368214166476"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165918);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙潭公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;潭&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62215"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.732895067467666"
                atv                     =   "21.86676106859287"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165919);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖二小龙潭校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;二&lt;br/&gt;小&lt;br/&gt;龙&lt;br/&gt;潭&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62210"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.909951218098286"
                atv                     =   "31.529158859942303"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165920);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟西路"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;西&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62218"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "69.13727870502862"
                atv                     =   "35.98593970415184"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165921);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "高快汽车客运站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]高&lt;br/&gt;快&lt;br/&gt;汽&lt;br/&gt;车&lt;br/&gt;客&lt;br/&gt;运&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62190"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "64.08861135703785"
                atv                     =   "22.80851915995854"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165922);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙泽园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;泽&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62191"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "81.17113847285668"
                atv                     =   "23.50725548785095"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165923);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙泽园祥和（新房）"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;泽&lt;br/&gt;园&lt;br/&gt;祥&lt;br/&gt;和&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;新&lt;br/&gt;房&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62192"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.95263489652467"
                atv                     =   "18.257393266298862"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165924);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐江园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;江&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62194"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "114.47546984613888"
                atv                     =   "15.177266220052779"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165925);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙城国际"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;城&lt;br/&gt;国&lt;br/&gt;际[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62184"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "102.64623121457865"
                atv                     =   "15.757454291241737"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165926);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "鼎盛世家3期东"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鼎&lt;br/&gt;盛&lt;br/&gt;世&lt;br/&gt;家&lt;br/&gt;3&lt;br/&gt;期&lt;br/&gt;东[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62180"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "122.12053403950276"
                atv                     =   "12.861497799493348"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165927);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "香辰康园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]香&lt;br/&gt;辰&lt;br/&gt;康&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62185"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.9244293968946522"
                atv                     =   "14.605640097281068"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165928);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "第二人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;二&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62209"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.180668518336915"
                atv                     =   "12.396926975730853"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165929);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "鼎尚名庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鼎&lt;br/&gt;尚&lt;br/&gt;名&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62178"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "32.240145763817054"
                atv                     =   "10.95102081815383"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165930);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "安厦十五城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]安&lt;br/&gt;厦&lt;br/&gt;十&lt;br/&gt;五&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62176"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.26659954804995"
                atv                     =   "12.50048509139727"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165931);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "安厦新光名苑南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]安&lt;br/&gt;厦&lt;br/&gt;新&lt;br/&gt;光&lt;br/&gt;名&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62177"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-107.3142321599789"
                atv                     =   "25.173040226763376"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165932);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟区人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;区&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62217"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-139.08823238599618"
                atv                     =   "12.574066027180583"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165933);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东星小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;星&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62124"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.04787897233962"
                atv                     =   "11.110424545102598"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165934);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟嘉园2期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;园&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62127"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.5652236334838"
                atv                     =   "12.110913512177065"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165935);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东盛·临江花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;盛&lt;br/&gt;·&lt;br/&gt;临&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62125"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.04148331568445"
                atv                     =   "8.124186164510453"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165936);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东泓新居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;泓&lt;br/&gt;新&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62123"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.49312564688384"
                atv                     =   "8.754289679524351"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165937);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "安厦·东辰华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]安&lt;br/&gt;厦&lt;br/&gt;·&lt;br/&gt;东&lt;br/&gt;辰&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62129"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.47522279640108"
                atv                     =   "27.34274179854137"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165938);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟一中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;一&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663009"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165939"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-65.92712232798192"
                atv                     =   "32.59416651374191"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165939);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "滇东商城购物广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滇&lt;br/&gt;东&lt;br/&gt;商&lt;br/&gt;城&lt;br/&gt;购&lt;br/&gt;物&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165940"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-6.513264677820871"
                atv                     =   "74.13725553065731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165940);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "都市商城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]都&lt;br/&gt;市&lt;br/&gt;商&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165941"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-62.03084773862247"
                atv                     =   "59.84852212112703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165941);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "华荣商场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;荣&lt;br/&gt;商&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165942"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-75.49429353595804"
                atv                     =   "53.10238574824975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165942);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玄坛商场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玄&lt;br/&gt;坛&lt;br/&gt;商&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165943"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-74.99520104663964"
                atv                     =   "31.513474636503336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165943);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖新百大"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;新&lt;br/&gt;百&lt;br/&gt;大[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165944"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "49.906600566065094"
                atv                     =   "23.0620296011686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165944);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "古城新农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]古&lt;br/&gt;城&lt;br/&gt;新&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663010"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165945"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "170.0792042250865"
                atv                     =   "33.43747386736203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165945);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "都市印象"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]都&lt;br/&gt;市&lt;br/&gt;印&lt;br/&gt;象[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165946"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "168.40417589757993"
                atv                     =   "21.496150219084388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165946);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "水电佳园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;电&lt;br/&gt;佳&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165947"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "173.9612921916817"
                atv                     =   "18.070487825918928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165947);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖和园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;和&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "163.84491981520114"
                atv                     =   "18.5131970782723"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165948);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟十一中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;十&lt;br/&gt;一&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663009"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165949"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-166.2766121627629"
                atv                     =   "42.442181790892995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165949);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "立得尚都豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]立&lt;br/&gt;得&lt;br/&gt;尚&lt;br/&gt;都&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165950"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-146.05979228107248"
                atv                     =   "62.23308366632628"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165950);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麟翠苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麟&lt;br/&gt;翠&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663011"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-109.84916029918725"
                atv                     =   "11.522206475711956"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165951);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "紫金新景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]紫&lt;br/&gt;金&lt;br/&gt;新&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62206"
                    target_view_hlookat =   "2.3324312938759"
                    target_view_vlookat =   "55.14706087746"
                    other_args          =   "view.hlookat=2.3324312938759&amp;view.vlookat=55.14706087746&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.84680088309503"
                atv                     =   "8.57701403549177"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165952);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东鼎·雍景湾"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;鼎&lt;br/&gt;·&lt;br/&gt;雍&lt;br/&gt;景&lt;br/&gt;湾[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62205"
                    target_view_hlookat =   "80.45506326870756"
                    target_view_vlookat =   "72.46066792401902"
                    other_args          =   "view.hlookat=80.45506326870756&amp;view.vlookat=72.46066792401902&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-99.02069675922354"
                atv                     =   "6.255692416620041"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165953);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "吉大上元"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]吉&lt;br/&gt;大&lt;br/&gt;上&lt;br/&gt;元[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62254"
                    target_view_hlookat =   "124.73266228623552"
                    target_view_vlookat =   "65.00311340844713"
                    other_args          =   "view.hlookat=124.73266228623552&amp;view.vlookat=65.00311340844713&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-122.93049010862481"
                atv                     =   "5.665272356102632"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165954);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "美景·风华"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;景&lt;br/&gt;·&lt;br/&gt;风&lt;br/&gt;华[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62246"
                    target_view_hlookat =   "9.331352892466409"
                    target_view_vlookat =   "54.357253369112016"
                    other_args          =   "view.hlookat=9.331352892466409&amp;view.vlookat=54.357253369112016&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-131.61225878450367"
                atv                     =   "4.80286003479946"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165955);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐锦园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;锦&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62252"
                    target_view_hlookat =   "32.753202950560436"
                    target_view_vlookat =   "61.62750012031341"
                    other_args          =   "view.hlookat=32.753202950560436&amp;view.vlookat=61.62750012031341&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-53.3630600572298"
                atv                     =   "11.010087463028508"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165956);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "寥廓公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]寥&lt;br/&gt;廓&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62268"
                    target_view_hlookat =   "41.02101072160811"
                    target_view_vlookat =   "58.499946585306965"
                    other_args          =   "view.hlookat=41.02101072160811&amp;view.vlookat=58.499946585306965&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.32934097451755"
                atv                     =   "10.229057988779806"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165957);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "会堂"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]会&lt;br/&gt;堂[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62214"
                    target_view_hlookat =   "50.305529855867974"
                    target_view_vlookat =   "56.06469544734291"
                    other_args          =   "view.hlookat=50.305529855867974&amp;view.vlookat=56.06469544734291&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-61.64735417767906"
                atv                     =   "7.61537504217645"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165958);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区水云上居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;水&lt;br/&gt;云&lt;br/&gt;上&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62272"
                    target_view_hlookat =   "-136.34513524460138"
                    target_view_vlookat =   "56.63195140531024"
                    other_args          =   "view.hlookat=-136.34513524460138&amp;view.vlookat=56.63195140531024&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/d9fe791c5c855ac2053b26fd22ece9e8.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.50408072178243"
                atv                     =   "8.187723898371841"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165959);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "高铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(252, 47, 47, 0.76);border-radius:9px;border:1px solid rgba(245, 243, 243, 1);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]高&lt;br/&gt;铁&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165960"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-36.11711169804761"
                atv                     =   "5.040685201492016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165960);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "廖廓山"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(93, 210, 44, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]廖&lt;br/&gt;廓&lt;br/&gt;山[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "96.78022128825404"
                atv                     =   "13.870400428375124"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165961);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "白石江公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]白&lt;br/&gt;石&lt;br/&gt;江&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62179"
                    target_view_hlookat =   "-155.4987398000709"
                    target_view_vlookat =   "54.56855521924511"
                    other_args          =   "view.hlookat=-155.4987398000709&amp;view.vlookat=54.56855521924511&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165962"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "58.7343388259801"
                atv                     =   "32.682257342944446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165962);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "交通医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]交&lt;br/&gt;通&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165963"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "81.41104002730572"
                atv                     =   "52.98490107696571"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165963);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中医院（交通院区）"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;医&lt;br/&gt;院&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;交&lt;br/&gt;通&lt;br/&gt;院&lt;br/&gt;区&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "138.8939920053954"
                atv                     =   "8.140301613971321"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165964);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "瑞和新城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑞&lt;br/&gt;和&lt;br/&gt;新&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62130"
                    target_view_hlookat =   "-0.4214270029983211"
                    target_view_vlookat =   "62.653144443577254"
                    other_args          =   "view.hlookat=-0.4214270029983211&amp;view.vlookat=62.653144443577254&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.86627215791168"
                atv                     =   "30.41403387599284"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165965);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟四中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;四&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62193"
                    target_view_hlookat =   "151.834531281102"
                    target_view_vlookat =   "67.81024742422933"
                    other_args          =   "view.hlookat=151.834531281102&amp;view.vlookat=67.81024742422933&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.913845650180178"
                atv                     =   "12.109027868568985"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165966);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "绅园大厦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]绅&lt;br/&gt;园&lt;br/&gt;大&lt;br/&gt;厦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62187"
                    target_view_hlookat =   "53.31484272304934"
                    target_view_vlookat =   "76.34516104696627"
                    other_args          =   "view.hlookat=53.31484272304934&amp;view.vlookat=76.34516104696627&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                        <hotspot name               =   "spot_8165967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-25.551850539116913"
                atv                     =   "11.99541467019867"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165967);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "胜峰小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]胜&lt;br/&gt;峰&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62200"
                    target_view_hlookat =   "-37.41813299743978"
                    target_view_vlookat =   "72.51995383501726"
                    other_args          =   "view.hlookat=-37.41813299743978&amp;view.vlookat=72.51995383501726&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239754">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89191"
                        atv                =    "67.50182937785202"
                        ath                =    "10.015532145009388"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="10.103175944901" atv="20.628271750749" />
                                        <point ath="9.944532981206" atv="54.396687001305" />
                                        <point ath="11.650981526658" atv="83.899898226693" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89191_text"
                        atv                =    "67.50182937785202"
                        ath                =    "10.015532145009388"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟西路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89192"
                        atv                =    "76.05535390310318"
                        ath                =    "-172.74760951817154"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-173.0931909096" atv="83.863534106076" />
                                        <point ath="-172.38927272499" atv="64.86375437104" />
                                        <point ath="-172.42846370951" atv="48.827813131146" />
                                        <point ath="-172.58725019627" atv="35.425376787919" />
                                        <point ath="-172.2410273496" atv="31.386205338736" />
                                        <point ath="-170.22458376186" atv="16.600033701379" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89192_text"
                        atv                =    "76.05535390310318"
                        ath                =    "-172.74760951817154"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟东路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89193"
                        atv                =    "73.1896620589393"
                        ath                =    "136.17888911853606"
                        showvr             =    "true"
                        bordercolor        =    "0xb02efb"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="111.15443904592" atv="18.407205349417" />
                                        <point ath="115.52193313424" atv="26.326040216404" />
                                        <point ath="119.75069806876" atv="32.27555562528" />
                                        <point ath="122.3305849113" atv="36.44356300145" />
                                        <point ath="123.98822631908" atv="41.335921896377" />
                                        <point ath="125.38297691562" atv="50.076593262896" />
                                        <point ath="130.76234838841" atv="66.57263513646" />
                                        <point ath="138.46195290894" atv="75.172027139955" />
                                        <point ath="144.87138368942" atv="78.482667469573" />
                                        <point ath="150.13102375742" atv="82.5966536194" />
                                        <point ath="153.88289155523" atv="83.948130218178" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89193_text"
                        atv                =    "73.1896620589393"
                        ath                =    "136.17888911853606"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟北路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89194"
                        atv                =    "67.6004404313853"
                        ath                =    "-83.201318259483"
                        showvr             =    "true"
                        bordercolor        =    "0xb02efb"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-80.581746004009" atv="18.719460368386" />
                                        <point ath="-80.154105451126" atv="22.749877723111" />
                                        <point ath="-80.248773908362" atv="27.493794608995" />
                                        <point ath="-80.897868972644" atv="33.112016206895" />
                                        <point ath="-82.103708330977" atv="42.09562607198" />
                                        <point ath="-82.764255100664" atv="46.799059191985" />
                                        <point ath="-83.189086342223" atv="51.944329474245" />
                                        <point ath="-82.615663863957" atv="60.2243584472" />
                                        <point ath="-82.398780465201" atv="72.233194101561" />
                                        <point ath="-83.487943252012" atv="83.25445347058" />
                                        <point ath="-85.505702530997" atv="84.686680398454" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89194_text"
                        atv                =    "67.6004404313853"
                        ath                =    "-83.201318259483"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89195"
                        atv                =    "78.81042708740297"
                        ath                =    "74.55464340854456"
                        showvr             =    "true"
                        bordercolor        =    "0xfb722e"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="84.943819538312" atv="26.431226752253" />
                                        <point ath="84.593532557221" atv="31.343029154246" />
                                        <point ath="83.609633960415" atv="35.500916059837" />
                                        <point ath="81.511997607675" atv="41.477397932058" />
                                        <point ath="79.3289817797" atv="46.599896692859" />
                                        <point ath="77.475539799797" atv="50.835061615762" />
                                        <point ath="76.155230615964" atv="53.731874671766" />
                                        <point ath="75.564569177537" atv="57.138407661513" />
                                        <point ath="75.090786862154" atv="62.627668519579" />
                                        <point ath="75.350451751098" atv="72.273358729956" />
                                        <point ath="78.419580512451" atv="83.926438132251" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89195_text"
                        atv                =    "78.81042708740297"
                        ath                =    "74.55464340854456"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "交通路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89196"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xfb2e72"
                        borderwidth        =    "12"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-71.999365144976" atv="84.629996751691" />
                                        <point ath="-86.033326961988" atv="84.607240559398" />
                                        <point ath="-97.496064850004" atv="84.592400437622" />
                                        <point ath="-119.61767970328" atv="84.543245113588" />
                                        <point ath="-132.7653347585" atv="84.508055213016" />
                                        <point ath="-160.71591284582" atv="83.941303713399" />
                                        <point ath="-170.05747891257" atv="83.800594512511" />
                                        <point ath="179.28943840525" atv="83.849722288846" />
                                        <point ath="163.20825356297" atv="83.82965851983" />
                                        <point ath="149.90666512499" atv="83.89474717113" />
                                        <point ath="134.80190510298" atv="83.824582311902" />
                                        <point ath="118.53429755508" atv="83.84550438281" />
                                        <point ath="103.05930887312" atv="83.85586732567" />
                                        <point ath="91.542186200442" atv="83.753133410092" />
                                        <point ath="78.399821209221" atv="83.818765262644" />
                                        <point ath="71.521715132581" atv="83.817382362084" />
                                        <point ath="58.952711275935" atv="83.966291935303" />
                                        <point ath="43.139108597724" atv="83.824050964901" />
                                        <point ath="32.574429729223" atv="83.760461201588" />
                                        <point ath="23.254836286979" atv="83.861241452402" />
                                        <point ath="14.669925623463" atv="83.836579459451" />
                                        <point ath="6.1415880196535" atv="83.857722163437" />
                                        <point ath="-4.3158334859777" atv="83.777000816571" />
                                        <point ath="-18.833820585275" atv="84.016427042714" />
                                        <point ath="-27.402756382132" atv="84.079767237948" />
                                        <point ath="-41.284186499772" atv="84.244709867437" />
                                        <point ath="-50.726135052716" atv="84.2356263314" />
                                        <point ath="-54.380897479857" atv="84.284352264949" />
                                        <point ath="-60.736002611494" atv="84.467688355036" />
                                        <point ath="-67.796249499366" atv="84.520300365127" />
                                        <point ath="-70.886619290574" atv="84.597841264241" />
                                        <point ath="-74.629548744845" atv="84.65798943948" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_239756"
            title                       =   "城西"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239756"
            pano_id                     =   "4709"
            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                =   "58.298847978453"
            hotspot_fenzu               =   '[{"id":663029,"pano_id":4709,"view_id":239756,"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":1782464515,"update_time":1782464515,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":663029,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0},{"id":663030,"pano_id":4709,"view_id":239756,"name":"\u533b\u7597\u6559\u80b2","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"98.5321215445629\", \"hlookat\": \"44.904219593018915\", \"vlookat\": \"39.72788163531019\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":8,"player_style_data":{"fov":"98.5321215445629","hlookat":"44.904219593018915","vlookat":"39.72788163531019","fovscale":1},"group_id":663030,"fz_name":"\u533b\u7597\u6559\u80b2","hlookat":"44.904219593018915","vlookat":"39.72788163531019","fov":"98.5321215445629","fovscale":1},{"id":663031,"pano_id":4709,"view_id":239756,"name":"\u751f\u6d3b\u8d2d\u7269","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"98.5321215445629\", \"hlookat\": \"-4.418793777159974\", \"vlookat\": \"35.90397268433189\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464515,"update_time":1782464515,"member_count":3,"player_style_data":{"fov":"98.5321215445629","hlookat":"-4.418793777159974","vlookat":"35.90397268433189","fovscale":1},"group_id":663031,"fz_name":"\u751f\u6d3b\u8d2d\u7269","hlookat":"-4.418793777159974","vlookat":"35.90397268433189","fov":"98.5321215445629","fovscale":1}]'
            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               =   "58.298847978453"
                vlookat                 =   "58.298847978453"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "10"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121856" tiledimageheight="60928">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60928" tiledimageheight="30464">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15234">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15104" tiledimageheight="7552">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3842">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1920">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612744769/3a42eb7234d93e110daa8bf18047587c/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8166071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.90351692036563"
                atv                     =   "-1.1963534421482958"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166071);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239760"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "101.8848984150319"
                atv                     =   "1.265228373385409"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166072);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239758"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.05912306780414"
                atv                     =   "-0.6257103247232504"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166073);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "五馆一"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;馆&lt;br/&gt;一[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239759"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "108.65085158644371"
                atv                     =   "2.490738099679966"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166074);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "市中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]市&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239754"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "130.65540999064075"
                atv                     =   "0.9903262254090068"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166075);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239757"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.1576522998286"
                atv                     =   "0.7325411520185247"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166076);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城南"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239755"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "15.029424279528769"
                atv                     =   "31.179896123337283"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166077);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金色尚居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;色&lt;br/&gt;尚&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62143"
                    target_view_hlookat =   "0.0834042557226091"
                    target_view_vlookat =   "58.971863726756794"
                    other_args          =   "view.hlookat=0.0834042557226091&amp;view.vlookat=58.971863726756794&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-5.0151071323089695"
                atv                     =   "20.239671176792413"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166078);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "万达广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62144"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166079"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-54.540823753739915"
                atv                     =   "16.76488056376102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166079);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "幸福里小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]幸&lt;br/&gt;福&lt;br/&gt;里&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166080"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-83.29052664131422"
                atv                     =   "20.455399711983443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166080);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "幸福里小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]幸&lt;br/&gt;福&lt;br/&gt;里&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-46.07234319224108"
                atv                     =   "10.922335020571431"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166081);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "曲靖二中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;二&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "63.512185979705464"
                atv                     =   "54.41973442442695"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166082);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "曲靖师范学院附属小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;师&lt;br/&gt;范&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.573776763499836"
                atv                     =   "44.13972223840031"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166083);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金色童年幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;色&lt;br/&gt;童&lt;br/&gt;年&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166084"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "85.14656015747778"
                atv                     =   "18.249586334734865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166084);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "经开康麒医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]经&lt;br/&gt;开&lt;br/&gt;康&lt;br/&gt;麒&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166085"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-24.47872012121252"
                atv                     =   "66.89883174080178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166085);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "西城家居建材市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;城&lt;br/&gt;家&lt;br/&gt;居&lt;br/&gt;建&lt;br/&gt;材&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663031"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166086"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "16.76064811741037"
                atv                     =   "18.022067829876356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166086);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "兴冯农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兴&lt;br/&gt;冯&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663031"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.448289254329097"
                atv                     =   "28.599402563930692"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166087);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "旺地玺悦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]旺&lt;br/&gt;地&lt;br/&gt;玺&lt;br/&gt;悦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62145"
                    target_view_hlookat =   "7.745500204269872"
                    target_view_vlookat =   "56.66733725250341"
                    other_args          =   "view.hlookat=7.745500204269872&amp;view.vlookat=56.66733725250341&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "3.6867511713286376"
                atv                     =   "10.536471663618814"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166088);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "安厦金域蓝苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]安&lt;br/&gt;厦&lt;br/&gt;金&lt;br/&gt;域&lt;br/&gt;蓝&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62141"
                    target_view_hlookat =   "-1.9096605541619485"
                    target_view_vlookat =   "65.83897524034896"
                    other_args          =   "view.hlookat=-1.9096605541619485&amp;view.vlookat=65.83897524034896&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.50963229884161"
                atv                     =   "4.593443704098413"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166089);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "恒大名都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]恒&lt;br/&gt;大&lt;br/&gt;名&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62142"
                    target_view_hlookat =   "141.96869846865158"
                    target_view_vlookat =   "63.80513537801934"
                    other_args          =   "view.hlookat=141.96869846865158&amp;view.vlookat=63.80513537801934&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "56.488342093212395"
                atv                     =   "19.675711436324264"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166090);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "冶金小区北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]冶&lt;br/&gt;金&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62161"
                    target_view_hlookat =   "139.23504440957151"
                    target_view_vlookat =   "53.38970105613254"
                    other_args          =   "view.hlookat=139.23504440957151&amp;view.vlookat=53.38970105613254&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "34.19094528110014"
                atv                     =   "18.93747371127876"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166091);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江悦逸景苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;悦&lt;br/&gt;逸&lt;br/&gt;景&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62161"
                    target_view_hlookat =   "310.7770175496119"
                    target_view_vlookat =   "39.91288404271959"
                    other_args          =   "view.hlookat=310.7770175496119&amp;view.vlookat=39.91288404271959&amp;view.fov=106.89380253965615"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "39.96924339788285"
                atv                     =   "14.374824846707869"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166092);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "外滩"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]外&lt;br/&gt;滩[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62160"
                    target_view_hlookat =   "-168.93932945885928"
                    target_view_vlookat =   "65.23150780199987"
                    other_args          =   "view.hlookat=-168.93932945885928&amp;view.vlookat=65.23150780199987&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.53249528369133"
                atv                     =   "9.103085736920807"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166093);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "湖光名庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]湖&lt;br/&gt;光&lt;br/&gt;名&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62157"
                    target_view_hlookat =   "-57.221494226236686"
                    target_view_vlookat =   "56.20581251379904"
                    other_args          =   "view.hlookat=-57.221494226236686&amp;view.vlookat=56.20581251379904&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "43.85595690004595"
                atv                     =   "9.825224560494531"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166094);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "晶苑花园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]晶&lt;br/&gt;苑&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62158"
                    target_view_hlookat =   "107.0996165899011"
                    target_view_vlookat =   "62.30220219721407"
                    other_args          =   "view.hlookat=107.0996165899011&amp;view.vlookat=62.30220219721407&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.96409824241948"
                atv                     =   "14.078023359016697"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166095);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "晶苑花园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]晶&lt;br/&gt;苑&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62159"
                    target_view_hlookat =   "108.22470318370257"
                    target_view_vlookat =   "62.63832177513533"
                    other_args          =   "view.hlookat=108.22470318370257&amp;view.vlookat=62.63832177513533&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.79959066457707"
                atv                     =   "9.595874346860494"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166096);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "星辰苑1地块"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]星&lt;br/&gt;辰&lt;br/&gt;苑&lt;br/&gt;1&lt;br/&gt;地&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62172"
                    target_view_hlookat =   "33.32356076770373"
                    target_view_vlookat =   "70.05115399152406"
                    other_args          =   "view.hlookat=33.32356076770373&amp;view.vlookat=70.05115399152406&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "79.25914022730069"
                atv                     =   "12.206667646887801"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166097);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "盛华苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;华&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62168"
                    target_view_hlookat =   "49.91285707716889"
                    target_view_vlookat =   "52.70261455738791"
                    other_args          =   "view.hlookat=49.91285707716889&amp;view.vlookat=52.70261455738791&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "96.67335029585419"
                atv                     =   "13.908879590769745"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166098);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62174"
                    target_view_hlookat =   "41.541801199517344"
                    target_view_vlookat =   "60.92035143562001"
                    other_args          =   "view.hlookat=41.541801199517344&amp;view.vlookat=60.92035143562001&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.37040408147288"
                atv                     =   "10.496368207541162"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166099);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西苑小区盛景苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;苑&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;盛&lt;br/&gt;景&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62171"
                    target_view_hlookat =   "-28.56948396011384"
                    target_view_vlookat =   "52.323017233863965"
                    other_args          =   "view.hlookat=-28.56948396011384&amp;view.vlookat=52.323017233863965&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.98190064906518"
                atv                     =   "11.997882822199538"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166100);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西苑小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;苑&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62170"
                    target_view_hlookat =   "23.65237431038704"
                    target_view_vlookat =   "61.62378932626294"
                    other_args          =   "view.hlookat=23.65237431038704&amp;view.vlookat=61.62378932626294&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.95529934855278"
                atv                     =   "27.95150224608848"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166101);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "冶金小区南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]冶&lt;br/&gt;金&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62162"
                    target_view_hlookat =   "25.326643048862387"
                    target_view_vlookat =   "58.27525708552238"
                    other_args          =   "view.hlookat=25.326643048862387&amp;view.vlookat=58.27525708552238&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "114.98115604300133"
                atv                     =   "44.346787816538196"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166102);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "盛世锦华山水缘二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;世&lt;br/&gt;锦&lt;br/&gt;华&lt;br/&gt;山&lt;br/&gt;水&lt;br/&gt;缘&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62169"
                    target_view_hlookat =   "-7.994956044020668"
                    target_view_vlookat =   "78.6567441078991"
                    other_args          =   "view.hlookat=-7.994956044020668&amp;view.vlookat=78.6567441078991&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "82.96168932422938"
                atv                     =   "38.85560311149829"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166103);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "盛世锦华·山水缘1期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;世&lt;br/&gt;锦&lt;br/&gt;华&lt;br/&gt;·&lt;br/&gt;山&lt;br/&gt;水&lt;br/&gt;缘&lt;br/&gt;1&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62162"
                    target_view_hlookat =   "-105.41497383404274"
                    target_view_vlookat =   "69.79141098441607"
                    other_args          =   "view.hlookat=-105.41497383404274&amp;view.vlookat=69.79141098441607&amp;view.fov=111.39841091963144"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "120.49951864282642"
                atv                     =   "13.102593883478542"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166104);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "三元名城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]三&lt;br/&gt;元&lt;br/&gt;名&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62166"
                    target_view_hlookat =   "101.32121435072"
                    target_view_vlookat =   "80.65990456741417"
                    other_args          =   "view.hlookat=101.32121435072&amp;view.vlookat=80.65990456741417&amp;view.fov=111.39841091963144"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "154.02047328214041"
                atv                     =   "17.15225560826177"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166105);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "紫麒山"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]紫&lt;br/&gt;麒&lt;br/&gt;山[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62151"
                    target_view_hlookat =   "-7.290942904831355"
                    target_view_vlookat =   "61.747102646624995"
                    other_args          =   "view.hlookat=-7.290942904831355&amp;view.vlookat=61.747102646624995&amp;view.fov=111.39841091963144"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.40836578715152"
                atv                     =   "14.114508710132208"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166106);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金湘源"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;湘&lt;br/&gt;源[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62149"
                    target_view_hlookat =   "-21.350707799246567"
                    target_view_vlookat =   "55.45559903556724"
                    other_args          =   "view.hlookat=-21.350707799246567&amp;view.vlookat=55.45559903556724&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-176.14821772230715"
                atv                     =   "12.315022290899872"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166107);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "汇泰半山天玺"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;泰&lt;br/&gt;半&lt;br/&gt;山&lt;br/&gt;天&lt;br/&gt;玺[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62148"
                    target_view_hlookat =   "-19.98084984982659"
                    target_view_vlookat =   "71.2828470340401"
                    other_args          =   "view.hlookat=-19.98084984982659&amp;view.vlookat=71.2828470340401&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "173.39506605438112"
                atv                     =   "18.228409915574588"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166108);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中天水云间"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;天&lt;br/&gt;水&lt;br/&gt;云&lt;br/&gt;间[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62150"
                    target_view_hlookat =   "95.49444311077167"
                    target_view_vlookat =   "73.74178432887673"
                    other_args          =   "view.hlookat=95.49444311077167&amp;view.vlookat=73.74178432887673&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "26.12763545027633"
                atv                     =   "25.412933681072545"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166109);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "泽福佳园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泽&lt;br/&gt;福&lt;br/&gt;佳&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62143"
                    target_view_hlookat =   "36.995111765414244"
                    target_view_vlookat =   "34.018743922541454"
                    other_args          =   "view.hlookat=36.995111765414244&amp;view.vlookat=34.018743922541454&amp;view.fov=92.88027568924807"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.46495882546793"
                atv                     =   "16.156015416638727"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166110);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "寥廓府邸紫园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]寥&lt;br/&gt;廓&lt;br/&gt;府&lt;br/&gt;邸&lt;br/&gt;紫&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62155"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.7243063525514"
                atv                     =   "13.119347801895364"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166111);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "寥廓府邸润园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]寥&lt;br/&gt;廓&lt;br/&gt;府&lt;br/&gt;邸&lt;br/&gt;润&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62154"
                    target_view_hlookat =   "215.8549774080951"
                    target_view_vlookat =   "67.09812997176653"
                    other_args          =   "view.hlookat=215.8549774080951&amp;view.vlookat=67.09812997176653&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-164.29568487217193"
                atv                     =   "32.93693641409353"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166112);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "盛世锦华凤凰嘉园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;世&lt;br/&gt;锦&lt;br/&gt;华&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;嘉&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62153"
                    target_view_hlookat =   "-5.773822365038798"
                    target_view_vlookat =   "62.571624185670004"
                    other_args          =   "view.hlookat=-5.773822365038798&amp;view.vlookat=62.571624185670004&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.1872224183267"
                atv                     =   "26.4495003655437"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166113);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "凤凰嘉园公园里"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]凤&lt;br/&gt;凰&lt;br/&gt;嘉&lt;br/&gt;园&lt;br/&gt;公&lt;br/&gt;园&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62156"
                    target_view_hlookat =   "-67.56240524832738"
                    target_view_vlookat =   "53.09331640605344"
                    other_args          =   "view.hlookat=-67.56240524832738&amp;view.vlookat=53.09331640605344&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-124.45595790640118"
                atv                     =   "12.284288343136227"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166114);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖一中（新校区）"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;一&lt;br/&gt;中&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;新&lt;br/&gt;校&lt;br/&gt;区&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62163"
                    target_view_hlookat =   "-9.52472480165961"
                    target_view_vlookat =   "53.2418554985302"
                    other_args          =   "view.hlookat=-9.52472480165961&amp;view.vlookat=53.2418554985302&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-113.92845720949265"
                atv                     =   "12.896310850169394"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166115);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "文博苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;博&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62164"
                    target_view_hlookat =   "-2.6609405213369217"
                    target_view_vlookat =   "87.74840541364317"
                    other_args          =   "view.hlookat=-2.6609405213369217&amp;view.vlookat=87.74840541364317&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.51439170478392"
                atv                     =   "9.583051441813963"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166116);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "医疗中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]医&lt;br/&gt;疗&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62165"
                    target_view_hlookat =   "12.573983526546114"
                    target_view_vlookat =   "76.6231219536258"
                    other_args          =   "view.hlookat=12.573983526546114&amp;view.vlookat=76.6231219536258&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-91.64521673727421"
                atv                     =   "5.21636204322294"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166117);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南中爨城云璟阑庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;中&lt;br/&gt;爨&lt;br/&gt;城&lt;br/&gt;云&lt;br/&gt;璟&lt;br/&gt;阑&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62152"
                    target_view_hlookat =   "-35.99411552029516"
                    target_view_vlookat =   "70.54054126412986"
                    other_args          =   "view.hlookat=-35.99411552029516&amp;view.vlookat=70.54054126412986&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-78.57691421171756"
                atv                     =   "12.094665975550086"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166118);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "恒大绿洲"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]恒&lt;br/&gt;大&lt;br/&gt;绿&lt;br/&gt;洲[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62147"
                    target_view_hlookat =   "69.58449017241314"
                    target_view_vlookat =   "61.26627419907553"
                    other_args          =   "view.hlookat=69.58449017241314&amp;view.vlookat=61.26627419907553&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-70.9456733964521"
                atv                     =   "11.584221951070061"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166119);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "富康臻园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;康&lt;br/&gt;臻&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62146"
                    target_view_hlookat =   "-166.2475621039739"
                    target_view_vlookat =   "55.68561597157387"
                    other_args          =   "view.hlookat=-166.2475621039739&amp;view.vlookat=55.68561597157387&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "26.201416071300798"
                atv                     =   "56.205355879611076"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166120);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "云健·水岸雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;健&lt;br/&gt;·&lt;br/&gt;水&lt;br/&gt;岸&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62143"
                    target_view_hlookat =   "-169.8033227912682"
                    target_view_vlookat =   "35.461090686666445"
                    other_args          =   "view.hlookat=-169.8033227912682&amp;view.vlookat=35.461090686666445&amp;view.fov=97.62960696609993"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166121"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-29.094452023718077"
                atv                     =   "14.01397686861454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166121);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖师范学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;师&lt;br/&gt;范&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.485957270344556"
                atv                     =   "13.789443677470706"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166122);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "朝阳小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朝&lt;br/&gt;阳&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "113.3163839485635"
                atv                     =   "18.50993334898965"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166123);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "尚城山水花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]尚&lt;br/&gt;城&lt;br/&gt;山&lt;br/&gt;水&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62167"
                    target_view_hlookat =   "58.826922926683025"
                    target_view_vlookat =   "52.729372788040095"
                    other_args          =   "view.hlookat=58.826922926683025&amp;view.vlookat=52.729372788040095&amp;view.fov=111.39841091963144"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "126.76648906200097"
                atv                     =   "16.529775925562586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166124);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "曲靖二中经开校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;经&lt;br/&gt;开&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.2710571404476"
                atv                     =   "7.420264259372302"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166125);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "都市森邻"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]都&lt;br/&gt;市&lt;br/&gt;森&lt;br/&gt;邻[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62197"
                    target_view_hlookat =   "-49.879382072332064"
                    target_view_vlookat =   "69.34174344464525"
                    other_args          =   "view.hlookat=-49.879382072332064&amp;view.vlookat=69.34174344464525&amp;view.fov=111.39841091963144"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166126"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "140.8405654237816"
                atv                     =   "26.38662665605977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166126);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "钱家坡农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;家&lt;br/&gt;坡&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663031"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166127"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-65.01381776624982"
                atv                     =   "11.372365850444929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166127);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "西城中心医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;城&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663030"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166128"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "167.41599562640593"
                atv                     =   "34.79766419808168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166128);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "凤凰水榭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]凤&lt;br/&gt;凰&lt;br/&gt;水&lt;br/&gt;榭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166129"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-117.76940669115308"
                atv                     =   "22.47356648734533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166129);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "白泥坡小康城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]白&lt;br/&gt;泥&lt;br/&gt;坡&lt;br/&gt;小&lt;br/&gt;康&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166130"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "152.80231227996066"
                atv                     =   "29.306049022775206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166130);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "教苑花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]教&lt;br/&gt;苑&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166131"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "145.1787178888925"
                atv                     =   "25.433230050807705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166131);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "钱家坡小康城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;家&lt;br/&gt;坡&lt;br/&gt;小&lt;br/&gt;康&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166132"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-23.830020715128228"
                atv                     =   "25.907622021635305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166132);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "吉控嘉园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]吉&lt;br/&gt;控&lt;br/&gt;嘉&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-102.59367016337148"
                atv                     =   "33.055397001972146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166133);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.28500297030308"
                atv                     =   "61.44825425385411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166134);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-55.08722149731932"
                atv                     =   "50.46086823632157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166135);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166136,0xf7d82f,0.69,1,0x101010,1,0xffffff,0,0,0x0b0b0c,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                    <point ath="-179.97910370829484" atv="47.831114088234" />
                                        <point ath="177.70246060525523" atv="46.4271478264064" />
                                        <point ath="171.60000966713812" atv="45.92474031133683" />
                                        <point ath="168.10421500858178" atv="52.687011207129395" />
                                        <point ath="158.9578803812318" atv="51.18443733641647" />
                                        <point ath="152.989363541491" atv="52.12195637393605" />
                                        <point ath="147.98371530599417" atv="52.72225809774558" />
                                        <point ath="142.2930458258649" atv="54.02245874367569" />
                                        <point ath="137.85563696911697" atv="56.609400798239854" />
                                        <point ath="135.06360080033858" atv="59.426967640312625" />
                                        <point ath="134.29377304834537" atv="60.73663267072026" />
                                        <point ath="133.44817446389231" atv="62.67015786366041" />
                                        <point ath="137.081816108061" atv="61.31356472987661" />
                                        <point ath="139.20270661865072" atv="62.14983768447051" />
                                        <point ath="148.76404460247448" atv="64.79741770360847" />
                                        <point ath="154.56411686495346" atv="66.07692715748166" />
                                        <point ath="149.3100022959066" atv="69.56981325684043" />
                                        <point ath="148.10337808206552" atv="70.1150469902978" />
                                        <point ath="145.6599498053214" atv="70.39981897614896" />
                                        <point ath="143.79062611682713" atv="70.42975344233669" />
                                        <point ath="141.56595503569642" atv="70.22052141459719" />
                                        <point ath="131.15507338553104" atv="66.88675155181122" />
                                        <point ath="129.702642448582" atv="66.13106575346805" />
                                        <point ath="128.4658577168539" atv="65.86630682034786" />
                                        <point ath="126.1556711468599" atv="66.48563203099845" />
                                        <point ath="112.63304827256866" atv="68.89969582769544" />
                                        <point ath="108.80233309366147" atv="68.91444517361545" />
                                        <point ath="106.51092881362578" atv="68.19706502166515" />
                                        <point ath="102.51799528101589" atv="68.41793963766902" />
                                        <point ath="106.2229982511025" atv="74.13711916843732" />
                                        <point ath="114.81240425931853" atv="74.59965741758995" />
                                        <point ath="120.91246302964447" atv="74.9508634171894" />
                                        <point ath="126.49322354490758" atv="75.39447453179162" />
                                        <point ath="132.89519128307126" atv="76.17498126409826" />
                                        <point ath="148.29000269818238" atv="77.55039658006805" />
                                        <point ath="156.05754048579354" atv="78.18941584284129" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166137,0xfbdb2c,0.68,1,0x0a0a0a,1,0xffffff,0,0,0x0b0b0c,1);"
                    
                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, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                    <point ath="-139.86640734614446" atv="41.716220933077494" />
                                        <point ath="-141.64370935234308" atv="41.616979244701675" />
                                        <point ath="-169.64054065491518" atv="46.46446069649791" />
                                        <point ath="-172.63472088072723" atv="48.15493476626362" />
                                        <point ath="-171.4899055707652" atv="59.58039585023326" />
                                        <point ath="-125.08029603246644" atv="48.67342115316376" />
                                        <point ath="-131.27560502759758" atv="46.222537380707855" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-154.0877273425674"
                atv                     =   "53.18830590313348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166138);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166139,0xfbdb2e,0.66,1,0x0a0a0a,1,0xffffff,0,0,0x0a0a0a,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                    <point ath="-88.00651221655806" atv="12.605485015465916" />
                                        <point ath="-98.28810541631537" atv="12.537113218103306" />
                                        <point ath="-104.85633126997101" atv="18.51376695437897" />
                                        <point ath="-112.94743678571177" atv="25.489156745198486" />
                                        <point ath="-126.85903071013419" atv="34.27021107653836" />
                                        <point ath="-122.46344815999188" atv="37.13139247580277" />
                                        <point ath="-132.11383250140295" atv="42.81067165385142" />
                                        <point ath="-137.73546237073708" atv="39.52719614666316" />
                                        <point ath="-140.27926817043715" atv="40.61969285707374" />
                                        <point ath="-110.30733492671447" atv="52.236185242243685" />
                                        <point ath="-90.86690556579458" atv="53.563327876858104" />
                                        <point ath="-88.3574442814043" atv="23.704310486336094" />
                                        <point ath="-90.30491045888749" atv="23.386369417717102" />
                                        <point ath="-98.85743401847162" atv="23.498317371238045" />
                                        <point ath="-96.08077459189275" atv="18.66847370812151" />
                                        <point ath="-88.4031786730302" atv="18.80970206109662" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166140,0xf7d72f,0.68,1,0x030303,1,0xffffff,0,0,0x0a0a0a,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                    <point ath="-46.17650115912522" atv="17.42132178157657" />
                                        <point ath="-55.841461863842426" atv="19.93445028166666" />
                                        <point ath="-66.54250448314923" atv="22.04045922174995" />
                                        <point ath="-76.83372739509127" atv="22.986508534085914" />
                                        <point ath="-83.45901745106255" atv="23.537805528178026" />
                                        <point ath="-85.28503444295268" atv="23.724963934447047" />
                                        <point ath="-84.89570406923013" atv="30.360241785315946" />
                                        <point ath="-84.87065904145038" atv="30.900269649298032" />
                                        <point ath="-83.78429976066747" atv="32.59626985628723" />
                                        <point ath="-83.93131915991421" atv="33.60419907605451" />
                                        <point ath="-84.84791021695753" atv="35.984414542933784" />
                                        <point ath="-84.51690898537686" atv="39.91885632377219" />
                                        <point ath="-83.77078536028102" atv="40.122332322995135" />
                                        <point ath="-83.30052080682253" atv="42.77848352941232" />
                                        <point ath="-77.80011232732704" atv="42.18705274104473" />
                                        <point ath="-77.48624535857579" atv="41.87762582641072" />
                                        <point ath="-74.111036459633" atv="41.49590418000255" />
                                        <point ath="-74.0430889887599" atv="41.75625102598283" />
                                        <point ath="-73.28368425829387" atv="41.60470517921914" />
                                        <point ath="-72.48020319389235" atv="43.13236524822206" />
                                        <point ath="-72.05780940866714" atv="43.11951392040314" />
                                        <point ath="-71.06263164126517" atv="44.372658040389105" />
                                        <point ath="-69.08858448348235" atv="47.754304828894284" />
                                        <point ath="-70.22553444965297" atv="48.04503150102489" />
                                        <point ath="-75.69715347307249" atv="48.73757281173097" />
                                        <point ath="-81.57107877985595" atv="49.28680611209967" />
                                        <point ath="-76.5754032571997" atv="67.42810672381556" />
                                        <point ath="-53.370162561835286" atv="63.79437067873131" />
                                        <point ath="-46.596195612921065" atv="66.72094072629281" />
                                        <point ath="-29.58875372752118" atv="58.43125071842387" />
                                        <point ath="-9.481484206624032" atv="57.540885704488545" />
                                        <point ath="0.4768131221796921" atv="57.61399369598237" />
                                        <point ath="1.9351743889505997" atv="58.29795637628039" />
                                        <point ath="2.9224571020923804" atv="58.124897419751385" />
                                        <point ath="3.153232528089461" atv="45.06834569240543" />
                                        <point ath="3.4279549644230087" atv="36.71021909416637" />
                                        <point ath="-3.136041382010035" atv="36.793133248698986" />
                                        <point ath="-11.39368099603297" atv="35.79979148536842" />
                                        <point ath="-14.987206670458647" atv="34.81976068739669" />
                                        <point ath="-18.178136466772344" atv="34.36790591041582" />
                                        <point ath="-19.01247521669677" atv="34.928324450723906" />
                                        <point ath="-25.05352782954992" atv="33.94651290100958" />
                                        <point ath="-28.09708408276589" atv="33.11231743456991" />
                                        <point ath="-22.05028179126157" atv="27.777677319450902" />
                                        <point ath="-26.59110786451663" atv="26.67298012749162" />
                                        <point ath="-25.98864778640211" atv="26.141297399998138" />
                                        <point ath="-26.04586577773506" atv="23.340847645766818" />
                                        <point ath="-25.634303847607384" atv="23.22240103705352" />
                                        <point ath="-24.818357921168513" atv="23.388271049855057" />
                                        <point ath="-24.09436766232477" atv="23.492062648444247" />
                                        <point ath="-24.077071649383925" atv="22.350684332179824" />
                                        <point ath="-26.75147579244566" atv="21.805654119593985" />
                                        <point ath="-31.856368959953727" atv="20.77423518603244" />
                                        <point ath="-37.69829593526521" atv="19.55806755865224" />
                                        <point ath="-41.82949426555456" atv="18.513807875760307" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166141"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "155.63323683428484"
                atv                     =   "3.6667197186972844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166141);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "廖廓山"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(93, 210, 44, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]廖&lt;br/&gt;廓&lt;br/&gt;山[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.65541468480689"
                atv                     =   "17.811541764997052"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166142);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丰渠拉菲公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;渠&lt;br/&gt;拉&lt;br/&gt;菲&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62167"
                    target_view_hlookat =   "154.78127669786724"
                    target_view_vlookat =   "48.63229635673523"
                    other_args          =   "view.hlookat=154.78127669786724&amp;view.vlookat=48.63229635673523&amp;view.fov=111.39841091963144"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239756">
                                </hotspot>
                        <hotspot name               =   "spot_8166143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/d9fe791c5c855ac2053b26fd22ece9e8.png"
                                        renderer                =   "webgl"
                                    ath                     =   "64.94963789479209"
                atv                     =   "3.6660664118699535"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166143);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "高铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(252, 47, 47, 0.76);border-radius:9px;border:1px solid rgba(245, 243, 243, 1);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]高&lt;br/&gt;铁&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239756">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89201"
                        atv                =    "80.65102342292731"
                        ath                =    "-82.8096531839804"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-87.100008513618" atv="14.853143157917" />
                                        <point ath="-86.965070170289" atv="28.083319578355" />
                                        <point ath="-87.002057437606" atv="38.525228181703" />
                                        <point ath="-86.686577044961" atv="50.043933135416" />
                                        <point ath="-85.93219842501" atv="63.987132498878" />
                                        <point ath="-79.957018894316" atv="84.040283692295" />
                                        <point ath="89.288574184663" atv="77.562377022732" />
                                        <point ath="92.239762818191" atv="45.582748173589" />
                                        <point ath="92.520360384032" atv="28.223879172973" />
                                        <point ath="93.746261851629" atv="24.325108423484" />
                                        <point ath="96.324087957234" atv="21.176968649065" />
                                        <point ath="99.813048989394" atv="18.390446510373" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89201_text"
                        atv                =    "80.65102342292731"
                        ath                =    "-82.8096531839804"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "翠峰西路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89202"
                        atv                =    "78.95680841915869"
                        ath                =    "14.471217555045996"
                        showvr             =    "true"
                        bordercolor        =    "0xcd2dfe"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="5.1933069553238" atv="25.002343558121" />
                                        <point ath="5.0804290519674" atv="32.025571881451" />
                                        <point ath="5.1759868843614" atv="41.973133090215" />
                                        <point ath="5.7147989672891" atv="48.275134218926" />
                                        <point ath="6.1521325902889" atv="53.365002349641" />
                                        <point ath="8.3256240195411" atv="65.545253856914" />
                                        <point ath="174.23127556242" atv="79.864449121705" />
                                        <point ath="-177.57255029925" atv="62.469885236293" />
                                        <point ath="-176.16926253786" atv="46.937927170088" />
                                        <point ath="-175.59385349624" atv="39.40224867519" />
                                        <point ath="-176.38377050057" atv="26.916399725463" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89202_text"
                        atv                =    "78.95680841915869"
                        ath                =    "14.471217555045996"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "学府路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_239757"
            title                       =   "南城门"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239757"
            pano_id                     =   "4709"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-2.7673689027273"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-2.7673689027273"
                vlookat                 =   "58.304870107411"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "10"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121856" tiledimageheight="60928">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60928" tiledimageheight="30466">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15234">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15104" tiledimageheight="7552">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3840">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1922">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612754329/f3798bd7f70732a28ff9ba9524990a41/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8166144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "2.1109016012479174"
                atv                     =   "1.7257047084331807"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166144);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239760"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.92255012283903"
                atv                     =   "5.976537043001584"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166145);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239758"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.950993743016625"
                atv                     =   "3.7741990009537756"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166146);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "五馆一"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;馆&lt;br/&gt;一[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239759"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.95866115378897"
                atv                     =   "2.3618111193188205"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166147);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239756"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.841491784025493"
                atv                     =   "8.626971694397794"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166148);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "市中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]市&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239754"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "155.44237728925754"
                atv                     =   "5.375229652472952"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166149);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城南"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239755"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.78606641024868"
                atv                     =   "18.853488173106957"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166150);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟区人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;区&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62217"
                    target_view_hlookat =   "172.19023084509195"
                    target_view_vlookat =   "45.88267974591228"
                    other_args          =   "view.hlookat=172.19023084509195&amp;view.vlookat=45.88267974591228&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "63.37831557283192"
                atv                     =   "18.3995793493216"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166151);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "紫金新景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]紫&lt;br/&gt;金&lt;br/&gt;新&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62206"
                    target_view_hlookat =   "0.6581652405937126"
                    target_view_vlookat =   "50.27646032495431"
                    other_args          =   "view.hlookat=0.6581652405937126&amp;view.vlookat=50.27646032495431&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.99293767178017"
                atv                     =   "47.80971962938241"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166152);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西门街"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;门&lt;br/&gt;街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62220"
                    target_view_hlookat =   "-417.54944870304394"
                    target_view_vlookat =   "71.44129879003468"
                    other_args          =   "view.hlookat=-417.54944870304394&amp;view.vlookat=71.44129879003468&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.53625789671139"
                atv                     =   "27.881728827476163"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166153);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖一中文昌校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;一&lt;br/&gt;中&lt;br/&gt;文&lt;br/&gt;昌&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62213"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-18.141971235546976"
                atv                     =   "21.11619275580622"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166154);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62216"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.47487845389793"
                atv                     =   "14.674192167373384"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166155);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "亚龙广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]亚&lt;br/&gt;龙&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62204"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-45.25358119821112"
                atv                     =   "13.074440659095476"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166156);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "218广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]2&lt;br/&gt;1&lt;br/&gt;8&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62203"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-37.67624613449351"
                atv                     =   "13.427379150404656"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166157);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟七中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;七&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62211"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "26.697057711310265"
                atv                     =   "57.8301873891717"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166158);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金城佳园D区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;城&lt;br/&gt;佳&lt;br/&gt;园&lt;br/&gt;D&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62188"
                    target_view_hlookat =   "273.69849124023284"
                    target_view_vlookat =   "48.16446039818687"
                    other_args          =   "view.hlookat=273.69849124023284&amp;view.vlookat=48.16446039818687&amp;view.fov=102.27571015242208"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "91.1964476314632"
                atv                     =   "18.711106613053985"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166159);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东鼎·雍景湾"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;鼎&lt;br/&gt;·&lt;br/&gt;雍&lt;br/&gt;景&lt;br/&gt;湾[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62205"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.74637207817682"
                atv                     =   "32.07088649046962"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166160);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "城关小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;关&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "28.30902575889496"
                atv                     =   "36.520797493355516"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166161);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "第一幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;一&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166162"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-57.3218281275507"
                atv                     =   "30.630177180479343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166162);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "妇幼保健院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]妇&lt;br/&gt;幼&lt;br/&gt;保&lt;br/&gt;健&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-88.46713621113611"
                atv                     =   "29.899246794624894"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166163);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟五中"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;五&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-134.7163881489075"
                atv                     =   "29.01571044318677"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166164);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "天人中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;人&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166165"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "5.565579308311385"
                atv                     =   "51.349628211529755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166165);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "金城百货"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;城&lt;br/&gt;百&lt;br/&gt;货[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166166"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "14.869356735037684"
                atv                     =   "53.84960197841317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166166);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "三步两道桥过渡市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]三&lt;br/&gt;步&lt;br/&gt;两&lt;br/&gt;道&lt;br/&gt;桥&lt;br/&gt;过&lt;br/&gt;渡&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166167"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "0.6731908441873884"
                atv                     =   "39.06326472119513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166167);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中天购物中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;天&lt;br/&gt;购&lt;br/&gt;物&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-64.5909849276477"
                atv                     =   "37.9427138703401"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166168);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "天池公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;池&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62219"
                    target_view_hlookat =   "-341.2172851020087"
                    target_view_vlookat =   "64.48598276520387"
                    other_args          =   "view.hlookat=-341.2172851020087&amp;view.vlookat=64.48598276520387&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-52.70148614772506"
                atv                     =   "18.077087613433058"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166169);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "第一人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;一&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62212"
                    target_view_hlookat =   "64.10390857446508"
                    target_view_vlookat =   "57.78902993309711"
                    other_args          =   "view.hlookat=64.10390857446508&amp;view.vlookat=57.78902993309711&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-153.74082262732276"
                atv                     =   "52.70400978819266"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166170);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "会堂"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]会&lt;br/&gt;堂[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62214"
                    target_view_hlookat =   "64.67407990787586"
                    target_view_vlookat =   "42.87568862760663"
                    other_args          =   "view.hlookat=64.67407990787586&amp;view.vlookat=42.87568862760663&amp;view.fov=102.2258201736053"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.14659134580984"
                atv                     =   "21.67972982514591"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166171);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "寥廓公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]寥&lt;br/&gt;廓&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62268"
                    target_view_hlookat =   "-297.24528216597804"
                    target_view_vlookat =   "59.84408306653869"
                    other_args          =   "view.hlookat=-297.24528216597804&amp;view.vlookat=59.84408306653869&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.424033547015"
                atv                     =   "20.30128230641095"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166172);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区水云上居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;水&lt;br/&gt;云&lt;br/&gt;上&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62272"
                    target_view_hlookat =   "-132.4595604119361"
                    target_view_vlookat =   "60.82591069466012"
                    other_args          =   "view.hlookat=-132.4595604119361&amp;view.vlookat=60.82591069466012&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-128.2623110522025"
                atv                     =   "14.472404423324859"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166173);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区云水湾"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;云&lt;br/&gt;水&lt;br/&gt;湾[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62273"
                    target_view_hlookat =   "-238.9665919498883"
                    target_view_vlookat =   "58.14939737804841"
                    other_args          =   "view.hlookat=-238.9665919498883&amp;view.vlookat=58.14939737804841&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.87429039995862"
                atv                     =   "10.642511503871598"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166174);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区汇景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;汇&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62271"
                    target_view_hlookat =   "-14.918652528555105"
                    target_view_vlookat =   "63.005662152801065"
                    other_args          =   "view.hlookat=-14.918652528555105&amp;view.vlookat=63.005662152801065&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-152.56089966959377"
                atv                     =   "10.968869624115472"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166175);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "源天碧水"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]源&lt;br/&gt;天&lt;br/&gt;碧&lt;br/&gt;水[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62274"
                    target_view_hlookat =   "-96.38092184129069"
                    target_view_vlookat =   "75.25356370727141"
                    other_args          =   "view.hlookat=-96.38092184129069&amp;view.vlookat=75.25356370727141&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.48751837873644"
                atv                     =   "11.3563791947431"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166176);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南江花园北侧"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62279"
                    target_view_hlookat =   "-6.059811243111384"
                    target_view_vlookat =   "57.364803304131094"
                    other_args          =   "view.hlookat=-6.059811243111384&amp;view.vlookat=57.364803304131094&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.6483339393493"
                atv                     =   "9.162984670261345"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166177);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南苑一区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;苑&lt;br/&gt;一&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62282"
                    target_view_hlookat =   "80.27307455858778"
                    target_view_vlookat =   "57.93146906810169"
                    other_args          =   "view.hlookat=80.27307455858778&amp;view.vlookat=57.93146906810169&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "147.7019640824087"
                atv                     =   "16.259922459235252"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166178);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "云岭桂园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;岭&lt;br/&gt;桂&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62293"
                    target_view_hlookat =   "-14.062626527957551"
                    target_view_vlookat =   "57.01196426116038"
                    other_args          =   "view.hlookat=-14.062626527957551&amp;view.vlookat=57.01196426116038&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.506535802227"
                atv                     =   "8.606849094548968"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166179);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "下南片区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]下&lt;br/&gt;南&lt;br/&gt;片&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62266"
                    target_view_hlookat =   "94.77928079244914"
                    target_view_vlookat =   "54.96795741096462"
                    other_args          =   "view.hlookat=94.77928079244914&amp;view.vlookat=54.96795741096462&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "97.18298387146956"
                atv                     =   "8.997451808108474"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166180);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金湘花城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;湘&lt;br/&gt;花&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62255"
                    target_view_hlookat =   "55.25650487150568"
                    target_view_vlookat =   "57.515815727023316"
                    other_args          =   "view.hlookat=55.25650487150568&amp;view.vlookat=57.515815727023316&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.93425794586088"
                atv                     =   "10.744235833682922"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166181);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "吉大上元"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]吉&lt;br/&gt;大&lt;br/&gt;上&lt;br/&gt;元[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62254"
                    target_view_hlookat =   "129.10676806880454"
                    target_view_vlookat =   "68.75624925410314"
                    other_args          =   "view.hlookat=129.10676806880454&amp;view.vlookat=68.75624925410314&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "176.81164774838982"
                atv                     =   "0.5052393342243018"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166182);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南部新城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;部&lt;br/&gt;新&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62236"
                    target_view_hlookat =   "-18.41497193208284"
                    target_view_vlookat =   "47.29127366365638"
                    other_args          =   "view.hlookat=-18.41497193208284&amp;view.vlookat=47.29127366365638&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "20.02377937474847"
                atv                     =   "34.150828870293836"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166183);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖一小"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;一&lt;br/&gt;小[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62213"
                    target_view_hlookat =   "181.1310621855758"
                    target_view_vlookat =   "50.19392795842189"
                    other_args          =   "view.hlookat=181.1310621855758&amp;view.vlookat=50.19392795842189&amp;view.fov=92.875784038684"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.351839709946375"
                atv                     =   "23.544123262274788"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166184);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东关小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;关&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166185"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-12.556636480876705"
                atv                     =   "74.38511716173335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166185);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(150, 75, 0, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166186"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-135.67182286653016"
                atv                     =   "55.47401545752265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166186);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "潇湘时代广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "67.74190071109547"
                atv                     =   "22.77727242097184"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟第二幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "53.57807995369984"
                atv                     =   "13.357408047068615"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166188);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东星小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;星&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62124"
                    target_view_hlookat =   "-96.74320843713127"
                    target_view_vlookat =   "58.854190797494546"
                    other_args          =   "view.hlookat=-96.74320843713127&amp;view.vlookat=58.854190797494546&amp;view.fov=92.875784038684"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166189"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-103.92360964061925"
                atv                     =   "3.7969971620595846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166189);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "廖廓山"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(93, 210, 44, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]廖&lt;br/&gt;廓&lt;br/&gt;山[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166190"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-103.69676641454424"
                atv                     =   "66.56433666048093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166190);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "河滨公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(93, 210, 44, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]河&lt;br/&gt;滨&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-168.38681354733671"
                atv                     =   "53.95724225119673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166191);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166192,0xfad92c,0.67,1,0x060606,1,0xffffff,0,0,0x0f1010,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                    <point ath="-150.6020464559367" atv="50.34741215973585" />
                                        <point ath="-155.64800912250013" atv="48.39810714691019" />
                                        <point ath="-158.2271096145838" atv="47.060526318575604" />
                                        <point ath="-158.70407208162953" atv="47.13084716920324" />
                                        <point ath="-160.1662353600222" atv="46.294837481163164" />
                                        <point ath="-164.12344947176206" atv="46.343905262895724" />
                                        <point ath="-166.596273756921" atv="44.54352267412994" />
                                        <point ath="-173.03238607356332" atv="47.698242598905125" />
                                        <point ath="-177.78864001143972" atv="49.34720685949337" />
                                        <point ath="175.74216700367936" atv="51.75050507528016" />
                                        <point ath="172.92111402646606" atv="52.33458461494284" />
                                        <point ath="172.09887337382202" atv="52.90668304350073" />
                                        <point ath="173.2858890420804" atv="56.00017875729507" />
                                        <point ath="174.27091865858935" atv="56.51793209839269" />
                                        <point ath="-167.78793653704201" atv="56.08013518398656" />
                                        <point ath="-163.2731082669853" atv="55.39563418872488" />
                                        <point ath="-160.56945920310167" atv="55.01858134105127" />
                                        <point ath="-159.376957500171" atv="54.88415863589684" />
                                        <point ath="-158.14042285316307" atv="54.57066645723815" />
                                        <point ath="-157.7157997145365" atv="54.23076008518132" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "139.27920393198164"
                atv                     =   "40.386363487224415"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166193);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62189"
                    target_view_hlookat =   "22.00594723631867"
                    target_view_vlookat =   "54.10207890362021"
                    other_args          =   "view.hlookat=22.00594723631867&amp;view.vlookat=54.10207890362021&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "154.87110314075613"
                atv                     =   "33.58487255499132"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166194);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "珠源之梦一期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;源&lt;br/&gt;之&lt;br/&gt;梦&lt;br/&gt;一&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62189"
                    target_view_hlookat =   "184.79526768148085"
                    target_view_vlookat =   "57.48981862489637"
                    other_args          =   "view.hlookat=184.79526768148085&amp;view.vlookat=57.48981862489637&amp;view.fov=111.35890941156863"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_8166195,0xfcdc2d,0.7,1,0x040405,1,0xffffff,0,0,0x131313,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                    <point ath="25.757493627082965" atv="37.21022556977547" />
                                        <point ath="25.419747601781523" atv="36.95940207625664" />
                                        <point ath="16.349697606105963" atv="39.02163895596418" />
                                        <point ath="12.526543988637172" atv="39.65996137513653" />
                                        <point ath="13.494525437794493" atv="41.11352014753713" />
                                        <point ath="10.546700975908323" atv="41.39109227538564" />
                                        <point ath="14.426170907455116" atv="47.86532758924197" />
                                        <point ath="23.344315487168615" atv="45.97700753182052" />
                                        <point ath="27.579784207142552" atv="49.456922275467846" />
                                        <point ath="27.984291511309493" atv="49.24596939908907" />
                                        <point ath="31.524543463964676" atv="51.29745503024052" />
                                        <point ath="31.283400651390366" atv="51.72952194027947" />
                                        <point ath="29.34181954076007" atv="52.3495229310611" />
                                        <point ath="34.39950211720753" atv="55.270391165138165" />
                                        <point ath="35.45461123192774" atv="54.88684175713236" />
                                        <point ath="36.221213880538244" atv="55.19552961057185" />
                                        <point ath="37.560270127998024" atv="55.83335034613856" />
                                        <point ath="40.02983677970792" atv="56.861713932658226" />
                                        <point ath="41.557797883049545" atv="57.85142383131966" />
                                        <point ath="42.29085650536558" atv="58.376620388603335" />
                                        <point ath="42.8550501162664" atv="60.25453223423529" />
                                        <point ath="43.56311206993553" atv="58.9551918843318" />
                                        <point ath="44.197789655689746" atv="56.698943349437826" />
                                        <point ath="45.56896184618245" atv="53.04822408947823" />
                                        <point ath="46.53330518690461" atv="49.66254112378947" />
                                        <point ath="47.6231301098091" atv="45.27717656341652" />
                                        <point ath="45.97281150080056" atv="45.017045177869015" />
                                        <point ath="40.25638583526029" atv="44.06912882107116" />
                                        <point ath="36.6601699765402" atv="43.097467199788944" />
                                        <point ath="33.36213531253969" atv="41.788007189524635" />
                                        <point ath="32.32409622708087" atv="41.25520336004975" />
                                        <point ath="31.973448404944747" atv="41.31152223421575" />
                                        <point ath="30.658641759628495" atv="40.658010605347485" />
                                        <point ath="31.76523836786805" atv="40.07704391777231" />
                                        <point ath="28.79260983045981" atv="38.582553653725206" />
                                        <point ath="26.980069434053007" atv="37.397724855287144" />
                                        <point ath="26.660016708381193" atv="36.95665595380748" />
                                    </hotspot>
                        <hotspot name               =   "spot_8166196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;width: 0px;border-width: 8px;border-style: solid;border-color: rgba(255, 255, 255, 1) transparent transparent;border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.329819784003462"
                atv                     =   "45.45019075045909"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166196);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发地块"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发地块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166197"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-45.85675256615218"
                atv                     =   "46.86135683977557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166197);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖医专（麒麟校区）"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;医&lt;br/&gt;专&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;麒&lt;br/&gt;麟&lt;br/&gt;校&lt;br/&gt;区&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.08471101075475"
                atv                     =   "11.834497380321315"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166198);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "幸福小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]幸&lt;br/&gt;福&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62201"
                    target_view_hlookat =   "62.75471783402196"
                    target_view_vlookat =   "59.84408306653869"
                    other_args          =   "view.hlookat=62.75471783402196&amp;view.vlookat=59.84408306653869&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/d9fe791c5c855ac2053b26fd22ece9e8.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.01873492590255"
                atv                     =   "5.684933048973553"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166199);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "高铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(252, 47, 47, 0.76);border-radius:9px;border:1px solid rgba(245, 243, 243, 1);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]高&lt;br/&gt;铁&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "60.81025203454038"
                atv                     =   "35.217429419275255"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166200);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新星幼儿园一分园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园&lt;br/&gt;一&lt;br/&gt;分&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166201"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "36.52519324711841"
                atv                     =   "37.020157356881015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166201);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "棚户区改造项目（建设中）"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgb(250, 100, 0);border-radius:4px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]棚&lt;br/&gt;户&lt;br/&gt;区&lt;br/&gt;改&lt;br/&gt;造&lt;br/&gt;项&lt;br/&gt;目&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;建&lt;br/&gt;设&lt;br/&gt;中&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166202"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-159.20840940205085"
                atv                     =   "87.85648061603514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166202);"
                    
                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(93, 210, 44, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]南城门广场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "122.45790331579991"
                atv                     =   "14.124545405778758"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166203);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "世纪花城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;花&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62264"
                    target_view_hlookat =   "-56.59460629412593"
                    target_view_vlookat =   "52.31683756250673"
                    other_args          =   "view.hlookat=-56.59460629412593&amp;view.vlookat=52.31683756250673&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-175.43726663255575"
                atv                     =   "7.683871151227501"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166204);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南江花园南侧"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62280"
                    target_view_hlookat =   "-11.216914875656366"
                    target_view_vlookat =   "60.83975037699687"
                    other_args          =   "view.hlookat=-11.216914875656366&amp;view.vlookat=60.83975037699687&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-162.78752692882776"
                atv                     =   "5.165137160454138"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166205);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙境云庄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;境&lt;br/&gt;云&lt;br/&gt;庄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62278"
                    target_view_hlookat =   "2.1927609786671844"
                    target_view_vlookat =   "66.91224421237793"
                    other_args          =   "view.hlookat=2.1927609786671844&amp;view.vlookat=66.91224421237793&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166206"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-178.61431808342118"
                atv                     =   "23.10870320117703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166206);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "杭瑞高速曲靖收费站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(211, 176, 38, 0.67);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]杭&lt;br/&gt;瑞&lt;br/&gt;高&lt;br/&gt;速&lt;br/&gt;曲&lt;br/&gt;靖&lt;br/&gt;收&lt;br/&gt;费&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166207"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-169.697776887698"
                atv                     =   "32.412848226130315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166207);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南城农贸市场（建设中）"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]（[/span]&lt;br/&gt;建&lt;br/&gt;设&lt;br/&gt;中&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]）[/span][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166208"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "127.31086736369318"
                atv                     =   "19.525731619138373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166208);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "益宁昌盛果品交易市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]益&lt;br/&gt;宁&lt;br/&gt;昌&lt;br/&gt;盛&lt;br/&gt;果&lt;br/&gt;品&lt;br/&gt;交&lt;br/&gt;易&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166209"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "102.05780733598104"
                atv                     =   "5.052764894411728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166209);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟水乡"
                text_advanced           =   "[div  style=&apos;    border: none;   justify-content: center; position: relative; flex-direction: column;&apos;][img src=&apos;/static/editor/images/spec-l-v-9.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;] [div style=&apos;  width: 40px; background-image: url(/static/editor/images/spec-c-v-9.png); background-size: contain;&apos;][div style=&apos;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;水&lt;br/&gt;乡[/div]      [/div] [img src=&apos;/static/editor/images/spec-r-v-9.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.24658775867107"
                atv                     =   "7.375285201397326"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166210);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丹枫澜庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丹&lt;br/&gt;枫&lt;br/&gt;澜&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62243"
                    target_view_hlookat =   "7.636016646828394"
                    target_view_vlookat =   "54.92874745366263"
                    other_args          =   "view.hlookat=7.636016646828394&amp;view.vlookat=54.92874745366263&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.74204729971433"
                atv                     =   "3.7714010889375023"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166211);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华夏润城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;夏&lt;br/&gt;润&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62253"
                    target_view_hlookat =   "-11.845770170276019"
                    target_view_vlookat =   "68.64357141061551"
                    other_args          =   "view.hlookat=-11.845770170276019&amp;view.vlookat=68.64357141061551&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239757">
                                </hotspot>
                        <hotspot name               =   "spot_8166212"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "109.54482694655559"
                atv                     =   "17.368094479710653"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166212);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南市夜街"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;市&lt;br/&gt;夜&lt;br/&gt;街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239757">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89203"
                        atv                =    "68.03217355270165"
                        ath                =    "-8.069780947366894"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-2.3190680876357" atv="32.471143968207" />
                                        <point ath="-2.0610095163927" atv="34.586812354698" />
                                        <point ath="-2.7806549019064" atv="40.949811370083" />
                                        <point ath="-4.0808038325682" atv="52.141473431333" />
                                        <point ath="-6.7867758185162" atv="64.539861900687" />
                                        <point ath="-16.480995596058" atv="78.849000394535" />
                                        <point ath="-17.487636734862" atv="79.270916370621" />
                                        <point ath="-29.584356398273" atv="78.377246429957" />
                                        <point ath="-44.418731093569" atv="76.187563705309" />
                                        <point ath="-51.653958768563" atv="74.566115508745" />
                                        <point ath="-54.372977537839" atv="74.311446477514" />
                                        <point ath="-60.911433703729" atv="75.379035428904" />
                                        <point ath="-77.690809098197" atv="76.730611510022" />
                                        <point ath="-86.260293729083" atv="76.92245626383" />
                                        <point ath="-108.57666602794" atv="76.458822292308" />
                                        <point ath="-117.54811739976" atv="75.669271066747" />
                                        <point ath="-129.19385173819" atv="73.691311367111" />
                                        <point ath="-138.87500438848" atv="71.118016898529" />
                                        <point ath="-144.6750759226" atv="70.105665642718" />
                                        <point ath="-159.55862492923" atv="71.880436627449" />
                                        <point ath="-174.82760183616" atv="73.151499253684" />
                                        <point ath="179.32004377612" atv="73.619712425366" />
                                        <point ath="171.43234963927" atv="74.037718879486" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89203_text"
                        atv                =    "68.03217355270165"
                        ath                =    "-8.069780947366894"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89204"
                        atv                =    "65.55291682979478"
                        ath                =    "169.55884680891313"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-17.393683585434" atv="79.259706104186" />
                                        <point ath="1.7245565991734" atv="79.62102948878" />
                                        <point ath="27.346871594327" atv="78.370563694765" />
                                        <point ath="34.357926924981" atv="78.829907344777" />
                                        <point ath="41.083368241198" atv="79.592318107812" />
                                        <point ath="49.649480134312" atv="80.353725354394" />
                                        <point ath="64.931689832836" atv="80.916700241494" />
                                        <point ath="98.613019482314" atv="79.852926050459" />
                                        <point ath="124.8694943303" atv="75.230291217176" />
                                        <point ath="130.0994549992" atv="73.951452112872" />
                                        <point ath="134.64538311733" atv="73.724374886171" />
                                        <point ath="142.43019133877" atv="74.438233777824" />
                                        <point ath="161.26380341814" atv="74.750135842279" />
                                        <point ath="171.73512207266" atv="73.97927823899" />
                                        <point ath="170.04879184144" atv="69.313200826748" />
                                        <point ath="167.46966890669" atv="60.359875975395" />
                                        <point ath="166.321564417" atv="54.113006685889" />
                                        <point ath="165.15349820684" atv="47.156112715801" />
                                        <point ath="163.69385067097" atv="41.50611542781" />
                                        <point ath="161.71880753937" atv="35.714519758191" />
                                        <point ath="161.36222931691" atv="28.686134690526" />
                                        <point ath="160.60713850936" atv="16.341297459561" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89204_text"
                        atv                =    "65.55291682979478"
                        ath                =    "169.55884680891313"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89205"
                        atv                =    "66.62268946219082"
                        ath                =    "-77.81434024376125"
                        showvr             =    "true"
                        bordercolor        =    "0xb72efb"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-54.599941659828" atv="74.307851271604" />
                                        <point ath="-64.930279286525" atv="71.511603027874" />
                                        <point ath="-71.486586697712" atv="69.300688464062" />
                                        <point ath="-82.698717852552" atv="64.589749897293" />
                                        <point ath="-87.570154164955" atv="60.719611872876" />
                                        <point ath="-89.342075527191" atv="57.728893782991" />
                                        <point ath="-90.239462092178" atv="55.027763884777" />
                                        <point ath="-90.075674179588" atv="52.792534059027" />
                                        <point ath="-89.454495932215" atv="50.197238651006" />
                                        <point ath="-88.269528847331" atv="47.270164864362" />
                                        <point ath="-86.766901895852" atv="45.402930121824" />
                                        <point ath="-83.588431810131" atv="42.46787500794" />
                                        <point ath="-81.545907873415" atv="40.480766299906" />
                                        <point ath="-80.267569252286" atv="38.242601998806" />
                                        <point ath="-77.813941673196" atv="34.280789246648" />
                                        <point ath="-74.668039716323" atv="29.622075401314" />
                                        <point ath="-73.628783122231" atv="27.676450930075" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89205_text"
                        atv                =    "66.62268946219082"
                        ath                =    "-77.81434024376125"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "胜峰东路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89206"
                        atv                =    "71.31500681137325"
                        ath                =    "39.68956465832201"
                        showvr             =    "true"
                        bordercolor        =    "0xfb9b2e"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="29.724716685913" atv="78.611077299806" />
                                        <point ath="37.975754721753" atv="73.537921485424" />
                                        <point ath="46.677297682191" atv="57.225375088699" />
                                        <point ath="49.892289551736" atv="40.549983158109" />
                                        <point ath="50.243743087613" atv="35.829218698255" />
                                        <point ath="50.681875163697" atv="32.782488200668" />
                                        <point ath="51.022332434893" atv="24.665786399334" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89206_text"
                        atv                =    "71.31500681137325"
                        ath                =    "39.68956465832201"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "潇湘路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_239755"
            title                       =   "城南"
            thumburl                    =   "https://cdn.yj720.com.cn//uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/thumb.jpg"
            fenzuid                     =   "56344"
            parent_fenzuid              =   "56343"
            lat                         =   "0"
            lng                         =   "0"
            heading                     =   ""
            scene_id                    =   "239755"
            pano_id                     =   "4709"
            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                =   "58.298847978453"
            hotspot_fenzu               =   '[{"id":663019,"pano_id":4709,"view_id":239755,"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":1782464514,"update_time":1782464514,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":663019,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0},{"id":663020,"pano_id":4709,"view_id":239755,"name":"\u533b\u7597\u6559\u80b2","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"78.36487364556882\", \"hlookat\": \"-488.27370632883657\", \"vlookat\": \"32.83457807687285\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464514,"update_time":1782464514,"member_count":11,"player_style_data":{"fov":"78.36487364556882","hlookat":"-488.27370632883657","vlookat":"32.83457807687285","fovscale":1},"group_id":663020,"fz_name":"\u533b\u7597\u6559\u80b2","hlookat":"-488.27370632883657","vlookat":"32.83457807687285","fov":"78.36487364556882","fovscale":1},{"id":663021,"pano_id":4709,"view_id":239755,"name":"\u751f\u6d3b\u8d2d\u7269","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"102.01595322530352\", \"hlookat\": \"-697.6506661249879\", \"vlookat\": \"48.374392991424294\", \"fovscale\": 1}","legacy_type":null,"legacy_id":null,"is_del":0,"create_time":1782464514,"update_time":1782464514,"member_count":10,"player_style_data":{"fov":"102.01595322530352","hlookat":"-697.6506661249879","vlookat":"48.374392991424294","fovscale":1},"group_id":663021,"fz_name":"\u751f\u6d3b\u8d2d\u7269","hlookat":"-697.6506661249879","vlookat":"48.374392991424294","fov":"102.01595322530352","fovscale":1}]'
            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               =   "58.298847978453"
                vlookat                 =   "58.298847978453"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "10"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/preview.jpg" />
            <image multires="true"  tilesize="512">
                                <level tiledimagewidth="121920" tiledimageheight="60960">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l8/%v/l8_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="60928" tiledimageheight="30464">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l7/%v/l7_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="30464" tiledimageheight="15232">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l6/%v/l6_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="15360" tiledimageheight="7682">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l5/%v/l5_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="7680" tiledimageheight="3840">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l4/%v/l4_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="3840" tiledimageheight="1920">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l3/%v/l3_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1792" tiledimageheight="896">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l2/%v/l2_%v_%h.jpg" />
                </level>
                                <level tiledimagewidth="1024" tiledimageheight="514">
                    <sphere url="https://cdn.yj720.com.cn/uploads/3/large/1732612735622/da63f1c2e76baba9a15cdfd30d10e669/l1/%v/l1_%v_%h.jpg" />
                </level>
                            </image>
                        <hotspot name               =   "spot_8165968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "8.947157658208198"
                atv                     =   "0.4055191537035497"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165968);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "西河公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;河&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239760"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.569249746482456"
                atv                     =   "3.430059725619397"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165969);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239758"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.630487852120041"
                atv                     =   "2.753414218632085"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165970);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "市中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]市&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239754"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-35.24026197882711"
                atv                     =   "-0.027291030554998194"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165971);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239756"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.24744820798503"
                atv                     =   "7.14036536117745"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165972);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南城门"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;城&lt;br/&gt;门[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239757"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.3"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "14.201780015314853"
                atv                     =   "1.6233676757825968"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165973);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "五馆一"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(125deg,rgba(46, 46, 247, 0.79),rgba(4, 4, 4, 0.72));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;馆&lt;br/&gt;一[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_239759"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "167.9574284110751"
                atv                     =   "36.38619221447293"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165974);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "锦湘南郡"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;湘&lt;br/&gt;南&lt;br/&gt;郡[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62289"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "148.63818962634605"
                atv                     =   "68.62400712766149"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165975);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "景泰瑞园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]景&lt;br/&gt;泰&lt;br/&gt;瑞&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62290"
                    target_view_hlookat =   "59.918964117339456"
                    target_view_vlookat =   "61.309631921279816"
                    other_args          =   "view.hlookat=59.918964117339456&amp;view.vlookat=61.309631921279816&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165976"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "100.68342051334949"
                atv                     =   "65.30807710300725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165976);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "和逸嘉园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]和&lt;br/&gt;逸&lt;br/&gt;嘉&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-91.24685328929206"
                atv                     =   "41.08664078998978"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165977);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "阳光小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]阳&lt;br/&gt;光&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-115.44709458616538"
                atv                     =   "39.95613929762458"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165978);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "阳光第四幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]阳&lt;br/&gt;光&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165979"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "138.69380404145366"
                atv                     =   "14.256507526266954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165979);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "妇幼保健院南院新区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]妇&lt;br/&gt;幼&lt;br/&gt;保&lt;br/&gt;健&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;院&lt;br/&gt;新&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165980"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-136.0718228904741"
                atv                     =   "57.17768850271245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165980);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟嘉城商业广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165981"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "93.94798415929364"
                atv                     =   "41.54802142785534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8165981);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "晏公庙农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]晏&lt;br/&gt;公&lt;br/&gt;庙&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.603231454726426"
                atv                     =   "61.66180127943702"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165982);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "靖宁广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;宁&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62291"
                    target_view_hlookat =   "59.918964117339456"
                    target_view_vlookat =   "61.309631921279816"
                    other_args          =   "view.hlookat=59.918964117339456&amp;view.vlookat=61.309631921279816&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.7954997264988606"
                atv                     =   "41.646346338030554"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165983);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟嘉城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62292"
                    target_view_hlookat =   "26.295445056983265"
                    target_view_vlookat =   "70.81654028662423"
                    other_args          =   "view.hlookat=26.295445056983265&amp;view.vlookat=70.81654028662423&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "11.54166460056166"
                atv                     =   "32.04810269890032"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165984);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华厦·印象"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;厦&lt;br/&gt;·&lt;br/&gt;印&lt;br/&gt;象[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62287"
                    target_view_hlookat =   "69.3557533599108"
                    target_view_vlookat =   "55.83020509060914"
                    other_args          =   "view.hlookat=69.3557533599108&amp;view.vlookat=55.83020509060914&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.449239287293835"
                atv                     =   "22.699715579403236"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165985);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金港华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;港&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62288"
                    target_view_hlookat =   "39.14332215402687"
                    target_view_vlookat =   "61.600947418857594"
                    other_args          =   "view.hlookat=39.14332215402687&amp;view.vlookat=61.600947418857594&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.832074623736617"
                atv                     =   "19.318873536179023"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165986);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "云岭桂园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;岭&lt;br/&gt;桂&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62293"
                    target_view_hlookat =   "-13.506592327861137"
                    target_view_vlookat =   "56.3132713691808"
                    other_args          =   "view.hlookat=-13.506592327861137&amp;view.vlookat=56.3132713691808&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.245710524951733"
                atv                     =   "17.50359390553701"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165987);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "世纪花城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;花&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62264"
                    target_view_hlookat =   "59.918964117339456"
                    target_view_vlookat =   "61.309631921279816"
                    other_args          =   "view.hlookat=59.918964117339456&amp;view.vlookat=61.309631921279816&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "31.610479790786542"
                atv                     =   "11.995638799194094"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165988);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金湘花城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;湘&lt;br/&gt;花&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62255"
                    target_view_hlookat =   "59.918964117339456"
                    target_view_vlookat =   "61.309631921279816"
                    other_args          =   "view.hlookat=59.918964117339456&amp;view.vlookat=61.309631921279816&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.145689164401404"
                atv                     =   "23.68635311103902"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165989);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "吉大上元"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]吉&lt;br/&gt;大&lt;br/&gt;上&lt;br/&gt;元[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62254"
                    target_view_hlookat =   "127.84509370823413"
                    target_view_vlookat =   "65.07517798907246"
                    other_args          =   "view.hlookat=127.84509370823413&amp;view.vlookat=65.07517798907246&amp;view.fov=111.40550168263397"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.70446786714626"
                atv                     =   "25.921946536066077"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165990);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金座福城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;座&lt;br/&gt;福&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62258"
                    target_view_hlookat =   "59.918964117339456"
                    target_view_vlookat =   "61.309631921279816"
                    other_args          =   "view.hlookat=59.918964117339456&amp;view.vlookat=61.309631921279816&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "71.89350594851635"
                atv                     =   "25.49057193009535"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165991);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "锦林花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;林&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62260"
                    target_view_hlookat =   "-9.939590112077253"
                    target_view_vlookat =   "56.844693786704866"
                    other_args          =   "view.hlookat=-9.939590112077253&amp;view.vlookat=56.844693786704866&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "91.44331674109856"
                atv                     =   "18.500988816282515"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165992);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "沁湾铭园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]沁&lt;br/&gt;湾&lt;br/&gt;铭&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62248"
                    target_view_hlookat =   "59.918964117339456"
                    target_view_vlookat =   "61.309631921279816"
                    other_args          =   "view.hlookat=59.918964117339456&amp;view.vlookat=61.309631921279816&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.105990358418524"
                atv                     =   "16.07601165574831"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165993);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "下南片区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]下&lt;br/&gt;南&lt;br/&gt;片&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62266"
                    target_view_hlookat =   "89.81795452686578"
                    target_view_vlookat =   "60.02367766264932"
                    other_args          =   "view.hlookat=89.81795452686578&amp;view.vlookat=60.02367766264932&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "61.199342536536506"
                atv                     =   "29.41643303567594"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165994);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "御景花香"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]御&lt;br/&gt;景&lt;br/&gt;花&lt;br/&gt;香[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62267"
                    target_view_hlookat =   "75.00458980709075"
                    target_view_vlookat =   "74.51559592489994"
                    other_args          =   "view.hlookat=75.00458980709075&amp;view.vlookat=74.51559592489994&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.25507623162258"
                atv                     =   "21.78724061275099"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165995);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "天欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62265"
                    target_view_hlookat =   "36.327763502521464"
                    target_view_vlookat =   "56.13508345995188"
                    other_args          =   "view.hlookat=36.327763502521464&amp;view.vlookat=56.13508345995188&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "102.60184072137571"
                atv                     =   "19.942516389742302"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165996);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "世纪涛岸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;涛&lt;br/&gt;岸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62249"
                    target_view_hlookat =   "-15.556535479445616"
                    target_view_vlookat =   "75.99982271256414"
                    other_args          =   "view.hlookat=-15.556535479445616&amp;view.vlookat=75.99982271256414&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.71771544124192"
                atv                     =   "18.81686472749342"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165997);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "天然居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;然&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62250"
                    target_view_hlookat =   "-54.32372566198384"
                    target_view_vlookat =   "54.37276075850939"
                    other_args          =   "view.hlookat=-54.32372566198384&amp;view.vlookat=54.37276075850939&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "123.55260353593548"
                atv                     =   "21.912388675081875"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165998);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟十中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;十&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62262"
                    target_view_hlookat =   "-15.556535479445616"
                    target_view_vlookat =   "75.99982271256414"
                    other_args          =   "view.hlookat=-15.556535479445616&amp;view.vlookat=75.99982271256414&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8165999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "129.91879685116177"
                atv                     =   "15.271433227391494"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8165999);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华夏润城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;夏&lt;br/&gt;润&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62253"
                    target_view_hlookat =   "-87.98882935490022"
                    target_view_vlookat =   "63.524605036532925"
                    other_args          =   "view.hlookat=-87.98882935490022&amp;view.vlookat=63.524605036532925&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.10589931322838"
                atv                     =   "28.00453768523823"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166000);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "圣庭花屿"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]圣&lt;br/&gt;庭&lt;br/&gt;花&lt;br/&gt;屿[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62263"
                    target_view_hlookat =   "-17.852034329985262"
                    target_view_vlookat =   "78.90815662479864"
                    other_args          =   "view.hlookat=-17.852034329985262&amp;view.vlookat=78.90815662479864&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.263435331625"
                atv                     =   "7.901743401888332"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166001);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南部新城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;部&lt;br/&gt;新&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62236"
                    target_view_hlookat =   "-17.852034329985262"
                    target_view_vlookat =   "78.90815662479864"
                    other_args          =   "view.hlookat=-17.852034329985262&amp;view.vlookat=78.90815662479864&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-173.63689955043856"
                atv                     =   "8.97999223471564"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166002);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "锦绣华轩花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;绣&lt;br/&gt;华&lt;br/&gt;轩&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62235"
                    target_view_hlookat =   "-4.610424098460667"
                    target_view_vlookat =   "68.71100998165065"
                    other_args          =   "view.hlookat=-4.610424098460667&amp;view.vlookat=68.71100998165065&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-131.44882070164886"
                atv                     =   "26.898783736387177"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166003);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "阳光花园金煦苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]阳&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;金&lt;br/&gt;煦&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62283"
                    target_view_hlookat =   "-106.63221420698612"
                    target_view_vlookat =   "52.56198987792447"
                    other_args          =   "view.hlookat=-106.63221420698612&amp;view.vlookat=52.56198987792447&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-143.48203008090945"
                atv                     =   "34.61333503152807"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166004);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62283"
                    target_view_hlookat =   "80.62992924514538"
                    target_view_vlookat =   "53.09391231014376"
                    other_args          =   "view.hlookat=80.62992924514538&amp;view.vlookat=53.09391231014376&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-115.53027261240948"
                atv                     =   "25.084405930861415"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166005);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟湾区位"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;湾&lt;br/&gt;区&lt;br/&gt;位[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62226"
                    target_view_hlookat =   "80.62992924514538"
                    target_view_vlookat =   "53.09391231014376"
                    other_args          =   "view.hlookat=80.62992924514538&amp;view.vlookat=53.09391231014376&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.5018387210203"
                atv                     =   "33.72439807155237"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166006);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金曦苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;曦&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62277"
                    target_view_hlookat =   "-108.22687612386119"
                    target_view_vlookat =   "58.82346809925753"
                    other_args          =   "view.hlookat=-108.22687612386119&amp;view.vlookat=58.82346809925753&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.46737849668148"
                atv                     =   "22.212058753295523"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166007);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "御园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]御&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62286"
                    target_view_hlookat =   "-194.48684617247596"
                    target_view_vlookat =   "67.8568426132287"
                    other_args          =   "view.hlookat=-194.48684617247596&amp;view.vlookat=67.8568426132287&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-91.23255664178595"
                atv                     =   "22.975852777433474"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166008);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金硕苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;硕&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62286"
                    target_view_hlookat =   "-10.562874907252544"
                    target_view_vlookat =   "51.36476330272101"
                    other_args          =   "view.hlookat=-10.562874907252544&amp;view.vlookat=51.36476330272101&amp;view.fov=106.87456511908461"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.61773123464599"
                atv                     =   "29.315526361887812"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166009);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南苑一区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;苑&lt;br/&gt;一&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62282"
                    target_view_hlookat =   "78.56930234908647"
                    target_view_vlookat =   "59.95843303600507"
                    other_args          =   "view.hlookat=78.56930234908647&amp;view.vlookat=59.95843303600507&amp;view.fov=106.87456511908461"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.69693788107418"
                atv                     =   "17.787577850709113"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166010);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南江花园南侧"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62280"
                    target_view_hlookat =   "-15.512611438890216"
                    target_view_vlookat =   "65.05573740662237"
                    other_args          =   "view.hlookat=-15.512611438890216&amp;view.vlookat=65.05573740662237&amp;view.fov=106.87456511908461"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-52.77099293118073"
                atv                     =   "16.53131998656455"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166011);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南江花园北侧"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;江&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62279"
                    target_view_hlookat =   "-12.25069199503274"
                    target_view_vlookat =   "72.13871785874144"
                    other_args          =   "view.hlookat=-12.25069199503274&amp;view.vlookat=72.13871785874144&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-40.90398350244266"
                atv                     =   "8.801836691809168"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166012);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区水云上居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;水&lt;br/&gt;云&lt;br/&gt;上&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62272"
                    target_view_hlookat =   "-11.99086386469342"
                    target_view_vlookat =   "71.03968067883892"
                    other_args          =   "view.hlookat=-11.99086386469342&amp;view.vlookat=71.03968067883892&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166013"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-34.39125851922199"
                atv                     =   "32.951773972582906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166013);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "月光宝盒休闲购物中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]月&lt;br/&gt;光&lt;br/&gt;宝&lt;br/&gt;盒&lt;br/&gt;休&lt;br/&gt;闲&lt;br/&gt;购&lt;br/&gt;物&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166014"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-0.886368616430957"
                atv                     =   "30.176606088786006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166014);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖江商城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;江&lt;br/&gt;商&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-85.93325234999605"
                atv                     =   "16.995560989930663"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166015);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南苑二区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;苑&lt;br/&gt;二&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62281"
                    target_view_hlookat =   "-11.99086386469342"
                    target_view_vlookat =   "71.03968067883892"
                    other_args          =   "view.hlookat=-11.99086386469342&amp;view.vlookat=71.03968067883892&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "36.331682890640536"
                atv                     =   "17.24523981421084"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166016);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "花柯小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]花&lt;br/&gt;柯&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.26192623595438"
                atv                     =   "17.830410781826483"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166017);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "湖畔小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]湖&lt;br/&gt;畔&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-166.17507799239286"
                atv                     =   "12.458135301764885"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166018);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "麒麟区第二人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;区&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62223"
                    target_view_hlookat =   "24.884210162106804"
                    target_view_vlookat =   "51.521558901710755"
                    other_args          =   "view.hlookat=24.884210162106804&amp;view.vlookat=51.521558901710755&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166019"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "69.75384158202121"
                atv                     =   "41.65078641760027"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166019);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "新滇东三禄娱乐城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;滇&lt;br/&gt;东&lt;br/&gt;三&lt;br/&gt;禄&lt;br/&gt;娱&lt;br/&gt;乐&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/fca9338aa0698e176e7a3de1aaed4865.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-162.41336970226945"
                atv                     =   "20.94162039515184"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166020);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "麒麟高级中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;高&lt;br/&gt;级&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166021"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "147.59258795516413"
                atv                     =   "21.736602706270887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166021);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖文庙"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(248, 124, 41, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;文&lt;br/&gt;庙[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-144.75828194666053"
                atv                     =   "56.540452979053185"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166022);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62283"
                    target_view_hlookat =   "80.62992924514538"
                    target_view_vlookat =   "53.09391231014376"
                    other_args          =   "view.hlookat=80.62992924514538&amp;view.vlookat=53.09391231014376&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-73.59625403012791"
                atv                     =   "43.06681317758692"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166023);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麒苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麒&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62277"
                    target_view_hlookat =   "35.86091915520318"
                    target_view_vlookat =   "47.26824312440561"
                    other_args          =   "view.hlookat=35.86091915520318&amp;view.vlookat=47.26824312440561&amp;view.fov=97.63057833763503"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-21.31032563743895"
                atv                     =   "31.53583998151194"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166024);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金穗花园5期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;穗&lt;br/&gt;花&lt;br/&gt;园&lt;br/&gt;5&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62288"
                    target_view_hlookat =   "135.1955876457946"
                    target_view_vlookat =   "50.41671032016582"
                    other_args          =   "view.hlookat=135.1955876457946&amp;view.vlookat=50.41671032016582&amp;view.fov=88.10599319702013"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "39.18355744424832"
                atv                     =   "37.72789941438233"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "南颐花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;颐&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62258"
                    target_view_hlookat =   "254.79739552283135"
                    target_view_vlookat =   "56.703555045409686"
                    other_args          =   "view.hlookat=254.79739552283135&amp;view.vlookat=56.703555045409686&amp;view.fov=92.8773945568512"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.71656730952145"
                atv                     =   "24.288087512851693"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水金都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;金&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62265"
                    target_view_hlookat =   "125.061521474764"
                    target_view_vlookat =   "54.56248468559853"
                    other_args          =   "view.hlookat=125.061521474764&amp;view.vlookat=54.56248468559853&amp;view.fov=102.32963858777165"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166027"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-50.59140252844463"
                atv                     =   "3.084874647598777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "廖廓山"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(93, 210, 44, 0.76);border-radius:7px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]廖&lt;br/&gt;廓&lt;br/&gt;山[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-92.53899581182816"
                atv                     =   "11.403236333041114"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166028);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙境云庄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;境&lt;br/&gt;云&lt;br/&gt;庄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62278"
                    target_view_hlookat =   "-0.11913306648600891"
                    target_view_vlookat =   "69.06110277554258"
                    other_args          =   "view.hlookat=-0.11913306648600891&amp;view.vlookat=69.06110277554258&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-81.09027061052137"
                atv                     =   "9.211387164228952"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠滇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;滇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62269"
                    target_view_hlookat =   "-0.11913306648600891"
                    target_view_vlookat =   "69.06110277554258"
                    other_args          =   "view.hlookat=-0.11913306648600891&amp;view.vlookat=69.06110277554258&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-65.96774825877213"
                atv                     =   "9.957028646539507"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166030);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "天平佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;平&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62270"
                    target_view_hlookat =   "-0.11913306648600891"
                    target_view_vlookat =   "69.06110277554258"
                    other_args          =   "view.hlookat=-0.11913306648600891&amp;view.vlookat=69.06110277554258&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.19985230704003"
                atv                     =   "12.04304989990704"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166031);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "源天碧水"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]源&lt;br/&gt;天&lt;br/&gt;碧&lt;br/&gt;水[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62274"
                    target_view_hlookat =   "-0.11913306648600891"
                    target_view_vlookat =   "69.06110277554258"
                    other_args          =   "view.hlookat=-0.11913306648600891&amp;view.vlookat=69.06110277554258&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.06171402650858"
                atv                     =   "8.43340451149488"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166032);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区汇景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;汇&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62271"
                    target_view_hlookat =   "-19.834411492835986"
                    target_view_vlookat =   "64.66591535010107"
                    other_args          =   "view.hlookat=-19.834411492835986&amp;view.vlookat=64.66591535010107&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-47.15610947547799"
                atv                     =   "9.253785019225786"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166033);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "潇湘新区云水湾"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]潇&lt;br/&gt;湘&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;云&lt;br/&gt;水&lt;br/&gt;湾[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62273"
                    target_view_hlookat =   "119.10525464948371"
                    target_view_vlookat =   "59.52409005773218"
                    other_args          =   "view.hlookat=119.10525464948371&amp;view.vlookat=59.52409005773218&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.14044859900764"
                atv                     =   "7.6226044016896"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166034);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "寥廓公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]寥&lt;br/&gt;廓&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62268"
                    target_view_hlookat =   "67.68136301943615"
                    target_view_vlookat =   "61.044730706800856"
                    other_args          =   "view.hlookat=67.68136301943615&amp;view.vlookat=61.044730706800856&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-122.21731752429503"
                atv                     =   "18.794739541708847"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166035);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "阳光上城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]阳&lt;br/&gt;光&lt;br/&gt;上&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62284"
                    target_view_hlookat =   "-4.372536708302783"
                    target_view_vlookat =   "76.27963358171242"
                    other_args          =   "view.hlookat=-4.372536708302783&amp;view.vlookat=76.27963358171242&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.6006905144173"
                atv                     =   "14.026503478018562"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166036);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "党校小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]党&lt;br/&gt;校&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62222"
                    target_view_hlookat =   "157.08338181803455"
                    target_view_vlookat =   "72.5453456062176"
                    other_args          =   "view.hlookat=157.08338181803455&amp;view.vlookat=72.5453456062176&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-120.73036189585318"
                atv                     =   "7.237225073466817"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166037);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟湾麓岭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;湾&lt;br/&gt;麓&lt;br/&gt;岭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62225"
                    target_view_hlookat =   "254.41094265674448"
                    target_view_vlookat =   "69.76337279469404"
                    other_args          =   "view.hlookat=254.41094265674448&amp;view.vlookat=69.76337279469404&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.32215621356227"
                atv                     =   "9.59366764941119"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166038);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟湾凤栖"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;湾&lt;br/&gt;凤&lt;br/&gt;栖[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62224"
                    target_view_hlookat =   "-45.69551554230185"
                    target_view_vlookat =   "70.69272719817299"
                    other_args          =   "view.hlookat=-45.69551554230185&amp;view.vlookat=70.69272719817299&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-126.04295814386111"
                atv                     =   "6.890585326302669"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166039);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟湾山湖里"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;湾&lt;br/&gt;山&lt;br/&gt;湖&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62227"
                    target_view_hlookat =   "-147.87012539730625"
                    target_view_vlookat =   "62.11421751389521"
                    other_args          =   "view.hlookat=-147.87012539730625&amp;view.vlookat=62.11421751389521&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-138.65701000894373"
                atv                     =   "6.046854535505296"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166040);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖碧桂园三期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;碧&lt;br/&gt;桂&lt;br/&gt;园&lt;br/&gt;三&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62231"
                    target_view_hlookat =   "-4.0061586042872595"
                    target_view_vlookat =   "62.02055425862857"
                    other_args          =   "view.hlookat=-4.0061586042872595&amp;view.vlookat=62.02055425862857&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.42414251623455"
                atv                     =   "8.628566534947975"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166041);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "曲靖碧桂园一、二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;碧&lt;br/&gt;桂&lt;br/&gt;园&lt;br/&gt;一&lt;br/&gt;[span style=&quot;display:inline-block;font-size:inherit;transform:rotate(90deg);transform-origin:center center;&quot;]、[/span]&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62230"
                    target_view_hlookat =   "-15.116705930436092"
                    target_view_vlookat =   "82.66960240194774"
                    other_args          =   "view.hlookat=-15.116705930436092&amp;view.vlookat=82.66960240194774&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-152.98134652990728"
                atv                     =   "14.251773711159496"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166042);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "雅利安都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]雅&lt;br/&gt;利&lt;br/&gt;安&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62233"
                    target_view_hlookat =   "103.16798552405518"
                    target_view_vlookat =   "72.94178156605503"
                    other_args          =   "view.hlookat=103.16798552405518&amp;view.vlookat=72.94178156605503&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-140.47259128327994"
                atv                     =   "16.706889791279913"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166043);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金元尚居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;元&lt;br/&gt;尚&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62229"
                    target_view_hlookat =   "-13.967718813205352"
                    target_view_vlookat =   "65.36699675876548"
                    other_args          =   "view.hlookat=-13.967718813205352&amp;view.vlookat=65.36699675876548&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.06240698198044"
                atv                     =   "13.181416760037306"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166044);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金麟湾一期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;湾&lt;br/&gt;一&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62228"
                    target_view_hlookat =   "-31.47004168401701"
                    target_view_vlookat =   "71.45447322860224"
                    other_args          =   "view.hlookat=-31.47004168401701&amp;view.vlookat=71.45447322860224&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.15334305288457"
                atv                     =   "10.222617549706621"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166045);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "美景·风华"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]美&lt;br/&gt;景&lt;br/&gt;·&lt;br/&gt;风&lt;br/&gt;华[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62246"
                    target_view_hlookat =   "6.421363356530864"
                    target_view_vlookat =   "59.27956995872101"
                    other_args          =   "view.hlookat=6.421363356530864&amp;view.vlookat=59.27956995872101&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.15413556054642"
                atv                     =   "7.2920026324691865"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166046);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐锦园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;锦&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62252"
                    target_view_hlookat =   "23.08325963140553"
                    target_view_vlookat =   "61.0058423215311"
                    other_args          =   "view.hlookat=23.08325963140553&amp;view.vlookat=61.0058423215311&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-75.5851971579732"
                atv                     =   "13.228760620709284"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166047);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金科溪谷花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;科&lt;br/&gt;溪&lt;br/&gt;谷&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62275"
                    target_view_hlookat =   "-63.59659073084121"
                    target_view_vlookat =   "66.05491084456217"
                    other_args          =   "view.hlookat=-63.59659073084121&amp;view.vlookat=66.05491084456217&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166048"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-53.77036924721767"
                atv                     =   "35.37983477046362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166048);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中医院南苑分院"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(133, 47, 47, 0.77);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;医&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;苑&lt;br/&gt;分&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.31364434306448"
                atv                     =   "27.80760774457192"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166049);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南苑幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;苑&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.42431045870507"
                atv                     =   "22.854577445519862"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166050);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "一城山水"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]一&lt;br/&gt;城&lt;br/&gt;山&lt;br/&gt;水[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62285"
                    target_view_hlookat =   "77.12916515968935"
                    target_view_vlookat =   "67.55344117368593"
                    other_args          =   "view.hlookat=77.12916515968935&amp;view.vlookat=67.55344117368593&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166051"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-77.48256545962124"
                atv                     =   "66.62173038492804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166051);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "横店电影城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 113, 251, 0.65);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]横&lt;br/&gt;店&lt;br/&gt;电&lt;br/&gt;影&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166052"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-142.62906485706614"
                atv                     =   "25.549588762936846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166052);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "金麟农贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;麟&lt;br/&gt;农&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.33255146944012"
                atv                     =   "26.205110094377776"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166053);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水寨小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;寨&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "178.65835036628556"
                atv                     =   "50.45981730764706"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166054);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "锦湘南郡幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;湘&lt;br/&gt;南&lt;br/&gt;郡&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166055"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "117.25176965464362"
                atv                     =   "27.176764426238094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166055);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "水寨花鸟市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 197, 127, 0.65);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;寨&lt;br/&gt;花&lt;br/&gt;鸟&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166056"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "171.25447042965956"
                atv                     =   "22.80164519660351"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166056);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "曲靖建材城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曲&lt;br/&gt;靖&lt;br/&gt;建&lt;br/&gt;材&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.4"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "87.34711851830946"
                atv                     =   "66.23520137939904"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166057);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "博怡博苑幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(196, 46, 251, 0.76);border-radius:18px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;怡&lt;br/&gt;博&lt;br/&gt;苑&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663020"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166058"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "25.003332839241693"
                atv                     =   "71.73145116347872"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166058);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "亿贤筑锦"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]亿&lt;br/&gt;贤&lt;br/&gt;筑&lt;br/&gt;锦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166059"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-38.71634886191805"
                atv                     =   "63.560700482076555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166059);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "珠源帝景"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]珠&lt;br/&gt;源&lt;br/&gt;帝&lt;br/&gt;景[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166060"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-27.95823259231281"
                atv                     =   "57.66648330247256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166060);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "君悦华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166061"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-48.62257866583491"
                atv                     =   "57.32216613333889"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166061);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "城市尚峰"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;市&lt;br/&gt;尚&lt;br/&gt;峰[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166062"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-26.073300011056062"
                atv                     =   "36.34034110263489"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166062);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "家嘉超购物广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]家&lt;br/&gt;嘉&lt;br/&gt;超&lt;br/&gt;购&lt;br/&gt;物&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166063"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-117.12899141122031"
                atv                     =   "65.3705995432806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166063);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟嘉城尚品"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;城&lt;br/&gt;尚&lt;br/&gt;品[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166064"
                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:38px;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=   "38"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-57.4737748416087"
                atv                     =   "72.8943263295957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166064);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟嘉城3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(43, 147, 252, 0.78);border-radius:5px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;嘉&lt;br/&gt;城&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.2"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240903/c5c89abe1c3f2542d3a6c99a5ac311a2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "120.06831397274334"
                atv                     =   "12.372273144967338"
                title_size              =   ""
                                     crop_width              =   "400"
                    crop_height             =   "252"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_8166065);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "阳光天悦府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(154deg,rgba(49, 116, 251, 0.77),rgba(228, 41, 41, 0.76));border-radius:27px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]阳&lt;br/&gt;光&lt;br/&gt;天&lt;br/&gt;悦&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_62251"
                    target_view_hlookat =   "-192.38233261313488"
                    target_view_vlookat =   "63.859136491299154"
                    other_args          =   "view.hlookat=-192.38233261313488&amp;view.vlookat=63.859136491299154&amp;view.fov=120"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166066"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-27.352231678001885"
                atv                     =   "15.436075902458757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166066);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "杭瑞高速曲靖收费站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(211, 176, 38, 0.67);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]杭&lt;br/&gt;瑞&lt;br/&gt;高&lt;br/&gt;速&lt;br/&gt;曲&lt;br/&gt;靖&lt;br/&gt;收&lt;br/&gt;费&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166067"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "143.96657141993882"
                atv                     =   "23.87027432490381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166067);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "梦幻宝贝亲子乐园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(57, 43, 251, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]梦&lt;br/&gt;幻&lt;br/&gt;宝&lt;br/&gt;贝&lt;br/&gt;亲&lt;br/&gt;子&lt;br/&gt;乐&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166068"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "87.59142212935365"
                atv                     =   "6.789652043261415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166068);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "麒麟水乡"
                text_advanced           =   "[div  style=&apos;    border: none;   justify-content: center; position: relative; flex-direction: column;&apos;][img src=&apos;/static/editor/images/spec-l-v-9.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;] [div style=&apos;  width: 40px; background-image: url(/static/editor/images/spec-c-v-9.png); background-size: contain;&apos;][div style=&apos;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]麒&lt;br/&gt;麟&lt;br/&gt;水&lt;br/&gt;乡[/div]      [/div] [img src=&apos;/static/editor/images/spec-r-v-9.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166069"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "25.789989776999732"
                atv                     =   "15.301565210687663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166069);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南市夜街"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(251, 87, 46, 0.76);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;市&lt;br/&gt;夜&lt;br/&gt;街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                        <hotspot name               =   "spot_8166070"
                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:29px;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=   "29"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "18.016711111360962"
                atv                     =   "25.815732515336368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_8166070);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "金江集贸市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(36, 169, 36, 0.66);border-radius:9px;border:1px solid rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;江&lt;br/&gt;集&lt;br/&gt;贸&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "663021"
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_239755">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_89197"
                        atv                =    "56.053478911421394"
                        ath                =    "171.72342702921745"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="96.547117468054" atv="22.363424343094" />
                                        <point ath="118.29199451102" atv="41.067921315128" />
                                        <point ath="138.94101179466" atv="50.731682577193" />
                                        <point ath="-150.72808741213" atv="50.14130219069" />
                                        <point ath="-118.71348494325" atv="29.27775380234" />
                                        <point ath="-114.27671990084" atv="24.307221097788" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89197_text"
                        atv                =    "56.053478911421394"
                        ath                =    "171.72342702921745"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "文笔路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89198"
                        atv                =    "57.10145522575898"
                        ath                =    "62.78071568229126"
                        showvr             =    "true"
                        bordercolor        =    "0xfb9b2e"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="31.129911040644" atv="46.306210106284" />
                                        <point ath="46.517303525674" atv="53.24699052546" />
                                        <point ath="85.193304905103" atv="57.975529066208" />
                                        <point ath="124.38524772431" atv="48.430762668048" />
                                        <point ath="143.26253856596" atv="35.608306549555" />
                                        <point ath="149.76872621821" atv="28.744984190801" />
                                        <point ath="153.23774163628" atv="25.808460037726" />
                                        <point ath="154.83918412312" atv="24.190819601225" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89198_text"
                        atv                =    "57.10145522575898"
                        ath                =    "62.78071568229126"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "紫云南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89199"
                        atv                =    "55.912435926518214"
                        ath                =    "-92.67956371588633"
                        showvr             =    "true"
                        bordercolor        =    "0x802efb"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-179.83450913" atv="16.911816583882" />
                                        <point ath="-169.5952581475" atv="26.500828469241" />
                                        <point ath="-163.75097434763" atv="31.549989136862" />
                                        <point ath="-156.81440733241" atv="36.471427665345" />
                                        <point ath="-145.96895848807" atv="43.014443950917" />
                                        <point ath="-134.20535544343" atv="48.407650409995" />
                                        <point ath="-101.94682129682" atv="55.396286358306" />
                                        <point ath="-89.649072450479" atv="55.839347471843" />
                                        <point ath="-69.682220041906" atv="54.000390907267" />
                                        <point ath="-49.266242290033" atv="48.938749144645" />
                                        <point ath="-39.233330857608" atv="43.467969082209" />
                                        <point ath="-27.258907390916" atv="33.753854065421" />
                                        <point ath="-22.6949789023" atv="28.466362464254" />
                                        <point ath="-20.579936065075" atv="24.408977412612" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89199_text"
                        atv                =    "55.912435926518214"
                        ath                =    "-92.67956371588633"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "麒麟南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_89200"
                        atv                =    "55.48048414872708"
                        ath                =    "12.997473012608282"
                        showvr             =    "true"
                        bordercolor        =    "0xfb2ebd"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-62.931876693202" atv="37.734193903715" />
                                        <point ath="-38.394180562306" atv="51.738529886849" />
                                        <point ath="-8.0779246352749" atv="56.875715230063" />
                                        <point ath="17.28190175779" atv="55.132988918802" />
                                        <point ath="35.462621862981" atv="49.923815741027" />
                                        <point ath="44.076942172323" atv="44.607794558321" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_89200_text"
                        atv                =    "55.48048414872708"
                        ath                =    "12.997473012608282"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "玉云路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
            <config>
        <qiniu_allow_state data= '0'/>
        <cdn_host data='https://cdn.yj720.com.cn'/>
        <pano data="{&quot;id&quot;:4709,&quot;v_id&quot;:&quot;YCrbGWurA1f&quot;,&quot;uid&quot;:3,&quot;is_del&quot;:1,&quot;examine&quot;:1,&quot;group_id&quot;:0,&quot;folder_id&quot;:0,&quot;cate_id&quot;:20,&quot;type&quot;:0,&quot;province&quot;:&quot;云南省&quot;,&quot;city&quot;:&quot;云南曲靖&quot;,&quot;qrcode&quot;:&quot;\/uploads\/3\/qrcode\/17824645147805553.png&quot;,&quot;spot&quot;:null,&quot;school&quot;:null,&quot;title&quot;:&quot;云南曲靖【百亿大像素】 同款&quot;,&quot;tags&quot;:&quot;18,19,20,21,22&quot;,&quot;group_textarea&quot;:&quot;&quot;,&quot;thumb&quot;:&quot;\/uploads\/3\/image\/20241221\/ace32a95cf0ffe5499845caa7370dcf9.jpg&quot;,&quot;poster&quot;:&quot;&quot;,&quot;zan&quot;:0,&quot;hits&quot;:0,&quot;comments&quot;:0,&quot;reward&quot;:0,&quot;reward_money&quot;:0,&quot;status&quot;:1,&quot;is_show&quot;:0,&quot;admin_mark&quot;:null,&quot;open&quot;:1,&quot;index_recommend&quot;:1,&quot;admin_status&quot;:0,&quot;guid&quot;:&quot;&quot;,&quot;viewpassword&quot;:&quot;&quot;,&quot;pano_intro&quot;:&quot;所有航拍或图片作品均采用区块链+CA认证双重保护，在此声明不允许任何未经过授权自媒体、中介平台盗用或截取内容，未经允许请勿使用直播等商业用途，如继续盗用使用将承担全部责任！商务合作15618180103&quot;,&quot;enable_gyro_img&quot;:0,&quot;enable_gyro&quot;:0,&quot;enable_littleplanet&quot;:1,&quot;enable_autorotate&quot;:1,&quot;autorotate_wait_time&quot;:100,&quot;hide_thumbnails&quot;:1,&quot;automatic_skip&quot;:1,&quot;rotation_time&quot;:11,&quot;show_auth&quot;:1,&quot;enable_location&quot;:0,&quot;enable_intro&quot;:1,&quot;enable_vr&quot;:1,&quot;enable_pv&quot;:1,&quot;enable_like&quot;:1,&quot;show_comment&quot;:2,&quot;enable_comment&quot;:2,&quot;enable_qr&quot;:1,&quot;show_thumb&quot;:1,&quot;pc_openimg_materialid&quot;:&quot;&quot;,&quot;mobile_openimg_materialid&quot;:&quot;&quot;,&quot;openimg_time&quot;:0,&quot;logo_materialid&quot;:0,&quot;logo_show&quot;:1,&quot;logo_src&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/2\/image\/20240407\/e39726ba08613b288e9568e2346ba90e.png&quot;,&quot;logo_title&quot;:&quot;&quot;,&quot;logo_postion&quot;:1,&quot;logo_link&quot;:&quot;&quot;,&quot;map_x&quot;:&quot;&quot;,&quot;map_y&quot;:&quot;&quot;,&quot;deltime&quot;:0,&quot;create_time&quot;:&quot;1782464514&quot;,&quot;update_time&quot;:1782464514,&quot;is_recommend&quot;:0,&quot;introduce&quot;:null,&quot;is_show_roll_title&quot;:1,&quot;roll_title&quot;:&quot;&quot;,&quot;roll_title_color&quot;:&quot;#ffffff&quot;,&quot;roll_title_decoration&quot;:&quot;0&quot;,&quot;roll_title_weight&quot;:&quot;0&quot;,&quot;roll_title_normal&quot;:&quot;0&quot;,&quot;start_image&quot;:null,&quot;show_author&quot;:null,&quot;short_introduce&quot;:null,&quot;init_type&quot;:0,&quot;start_pc_img&quot;:&quot;&quot;,&quot;start_pc_po&quot;:null,&quot;start_phone_img&quot;:&quot;&quot;,&quot;start_phone_po&quot;:1,&quot;start_type&quot;:1,&quot;start_stop_time&quot;:3,&quot;start_count_down&quot;:1,&quot;start_color&quot;:&quot;#000000&quot;,&quot;start_bgimg&quot;:&quot;&quot;,&quot;start_image_link&quot;:null,&quot;daili_id&quot;:0,&quot;is_vr_card&quot;:0,&quot;selected&quot;:3,&quot;is_tui&quot;:2,&quot;opening_animation&quot;:1,&quot;language&quot;:1,&quot;language_url&quot;:&quot;&quot;,&quot;language_tab&quot;:1,&quot;start_image_close_time&quot;:null,&quot;advert_type&quot;:1,&quot;pc_advert&quot;:&quot;&quot;,&quot;phone_advert&quot;:&quot;&quot;,&quot;advert_url&quot;:&quot;&quot;,&quot;advert_url_type&quot;:2,&quot;initial_scene&quot;:1,&quot;initial_scene_id&quot;:0,&quot;interface_template&quot;:3,&quot;template_style&quot;:2,&quot;grouping_style&quot;:0,&quot;paid&quot;:0,&quot;paid_time&quot;:&quot;&quot;,&quot;first_scene_id&quot;: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;:&quot;&quot;,&quot;load_default_img&quot;:&quot;\/static\/tour\/images\/default_load.png&quot;,&quot;load_txt&quot;:&quot;加载中&quot;,&quot;load_txt_color&quot;:&quot;&quot;,&quot;load_bg_color&quot;:&quot;#1c1c1c&quot;,&quot;start_open_type&quot;:1,&quot;start_pc_video_id&quot;:0,&quot;start_pc_video&quot;:null,&quot;start_pc_name&quot;:null,&quot;start_pc_locl&quot;:1,&quot;start_pc_vimg&quot;:null,&quot;start_pc_time&quot;:0,&quot;start_ph_video_id&quot;:0,&quot;start_ph_video&quot;:null,&quot;start_ph_name&quot;:null,&quot;start_ph_locl&quot;:1,&quot;start_ph_vimg&quot;:null,&quot;start_autoplay&quot;:1,&quot;start_loop&quot;:2,&quot;start_ph_time&quot;:0,&quot;watermark_text&quot;:&quot;&quot;,&quot;watermark_type&quot;:0,&quot;watermark_image&quot;:&quot;&quot;,&quot;watermark_fill&quot;:0,&quot;watermark_scale&quot;:100,&quot;watermark_opacity&quot;:30,&quot;watermark_gap&quot;:100,&quot;watermark_rotate&quot;:0,&quot;share_setting&quot;: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;:191,&quot;is_top&quot;:0,&quot;system_url&quot;:&quot;https:\/\/yj720.com.cn\/&quot;,&quot;system_advert&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240407\/1cb46aab037c4844b2f896b0b8dcb9b7.jpg&quot;,&quot;skin&quot;:{&quot;id&quot;:4709,&quot;pano_id&quot;:4709,&quot;jieshuo_material_id&quot;:null,&quot;start_tips&quot;:null,&quot;password_views&quot;:null,&quot;password&quot;:null,&quot;password_tips&quot;:null,&quot;is_password_global&quot;:1,&quot;wx_share_title&quot;:null,&quot;wx_share_intro&quot;:null,&quot;wx_share_image&quot;:null,&quot;business_card_name&quot;:null,&quot;business_card_email&quot;:null,&quot;business_card_address&quot;:null,&quot;business_card_contact&quot;:null,&quot;business_card_intro&quot;:null,&quot;business_card_img&quot;:null,&quot;business_card_wx_qrcode&quot;:null,&quot;business_card_weibo_name&quot;:null,&quot;business_card_weibo_url&quot;:null,&quot;business_card_bussiness_weixin&quot;:null,&quot;business_card_qq&quot;:null,&quot;wx_qrcode&quot;:null,&quot;pano_location_longitude&quot;:null,&quot;pano_location_latitude&quot;:null,&quot;pano_location_address&quot;:null,&quot;before_gif&quot;:null,&quot;background_color&quot;:&quot;#000000&quot;,&quot;control_bg_id&quot;:0,&quot;before_gif_choose&quot;:&quot;0&quot;,&quot;skin_type&quot;:4,&quot;menu_bg_id&quot;:0,&quot;menu_bg_img_width&quot;:&quot;200&quot;,&quot;menu_bg_img_height&quot;:&quot;100&quot;,&quot;menu_bg_font_color&quot;:&quot;#000000&quot;,&quot;menu_bg_hover_color&quot;:&quot;#000000&quot;,&quot;pano_keywords&quot;:null,&quot;pano_description&quot;:null,&quot;auto_rotate_speed&quot;:1,&quot;auto_rotate_waittime&quot;:3,&quot;auto_rotate_accel&quot;:2,&quot;pay_poster&quot;:null,&quot;pay_amount&quot;:0,&quot;bonus_min&quot;:30,&quot;bonus_max&quot;:100,&quot;bonus_amount&quot;:0,&quot;bonus_status&quot;:0,&quot;bonus_words&quot;:null,&quot;leave_word_open&quot;:0,&quot;leave_word_open_force&quot;:0,&quot;leave_word_title&quot;:null,&quot;leave_word_items&quot;:null,&quot;leave_word_alert_phone&quot;:null,&quot;top_menu_style&quot;:&quot;4&quot;,&quot;left_menu_autoexp&quot;:0},&quot;skin_switch&quot;:{&quot;id&quot;:4709,&quot;pano_id&quot;:4709,&quot;creator&quot;:0,&quot;creator_title&quot;:0,&quot;view&quot;:0,&quot;scene&quot;:1,&quot;scene_name&quot;:1,&quot;group&quot;:1,&quot;desc&quot;:1,&quot;thumbs&quot;:0,&quot;share&quot;:0,&quot;fullscreen&quot;:1,&quot;clearscreen&quot;:0,&quot;glasses&quot;:0,&quot;visual&quot;:1,&quot;character&quot;:1,&quot;source&quot;:0,&quot;is_auto_show_thumb_list&quot;:1,&quot;is_show_service&quot;:1,&quot;is_wx_collect&quot;:1,&quot;littleplanetintro&quot;:1,&quot;menunav&quot;:1,&quot;is_bg_music_open&quot;:1,&quot;is_jieshuo_open&quot;:1,&quot;view_rotate&quot;:1,&quot;search&quot;:1,&quot;brush&quot;:1,&quot;open_ip_visit&quot;:0,&quot;ip_visit_hit&quot;:null,&quot;open_solution_lease&quot;:0,&quot;open_solution_brochure&quot;:0}}" />
        <globals data='{"id":4709,"pano_id":4709,"creator":0,"creator_title":0,"view":0,"scene":1,"scene_name":1,"group":1,"desc":1,"thumbs":0,"share":0,"fullscreen":1,"clearscreen":0,"glasses":0,"visual":1,"character":1,"source":0,"is_auto_show_thumb_list":1,"is_show_service":1,"is_wx_collect":1,"littleplanetintro":1,"menunav":1,"is_bg_music_open":1,"is_jieshuo_open":1,"view_rotate":1,"search":1,"brush":1,"open_ip_visit":0,"ip_visit_hit":null,"open_solution_lease":0,"open_solution_brochure":0}' />
        <tocopyuser data='' />
        <tocopyurl data='' />
        <phone data='156****0103' />
        <userurl data='/u/XSEcpklediG' nick_name='宙璟网络科技' head_img='https://cdn.yj720.com.cn/uploads/3/image/20241221/38887b6d3f2dd17e1222b91414c43dfc.jpg' />
        <!-- <paid data='0' /> -->
        <edition data='16' />
        <custom_button data='[{"id":1367,"pano_id":4709,"u_id":3,"img_url":"\/static\/editor\/images\/image.png","type_title":"\u56fe\u6587","title":"\u6280\u672f\u652f\u6301","type":0,"position":1,"sort":null,"parent_id":0,"type_args":null,"tuwenb_open":null,"tuwenb_link_title":null,"tuwenb_address":null,"tuwenb_muban":null,"tuwenb_volume":null,"tuwenb_music_play":null,"tuwenb_music_jieshuo":null,"tuwenb_music_beijing":null,"audio_id":null,"audio_name":null,"audio_url":null,"content":"","image":[{"id":2792,"spot_id":89688,"content":"","img_url":"\/uploads\/3\/image\/20250213\/o_1ijvn42afk1e5gr184s7u91qnde"}],"child":[]}]' />
        <auto_guide>
                </auto_guide>
        <guide_settings>
                </guide_settings>
                    <view view_id="239759" name="scene_239759">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="239760" name="scene_239760">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="239758" name="scene_239758">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="239754" name="scene_239754">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="239756" name="scene_239756">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="239757" name="scene_239757">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="239755" name="scene_239755">
                                <embeds>
                                    </embeds>
                            </view>
                    <fenzu data = "[{&quot;id&quot;:56343,&quot;pano_id&quot;:4709,&quot;name&quot;:&quot;\u767e\u4ebf\u50cf\u7d20&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:56344,&quot;pano_id&quot;:4709,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:56343,&quot;view_list&quot;:[{&quot;id&quot;:239759,&quot;uid&quot;:3,&quot;material_id&quot;:28,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732614724628\/301d3f2340bf4073ce7c199f65b67355&quot;,&quot;tiledimage&quot;:&quot;121920x60960,60928x30464,30464x15232,15360x7682,7680x3840,3840x1920,1792x896,1024x514&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732614724628\/301d3f2340bf4073ce7c199f65b67355\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e94\u9986\u4e00&quot;,&quot;fenzuid&quot;:56344,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:93.61304861527132,&quot;vlookat&quot;:63.48114971383525,&quot;fov&quot;:90,&quot;fovmin&quot;:10,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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;:239760,&quot;uid&quot;:3,&quot;material_id&quot;:29,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732614729576\/3e0b4c8afaab366584dbca18f8be5a6b&quot;,&quot;tiledimage&quot;:&quot;121920x60960,60928x30464,30464x15232,15360x7680,7680x3840,3840x1920,1792x896,1024x514&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732614729576\/3e0b4c8afaab366584dbca18f8be5a6b\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u897f\u6cb3\u516c\u56ed&quot;,&quot;fenzuid&quot;:56344,&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;:58.298847978453,&quot;vlookat&quot;:58.298847978453,&quot;fov&quot;:130,&quot;fovmin&quot;:10,&quot;fovmax&quot;:130,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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;:239758,&quot;uid&quot;:3,&quot;material_id&quot;:27,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732612764463\/499f76f08783abfe7602916c47bd2a33&quot;,&quot;tiledimage&quot;:&quot;121856x60928,60928x30464,30464x15234,15104x7552,7680x3842,3840x1920,1792x896&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732612764463\/499f76f08783abfe7602916c47bd2a33\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4eba\u6c11\u533b\u9662&quot;,&quot;fenzuid&quot;:56344,&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;:58.29884797845325,&quot;vlookat&quot;:58.29884797845325,&quot;fov&quot;:130,&quot;fovmin&quot;:10,&quot;fovmax&quot;:130,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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;:239754,&quot;uid&quot;:3,&quot;material_id&quot;:23,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732596978466\/9736a1529558054ff450bbef2bc9c5a8&quot;,&quot;tiledimage&quot;:&quot;121984x60992,60992x30496,30464x15232,15360x7680,7680x3840,3840x1920,1792x896,1024x514&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732596978466\/9736a1529558054ff450bbef2bc9c5a8\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5e02\u4e2d\u5fc3&quot;,&quot;fenzuid&quot;:56344,&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;:58.29884797845325,&quot;vlookat&quot;:58.29884797845325,&quot;fov&quot;:130,&quot;fovmin&quot;:10,&quot;fovmax&quot;:130,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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;:239756,&quot;uid&quot;:3,&quot;material_id&quot;:25,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732612744769\/3a42eb7234d93e110daa8bf18047587c&quot;,&quot;tiledimage&quot;:&quot;121856x60928,60928x30464,30464x15234,15104x7552,7680x3842,3840x1920,1792x896&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732612744769\/3a42eb7234d93e110daa8bf18047587c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u57ce\u897f&quot;,&quot;fenzuid&quot;:56344,&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;:58.29884797845325,&quot;vlookat&quot;:58.29884797845325,&quot;fov&quot;:130,&quot;fovmin&quot;:10,&quot;fovmax&quot;:130,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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;:239757,&quot;uid&quot;:3,&quot;material_id&quot;:26,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732612754329\/f3798bd7f70732a28ff9ba9524990a41&quot;,&quot;tiledimage&quot;:&quot;121856x60928,60928x30466,30464x15234,15104x7552,7680x3840,3840x1922,1792x896&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732612754329\/f3798bd7f70732a28ff9ba9524990a41\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5357\u57ce\u95e8&quot;,&quot;fenzuid&quot;:56344,&quot;deltime&quot;:0,&quot;sort&quot;:5,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-2.7673689027273056,&quot;vlookat&quot;:58.30487010741083,&quot;fov&quot;:130,&quot;fovmin&quot;:10,&quot;fovmax&quot;:130,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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;:239755,&quot;uid&quot;:3,&quot;material_id&quot;:24,&quot;open_pid&quot;:0,&quot;pano_id&quot;:4709,&quot;type&quot;:0,&quot;material_path&quot;:&quot;\/uploads\/3\/large\/1732612735622\/da63f1c2e76baba9a15cdfd30d10e669&quot;,&quot;tiledimage&quot;:&quot;121920x60960,60928x30464,30464x15232,15360x7682,7680x3840,3840x1920,1792x896,1024x514&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/\/uploads\/3\/large\/1732612735622\/da63f1c2e76baba9a15cdfd30d10e669\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u57ce\u5357&quot;,&quot;fenzuid&quot;:56344,&quot;deltime&quot;:0,&quot;sort&quot;:6,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:58.29884797845325,&quot;vlookat&quot;:58.29884797845325,&quot;fov&quot;:130,&quot;fovmin&quot;:10,&quot;fovmax&quot;:130,&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;:1732670799,&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;0&quot;,&quot;lng&quot;:&quot;0&quot;,&quot;gd_lat&quot;:&quot;0&quot;,&quot;gd_lng&quot;:&quot;0&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;:6,&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()"/>

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