<krpano
    title       =   "山西运城稷山县【锦都学府】"
    debugmode   =   "false"
    showerrors  =   "false"
    skin        =   "%SWFPATH%/skin">

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

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

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

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

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

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

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

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

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

                txtadd(plugin[get(tooltipname)].onclick, 'callwith(hotspot[',get(name),'], onclick);');
            );
        </action>
                <scene
            name                        =   "scene_2856"
            title                       =   "锦都学府"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/a60441ab63985fcd/thumb.jpg"
            fenzuid                     =   "932"
            parent_fenzuid              =   "931"
            lat                         =   "35.607926"
            lng                         =   "110.985522"
            heading                     =   ""
            scene_id                    =   "2856"
            pano_id                     =   "101"
            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                =   "28.218958129225"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "28.218958129225"
                vlookat                 =   "45.833634969699"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "60"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/a60441ab63985fcd/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a60441ab63985fcd/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a60441ab63985fcd/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a60441ab63985fcd/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a60441ab63985fcd/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_19525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png"
                                        renderer                =   "webgl"
                                    ath                     =   "48.15044975240744"
                atv                     =   "45.72288767352921"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19525);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "3"
                text                    =   "查看户型图"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;;&apos;]查看户型图[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:21,&quot;vrhotspot_id&quot;:19525,&quot;tuji_material_id&quot;:&quot;410,411,412,413,414,406,407,408&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmb12j29961fnv1bll18tq11&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmbe1628956716viis313&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmbefg1akeuns1b8mnnj15&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmb1kmd1thjeoeq74137h17&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmb1eo317ct2ftell1gc219&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmalh5eqftt1tfad14p&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmbt31g9m10b1dir1lc6r&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmb1to3v2r6sg1kh01ftht&quot;],&quot;pano_title&quot;:&quot;\u67e5\u770b\u6237\u578b\u56fe&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png"
                                        renderer                =   "webgl"
                                    ath                     =   "68.26294626080664"
                atv                     =   "38.0735086735793"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19526);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "3"
                text                    =   "效果图"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;;&apos;]效果图[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:22,&quot;vrhotspot_id&quot;:19526,&quot;tuji_material_id&quot;:&quot;415,416&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmc192hi2k17nj1ere1nf51b&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgfbmc201n2c4gb1d254fq1d&quot;],&quot;pano_title&quot;:&quot;\u6548\u679c\u56fe&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19527"
                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: transparent transparent rgba(255, 255, 255, 1);border-image: initial;&apos;][/div]"
                    text_marking_edge       =   "top"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "180"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.326024691925795"
                atv                     =   "65.11082461004638"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19527);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "锦都学府"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;;&apos;]锦都学府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "bottom"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/b542ceb41b5c8eebccda48aa9aefb67f.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.884816282231384"
                atv                     =   "10.703019255133796"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19528);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "62.53287317915647"
                atv                     =   "10.033422726986696"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19529);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "明鑫花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]明&lt;br/&gt;鑫&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "80.14500849857143"
                atv                     =   "10.000221672013062"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19530);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泽强苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泽&lt;br/&gt;强&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.18524541397122"
                atv                     =   "14.078916686506416"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19531);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王文化广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;文&lt;br/&gt;化&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "113.60664237033666"
                atv                     =   "11.721327519225708"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19532);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "137.65645568082854"
                atv                     =   "40.5493947093179"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19533);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "信合小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]信&lt;br/&gt;合&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-37.42527967457062"
                atv                     =   "54.856618407832805"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19534);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.54346395367986"
                atv                     =   "30.66308106023971"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19535);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "育英小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]育&lt;br/&gt;英&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/a7ba14c4d7f4c13e48a01f25cab48d3a.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.4374728227437"
                atv                     =   "5.550625628176654"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19536);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县大佛文化公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(65, 117, 5, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;大&lt;br/&gt;佛&lt;br/&gt;文&lt;br/&gt;化&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/283f6766fcedf9bef4cda3e314f8b033.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.88062117470815"
                atv                     =   "6.638549725976319"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19537);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "大佛寺"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]大&lt;br/&gt;佛&lt;br/&gt;寺[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19589"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.12739724364684"
                atv                     =   "75.32820651044455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19589);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "建设路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 18px ;text-align:center;;&apos;]建设路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19590"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.21389140408894"
                atv                     =   "74.19843819397283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19590);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "育英街"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 18px ;text-align:center;;&apos;]育英街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.99085393721222"
                atv                     =   "24.363240195071153"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19594);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.6683916938733"
                atv                     =   "12.308798152362609"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19595);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富强苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;强&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.87433236062157"
                atv                     =   "7.407704303846047"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19596);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿鑫花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;鑫&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-176.95888815547016"
                atv                     =   "14.057364906041858"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19598);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鼎盛花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鼎&lt;br/&gt;盛&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                        <hotspot name               =   "spot_19601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.40552022370011"
                atv                     =   "45.833795957135926"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19601);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿鑫苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;鑫&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2856">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_248"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-90.677443645882" atv="30.89089128414" />
                                        <point ath="84.660271394335" atv="39.308702431543" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_249"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xf5a623"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="179.44832806241" atv="32.804616603341" />
                                        <point ath="-2.5912241652885" atv="31.836384339202" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_2853"
            title                       =   "城东商圈"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/thumb.jpg"
            fenzuid                     =   "932"
            parent_fenzuid              =   "931"
            lat                         =   "35.604432"
            lng                         =   "110.996461"
            heading                     =   ""
            scene_id                    =   "2853"
            pano_id                     =   "101"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-18.041650563859"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-18.041650563859"
                vlookat                 =   "58.489343659783"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a617227a2827282c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_18978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-32.90043542315692"
                atv                     =   "54.19932555909799"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18978);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王初中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;初&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/38553170dcf4357f0e24810b5df04225.png"
                                        renderer                =   "webgl"
                                    ath                     =   "60.252289849709996"
                atv                     =   "56.12032080727027"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19538);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县四馆一中心广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;四&lt;br/&gt;馆&lt;br/&gt;一&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "16"
                cj_fovmax               =   "78"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/936e7a2bb595f046c02e7b4c08ac1b74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "132.0516613684958"
                atv                     =   "54.95958861715872"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19539);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "正身医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]正&lt;br/&gt;身&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "100.36683132753112"
                atv                     =   "34.05184422979567"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19540);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "御景华府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]御&lt;br/&gt;景&lt;br/&gt;华&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.51031865736445"
                atv                     =   "15.88902920133496"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19541);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "92.06224106729388"
                atv                     =   "12.082904426056938"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19542);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "妇幼保健院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]妇&lt;br/&gt;幼&lt;br/&gt;保&lt;br/&gt;健&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.07767522352435"
                atv                     =   "63.016678774457056"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19543);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "明鑫苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]明&lt;br/&gt;鑫&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.645315922462714"
                atv                     =   "23.133443111253666"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19544);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "曙光家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]曙&lt;br/&gt;光&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-30.998124366328113"
                atv                     =   "25.165616520248527"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19545);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泽强苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泽&lt;br/&gt;强&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.19349406680277"
                atv                     =   "17.32232079081838"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19546);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东兴花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;兴&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.66357244000005"
                atv                     =   "19.51306575302595"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19547);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "明鑫花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]明&lt;br/&gt;鑫&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-73.30550505996678"
                atv                     =   "41.89153055756427"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19549);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/38553170dcf4357f0e24810b5df04225.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-80.9120290249162"
                atv                     =   "29.750848162982685"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19550);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王文化广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;文&lt;br/&gt;化&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "16"
                cj_fovmax               =   "78"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.92560483324894"
                atv                     =   "28.67446964902621"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19552);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "颐欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.99323482382883"
                atv                     =   "26.606004429605218"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19553);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷峰一中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;峰&lt;br/&gt;一&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/8abf32ddb7e9da93386cf1b2a6b49647.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-157.6847275060171"
                atv                     =   "14.805562603877137"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19554);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山汽车站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;汽&lt;br/&gt;车&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19555"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "2.1839065329277787"
                atv                     =   "56.694594765986025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19555);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "运稷线"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]运稷线[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19556"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.86509158293512"
                atv                     =   "56.23911204481607"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19556);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "稷峰东街"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]稷峰东街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20211231/174711c374e8770a00fb550e5a140335.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-54.69643886223548"
                atv                     =   "14.973718148594592"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19557);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "锦都学府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;都&lt;br/&gt;学&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_2856"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "0"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "14.170746177706974"
                atv                     =   "30.90437459167182"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "点石职业培训学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]点&lt;br/&gt;石&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;培&lt;br/&gt;训&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "60.99927215516641"
                atv                     =   "15.858480123228839"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19568);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城林苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;林&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.098079294360105"
                atv                     =   "13.474091281292495"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19569);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷王中学家属楼"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;王&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;家&lt;br/&gt;属&lt;br/&gt;楼[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-65.4787572284929"
                atv                     =   "28.5054735336433"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19604);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "聚鑫苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]聚&lt;br/&gt;鑫&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-68.28744065651495"
                atv                     =   "20.691573866544843"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.64455708538645"
                atv                     =   "17.04190483450662"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19606);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "信合小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]信&lt;br/&gt;合&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-65.1629564188645"
                atv                     =   "15.672738055438522"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19607);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东润家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;润&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20211231/174711c374e8770a00fb550e5a140335.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.39810225704531"
                atv                     =   "10.898362707670305"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19612);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "城西商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_2854"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/b542ceb41b5c8eebccda48aa9aefb67f.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.8368033296432"
                atv                     =   "13.742092795282261"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19619);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.83130624626915"
                atv                     =   "55.199713381549"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19627);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "天然居"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;然&lt;br/&gt;居[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_19631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-106.18984062339831"
                atv                     =   "58.0136960447201"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "晋华苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]晋&lt;br/&gt;华&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.341458410992"
                atv                     =   "38.66575283948892"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38837);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "观阁学府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]观&lt;br/&gt;阁&lt;br/&gt;学&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.9107223589674"
                atv                     =   "34.016908720352134"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38843);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "盛腾锦城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;腾&lt;br/&gt;锦&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-45.589862624739"
                atv                     =   "35.68367790507516"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38844);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "观阁书香府邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]观&lt;br/&gt;阁&lt;br/&gt;书&lt;br/&gt;香&lt;br/&gt;府&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.80939776508282"
                atv                     =   "16.21748904805982"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38852);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿鑫花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;鑫&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.5977281391435"
                atv                     =   "9.720079855288681"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38853);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "云鑫佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;鑫&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38898"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-127.0459193847413"
                atv                     =   "7.520305344870022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_38898);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "汾河"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]汾河[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                        <hotspot name               =   "spot_38901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/283f6766fcedf9bef4cda3e314f8b033.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-138.4969768051202"
                atv                     =   "6.557030412293754"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38901);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汾河大桥"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:0px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汾&lt;br/&gt;河&lt;br/&gt;大&lt;br/&gt;桥[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2853">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_246"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="89.448725608609" atv="15.0554611597" />
                                        <point ath="-90.026055555463" atv="23.748042724438" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_247"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xf5a623"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="1.5040224152184" atv="19.378867088391" />
                                        <point ath="-178.10949442758" atv="28.092436959051" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_2855"
            title                       =   "锦都首府"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/f0b37aa809699e03/thumb.jpg"
            fenzuid                     =   "934"
            parent_fenzuid              =   "933"
            lat                         =   "35.603853"
            lng                         =   "110.958364"
            heading                     =   ""
            scene_id                    =   "2855"
            pano_id                     =   "101"
            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                =   "-34.559960782518"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-34.559960782518"
                vlookat                 =   "38.470878674175"
                fovtype                 =   "MFOV"
                fov                     =   "111"
                fovmin                  =   "60"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/f0b37aa809699e03/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f0b37aa809699e03/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f0b37aa809699e03/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f0b37aa809699e03/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f0b37aa809699e03/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_19022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.7"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-30.773944191496867"
                atv                     =   "33.586309262917055"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19022);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "3"
                text                    =   "小区效果图"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 0, 0, 0.5),rgba(126, 211, 33, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]小区效果图[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:4,&quot;vrhotspot_id&quot;:19022,&quot;tuji_material_id&quot;:&quot;405,403,404,397&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskgdgk3osg186v1j4e19ve1shs8s&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i2617i71o2crlb4fcpgl13&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i26acj3mt1jknco9dlp15&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i241jdfece8ke1p1g128vn&quot;],&quot;pano_title&quot;:&quot;\u5c0f\u533a\u6548\u679c\u56fe&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19187"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.153058997146104"
                atv                     =   "23.792810995302553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "3"
                text                    =   "3#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]3#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:7,&quot;vrhotspot_id&quot;:19187,&quot;tuji_material_id&quot;:&quot;398&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i251lcd1o9fkb76177g5p&quot;],&quot;pano_title&quot;:&quot;3#&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19196"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.06056182099968"
                atv                     =   "42.16219665405714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19196);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "3"
                text                    =   "1A#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]1A#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:8,&quot;vrhotspot_id&quot;:19196,&quot;tuji_material_id&quot;:&quot;402&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i2618fc9o71br0tkuqm511&quot;],&quot;pano_title&quot;:&quot;1A#&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19197"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-55.59529986642849"
                atv                     =   "32.217707904755144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19197);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "3"
                text                    =   "1B#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]1B#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:9,&quot;vrhotspot_id&quot;:19197,&quot;tuji_material_id&quot;:&quot;401&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i25110a15j81hm7jrs16div&quot;],&quot;pano_title&quot;:&quot;1B#&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19198"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-65.23108136239671"
                atv                     =   "25.36778146316606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19198);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "3"
                text                    =   "1C#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]1C#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:10,&quot;vrhotspot_id&quot;:19198,&quot;tuji_material_id&quot;:&quot;400&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i251n8118vf130q17cm1gvat&quot;],&quot;pano_title&quot;:&quot;1C#&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19199"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.842560975850176"
                atv                     =   "25.524657242831527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19199);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "3"
                text                    =   "2#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]2#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:11,&quot;vrhotspot_id&quot;:19199,&quot;tuji_material_id&quot;:&quot;399&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskg9i25tgp17d55r1f4812c1r&quot;],&quot;pano_title&quot;:&quot;2#&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19263"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.390238629331236"
                atv                     =   "37.97103393587416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19263);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "锦都首府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 18px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19266"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.85771932808365"
                atv                     =   "30.572374564632643"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_19266);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "民乐体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_19270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.7"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.33209858161149"
                atv                     =   "36.08052889095443"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_19270);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "3"
                text                    =   "公园效果图"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 0, 0, 0.5),rgba(126, 211, 33, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]公园效果图[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:12,&quot;vrhotspot_id&quot;:19270,&quot;tuji_material_id&quot;:&quot;422,423,424,425,426,427,428,417,418,419,420,421&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sk1aaj3271l5db7e1tu513&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sk1oi0pic1qiur2n12ac15&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8skv6l1d3c10tpkpedgc17&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8skisvg0n1lt411isre219&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sk13c11l6j9042q1lm21b&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sk16jb1opd1a5tbd21nuh1d&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sl27u115a1eml1tua1pdn1f&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sj11sh1fag1buof0k73mp&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sj1qh811s71hpq2o9e9gr&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8sko6jg0q1u3l1gc2150st&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8skoqs1jg7vq91rgvc89v&quot;,&quot;\/uploads\/3\/image\/20240429\/o_1hskgh8ske2cr04108i1jp6ajv11&quot;],&quot;pano_title&quot;:&quot;\u516c\u56ed\u6548\u679c\u56fe&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20558"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.28858613321293"
                atv                     =   "76.83291920533608"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_20558);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "稷峰西街"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 18px ;text-align:center;;&apos;]稷峰西街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20561"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.75473940079576"
                atv                     =   "22.501877678572196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_20561);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丰喜路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 18px ;text-align:center;;&apos;]丰喜路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.41937946869706"
                atv                     =   "19.092785994089763"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丰鑫苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;鑫&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-162.65503164186714"
                atv                     =   "3.8083211809467397"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20567);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿鑫西花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;鑫&lt;br/&gt;西&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "146.92788090198025"
                atv                     =   "15.173665480523225"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20569);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西街小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;街&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "132.1521599255516"
                atv                     =   "11.550497417469739"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20572);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/4aec9a9c274250737289f51628943ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.54583429171407"
                atv                     =   "25.4440492801125"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20574);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "城西水系民乐园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西&lt;br/&gt;水&lt;br/&gt;系&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.989128944652975"
                atv                     =   "5.874102447859135"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20576);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世纪·御景苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;·&lt;br/&gt;御&lt;br/&gt;景&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "102.71126916460955"
                atv                     =   "12.446000660062298"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20578);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "怡康小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]怡&lt;br/&gt;康&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/936e7a2bb595f046c02e7b4c08ac1b74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "120.16895004421639"
                atv                     =   "8.104859045603595"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20583);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县中医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;中&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/936e7a2bb595f046c02e7b4c08ac1b74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "115.55856018625335"
                atv                     =   "5.557044229720804"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/812c88f83e0654a93b23a080a23795d0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.013631269657367"
                atv                     =   "7.15274924937572"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20589);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "昆仑山"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(65, 117, 5, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]昆&lt;br/&gt;仑&lt;br/&gt;山[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                        <hotspot name               =   "spot_20594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.99134968900597"
                atv                     =   "3.5405663449503946"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20594);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康宁花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;宁&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2855">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_250"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="95.947994265769" atv="14.60184278506" />
                                        <point ath="-88.71632968407" atv="21.813665288746" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_251"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xf5a623"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-82.268185091436" atv="21.80804473886" />
                                        <point ath="-131.3232537886" atv="16.901380193809" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_2854"
            title                       =   "城西商圈"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/thumb.jpg"
            fenzuid                     =   "934"
            parent_fenzuid              =   "933"
            lat                         =   "35.603935"
            lng                         =   "110.968469"
            heading                     =   ""
            scene_id                    =   "2854"
            pano_id                     =   "101"
            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                =   "-87.692687635831"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-87.692687635831"
                vlookat                 =   "50.499639243724"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e4b0339571b00885/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_18921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-84.15166641915062"
                atv                     =   "17.208565154393586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18921);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "锦都首府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 1));border-radius:5px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 20px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_2855"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/38553170dcf4357f0e24810b5df04225.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-74.9968949331572"
                atv                     =   "23.067282532729354"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18923);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(126, 211, 33, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-50.06950169052584"
                atv                     =   "27.79282360868496"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18924);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世纪·御景苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(9, 22, 47, 1),rgba(40, 110, 250, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;·&lt;br/&gt;御&lt;br/&gt;景&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-29.23933102967237"
                atv                     =   "31.626638417188097"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18925);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华强苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;强&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.09785093852338"
                atv                     =   "40.38412480259427"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18926);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华强苑南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;强&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "2.7450222925310754"
                atv                     =   "14.797238061794303"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18927);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县职业中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(208, 2, 27, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.17141353199878"
                atv                     =   "18.15083758539982"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18928);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康宁花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(9, 22, 47, 1),rgba(40, 110, 250, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;宁&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.056413850977435"
                atv                     =   "18.78998841731804"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18929);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(208, 2, 27, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.876385956103832"
                atv                     =   "41.90581626829019"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18930);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西北街学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(208, 2, 27, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;北&lt;br/&gt;街&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "50.625520622566114"
                atv                     =   "18.774209953343043"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18931);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "天山花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;山&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.43798070969814"
                atv                     =   "18.738085644930106"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18932);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "芙蓉名邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]芙&lt;br/&gt;蓉&lt;br/&gt;名&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.29079404406059"
                atv                     =   "14.004352991425284"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18934);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿鑫西花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;鑫&lt;br/&gt;西&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-101.0167728208113"
                atv                     =   "16.119401564844168"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18935);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丰鑫苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;鑫&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/936e7a2bb595f046c02e7b4c08ac1b74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-145.36475333294032"
                atv                     =   "42.46128595127613"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18937);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县人民医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(123, 56, 56, 0.84),rgba(208, 2, 27, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-176.25550355757247"
                atv                     =   "25.94930428590186"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18939);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷峰二中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(208, 2, 27, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;峰&lt;br/&gt;二&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.27042874786429"
                atv                     =   "46.092429057061715"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18943);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "盛腾壹号"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;腾&lt;br/&gt;壹&lt;br/&gt;号[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "52.11364677713448"
                atv                     =   "73.16271065115772"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18946);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.97281269188343"
                atv                     =   "15.937843915931374"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18950);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "晋峰花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]晋&lt;br/&gt;峰&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/288769fcb38b0d47e0dba943a36d4209.png"
                                        renderer                =   "webgl"
                                    ath                     =   "127.04235537083966"
                atv                     =   "34.04200972576396"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18953);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山稷王庙"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 0, 0, 0.5),rgba(245, 166, 35, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;稷&lt;br/&gt;王&lt;br/&gt;庙[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.29734935974184"
                atv                     =   "29.83718323145191"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18955);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "凝瑞苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]凝&lt;br/&gt;瑞&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.75943091844988"
                atv                     =   "27.882351942404267"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18958);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷鑫苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;鑫&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/c72209e96957d82baa3385ee858807e2.png"
                                        renderer                =   "webgl"
                                    ath                     =   "127.27925945052795"
                atv                     =   "22.65440817834708"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_18961);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "万汇世纪广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(189, 16, 224, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;汇&lt;br/&gt;世&lt;br/&gt;纪&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.8556543877034528"
                atv                     =   "70.91194841835382"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_18984);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "振兴路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]振兴路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_18985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.71491293596227"
                atv                     =   "69.97382456586644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_18985);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "稷峰西街"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]稷峰西街[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/936e7a2bb595f046c02e7b4c08ac1b74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.10806735272917"
                atv                     =   "37.90673551518431"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20603);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县中医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(123, 56, 56, 0.84),rgba(208, 2, 27, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;中&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-131.05425855094532"
                atv                     =   "32.798721356945514"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "振华园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]振&lt;br/&gt;华&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.98649893482533"
                atv                     =   "27.63741408446292"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20609);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.46448198818882"
                atv                     =   "33.09551666423228"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20610);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "怡康小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]怡&lt;br/&gt;康&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/4aec9a9c274250737289f51628943ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.21666921932473"
                atv                     =   "25.063651925642983"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20613);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "城西水系民乐园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(126, 211, 33, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;西&lt;br/&gt;水&lt;br/&gt;系&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-114.30612628079393"
                atv                     =   "24.98760280038414"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20615);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西街小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(208, 2, 27, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;街&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-40.20274376308248"
                atv                     =   "54.78998764892752"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20617);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "财苑小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]财&lt;br/&gt;苑&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-53.4890463034165"
                atv                     =   "61.61574052646955"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20620);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县财政局"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;财&lt;br/&gt;政&lt;br/&gt;局[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.30802437699458"
                atv                     =   "59.804639848131636"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20625);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富盛苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;盛&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "11.924343050552011"
                atv                     =   "59.723008362147944"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20629);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县不动产登记局"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;不&lt;br/&gt;动&lt;br/&gt;产&lt;br/&gt;登&lt;br/&gt;记&lt;br/&gt;局[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "129.83311472909347"
                atv                     =   "73.30209468184478"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20636);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山县教育局"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(245, 166, 35, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;县&lt;br/&gt;教&lt;br/&gt;育&lt;br/&gt;局[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.67973856591405"
                atv                     =   "68.46848078038174"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "和谐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]和&lt;br/&gt;谐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "161.00558474394273"
                atv                     =   "19.050006036655457"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20640);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "稷山稷王市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]稷&lt;br/&gt;山&lt;br/&gt;稷&lt;br/&gt;王&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_20644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-169.83250726653498"
                atv                     =   "15.690262284417615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_20644);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "两红市场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]两&lt;br/&gt;红&lt;br/&gt;市&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-152.2133758235305"
                atv                     =   "17.034771081061596"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38848);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华晨苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;晨&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.07883255092386"
                atv                     =   "18.097629514678477"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38860);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "祥和家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]祥&lt;br/&gt;和&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.235446452284577"
                atv                     =   "21.03924322801806"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38862);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泽飞苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泽&lt;br/&gt;飞&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.71879481123617"
                atv                     =   "15.361116342737768"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38863);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西景名都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;景&lt;br/&gt;名&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.61749239680415"
                atv                     =   "19.60544377049729"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38865);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "云龙豪座"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]云&lt;br/&gt;龙&lt;br/&gt;豪&lt;br/&gt;座[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38903"
                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=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "179.67852814323044"
                atv                     =   "14.296008266675125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_38903);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "汾河"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]汾河[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/283f6766fcedf9bef4cda3e314f8b033.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.55369516290153"
                atv                     =   "8.881689796215099"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38905);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汾河大桥"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汾&lt;br/&gt;河&lt;br/&gt;大&lt;br/&gt;桥[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/9082766f669b39c750b222962313545f.png"
                                        renderer                =   "webgl"
                                    ath                     =   "80.6361004837679"
                atv                     =   "39.30952913842738"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38906);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "县委广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(65, 117, 5, 1),rgba(40, 110, 250, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]县&lt;br/&gt;委&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.69240902317358"
                atv                     =   "36.34260961804962"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38910);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "县政府"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 0, 0, 0.5),rgba(208, 2, 27, 1));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]县&lt;br/&gt;政&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.529963612483016"
                atv                     =   "45.35578144988596"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38934);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "谐和小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]谐&lt;br/&gt;和&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                        <hotspot name               =   "spot_38936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-68.88078365752341"
                atv                     =   "37.62772389610604"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_38936);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "绿坤云景苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(3, 3, 3, 1),rgba(40, 110, 250, 1));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]绿&lt;br/&gt;坤&lt;br/&gt;云&lt;br/&gt;景&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_2854">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_227"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xf5a623"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="178.31075250193" atv="37.289545879819" />
                                        <point ath="-0.89515056523709" atv="33.070119344613" />
                                        <point ath="-1.2197249947233" atv="26.717300764141" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_228"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286efa"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="88.458720555216" atv="32.949407246818" />
                                        <point ath="-92.043052419385" atv="31.953675690623" />
                                    </hotspot>
                
        </scene>
            <config>
        <qiniu_allow_state data= '0'/>
        <cdn_host data='https://cdn.yj720.com.cn'/>
        <pano data="{&quot;id&quot;:101,&quot;v_id&quot;:&quot;2eq6zy69dvc&quot;,&quot;uid&quot;:3,&quot;is_del&quot;:1,&quot;examine&quot;:1,&quot;group_id&quot;:0,&quot;folder_id&quot;:1006,&quot;cate_id&quot;:3,&quot;type&quot;:0,&quot;province&quot;:&quot;山西省&quot;,&quot;city&quot;:&quot;山西运城稷山县&quot;,&quot;qrcode&quot;:&quot;\/uploads\/3\/qrcode\/17143702594120544.png&quot;,&quot;spot&quot;:null,&quot;school&quot;:null,&quot;title&quot;:&quot;山西运城稷山县【锦都学府】&quot;,&quot;tags&quot;:&quot;354,18,20,22&quot;,&quot;group_textarea&quot;:&quot;354,&quot;,&quot;thumb&quot;:&quot;\/uploads\/3\/image\/20250508\/e7ead4295bbb6c961e70cd0f9d8ccd37.png&quot;,&quot;poster&quot;:&quot;&quot;,&quot;zan&quot;:0,&quot;hits&quot;:2905,&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;商务合作：13061963916郑&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;:50,&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;:5,&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;:null,&quot;map_x&quot;:&quot;&quot;,&quot;map_y&quot;:&quot;&quot;,&quot;deltime&quot;:0,&quot;create_time&quot;:&quot;1714370259&quot;,&quot;update_time&quot;:1784262637,&quot;is_recommend&quot;:0,&quot;introduce&quot;:null,&quot;is_show_roll_title&quot;:1,&quot;roll_title&quot;:&quot;&quot;,&quot;roll_title_color&quot;:&quot;#ffffff&quot;,&quot;roll_title_decoration&quot;:&quot;0&quot;,&quot;roll_title_weight&quot;:&quot;0&quot;,&quot;roll_title_normal&quot;:&quot;0&quot;,&quot;start_image&quot;:null,&quot;show_author&quot;:null,&quot;short_introduce&quot;:null,&quot;init_type&quot;:0,&quot;start_pc_img&quot;:&quot;&quot;,&quot;start_pc_po&quot;:null,&quot;start_phone_img&quot;:&quot;&quot;,&quot;start_phone_po&quot;:1,&quot;start_type&quot;:1,&quot;start_stop_time&quot;:5,&quot;start_count_down&quot;:1,&quot;start_color&quot;:&quot;#000000&quot;,&quot;start_bgimg&quot;:&quot;&quot;,&quot;start_image_link&quot;:null,&quot;daili_id&quot;:0,&quot;is_vr_card&quot;:0,&quot;selected&quot;:3,&quot;is_tui&quot;:2,&quot;opening_animation&quot;:1,&quot;language&quot;:1,&quot;language_url&quot;:&quot;&quot;,&quot;language_tab&quot;:1,&quot;start_image_close_time&quot;:null,&quot;advert_type&quot;:1,&quot;pc_advert&quot;:&quot;&quot;,&quot;phone_advert&quot;:&quot;&quot;,&quot;advert_url&quot;:&quot;&quot;,&quot;advert_url_type&quot;:2,&quot;initial_scene&quot;:2,&quot;initial_scene_id&quot;:2853,&quot;interface_template&quot;:1,&quot;template_style&quot;:1,&quot;grouping_style&quot;:1,&quot;paid&quot;:0,&quot;paid_time&quot;:&quot;&quot;,&quot;first_scene_id&quot;:2853,&quot;show_dashang&quot;:1,&quot;dashang_money&quot;:&quot;&quot;,&quot;remark&quot;:&quot;&quot;,&quot;share&quot;:0,&quot;load_type&quot;:1,&quot;load_img&quot;:null,&quot;load_default_img&quot;:&quot;\/static\/tour\/images\/default_load.png&quot;,&quot;load_txt&quot;:&quot;加载中&quot;,&quot;load_txt_color&quot;:null,&quot;load_bg_color&quot;:null,&quot;start_open_type&quot;:1,&quot;start_pc_video_id&quot;:0,&quot;start_pc_video&quot;:&quot;&quot;,&quot;start_pc_name&quot;:null,&quot;start_pc_locl&quot;:1,&quot;start_pc_vimg&quot;:&quot;&quot;,&quot;start_pc_time&quot;:100,&quot;start_ph_video_id&quot;:0,&quot;start_ph_video&quot;:&quot;&quot;,&quot;start_ph_name&quot;:null,&quot;start_ph_locl&quot;:1,&quot;start_ph_vimg&quot;:&quot;&quot;,&quot;start_autoplay&quot;:1,&quot;start_loop&quot;:2,&quot;start_ph_time&quot;:100,&quot;watermark_text&quot;:&quot;&quot;,&quot;watermark_type&quot;:2,&quot;watermark_image&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/3\/image\/20251120\/o_1jafu65v71j4e1r3i11ov1mcmecve&quot;,&quot;watermark_fill&quot;:2,&quot;watermark_scale&quot;:85,&quot;watermark_opacity&quot;:65,&quot;watermark_gap&quot;:200,&quot;watermark_rotate&quot;:0,&quot;share_setting&quot;:1,&quot;share_setting_ip&quot;:null,&quot;share_setting_phone&quot;:null,&quot;is_first_sandtable&quot;:0,&quot;search_setting&quot;:&quot;0,1,2,3,4,5,6,7,9,11,12&quot;,&quot;is_lock&quot;:0,&quot;is_sale&quot;:0,&quot;sale_price&quot;:0,&quot;sale_free&quot;:&quot;&quot;,&quot;sale_vid&quot;:null,&quot;view_free_group&quot;:&quot;&quot;,&quot;view_count&quot;:4,&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;:101,&quot;pano_id&quot;:101,&quot;jieshuo_material_id&quot;:null,&quot;start_tips&quot;:null,&quot;password_views&quot;:null,&quot;password&quot;:null,&quot;password_tips&quot;:null,&quot;is_password_global&quot;:1,&quot;wx_share_title&quot;:null,&quot;wx_share_intro&quot;:null,&quot;wx_share_image&quot;:null,&quot;business_card_name&quot;:null,&quot;business_card_email&quot;:null,&quot;business_card_address&quot;:null,&quot;business_card_contact&quot;:null,&quot;business_card_intro&quot;:null,&quot;business_card_img&quot;:null,&quot;business_card_wx_qrcode&quot;:null,&quot;business_card_weibo_name&quot;:null,&quot;business_card_weibo_url&quot;:null,&quot;business_card_bussiness_weixin&quot;:null,&quot;business_card_qq&quot;:null,&quot;wx_qrcode&quot;:null,&quot;pano_location_longitude&quot;:null,&quot;pano_location_latitude&quot;:null,&quot;pano_location_address&quot;:null,&quot;before_gif&quot;:null,&quot;background_color&quot;:&quot;#000000&quot;,&quot;control_bg_id&quot;:0,&quot;before_gif_choose&quot;:&quot;0&quot;,&quot;skin_type&quot;:4,&quot;menu_bg_id&quot;:0,&quot;menu_bg_img_width&quot;:&quot;200&quot;,&quot;menu_bg_img_height&quot;:&quot;100&quot;,&quot;menu_bg_font_color&quot;:&quot;#000000&quot;,&quot;menu_bg_hover_color&quot;:&quot;#000000&quot;,&quot;pano_keywords&quot;:null,&quot;pano_description&quot;:null,&quot;auto_rotate_speed&quot;:1,&quot;auto_rotate_waittime&quot;:3,&quot;auto_rotate_accel&quot;:2,&quot;pay_poster&quot;:null,&quot;pay_amount&quot;:0,&quot;bonus_min&quot;:30,&quot;bonus_max&quot;:100,&quot;bonus_amount&quot;:0,&quot;bonus_status&quot;:0,&quot;bonus_words&quot;:null,&quot;leave_word_open&quot;:0,&quot;leave_word_open_force&quot;:0,&quot;leave_word_title&quot;:null,&quot;leave_word_items&quot;:null,&quot;leave_word_alert_phone&quot;:null,&quot;top_menu_style&quot;:null,&quot;left_menu_autoexp&quot;:0},&quot;skin_switch&quot;:{&quot;id&quot;:101,&quot;pano_id&quot;:101,&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":101,"pano_id":101,"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='[]' />
        <auto_guide>
                </auto_guide>
        <guide_settings>
                </guide_settings>
                    <view view_id="2856" name="scene_2856">
                                <embeds>
                                            <embed name="embed_245" dataid="245" embed_type="2" play_type="0" interval="3" atv="33.98214649693529" ath="46.750112038983616" scale="0.9" rz="-4" rx="-32" ry="-6" pics_url="https://cdn.yj720.com.cn/uploads/3/image/20240429/o_1hskmgplt3671asm6nq1u3n15sge">
                                                        <image url="https://cdn.yj720.com.cn/uploads/3/image/20240429/o_1hskmgplt3671asm6nq1u3n15sge" name="image_434" />
                                                    </embed>
                                        </embeds>
                            </view>
                        <view view_id="2853" name="scene_2853">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="2855" name="scene_2855">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="2854" name="scene_2854">
                                <embeds>
                                    </embeds>
                            </view>
                    <fenzu data = "[{&quot;id&quot;:931,&quot;pano_id&quot;:101,&quot;name&quot;:&quot;\u57ce\u4e1c&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:932,&quot;pano_id&quot;:101,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:931,&quot;view_list&quot;:[{&quot;id&quot;:2856,&quot;uid&quot;:3,&quot;material_id&quot;:7139,&quot;open_pid&quot;:0,&quot;pano_id&quot;:101,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/a60441ab63985fcd&quot;,&quot;tiledimage&quot;:&quot;7424,3712,1792,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/a60441ab63985fcd\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9526\u90fd\u5b66\u5e9c&quot;,&quot;fenzuid&quot;:932,&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;:28.218958129225015,&quot;vlookat&quot;:45.833634969698565,&quot;fov&quot;:120,&quot;fovmin&quot;:60,&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;:1714370259,&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;35.607926&quot;,&quot;lng&quot;:&quot;110.985522&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:2853,&quot;uid&quot;:3,&quot;material_id&quot;:7136,&quot;open_pid&quot;:0,&quot;pano_id&quot;:101,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/a617227a2827282c&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/a617227a2827282c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u57ce\u4e1c\u5546\u5708&quot;,&quot;fenzuid&quot;:932,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-18.04165056385948,&quot;vlookat&quot;:58.48934365978342,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:1,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714370259,&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;35.604432&quot;,&quot;lng&quot;:&quot;110.996461&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:933,&quot;pano_id&quot;:101,&quot;name&quot;:&quot;\u57ce\u897f&quot;,&quot;listorder&quot;:1,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:934,&quot;pano_id&quot;:101,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:933,&quot;view_list&quot;:[{&quot;id&quot;:2855,&quot;uid&quot;:3,&quot;material_id&quot;:7138,&quot;open_pid&quot;:0,&quot;pano_id&quot;:101,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/f0b37aa809699e03&quot;,&quot;tiledimage&quot;:&quot;7424,3712,1792,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/f0b37aa809699e03\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9526\u90fd\u9996\u5e9c&quot;,&quot;fenzuid&quot;:934,&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;:-34.55996078251783,&quot;vlookat&quot;:38.470878674174905,&quot;fov&quot;:111,&quot;fovmin&quot;:60,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714370259,&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;35.603853&quot;,&quot;lng&quot;:&quot;110.958364&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:2854,&quot;uid&quot;:3,&quot;material_id&quot;:7137,&quot;open_pid&quot;:0,&quot;pano_id&quot;:101,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e4b0339571b00885&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e4b0339571b00885\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u57ce\u897f\u5546\u5708&quot;,&quot;fenzuid&quot;:934,&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;:-87.69268763583104,&quot;vlookat&quot;:50.49963924372363,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714370259,&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;35.603935&quot;,&quot;lng&quot;:&quot;110.968469&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]}]" />
    </config>
    <action name="startup"
        autorun="onstart">
        <!--加载初始场景-->
        js(pcMenuModule.loadDefaultScene());
        if(startactions !== null, startactions() );
    </action>

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

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

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

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

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

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

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

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