<krpano title="夏都温泉酒店" debugmode="false" showerrors="false" skin="%SWFPATH%/skin">

    <include url="%SWFPATH%/skin/vtourskin.xml?s=1786763689"/>
    <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_2850"/>
        <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_3730" title="水疗广场" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/thumb.jpg" fenzuid="1291" parent_fenzuid="" lat="35.115982" lng="111.233583" heading="" scene_id="3730" pano_id="143" 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.82768140718" 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.82768140718" vlookat="51.765451808673" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee40b67e8cc63769/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34600" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="104.8509602458501" atv="38.99028573119567" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34600);" 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(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" target_view="scene_3732" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34601" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-33.71945590114416" atv="37.46377044511057" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34601);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;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;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34602" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20211231/174711c374e8770a00fb550e5a140335.png" renderer="webgl" ath="-120.66094504875446" atv="24.578919206655087" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34602);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34603" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="64.99012969357636" atv="43.58118690189423" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34603);" 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(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" target_view="scene_3779" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34604" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="62.51675276656397" atv="-3.116606014054562" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34604);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="瑶台山风景区" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(122, 170, 91),rgb(180, 225, 151));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;山&lt;br/&gt;风&lt;br/&gt;景&lt;br/&gt;区[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34605" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="89.54875584366118" atv="29.219655144745552" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34605);" 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(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]酒&lt;br/&gt;店&lt;br/&gt;东&lt;br/&gt;北&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3729" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34606" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="75.0034149608075" atv="21.37777137705932" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34606);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心2楼室外" 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;2&lt;br/&gt;楼&lt;br/&gt;室&lt;br/&gt;外[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3731" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34607" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20211231/174711c374e8770a00fb550e5a140335.png" renderer="webgl" ath="-81.70733559747345" atv="3.462296096520931" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34607);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34608" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-17.26996170195605" atv="5.47594731518529" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34608);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34609" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-176.8611491102583" atv="32.64389367154516" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34609);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县瑶池温泉山庄" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;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;池&lt;br/&gt;温&lt;br/&gt;泉&lt;br/&gt;山&lt;br/&gt;庄[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34610" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="148.81374705787016" atv="30.34491351997409" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34610);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="瑶池宫餐厅" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;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;餐&lt;br/&gt;厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3730">
                                </hotspot>
                        <hotspot name="spot_34611" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-101.88207313701844" atv="17.27072549412457" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34611);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="金泉名邸" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;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_3730">
                                </hotspot>
            
        </scene>
                <scene name="scene_3733" title="天泰华府" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/thumb.jpg" fenzuid="1292" parent_fenzuid="" lat="35.129005" lng="111.215646" heading="" scene_id="3733" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="6.007820809716" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="6.007820809716" vlookat="44.09607835048" fovtype="MFOV" fov="96" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e2e15fe975bd84ad/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34623" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="92.91611393168193" atv="6.537233224521004" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34623);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="滨河花苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滨&lt;br/&gt;河&lt;br/&gt;花&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34624" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="177.68291544630404" atv="19.517370834869844" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34624);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3734" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34625" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/1/image/20240422/a7ba14c4d7f4c13e48a01f25cab48d3a.png" renderer="webgl" ath="-33.27996356250611" atv="35.95090179341214" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34625);" zoom="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;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34626" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-136.01275733766718" atv="24.720004092799403" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34626);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="金桥嘉苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;桥&lt;br/&gt;嘉&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34627" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="/static/editor/images/text-marking-triangle.png" text_marking_line_width="16" text_marking_line_height="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.2661012061443557" atv="63.39660614574018" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34627);" zoom="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: 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_3733">
                                </hotspot>
                        <hotspot name="spot_34628" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="17.743519110761895" atv="7.9758032825423655" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34628);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34629" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="166.57188330839273" atv="3.852094881380495" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34629);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="鑫洋中心城壹号院" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鑫&lt;br/&gt;洋&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;城&lt;br/&gt;壹&lt;br/&gt;号&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3735" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34630" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="176.1444284375467" atv="4.003615669523647" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34630);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34631" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="158.51646927123016" atv="15.599289237187067" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34631);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="瑶台花苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;花&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34632" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="142.65484773882656" atv="9.176756848569784" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34632);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县职业中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34633" 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="-9.870013213829452" atv="39.55520153124271" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34633);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="2#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;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" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34634" 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="-4.432522316913548" atv="27.045062670712543" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34634);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="6#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]6#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34635" 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="25.82253316407406" atv="34.170175170614776" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34635);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="3#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;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" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34636" 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="22.210884154428356" atv="42.67263741736639" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34636);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="1#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]1#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34637" 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="7.560508586430842" atv="36.24880899096789" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34637);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="8#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]8#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34638" 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="23.25937347327607" atv="28.234332523737503" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34638);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="5#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;;&apos;]5#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3733">
                                </hotspot>
                        <hotspot name="spot_34639" style="skin_hotspotstyle" scale="0.8" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png" renderer="webgl" ath="23.447741512156142" atv="60.913349942377" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34639);" 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:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]户型图[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" hot_info='{&quot;id&quot;:33,&quot;vrhotspot_id&quot;:34639,&quot;tuji_material_id&quot;:&quot;486,485,484,483,482,481,480,479&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\/20240501\/o_1hspejs7v1bn1n171herkl4164l2k&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejqam197sia987bvm1osk2a&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejo9b1fdmagfu97111et2f20&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejm9i10nr1si81u7a1hbk1m9l1m&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejjsp14l71m3af0quhv1trp1c&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejhso4t11c1b1r9t1j09qv912&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejf5tl4hbusq9ri1m118mo&quot;,&quot;\/uploads\/3\/image\/20240501\/o_1hspejcl51tf0m6r1adn131l1fgme&quot;],&quot;pano_title&quot;:&quot;\u6237\u578b\u56fe&quot;}' target_open_type="3" url_tan_width="0" showvr="false" linkedscene="scene_3733">
                                </hotspot>
            
        </scene>
                <scene name="scene_3734" title="夏都首府" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/thumb.jpg" fenzuid="1292" parent_fenzuid="" lat="35.125824" lng="111.217288" heading="" scene_id="3734" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-59.505038443789" 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="-59.505038443789" vlookat="42.666517131566" fovtype="MFOV" fov="111" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3c24487f298585b9/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34640" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="124.44287880766996" atv="24.152745426170007" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34640);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县职业中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3734">
                                </hotspot>
                        <hotspot name="spot_34641" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="/static/editor/images/text-marking-triangle.png" text_marking_line_width="16" text_marking_line_height="9" text_marking_line_rotate="0" text_marking_line_color="0xffffff" text_marking_line_alpha="1" text_marking_line_type="triangle" bgalpha="0" ath="-60.68499147656513" atv="65.03232023641499" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34641);" zoom="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: 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_3734">
                                </hotspot>
                        <hotspot name="spot_34642" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-14.787743684994041" atv="13.404121761308218" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34642);" 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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;泰&lt;br/&gt;华&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3733" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3734">
                                </hotspot>
                        <hotspot name="spot_34643" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-154.57477188083743" atv="66.65597203108723" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34643);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="瑶台花苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;花&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3734">
                                </hotspot>
                        <hotspot name="spot_34644" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="169.0758228859418" atv="10.528426388900108" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34644);" 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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鑫&lt;br/&gt;洋&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;城&lt;br/&gt;壹&lt;br/&gt;号&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3735" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3734">
                                </hotspot>
                        <hotspot name="spot_34645" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-175.44099275353668" atv="7.89591609328546" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34645);" 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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3734">
                                </hotspot>
                        <hotspot name="spot_34646" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="86.30308077345637" atv="5.864129373325325" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34646);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:rgb(153, 219, 191);border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3734">
                                </hotspot>
            
        </scene>
                <scene name="scene_3735" title="鑫洋中心城壹号院" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/thumb.jpg" fenzuid="1292" parent_fenzuid="" lat="35.118941" lng="111.217786" heading="" scene_id="3735" pano_id="143" 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="37.548571649357" 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="37.548571649357" vlookat="43.394443102623" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0fc9d68721101247/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34647" 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.387638429519" atv="34.59388435147043" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34647);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="5#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34648" 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.617390907301058" atv="32.788179514931514" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34648);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="8#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34649" 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="6.132578114192995" atv="44.990351161602774" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34649);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="2#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34650" 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="35.95689263222761" atv="24.803290900649365" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34650);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="12#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]12#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34651" 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="60.232179688358315" atv="21.062984038166945" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34651);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="15#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]15#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34652" 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="53.277841001630236" atv="32.42845809478467" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34652);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="9#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]9#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34653" 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="73.95451554037686" atv="26.93763605313098" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34653);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="10#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]10#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34654" 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="63.867184140061795" atv="46.391717438129284" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34654);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="3#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34655" 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="10.897396558966932" atv="22.093331258457138" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34655);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="11#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]11#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34656" 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.658664520206173" atv="27.10743327822398" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34656);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="6#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34657" 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.87957879243578" atv="30.714193632539" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34657);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="1#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34658" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="/static/editor/images/text-marking-triangle.png" text_marking_line_width="16" text_marking_line_height="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.86575141451459" atv="71.51533037377655" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34658);" zoom="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: 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_3735">
                                </hotspot>
                        <hotspot name="spot_34659" style="skin_hotspotstyle" scale="0.8" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png" renderer="webgl" ath="75.90965295558294" atv="62.84542955186532" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34659);" 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:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]楼盘资料[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" hot_info='{&quot;id&quot;:34,&quot;vrhotspot_id&quot;:34659,&quot;tuji_material_id&quot;:&quot;465,466,467,468,469,470,471,472,473,474,475,476,477&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\/20240430\/o_1hsn5tnnt1miqcgp1cofgkt11j5e&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5trb0hg1b6cdrbc34fto&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5ttolrvg7a21n3s1ndu1guu12&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5tvsffis1q8v1vrj1alr105j1c&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5u2281u7aqcf13sk43a7ff1m&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5u5gmf0f16518cf8su16nu20&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5u8111omgnq31chh1qr51nd42a&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5uahu179j17beqje2rmis2k&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5ucp01nri1q0o2121edj70k2u&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5ueti6aoc8v1vjt1rragkr38&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5uhkcanaqhj7i0qi9111m3i&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5ujnf1mbu1qv01rtj1obvu43s&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsn5ulmm1bti1a8hb61pqc1vq446&quot;],&quot;pano_title&quot;:&quot;\u697c\u76d8\u8d44\u6599&quot;}' target_open_type="3" url_tan_width="0" showvr="false" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34660" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="24.023405055238698" atv="10.860994991643837" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34660);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县职业中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34661" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="165.8578143021067" atv="30.68287917073576" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34661);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34662" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-136.71179293125257" atv="27.095911160844615" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34662);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓南侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3760" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34663" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-5.488022878327797" atv="7.593992671472155" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34663);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3734" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34664" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="49.560699522505615" atv="3.987127966530383" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34664);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3735">
                                </hotspot>
                        <hotspot name="spot_34665" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="108.592866572069" atv="3.828998555027243" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34665);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3735">
                                </hotspot>
            
        </scene>
                <scene name="scene_3736" title="奥特莱斯" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/thumb.jpg" fenzuid="1293" parent_fenzuid="" lat="35.117633" lng="111.227563" heading="" scene_id="3736" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-168.68108040189" 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="-168.68108040189" vlookat="43.733470972668" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec2a712a9eb90dfa/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34666" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="96.81915925198291" atv="19.126267491383555" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34666);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3736">
                                </hotspot>
                        <hotspot name="spot_34667" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="107.84281941858049" atv="14.736347652070206" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34667);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34668" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-86.23544185920537" atv="7.685280656340685" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34668);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34669" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-70.6963934691878" atv="8.426979058047511" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34669);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="鑫洋中心城壹号院" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鑫&lt;br/&gt;洋&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;城&lt;br/&gt;壹&lt;br/&gt;号&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3735" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34670" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="132.10125780076825" atv="20.093248784122036" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34670);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34671" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-48.874117572143575" atv="6.295055602732223" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34671);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3734" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34672" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="10.60495133281006" atv="10.003133022111193" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34672);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34673" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="79.34453119100505" atv="0.18413231808616473" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34673);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="瑶台山风景区" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(122, 170, 91),rgb(180, 225, 151));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;山&lt;br/&gt;风&lt;br/&gt;景&lt;br/&gt;区[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3736">
                                </hotspot>
                        <hotspot name="spot_34674" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="123.34892611764417" atv="13.118679949804342" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34674);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县瑶池温泉山庄" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-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_3736">
                                </hotspot>
                        <hotspot name="spot_34675" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="147.28046697751796" atv="16.250850137521194" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34675);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="温泉电力度假村" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-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_3736">
                                </hotspot>
            
        </scene>
                <scene name="scene_3737" title="汽车总站" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/thumb.jpg" fenzuid="1293" parent_fenzuid="" lat="35.135342" lng="111.233216" heading="" scene_id="3737" pano_id="143" 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="126.52809652217" 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="126.52809652217" vlookat="47.722745957018" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/f3930b547966fb80/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34676" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="27.075965724622733" atv="11.317942030831269" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34676);" 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(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3738" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3737">
                                </hotspot>
                        <hotspot name="spot_34677" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-161.02685201294332" atv="6.167774968245757" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34677);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3737">
                                </hotspot>
                        <hotspot name="spot_34678" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-131.19362468185085" atv="4.41166307485743" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34678);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="新城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3742" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3737">
                                </hotspot>
                        <hotspot name="spot_34679" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-62.3751328665266" atv="4.953629088234359" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34679);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3737">
                                </hotspot>
            
        </scene>
                <scene name="scene_3738" title="人民医院" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/thumb.jpg" fenzuid="1293" parent_fenzuid="" lat="35.139953" lng="111.238236" heading="" scene_id="3738" pano_id="143" 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="-78.196540865314" 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="-78.196540865314" vlookat="41.566427802333" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c67c65e71af1ca8c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34680" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-150.57377052156096" atv="12.200472233587512" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34680);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="汽车总站" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(115, 119, 123),rgb(188, 195, 202));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汽&lt;br/&gt;车&lt;br/&gt;总&lt;br/&gt;站[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3737" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3738">
                                </hotspot>
                        <hotspot name="spot_34681" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-86.873705725854" atv="5.289730254446015" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34681);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3738">
                                </hotspot>
                        <hotspot name="spot_34682" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-131.76897981335404" atv="2.009386013341894" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34682);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="新城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3742" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3738">
                                </hotspot>
                        <hotspot name="spot_34683" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34683,0x286efa,1,2,0x005aff,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;] [/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3738">
                                </hotspot>
                        <hotspot name="spot_34684" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/1/image/20240422/32f2ff63e81f483b54705a30106f0c45.png" renderer="webgl" ath="7.7412747669272335" atv="32.32706920061894" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34684);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="康杰华府" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;杰&lt;br/&gt;华&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3738">
                                </hotspot>
            
        </scene>
                <scene name="scene_3739" title="体育中心" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/thumb.jpg" fenzuid="1293" parent_fenzuid="" lat="35.124843" lng="111.228835" heading="" scene_id="3739" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="38.322043609158" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="38.322043609158" vlookat="47.072587095155" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1ded3d61317b620f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34685" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="114.08108418833345" atv="-2.6654803955669326" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34685);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="瑶台山风景区" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(122, 170, 91),rgb(180, 225, 151));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;山&lt;br/&gt;风&lt;br/&gt;景&lt;br/&gt;区[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34686" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="154.39771644715287" atv="3.930250166706269" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34686);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34687" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-114.45385544874875" atv="5.7554597065595345" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34687);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="鑫洋中心城壹号院" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鑫&lt;br/&gt;洋&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;城&lt;br/&gt;壹&lt;br/&gt;号&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3735" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34688" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-79.8815690581398" atv="4.375827334683084" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34688);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34689" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-123.44611555277115" atv="3.403431733804913" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34689);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34690" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-23.672744398830673" atv="5.551639798182957" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34690);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34691" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-167.04067821825197" atv="6.365287058144358" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34691);" 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(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" target_view="scene_3736" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34692" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="172.73341189474007" atv="5.751057999747223" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34692);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34693" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="23.901904928529802" atv="2.343183756266469" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34693);" 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(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3738" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34694" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="28.976550073266253" atv="5.610861345111877" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34694);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="汽车总站" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(115, 119, 123),rgb(188, 195, 202));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汽&lt;br/&gt;车&lt;br/&gt;总&lt;br/&gt;站[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3737" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
                        <hotspot name="spot_34695" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-106.35724187264134" atv="20.028671853528923" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34695);" 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(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" target_view="scene_3740" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3739">
                                </hotspot>
            
        </scene>
                <scene name="scene_3740" title="夏潮广场" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/thumb.jpg" fenzuid="1293" parent_fenzuid="" lat="35.124072" lng="111.223669" heading="" scene_id="3740" pano_id="143" 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="106.86545432507" 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="106.86545432507" vlookat="49.867408027865" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3f04d88bc4d33ee1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34696" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png" renderer="webgl" ath="-177.3517914779231" atv="27.180662836876603" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34696);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县师范幼儿园" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;师&lt;br/&gt;范&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34697" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="132.5897921169598" atv="3.543439935697113" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34697);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34698" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="148.23348298855296" atv="5.272765370965261" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34698);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34699" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="162.2073698309905" atv="6.228109319935665" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34699);" 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(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" target_view="scene_3736" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34700" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="-90.10334325322066" atv="28.22072857729872" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34700);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县职业中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34701" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-145.90940412890097" atv="5.239633648942146" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34701);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34702" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="54.66222570401919" atv="14.99379432875307" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34702);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34703" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-45.1138122064815" atv="5.912126566287651" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34703);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天泰华府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;泰&lt;br/&gt;华&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3733" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34704" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-71.36221904998985" atv="8.200374806526758" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34704);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3734" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
                        <hotspot name="spot_34705" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-133.97074190952083" atv="9.814501588973956" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34705);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3740">
                                </hotspot>
            
        </scene>
                <scene name="scene_3741" title="瑶台山风景区" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/thumb.jpg" fenzuid="1293" parent_fenzuid="" lat="35.121128" lng="111.240903" heading="" scene_id="3741" pano_id="143" 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="113.31510495336" 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="113.31510495336" vlookat="23.906422736297" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/36c2188ff7075c57/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34706" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-102.67294726983272" atv="7.218331407893431" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34706);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="新城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3742" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3741">
                                </hotspot>
                        <hotspot name="spot_34707" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-46.762592182634705" atv="6.620565881587143" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34707);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3741">
                                </hotspot>
            
        </scene>
                <scene name="scene_3742" title="新城区商圈" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/thumb.jpg" fenzuid="1294" parent_fenzuid="" lat="35.120651" lng="111.221641" heading="" scene_id="3742" pano_id="143" 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="35.055615143504" 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="35.055615143504" vlookat="30.623928974438" fovtype="MFOV" fov="118" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05fba951818e27fa/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34708" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="113.23957273362046" atv="11.762423292928277" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34708);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34709" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="-16.40249160471984" atv="37.01018110621201" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34709);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县职业中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34710" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="-163.60049103389426" atv="18.5235385996259" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34710);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县实验中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;实&lt;br/&gt;验&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34711" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-124.21034248791005" atv="23.738677704633798" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34711);" 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(33, 24, 8, 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;麓&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3760" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34712" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-142.61174311138632" atv="32.630721366848135" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34712);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34713" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-106.41526952679476" atv="43.572444861910576" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34713);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="鑫洋中心城壹号院" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鑫&lt;br/&gt;洋&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;城&lt;br/&gt;壹&lt;br/&gt;号&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3735" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34714" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png" renderer="webgl" ath="61.400903355262926" atv="51.328696812393694" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34714);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县师范幼儿园" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;师&lt;br/&gt;范&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34715" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-44.634186214756255" atv="16.44338334753333" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34715);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3734" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34716" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-37.93817755901489" atv="21.968234796621992" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34716);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="瑶台花苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;花&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34717" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-25.96943718463865" atv="11.047633526251174" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34717);" 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:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;泰&lt;br/&gt;华&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3733" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34718" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="2.487865113137218" atv="11.473361206170276" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34718);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="滨河花苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滨&lt;br/&gt;河&lt;br/&gt;花&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34719" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="46.875235016896" atv="14.673709661080485" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34719);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34720" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="37.07634830631554" atv="7.469263422294016" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34720);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="汽车总站" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(115, 119, 123),rgb(188, 195, 202));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汽&lt;br/&gt;车&lt;br/&gt;总&lt;br/&gt;站[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3737" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34721" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="91.20910904972217" atv="4.166317117223887" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34721);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="瑶台山风景区" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(122, 170, 91),rgb(180, 225, 151));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;山&lt;br/&gt;风&lt;br/&gt;景&lt;br/&gt;区[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34722" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="124.5936114232824" atv="13.933873752457936" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34722);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34723" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="139.0382966085633" atv="19.64668730506636" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34723);" 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(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" target_view="scene_3736" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34724" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="41.80234254992047" atv="32.718165294203686" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34724);" 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(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" target_view="scene_3740" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34725" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="30.625050684336657" atv="5.363003696150941" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34725);" 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(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3738" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34726" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="68.74501703275598" atv="10.442611718372964" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34726);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="规划用地" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(149, 119, 86),rgb(119, 177, 152));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]规&lt;br/&gt;划&lt;br/&gt;用&lt;br/&gt;地[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3728" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34727" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-7.26160765641697" atv="3.6565057576225124" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34727);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34728" 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.25409404746506" atv="59.26333532836199" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34728);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="禹王大道" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]禹&lt;br/&gt;王&lt;br/&gt;大&lt;br/&gt;道[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34729" 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="-145.4225361538396" atv="63.00530524136594" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34729);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="康杰大道" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;杰&lt;br/&gt;大&lt;br/&gt;道[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34730" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34730,0x286efa,1,2,0x005aff,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;][/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34731" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/1/image/20240422/32f2ff63e81f483b54705a30106f0c45.png" renderer="webgl" ath="102.66825420880016" atv="22.359915761420964" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34731);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="白沙湾" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]白&lt;br/&gt;沙&lt;br/&gt;湾[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34732" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png" renderer="webgl" ath="81.39991083011193" atv="65.43587839488774" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34732);" zoom="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;二&lt;br/&gt;小[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34733" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="0.9131834944420234" atv="56.35833512117273" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34733);" zoom="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;二&lt;br/&gt;中[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34734" 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.41721070998346" atv="29.843141677427294" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34734);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="赤峪河" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 0, 0, 0.5),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_3742">
                                </hotspot>
                        <hotspot name="spot_34735" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34735,0xbd10e0,1,2,0xbd10e0,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;] [/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34736" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34736,0xbd10e0,1,2,0xbd10e0,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;] [/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34737" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/283f6766fcedf9bef4cda3e314f8b033.png" renderer="webgl" ath="133.27647190570448" atv="9.429525284179942" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34737);" zoom="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(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;堂[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                        <hotspot name="spot_34738" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/283f6766fcedf9bef4cda3e314f8b033.png" renderer="webgl" ath="141.03745470561526" atv="9.139754934142868" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34738);" zoom="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(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;墅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3742">
                                </hotspot>
                            <hotspot name="embed_9_781" atv="0" ath="0" showvr="true" bordercolor="0x286EFA" borderwidth="9" enabled="false" polyline="true">
                                        <point ath="-52.489233967544" atv="16.943197910548"/>
                                        <point ath="128.71994423391" atv="17.369235851262"/>
                                    </hotspot>
                                <hotspot name="embed_9_782" atv="0" ath="0" showvr="true" bordercolor="0xbd10e0" borderwidth="9" enabled="false" polyline="true">
                                        <point ath="-144.73936815415" atv="23.454024950108"/>
                                        <point ath="34.961812982978" atv="19.404072147772"/>
                                    </hotspot>
                                <hotspot name="embed_9_783" atv="0" ath="0" showvr="true" bordercolor="0x7ed321" borderwidth="9" enabled="false" polyline="true">
                                        <point ath="54.785010349808" atv="26.139696083346"/>
                                        <point ath="83.152580109637" atv="29.448442093743"/>
                                        <point ath="92.842141575056" atv="30.62965585172"/>
                                        <point ath="101.38109394414" atv="29.17579095621"/>
                                    </hotspot>
                
        </scene>
                <scene name="scene_3743" title="山西水疗中心酒店夜景" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/thumb.jpg" fenzuid="1295" parent_fenzuid="" lat="35.115962" lng="111.233570" heading="" scene_id="3743" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/12047501b2b7ecb1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3744" title="老城区商圈" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/thumb.jpg" fenzuid="1297" parent_fenzuid="" lat="35.140445" lng="111.217202" heading="" scene_id="3744" pano_id="143" 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="33.733790838457" 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="33.733790838457" vlookat="55.269020386758" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c9a5785bf2ea839b/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34739" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="74.55564311176431" atv="45.086040970883516" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34739);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="莲湖嘉园" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]莲&lt;br/&gt;湖&lt;br/&gt;嘉&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34740" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/1/image/20240422/a7ba14c4d7f4c13e48a01f25cab48d3a.png" renderer="webgl" ath="57.21891346090905" atv="31.505224560649573" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34740);" zoom="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;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34741" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png" renderer="webgl" ath="134.52376235067808" atv="28.551755153194843" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34741);" zoom="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_3744">
                                </hotspot>
                        <hotspot name="spot_34742" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="16.6634294991444" atv="46.84712825136555" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34742);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="佳地花园" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]佳&lt;br/&gt;地&lt;br/&gt;花&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34743" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-22.598945924356826" atv="47.47118923319208" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34743);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="金地佳苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;佳&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34744" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="-80.3328388299629" atv="18.36073313500388" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34744);" zoom="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_3744">
                                </hotspot>
                        <hotspot name="spot_34745" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="150.20877013270803" atv="24.262658679017107" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34745);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="福瑞家园" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]福&lt;br/&gt;瑞&lt;br/&gt;家&lt;br/&gt;园[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34746" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="75.54932928242084" atv="12.198391808464327" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34746);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="金地阳光" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;阳&lt;br/&gt;光[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34747" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="92.4838628304646" atv="10.366593672673131" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34747);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="恒达绿景苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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_3744">
                                </hotspot>
                        <hotspot name="spot_34748" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="65.55121808540974" atv="15.774300813208248" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34748);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="鑫海湾" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3744">
                                </hotspot>
                        <hotspot name="spot_34749" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="87.14857130031044" atv="6.626152302151383" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34749);" 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(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;民&lt;br/&gt;医&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3738" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34750" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-16.47166810583417" atv="16.704316784779916" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34750);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="宏启御景" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]宏&lt;br/&gt;启&lt;br/&gt;御&lt;br/&gt;景[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34751" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-74.16922420702514" atv="26.10212254177857" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34751);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="西凤佳苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;凤&lt;br/&gt;佳&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34752" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-127.56862706402978" atv="20.037155955927542" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34752);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="金茂佳苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;茂&lt;br/&gt;佳&lt;br/&gt;苑[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34753" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-173.24379004139405" atv="10.005343914667622" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34753);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天泰华府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;泰&lt;br/&gt;华&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3733" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34754" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="177.2260687465041" atv="2.4410652687233703" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34754);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="新城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3742" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34755" 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="130.51028199698754" atv="63.0342760199115" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34755);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="东风街" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;风&lt;br/&gt;街[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                        <hotspot name="spot_34756" 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="-143.03797580736446" atv="63.502375315321814" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34756);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="新建路" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;建&lt;br/&gt;路[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3744">
                                </hotspot>
                            <hotspot name="embed_9_784" atv="0" ath="0" showvr="true" bordercolor="0x286EFA" borderwidth="9" enabled="false" polyline="true">
                                        <point ath="38.670153723421" atv="25.863811183052"/>
                                        <point ath="-142.42905531826" atv="27.383109006526"/>
                                    </hotspot>
                                <hotspot name="embed_9_785" atv="0" ath="0" showvr="true" bordercolor="0xbd10e0" borderwidth="9" enabled="false" polyline="true">
                                        <point ath="127.78547789151" atv="29.889380713173"/>
                                        <point ath="-51.89132497148" atv="25.870850728801"/>
                                    </hotspot>
                
        </scene>
                <scene name="scene_3749" title="玄关" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/164ed4171d33adbd/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3749" pano_id="143" 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="-61.20824908228" 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="-61.20824908228" vlookat="6.6481005253712" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/164ed4171d33adbd/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/164ed4171d33adbd/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/164ed4171d33adbd/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/164ed4171d33adbd/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/164ed4171d33adbd/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3754" title="客厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/5eea90c61134a7ae/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3754" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/5eea90c61134a7ae/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5eea90c61134a7ae/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5eea90c61134a7ae/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5eea90c61134a7ae/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5eea90c61134a7ae/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3759" title="天沐·邑水天麓（东侧3倍）" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/thumb.jpg" fenzuid="1301" parent_fenzuid="" lat="35.116160" lng="111.218520" heading="" scene_id="3759" pano_id="143" 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="-22.712826346184" 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="-22.712826346184" vlookat="33.258255871266" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7e44b8793095fc5c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34757" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="-168.7280577698731" atv="31.15603276723879" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34757);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县实验中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;实&lt;br/&gt;验&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34758" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-69.34472156985163" atv="27.377129956497523" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34758);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓南侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;南&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3760" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34759" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="2.6279008601827627" atv="9.41968996242689" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34759);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="鑫洋中心城壹号院" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鑫&lt;br/&gt;洋&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;城&lt;br/&gt;壹&lt;br/&gt;号&lt;br/&gt;院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3735" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34760" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34760,0xffffff,1,2,0xfa6400,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="  " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]  [/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34761" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/2aa1207d2fbdef53d03535e4f84ad24c.png" renderer="webgl" ath="-9.694371787715795" atv="48.542579057402364" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34761);" zoom="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_3759">
                                </hotspot>
                        <hotspot name="spot_34762" 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="-61.0613534966115" atv="38.371653977005586" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34762);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="1#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34763" 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="-22.589877294671737" atv="31.08438787626875" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34763);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="11#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]11#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34764" 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="-32.01247331805297" atv="27.87235337232673" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34764);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="12#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]12#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34765" 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="-40.79309547281633" atv="22.3133781683317" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34765);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="8#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34766" 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="-40.59809143066775" atv="18.69063195199468" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34766);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="13#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]13#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34767" 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.46649152520678" atv="13.003314737744871" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34767);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="15#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]15#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34768" 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.24012907667759" atv="39.24467486319058" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34768);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="10#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]10#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34769" 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="-46.23662081027544" atv="27.353236709129142" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34769);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="9#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]9#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34770" 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="-48.5223138830882" atv="19.746102957701265" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34770);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="7#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]7#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34771" 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="-49.54599276394663" atv="16.05783615050675" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34771);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="6#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34772" 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="-56.24134966960031" atv="15.495845223541744" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34772);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="5#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34773" 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="-57.15633272952289" atv="19.580024692196282" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34773);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="3#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34774" 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="-58.74354831495714" atv="27.257272454313433" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34774);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="2#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34775" 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.04968870706" atv="25.181253023866844" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34775);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="19#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]19#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34776" 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="-20.917716655634194" atv="20.27253536551097" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34776);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="18#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]18#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34777" 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="-31.2862970452843" atv="15.348112979384338" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34777);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="17#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]17#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34778" 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="-35.72995290024784" atv="12.540145262325103" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34778);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="16#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]16#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34779" 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="7.143303224313968" atv="17.73437561773557" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34779);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="30#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]30#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34780" 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="-3.6779033058377877" atv="19.376452231717" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34780);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="23#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background: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:12px;text-align:center;;&apos;]23#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3759">
                                </hotspot>
                        <hotspot name="spot_34781" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="1.511911552803042" atv="45.078314028258454" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34781);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="东大门" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;大&lt;br/&gt;门[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3762" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3759">
                                </hotspot>
            
        </scene>
                <scene name="scene_3762" title="东大门" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/be8a9163a39749c8/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3762" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-5.1410804261308" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-5.1410804261308" vlookat="-15.926692617984" fovtype="MFOV" fov="107" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/be8a9163a39749c8/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/be8a9163a39749c8/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/be8a9163a39749c8/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/be8a9163a39749c8/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/be8a9163a39749c8/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34807" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-1.912707720481194" atv="2.4726195149928016" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34807);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="东大门里" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;大&lt;br/&gt;门&lt;br/&gt;里[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3763" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3762">
                                </hotspot>
            
        </scene>
                <scene name="scene_3769" title="展示中心（室外3倍）" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="35.114117" lng="111.231403" heading="" scene_id="3769" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="6.7835407517288" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="6.7835407517288" vlookat="54.245180046119" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/560c2b2540310c4e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34817" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-64.38692367019235" atv="14.058861237483057" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34817);" 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(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" target_view="scene_3736" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
                        <hotspot name="spot_34818" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="53.04673509517693" atv="14.066199043089865" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34818);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
                        <hotspot name="spot_34819" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="22.049781135233957" atv="11.436437676418262" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34819);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3769">
                                </hotspot>
                        <hotspot name="spot_34820" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-71.22242567878556" atv="3.294077641722137" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34820);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓东侧" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓&lt;br/&gt;东&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
                        <hotspot name="spot_34821" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-9.706261673113431" atv="3.8465764990235574" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34821);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
                        <hotspot name="spot_34822" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-0.6141160162732717" atv="47.87671637438296" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34822);" 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(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;盘[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3770" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
                        <hotspot name="spot_34823" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="15.094554744095944" atv="43.595777951852966" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34823);" 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(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;盘[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3771" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
                        <hotspot name="spot_34824" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-155.04870719000525" atv="40.283385728819894" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34824);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="温泉电力度假村" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-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_3769">
                                </hotspot>
                        <hotspot name="spot_34825" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="80.50551612837268" atv="25.484179774647657" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34825);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县瑶池温泉山庄" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-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_3769">
                                </hotspot>
                        <hotspot name="spot_34826" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-20.00837735498834" atv="60.47846564247917" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34826);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="门口" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]门&lt;br/&gt;口[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3776" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3769">
                                </hotspot>
            
        </scene>
                <scene name="scene_3779" title="水疗中心大门" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/16cd54e2484a6ced/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="35.116263" lng="111.234596" heading="" scene_id="3779" pano_id="143" 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="33.690111595255" 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="33.690111595255" vlookat="43.220644615529" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/16cd54e2484a6ced/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/16cd54e2484a6ced/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/16cd54e2484a6ced/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/16cd54e2484a6ced/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/16cd54e2484a6ced/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34839" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="149.05792321364004" atv="25.04474930754788" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34839);" 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(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" target_view="scene_3732" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3779">
                                </hotspot>
                        <hotspot name="spot_34840" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="78.11540150907535" atv="8.265397858454339" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34840);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心2楼室外" 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;2&lt;br/&gt;楼&lt;br/&gt;室&lt;br/&gt;外[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3731" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3779">
                                </hotspot>
                        <hotspot name="spot_34841" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="102.14697696058766" atv="14.580650477394288" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34841);" 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(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]酒&lt;br/&gt;店&lt;br/&gt;东&lt;br/&gt;北&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3729" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3779">
                                </hotspot>
                        <hotspot name="spot_34842" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-64.53181236854653" atv="7.780956765243789" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34842);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3779">
                                </hotspot>
                        <hotspot name="spot_34843" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="28.291983550894997" atv="54.63163749141384" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34843);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心大门" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;疗&lt;br/&gt;中&lt;br/&gt;心&lt;br/&gt;大&lt;br/&gt;门[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3779" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3779">
                                </hotspot>
            
        </scene>
                <scene name="scene_3729" title="酒店东北侧（3倍）" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/thumb.jpg" fenzuid="1291" parent_fenzuid="" lat="35.116018" lng="111.236139" heading="" scene_id="3729" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-88.334941600677" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-88.334941600677" vlookat="39.616209189294" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/04245185fc98e4ab/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34592" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-68.58766339921698" atv="14.55281830460778" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34592);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3729">
                                </hotspot>
                        <hotspot name="spot_34593" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-108.25121991221931" atv="11.235537973671489" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34593);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3729">
                                </hotspot>
                        <hotspot name="spot_34594" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-107.63158691974382" atv="44.292798272760606" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34594);" 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(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" target_view="scene_3732" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3729">
                                </hotspot>
                        <hotspot name="spot_34595" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-68.46101806149835" atv="36.911646403843314" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34595);" 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(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" target_view="scene_3779" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3729">
                                </hotspot>
                        <hotspot name="spot_34596" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-16.838808176358498" atv="59.63503295282061" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34596);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心2楼室外" 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;2&lt;br/&gt;楼&lt;br/&gt;室&lt;br/&gt;外[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3731" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3729">
                                </hotspot>
                        <hotspot name="spot_34597" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="54.58495515091772" atv="-5.403494476207983" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34597);" 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(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" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3729">
                                </hotspot>
                        <hotspot name="spot_34598" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-124.95355459534142" atv="19.223575712092224" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34598);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县瑶池温泉山庄" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-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_3729">
                                </hotspot>
                        <hotspot name="spot_34599" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-132.92371167342458" atv="25.845777605190044" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34599);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="瑶池宫餐厅" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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_3729">
                                </hotspot>
            
        </scene>
                <scene name="scene_3747" title="客厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/1e3fc652907ba8b1/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3747" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/1e3fc652907ba8b1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e3fc652907ba8b1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e3fc652907ba8b1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e3fc652907ba8b1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e3fc652907ba8b1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3752" title="厨房" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/e011a10ca55425c1/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3752" pano_id="143" 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="140.17226601239" 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="140.17226601239" vlookat="7.6678395523337" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/e011a10ca55425c1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7168" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e011a10ca55425c1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e011a10ca55425c1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e011a10ca55425c1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e011a10ca55425c1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3760" title="天沐·邑水天麓南侧（3倍）" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/thumb.jpg" fenzuid="1301" parent_fenzuid="" lat="35.116672" lng="111.215491" heading="" scene_id="3760" pano_id="143" 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="35.620236633063" 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="35.620236633063" vlookat="34.244060608386" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1daf926ea9b60275/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34782" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="79.27678385748209" atv="18.170860619208334" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34782);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="天沐·邑水天麓" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]天&lt;br/&gt;沐&lt;br/&gt;·&lt;br/&gt;邑&lt;br/&gt;水&lt;br/&gt;天&lt;br/&gt;麓[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3759" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34783" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34783,0xffffff,1,2,0x005aff,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="  " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]  [/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34784" 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="-27.22677971956017" atv="80.25945055404321" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34784);" zoom="false" distorted="false" oy="0" material_type="" 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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]早&lt;br/&gt;教&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34785" 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="59.56431899073516" atv="41.496844728953995" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34785);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="2#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34786" 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="87.80474044051039" atv="30.786701271121633" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34786);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="1#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34787" 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="4.519749492546339" atv="40.30468084355667" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34787);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="3#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34788" 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="-1.0483933847427807" atv="18.010309113210294" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34788);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="15#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34789" 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="-19.303705716010654" atv="29.660694711490834" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34789);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="5#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34790" 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="53.8276652861889" atv="24.71520569923504" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34790);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="12#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34791" 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="20.467748633970984" atv="16.89252903444482" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34791);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="17#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34792" 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="5.136239865235723" atv="15.237783620134936" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34792);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="16#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34793" 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="33.65367643291768" atv="28.006165919229357" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34793);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="8#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34794" 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="12.734181779432959" atv="31.120561832265516" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34794);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="7#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34795" 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.412633475329358" atv="25.93960323388532" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34795);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="6#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34796" 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="14.147364716624054" atv="25.05400461799055" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34796);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="13#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34797" 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="64.41244815445236" atv="14.144979474984968" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34797);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="19#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34798" 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="47.57054867417355" atv="16.20596647867963" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34798);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="18#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34799" 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="77.69724468624207" atv="25.44851460867592" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34799);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="10#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34800" 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="70.30975157633156" atv="17.190047155805505" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34800);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="11#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34801" 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="54.44282985888481" atv="32.13947744207089" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34801);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text="9#" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9#[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34802" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/9f0cb1202aaf7e335b27c71697bfeecc.png" renderer="webgl" ath="64.10016626988352" atv="51.38639562993755" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34802);" 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:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]楼盘资料[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" hot_info='{&quot;id&quot;:35,&quot;vrhotspot_id&quot;:34802,&quot;tuji_material_id&quot;:&quot;463,462,461,460,459,458,457,456,455,454,453,452,451,450&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\/20240430\/o_1hsmuet0316rfirvpavabk1ihs4g&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuera9s3lqg7o2qmng188b46&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuephc11d6p64bpct2415ml3s&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuenrc1le8u6rqe18icves3i&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuem00oku1v9f1rb31tan19i138&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuek7l18vf15dvak6blc1f3d2u&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmueicqaosbv71c321e5qffa2k&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuegjsufth253nr1nvc1v1a2a&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmueemftcsa0i13etou7ecc20&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmuecff13vj145u1p4tl52l9i1m&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmue9sh124f6i41enc12l15mm1c&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmue1p41hu614gr8ch79s8it12&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmudunr1v773n91gcb1t111rlio&quot;,&quot;\/uploads\/3\/image\/20240430\/o_1hsmudr48ch41nshc7c2h6pqpe&quot;],&quot;pano_title&quot;:&quot;\u697c\u76d8\u8d44\u6599&quot;}' target_open_type="3" url_tan_width="0" showvr="false" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34803" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png" renderer="webgl" ath="140.53041729938735" atv="19.149748730499812" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34803);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="夏县实验中学" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;县&lt;br/&gt;实&lt;br/&gt;验&lt;br/&gt;中&lt;br/&gt;学[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34804" style="skin_hotspotstyle" scale="1" edge="center" type="container" renderer="css3d" width="0" height="0" text_marking_html="[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]" text_marking_edge="bottom" text_marking_line_url="/static/editor/images/text-marking-triangle.png" text_marking_line_width="16" text_marking_line_height="9" text_marking_line_rotate="0" text_marking_line_color="0xffffff" text_marking_line_alpha="1" text_marking_line_type="triangle" bgalpha="0" ath="29.929214316698108" atv="57.71634553523548" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_34804);" zoom="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: 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_3760">
                                </hotspot>
                        <hotspot name="spot_34805" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-1.2200653516632656" atv="2.8941766439331307" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34805);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都首府" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]夏&lt;br/&gt;都&lt;br/&gt;首&lt;br/&gt;府[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3734" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3760">
                                </hotspot>
                        <hotspot name="spot_34806" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="94.33335576564963" atv="0.44135154032379714" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34806);" 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(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" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3760">
                                </hotspot>
            
        </scene>
                <scene name="scene_3763" title="东大门里" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/15acd47489c934cb/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3763" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="112.13832918006" 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="112.13832918006" vlookat="6.662273530122" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/15acd47489c934cb/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/15acd47489c934cb/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/15acd47489c934cb/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/15acd47489c934cb/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/15acd47489c934cb/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34808" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="163.77425841263127" atv="6.046565034812163" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34808);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="景观1" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]景观1[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3765" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3763">
                                </hotspot>
            
        </scene>
                <scene name="scene_3776" title="门口" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/562ab855f0455002/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3776" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="130" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/562ab855f0455002/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/562ab855f0455002/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/562ab855f0455002/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/562ab855f0455002/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/562ab855f0455002/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34834" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-2.002457515485389" atv="5.663534300965942" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34834);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="会展三进庭院" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]会展三进庭院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3774" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3776">
                                </hotspot>
            
        </scene>
                <scene name="scene_3786" title="夏都水疗中心门口" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/34fa26674d18d56e/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3786" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-1.8802564410595" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-1.8802564410595" vlookat="-13.471639293659" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/34fa26674d18d56e/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/34fa26674d18d56e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/34fa26674d18d56e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/34fa26674d18d56e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/34fa26674d18d56e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34853" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-4.335734710472536" atv="-3.9939202543571364" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34853);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心大厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]水疗中心大厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3782" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3786">
                                </hotspot>
            
        </scene>
                <scene name="scene_3731" title="水疗中心2楼室外" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/thumb.jpg" fenzuid="1291" parent_fenzuid="" lat="35.116664" lng="111.236084" heading="" scene_id="3731" pano_id="143" 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="-122.04177676104" 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="-122.04177676104" vlookat="55.655611175077" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16000" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/18a7a151aa62e2c9/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34612" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-127.46451093933592" atv="55.60470389789422" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34612);" 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(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]酒&lt;br/&gt;店&lt;br/&gt;东&lt;br/&gt;北&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3729" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3731">
                                </hotspot>
                        <hotspot name="spot_34613" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-138.01684144563762" atv="37.67757907862182" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34613);" 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(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" target_view="scene_3732" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3731">
                                </hotspot>
                        <hotspot name="spot_34614" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-102.88945235812321" atv="39.998716673518715" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34614);" 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(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" target_view="scene_3779" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3731">
                                </hotspot>
                        <hotspot name="spot_34615" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-80.58444075534118" atv="18.9355425137432" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34615);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3731">
                                </hotspot>
                        <hotspot name="spot_34616" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-112.88933514872065" atv="12.814125072579186" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34616);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3731">
                                </hotspot>
                        <hotspot name="spot_34617" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="59.94016780113037" atv="-4.3808272544364035" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34617);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="瑶台山风景区" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]瑶&lt;br/&gt;台&lt;br/&gt;山&lt;br/&gt;风&lt;br/&gt;景&lt;br/&gt;区[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3741" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3731">
                                </hotspot>
            
        </scene>
                <scene name="scene_3746" title="次卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/b2859b9b0ee9eca1/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3746" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/b2859b9b0ee9eca1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b2859b9b0ee9eca1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b2859b9b0ee9eca1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b2859b9b0ee9eca1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b2859b9b0ee9eca1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3753" title="次卧室" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/48ce662a00ec3ed6/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3753" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/48ce662a00ec3ed6/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/48ce662a00ec3ed6/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/48ce662a00ec3ed6/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/48ce662a00ec3ed6/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/48ce662a00ec3ed6/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3765" title="景观1" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/068f6f95fcf75dd4/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3765" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-8.3178037216717" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-8.3178037216717" vlookat="14.899249217176" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/068f6f95fcf75dd4/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/068f6f95fcf75dd4/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/068f6f95fcf75dd4/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/068f6f95fcf75dd4/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/068f6f95fcf75dd4/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34810" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-94.20307473537758" atv="0.9249910252702738" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34810);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="东大门里" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]东大门里[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3763" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3765">
                                </hotspot>
                        <hotspot name="spot_34811" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="65.3152835569756" atv="4.231966734307385" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34811);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="景观2" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]景观2[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3764" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3765">
                                </hotspot>
            
        </scene>
                <scene name="scene_3774" title="会展三进庭院" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/fc0ab98432c4a13a/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3774" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/fc0ab98432c4a13a/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7168" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc0ab98432c4a13a/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc0ab98432c4a13a/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc0ab98432c4a13a/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc0ab98432c4a13a/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34831" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="7.023552938492003" atv="9.686983890796006" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34831);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前台" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]前台[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3777" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3774">
                                </hotspot>
            
        </scene>
                <scene name="scene_3782" title="水疗中心大厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/c31d1b062f297bbc/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3782" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="67" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/c31d1b062f297bbc/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c31d1b062f297bbc/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c31d1b062f297bbc/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c31d1b062f297bbc/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c31d1b062f297bbc/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34848" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="45.642713735221264" atv="5.395594277390426" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34848);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="泡池" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]泡池[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3780" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3782">
                                </hotspot>
            
        </scene>
                <scene name="scene_3748" title="卫生间" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/b38c4fe4446b7c9f/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3748" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/b38c4fe4446b7c9f/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b38c4fe4446b7c9f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b38c4fe4446b7c9f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b38c4fe4446b7c9f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b38c4fe4446b7c9f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3755" title="书房" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/7f9be771fa435044/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3755" pano_id="143" 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="-156.54607770668" 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="-156.54607770668" vlookat="21.275585084116" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/7f9be771fa435044/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7f9be771fa435044/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7f9be771fa435044/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7f9be771fa435044/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7f9be771fa435044/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3777" title="前台" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/eb71f3af4a7ea105/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3777" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="5.6400239544074" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="5.6400239544074" vlookat="5.8656493839033" fovtype="MFOV" fov="98" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/eb71f3af4a7ea105/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eb71f3af4a7ea105/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eb71f3af4a7ea105/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eb71f3af4a7ea105/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eb71f3af4a7ea105/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34835" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="-80.24506142357484" atv="7.555644498137096" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34835);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="城市展厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]城市展厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3773" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3777">
                                </hotspot>
                        <hotspot name="spot_34836" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20220602/8f034b2c4e194ae51121f325dcf50545.png" renderer="webgl" ath="67.92483625368806" atv="1.2186348588642268" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34836);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="案场" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]案场[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3772" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3777">
                                </hotspot>
            
        </scene>
                <scene name="scene_3780" title="泡池" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/47d8c466ceac3e44/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3780" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/47d8c466ceac3e44/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/47d8c466ceac3e44/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/47d8c466ceac3e44/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/47d8c466ceac3e44/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/47d8c466ceac3e44/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34844" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="118.3928091058823" atv="3.3825871071340474" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34844);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心大厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]水疗中心大厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3782" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3780">
                                </hotspot>
                        <hotspot name="spot_34845" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-18.891794765422162" atv="-9.340464746812964" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34845);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="室外汤泉" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]室外汤泉[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3781" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3780">
                                </hotspot>
                        <hotspot name="spot_34846" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="32.67682302480267" atv="-17.904296607923346" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34846);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="自助餐厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]自助餐厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3785" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3780">
                                </hotspot>
                        <hotspot name="spot_34847" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-132.1786436100154" atv="-0.3723300304183852" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34847);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="泳池" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]泳池[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3784" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3780">
                                </hotspot>
            
        </scene>
                <scene name="scene_3732" title="温泉酒店大门" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/9cf657d067f8e192/thumb.jpg" fenzuid="1291" parent_fenzuid="" lat="35.115855" lng="111.234698" heading="" scene_id="3732" pano_id="143" 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="122.73838193123" 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="122.73838193123" vlookat="29.726379744834" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/9cf657d067f8e192/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9cf657d067f8e192/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9cf657d067f8e192/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9cf657d067f8e192/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9cf657d067f8e192/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34618" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="2.697667281777399" atv="28.445523003795344" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34618);" 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(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" target_view="scene_3779" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3732">
                                </hotspot>
                        <hotspot name="spot_34619" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="79.51345204573033" atv="16.0132621449028" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34619);" 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(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]酒&lt;br/&gt;店&lt;br/&gt;东&lt;br/&gt;北&lt;br/&gt;侧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3729" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3732">
                                </hotspot>
                        <hotspot name="spot_34620" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="62.099004596311715" atv="8.213765542818889" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34620);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心2楼室外" 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;2&lt;br/&gt;楼&lt;br/&gt;室&lt;br/&gt;外[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3731" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3732">
                                </hotspot>
                        <hotspot name="spot_34621" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-111.01855163743704" atv="2.570964983742696" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34621);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="展示中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(250, 100, 0),rgb(250, 183, 0));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]展&lt;br/&gt;示&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3769" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3732">
                                </hotspot>
                        <hotspot name="spot_34622" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/c8922683a5060c59525bff70ffad820c.png" renderer="webgl" ath="-54.779806635576335" atv="6.547783011482783" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34622);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="禹泽苑" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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_3732">
                                </hotspot>
            
        </scene>
                <scene name="scene_3745" title="厨房" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/0ec5ed0e71f3b418/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3745" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/0ec5ed0e71f3b418/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0ec5ed0e71f3b418/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0ec5ed0e71f3b418/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0ec5ed0e71f3b418/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0ec5ed0e71f3b418/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3756" title="阳台" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/fc867540d42f9e21/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3756" pano_id="143" 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="-25.95724376533" 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="-25.95724376533" vlookat="8.3109260169716" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/fc867540d42f9e21/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc867540d42f9e21/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc867540d42f9e21/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc867540d42f9e21/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fc867540d42f9e21/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3768" title="塑胶跑道" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/2c28fb962b0e0d7b/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3768" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-5.1874509001739" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-5.1874509001739" vlookat="9.3901376948453" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/2c28fb962b0e0d7b/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2c28fb962b0e0d7b/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2c28fb962b0e0d7b/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2c28fb962b0e0d7b/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2c28fb962b0e0d7b/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34816" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="6.638214691863766" atv="0.8648274657626914" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34816);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="入户门" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]入户门[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3767" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3768">
                                </hotspot>
            
        </scene>
                <scene name="scene_3772" title="案场" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/db1e5bba9bf3ff14/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3772" pano_id="143" 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="-149.48493105702" 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="-149.48493105702" vlookat="6.6533577218126" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/db1e5bba9bf3ff14/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db1e5bba9bf3ff14/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db1e5bba9bf3ff14/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db1e5bba9bf3ff14/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db1e5bba9bf3ff14/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34827" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="2.593160091986647" atv="15.564580879260362" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34827);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前台" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]前台[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3777" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3772">
                                </hotspot>
                        <hotspot name="spot_34828" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="85.89257915979789" atv="18.675486304164508" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34828);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="会展中心门口" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]会展中心门口[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3775" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3772">
                                </hotspot>
            
        </scene>
                <scene name="scene_3784" title="泳池" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/fa84192c5ec9c45e/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3784" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/fa84192c5ec9c45e/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fa84192c5ec9c45e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fa84192c5ec9c45e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fa84192c5ec9c45e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/fa84192c5ec9c45e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34849" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="34.173592113228835" atv="-6.515802940862997" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34849);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="自助餐厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]自助餐厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3785" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3784">
                                </hotspot>
                        <hotspot name="spot_34850" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="6.788810799831481" atv="-5.578203962114224" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34850);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="室外汤泉" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]室外汤泉[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3781" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3784">
                                </hotspot>
                        <hotspot name="spot_34851" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="74.25612304586974" atv="0.6438506390732844" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34851);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="水疗中心大厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]水疗中心大厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3782" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3784">
                                </hotspot>
                        <hotspot name="spot_34852" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="75.34130712029969" atv="-10.540149504916688" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34852);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="影院" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]影院[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3783" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3784">
                                </hotspot>
            
        </scene>
                <scene name="scene_3728" title="规划用地" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/thumb.jpg" fenzuid="1291" parent_fenzuid="" lat="35.123284" lng="111.232368" heading="" scene_id="3728" pano_id="143" 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="-39.294443042672" 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="-39.294443042672" vlookat="45.094973958746" fovtype="MFOV" fov="120" fovmin="20" fovmax="130" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0004033911154846/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34582" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/1/image/20240422/32f2ff63e81f483b54705a30106f0c45.png" renderer="webgl" ath="-140.46126305380798" atv="34.85145931727986" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34582);" zoom="false" distorted="false" oy="0" material_type="1" target_type="12" text="白沙湾" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 18px ;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_3728">
                                </hotspot>
                        <hotspot name="spot_34583" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/1/image/20240422/4aec9a9c274250737289f51628943ed0.png" renderer="webgl" ath="45.34463635554255" atv="40.99139900766213" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34583);" zoom="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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]森&lt;br/&gt;林&lt;br/&gt;生&lt;br/&gt;态&lt;br/&gt;社&lt;br/&gt;区[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34584" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34584,0x286efa,1,2,0x005aff,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;][/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34585" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34585,0x7ed321,1,2,0x7ed321,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;][/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34586" style="skin_hotspotstyle" scale="0.5" edge="center" url="" ath="0" atv="0" title_size="" crop_width="" crop_height="" crop_time="" onloaded="add_hotspot_title();update_polygon_style(spot_34586,0xbd10e0,1,2,0xbd10e0,1,0xffffff,1,2,0x005aff,1);" zoom="false" distorted="false" oy="0" material_type="" target_type="12" text=" " text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;] [/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34587" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png" renderer="webgl" ath="98.26045516164129" atv="34.266017818554175" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34587);" zoom="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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;物&lt;br/&gt;馆[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34588" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-35.34970416411596" atv="39.29281145420893" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34588);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="体育中心" text_advanced="[div style=&apos;padding:5px;background:linear-gradient(90deg,rgb(67, 165, 124),rgb(153, 219, 191));border-radius:4px;color:rgba(0, 0, 0, 0.5);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3739" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34589" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-85.56647782506661" atv="23.588229037941037" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34589);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="新城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3742" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34590" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-34.012701091064855" atv="8.854169418380435" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34590);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="老城区商圈" text_advanced="[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]老&lt;br/&gt;城&lt;br/&gt;区&lt;br/&gt;商&lt;br/&gt;圈[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3744" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3728">
                                </hotspot>
                        <hotspot name="spot_34591" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="167.07519735838275" atv="19.4779492084161" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34591);" 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(0, 0, 0, 0.5),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;场[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3730" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3728">
                                </hotspot>
            
        </scene>
                <scene name="scene_3750" title="阳台" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/ec4e2777d14a9b19/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3750" pano_id="143" 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.538962577113" 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.538962577113" vlookat="3.707415099378" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/ec4e2777d14a9b19/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec4e2777d14a9b19/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec4e2777d14a9b19/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec4e2777d14a9b19/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ec4e2777d14a9b19/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3757" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/e9b3efa708d5f09c/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3757" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-8.0566129121213" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-8.0566129121213" vlookat="19.051938737718" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/e9b3efa708d5f09c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e9b3efa708d5f09c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e9b3efa708d5f09c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e9b3efa708d5f09c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e9b3efa708d5f09c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3767" title="入户门" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/30d52baa02010fe1/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3767" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-5.0972997655427" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-5.0972997655427" vlookat="-4.6058870386854" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/30d52baa02010fe1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/30d52baa02010fe1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/30d52baa02010fe1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/30d52baa02010fe1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/30d52baa02010fe1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34815" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="1.2874344945871599" atv="8.367047248415536" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34815);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="入户大堂" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]入户大堂[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3766" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3767">
                                </hotspot>
            
        </scene>
                <scene name="scene_3773" title="城市展厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/4e00a7d187536ca3/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3773" pano_id="143" 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="117.58537432409" 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="117.58537432409" vlookat="5.4224035911797" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/4e00a7d187536ca3/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e00a7d187536ca3/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e00a7d187536ca3/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e00a7d187536ca3/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e00a7d187536ca3/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34829" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-87.82950536862671" atv="4.5539004032568915" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34829);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前台" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]前台[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3777" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3773">
                                </hotspot>
                        <hotspot name="spot_34830" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-162.48563085632034" atv="7.362223339601726" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34830);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都文旅新城展厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]夏都文旅新城展厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3778" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3773">
                                </hotspot>
            
        </scene>
                <scene name="scene_3785" title="自助餐厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/0a14db9402b259e8/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3785" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="38.423124845383" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="38.423124845383" vlookat="1.6496084645615" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/0a14db9402b259e8/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0a14db9402b259e8/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0a14db9402b259e8/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0a14db9402b259e8/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0a14db9402b259e8/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3751" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/185cb30c78779b4d/thumb.jpg" fenzuid="1299" parent_fenzuid="" lat="" lng="" heading="" scene_id="3751" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/185cb30c78779b4d/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/185cb30c78779b4d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/185cb30c78779b4d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/185cb30c78779b4d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/185cb30c78779b4d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3766" title="入户大堂" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/3a981cfb7a300246/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3766" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-9.2154442890387" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-9.2154442890387" vlookat="2.3503931517104" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/3a981cfb7a300246/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a981cfb7a300246/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a981cfb7a300246/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a981cfb7a300246/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a981cfb7a300246/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34812" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-32.514914005523906" atv="13.87607654865151" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34812);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="地下停车场" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]地下停车场[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3761" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3766">
                                </hotspot>
                        <hotspot name="spot_34813" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-10.75664125657022" atv="14.867300986423732" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34813);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="现代风" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]现代风[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3747" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3766">
                                </hotspot>
                        <hotspot name="spot_34814" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="3.7282430484635825" atv="14.787511931206863" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34814);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="客厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]客厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3754" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3766">
                                </hotspot>
            
        </scene>
                <scene name="scene_3778" title="夏都文旅新城展厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/071b7c406ff77b4c/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3778" pano_id="143" 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="-7.7706894882894" 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="-7.7706894882894" vlookat="12.884974445314" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/071b7c406ff77b4c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/071b7c406ff77b4c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/071b7c406ff77b4c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/071b7c406ff77b4c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/071b7c406ff77b4c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34837" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="134.54856545436542" atv="6.811591116084659" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34837);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="前台" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]前台[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3777" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3778">
                                </hotspot>
                        <hotspot name="spot_34838" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="110.87538080435328" atv="9.3308845143915" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34838);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="会展中心门口" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]会展中心门口[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3775" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3778">
                                </hotspot>
            
        </scene>
                <scene name="scene_3783" title="影院" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/23ac42333018c7d4/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3783" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" 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="-131.47795811099" 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="-131.47795811099" vlookat="7.0561770410299" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/23ac42333018c7d4/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23ac42333018c7d4/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23ac42333018c7d4/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23ac42333018c7d4/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23ac42333018c7d4/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3761" title="地下停车场" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/42d44d182b826ad6/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3761" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/42d44d182b826ad6/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/42d44d182b826ad6/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/42d44d182b826ad6/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/42d44d182b826ad6/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/42d44d182b826ad6/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3775" title="会展中心门口" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/05787a66a046fc83/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3775" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-0.52978430085881" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-0.52978430085881" vlookat="8.1109817713684" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/05787a66a046fc83/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05787a66a046fc83/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05787a66a046fc83/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05787a66a046fc83/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05787a66a046fc83/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34832" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-108.32373182657824" atv="2.51695316675304" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34832);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都文旅新城展厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]夏都文旅新城展厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3778" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3775">
                                </hotspot>
                        <hotspot name="spot_34833" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="88.4959070166525" atv="10.652510384583483" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34833);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="案场" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]案场[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3772" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3775">
                                </hotspot>
            
        </scene>
                <scene name="scene_3781" title="室外汤泉" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/2201451dfd1d47e4/thumb.jpg" fenzuid="1306" parent_fenzuid="" lat="" lng="" heading="" scene_id="3781" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-0.21805374305455" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-0.21805374305455" vlookat="5.6283059492947" fovtype="MFOV" fov="93" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/2201451dfd1d47e4/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2201451dfd1d47e4/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2201451dfd1d47e4/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2201451dfd1d47e4/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2201451dfd1d47e4/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3764" title="景观2" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/87e4307549b7bd0c/thumb.jpg" fenzuid="1302" parent_fenzuid="" lat="" lng="" heading="" scene_id="3764" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-4.9502902405736" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-4.9502902405736" vlookat="1.6751735573185" fovtype="MFOV" fov="111" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/87e4307549b7bd0c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87e4307549b7bd0c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87e4307549b7bd0c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87e4307549b7bd0c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87e4307549b7bd0c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34809" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-91.24275018992637" atv="0.6144424081238961" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34809);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="塑胶跑道" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]塑胶跑道[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3768" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3764">
                                </hotspot>
            
        </scene>
                <scene name="scene_3771" title="展示中心售楼沙盘（1倍" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/ee1268e3e4183f06/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3771" pano_id="143" 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="-157.1077920607" 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="-157.1077920607" vlookat="33.416679257127" fovtype="MFOV" fov="116" fovmin="70" fovmax="120" vlookatmax="47" vlookatmin="29" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/ee1268e3e4183f06/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee1268e3e4183f06/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee1268e3e4183f06/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee1268e3e4183f06/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ee1268e3e4183f06/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3770" title="展示中心大沙盘（1倍）" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/575983984436ff94/thumb.jpg" fenzuid="1304" parent_fenzuid="" lat="" lng="" heading="" scene_id="3770" pano_id="143" 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="-44.9213134153" 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="-44.9213134153" vlookat="44.60949153777" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="56" vlookatmin="13" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/575983984436ff94/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/575983984436ff94/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/575983984436ff94/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/575983984436ff94/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/575983984436ff94/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3758" title="过道" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/ca045636804b8a0a/thumb.jpg" fenzuid="1300" parent_fenzuid="" lat="" lng="" heading="" scene_id="3758" pano_id="143" 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="56.11615532086" 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="56.11615532086" vlookat="17.92287104017" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/ca045636804b8a0a/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ca045636804b8a0a/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ca045636804b8a0a/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ca045636804b8a0a/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ca045636804b8a0a/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3789" title="夏都温泉酒店门口" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/893d07a61f33f770/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3789" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-1.80701083352" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-1.80701083352" vlookat="-5.1763984925864" 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/893d07a61f33f770/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/893d07a61f33f770/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/893d07a61f33f770/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/893d07a61f33f770/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/893d07a61f33f770/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34857" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-1.792682623631265" atv="-0.4627177767368286" title_size="12" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34857);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="酒店大厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]酒店大厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3793" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3789">
                                </hotspot>
            
        </scene>
                <scene name="scene_3793" title="酒店大厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/e780ee1c3e472ac1/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3793" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="20" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/e780ee1c3e472ac1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e780ee1c3e472ac1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e780ee1c3e472ac1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e780ee1c3e472ac1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e780ee1c3e472ac1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34860" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-75.84346241347674" atv="4.96077378711474" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34860);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="自助餐厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]自助餐厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3810" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3793">
                                </hotspot>
                        <hotspot name="spot_34861" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="81.0788335403771" atv="7.840057792377383" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34861);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="花园套房" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]花园套房[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3796" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3793">
                                </hotspot>
                        <hotspot name="spot_34862" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="169.67817653743106" atv="7.121450132111717" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34862);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="中庭" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]中庭[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3791" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3793">
                                </hotspot>
            
        </scene>
                <scene name="scene_3787" title="湖心塔" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/dd4950ca2870e36e/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3787" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="3.2168955000004" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="3.2168955000004" vlookat="-0.65468813108907" fovtype="MFOV" fov="98" 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/dd4950ca2870e36e/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/dd4950ca2870e36e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/dd4950ca2870e36e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/dd4950ca2870e36e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/dd4950ca2870e36e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34854" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="-148.9646836720825" atv="-4.826079042836096" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34854);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都温泉酒店门口" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]夏都温泉酒店门口[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3789" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3787">
                                </hotspot>
                        <hotspot name="spot_34855" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="87.01572554705365" atv="-1.3351274128573674" title_size="12" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34855);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="夏都水疗中心门口" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]夏都水疗中心门口[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3786" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3787">
                                </hotspot>
            
        </scene>
                <scene name="scene_3791" title="中庭" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/c20caa42b55959ef/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3791" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-3.687337122312" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-3.687337122312" vlookat="0.81876472313143" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/c20caa42b55959ef/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c20caa42b55959ef/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c20caa42b55959ef/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c20caa42b55959ef/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c20caa42b55959ef/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34858" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png" renderer="webgl" ath="2.922903839407809" atv="-31.62425412361893" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34858);" zoom="false" distorted="false" oy="0" material_type="1" target_type="1" text="神泉古槐" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]神泉古槐[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3788" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3791">
                                </hotspot>
                        <hotspot name="spot_34859" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png" renderer="webgl" ath="81.54754134202096" atv="-10.905834086613954" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34859);" zoom="false" distorted="false" oy="0" material_type="1" target_type="1" text="阳光餐厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]阳光餐厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3790" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3791">
                                </hotspot>
            
        </scene>
                <scene name="scene_3790" title="阳光餐厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/a9ebf83e2f68ebc0/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3790" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="2.1527082952904" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="2.1527082952904" vlookat="7.3203922647545" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/a9ebf83e2f68ebc0/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a9ebf83e2f68ebc0/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a9ebf83e2f68ebc0/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a9ebf83e2f68ebc0/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a9ebf83e2f68ebc0/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3792" title="大会议室" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/3a00178cda3dd682/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3792" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" 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="-66.078461683222" 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="-66.078461683222" vlookat="8.2910614110215" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/3a00178cda3dd682/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a00178cda3dd682/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a00178cda3dd682/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a00178cda3dd682/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3a00178cda3dd682/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3788" title="神泉古槐" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/b8880dfb48c214a5/thumb.jpg" fenzuid="1308" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3788" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="1.5110987101654" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="1.5110987101654" vlookat="1.5901622621443" 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/b8880dfb48c214a5/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b8880dfb48c214a5/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b8880dfb48c214a5/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b8880dfb48c214a5/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b8880dfb48c214a5/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34856" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="97.60520743694096" atv="-0.2498493983493371" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34856);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="阳光餐厅" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]阳光餐厅[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3790" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3788">
                                </hotspot>
            
        </scene>
                <scene name="scene_3802" title="客厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/8076e47a031b15b5/thumb.jpg" fenzuid="1312" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3802" pano_id="143" 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="-33.277118327716" 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="-33.277118327716" vlookat="17.911584606955" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/8076e47a031b15b5/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/8076e47a031b15b5/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/8076e47a031b15b5/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/8076e47a031b15b5/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/8076e47a031b15b5/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name="spot_34863" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="85.05500247005693" atv="21.52534557878892" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34863);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="主卧" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]主卧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3803" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3802">
                                </hotspot>
                        <hotspot name="spot_34864" style="skin_hotspotstyle" scale="0.5" edge="center" url="https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png" renderer="webgl" ath="143.39823023953736" atv="6.089312379314689" title_size="" crop_width="128" crop_height="128" crop_time="60" onloaded="add_hotspot_title();hotspot_loaded(spot_34864);" zoom="false" distorted="false" oy="0" material_type="2" target_type="1" text="次卧" text_advanced="[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]次卧[/div]" text_x="0" text_y="0" text_align="top" show_txt="1" fenzu="" heji="0" cj_fovmin="-1" cj_fovmax="-1" ondown="js(pcMenuModule.markSceneGroupHotspotPointer());" capture="false" zorder="1" target_view="scene_3801" target_view_hlookat="" target_view_vlookat="" other_args="view.hlookat=&amp;view.vlookat=&amp;view.fov=" blend="1" url_tan_width="0" showvr="true" linkedscene="scene_3802">
                                </hotspot>
            
        </scene>
                <scene name="scene_3803" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/b16922ea147fb40c/thumb.jpg" fenzuid="1312" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3803" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-9.4323745438996" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-9.4323745438996" vlookat="21.877822672452" fovtype="MFOV" fov="120" fovmin="70" fovmax="139" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/b16922ea147fb40c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b16922ea147fb40c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b16922ea147fb40c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b16922ea147fb40c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b16922ea147fb40c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3801" title="次卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/b0cb600303b4e5d2/thumb.jpg" fenzuid="1312" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3801" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/b0cb600303b4e5d2/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0cb600303b4e5d2/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0cb600303b4e5d2/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0cb600303b4e5d2/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0cb600303b4e5d2/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3796" title="客厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/feee7e334e6a11ac/thumb.jpg" fenzuid="1310" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3796" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" 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="-40.225216881895" 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="-40.225216881895" vlookat="10.695464879443" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/feee7e334e6a11ac/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6656" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/feee7e334e6a11ac/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/feee7e334e6a11ac/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/feee7e334e6a11ac/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/feee7e334e6a11ac/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3797" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/83a3637ea6c06df6/thumb.jpg" fenzuid="1310" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3797" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-1.3117483150582E-5" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-1.3117483150582E-5" vlookat="11.233551205373" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/83a3637ea6c06df6/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/83a3637ea6c06df6/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/83a3637ea6c06df6/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/83a3637ea6c06df6/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/83a3637ea6c06df6/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3806" title="客厅" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/e79462af235b0174/thumb.jpg" fenzuid="1314" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3806" pano_id="143" 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="-179.54712853407" 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="-179.54712853407" vlookat="13.782058532156" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/e79462af235b0174/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7424" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e79462af235b0174/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3712" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e79462af235b0174/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e79462af235b0174/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e79462af235b0174/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3795" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/5bebccefa7e6d107/thumb.jpg" fenzuid="1309" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3795" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/5bebccefa7e6d107/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5bebccefa7e6d107/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5bebccefa7e6d107/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5bebccefa7e6d107/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/5bebccefa7e6d107/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3794" title="卫生间" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/2cff6b9b3453a151/thumb.jpg" fenzuid="1309" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3794" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/2cff6b9b3453a151/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="7168" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2cff6b9b3453a151/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2cff6b9b3453a151/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2cff6b9b3453a151/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2cff6b9b3453a151/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3805" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/40e933133fe42833/thumb.jpg" fenzuid="1313" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3805" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-5.4986106416069" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-5.4986106416069" vlookat="12.659677905535" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/40e933133fe42833/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/40e933133fe42833/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/40e933133fe42833/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/40e933133fe42833/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/40e933133fe42833/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3804" title="卫生间" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/db542dd94263e0e3/thumb.jpg" fenzuid="1313" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3804" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-2.3699096036667" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-2.3699096036667" vlookat="11.037764097032" fovtype="MFOV" fov="139" fovmin="70" fovmax="139" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/db542dd94263e0e3/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db542dd94263e0e3/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db542dd94263e0e3/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db542dd94263e0e3/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/db542dd94263e0e3/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3800" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/b911e687c87d9ae1/thumb.jpg" fenzuid="1311" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3800" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="12.284572367881" 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="12.284572367881" vlookat="10.837062772952" fovtype="MFOV" fov="107" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/b911e687c87d9ae1/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b911e687c87d9ae1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b911e687c87d9ae1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b911e687c87d9ae1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b911e687c87d9ae1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3798" title="泡池" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/eda324ce9945038b/thumb.jpg" fenzuid="1311" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3798" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/eda324ce9945038b/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eda324ce9945038b/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eda324ce9945038b/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eda324ce9945038b/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/eda324ce9945038b/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3799" title="卫生间" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/d54dbac0914e7828/thumb.jpg" fenzuid="1311" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3799" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="2.8440903883165" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="2.8440903883165" vlookat="15.884059115254" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/d54dbac0914e7828/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d54dbac0914e7828/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d54dbac0914e7828/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d54dbac0914e7828/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d54dbac0914e7828/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3808" title="主卧" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/bef28662b467a156/thumb.jpg" fenzuid="1315" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3808" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="1" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="1" effect_mod="0" effect_size="1" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/bef28662b467a156/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bef28662b467a156/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bef28662b467a156/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bef28662b467a156/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bef28662b467a156/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3807" title="泡池" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/11ff8248195de0b2/thumb.jpg" fenzuid="1315" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3807" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="-1.1509674090011" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="-1.1509674090011" vlookat="3.8300721096138" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/11ff8248195de0b2/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/11ff8248195de0b2/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/11ff8248195de0b2/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/11ff8248195de0b2/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/11ff8248195de0b2/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3809" title="双人泡池卫生间" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/0478eae6f34b087f/thumb.jpg" fenzuid="1315" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3809" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/0478eae6f34b087f/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0478eae6f34b087f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3584" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0478eae6f34b087f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0478eae6f34b087f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0478eae6f34b087f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3810" title="1" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/c715e57c5c92d4e2/thumb.jpg" fenzuid="1316" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3810" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/c715e57c5c92d4e2/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6784" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c715e57c5c92d4e2/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c715e57c5c92d4e2/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c715e57c5c92d4e2/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/c715e57c5c92d4e2/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3811" title="2" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/7d529f8fc00fda3c/thumb.jpg" fenzuid="1316" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3811" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/7d529f8fc00fda3c/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7d529f8fc00fda3c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7d529f8fc00fda3c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7d529f8fc00fda3c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7d529f8fc00fda3c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3812" title="卧室" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/d4ced207f704946e/thumb.jpg" fenzuid="1317" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3812" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="163.23844101748" 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="163.23844101748" vlookat="15.947993338346" fovtype="MFOV" fov="120" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/d4ced207f704946e/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d4ced207f704946e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d4ced207f704946e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d4ced207f704946e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d4ced207f704946e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
                <scene name="scene_3813" title="澎湃厅 用餐区" thumburl="https://cdn.yj720.com.cn/uploads/3/pano/1c1a533f9a5fa0ef/thumb.jpg" fenzuid="1318" parent_fenzuid="1307" lat="" lng="" heading="" scene_id="3813" pano_id="143" bg_music="" bg_music_name="bg_music_0" is_background_auto_start="1" is_background_yinliang="1" is_background_repet="0" js_music="" js_music_name="js_music_0" is_jieshuo_auto_start="1" is_jieshuo_yinliang="1" is_jieshuo_repet="0" effect_mod="" effect_size="" effect_flakes="500" effect_material_path="" sun_ath="0" sun_atv="0" view_map="" xijie='[]' detail_animation="0" view_hide='1' words="" word_speed="2" word_window="0" word_url="" onstart="scene_loaded()" orig_hlookat="0" hotspot_fenzu='[]' hot_fenzu_bgcolor='#000000' hot_fenzu_txtcolor='#ffffff' hot_fenzu_checkbgcolor='#fa6400' hot_fenzu_checktxtcolor='#ffffff' hot_fenzu_animate='1' compass='0' compass_img='' compass_hlookat='' compass_position='2'>
            <autorotate enabled="true"/>
                        <view hlookat="0" vlookat="0" fovtype="MFOV" fov="116" fovmin="70" fovmax="120" vlookatmax="90" vlookatmin="-90" hlookatmax="180" hlookatmin="-180" autorotatekeepview="0" limitview="lookat"/>
                        <preview url="https://cdn.yj720.com.cn/uploads/3/pano/1c1a533f9a5fa0ef/preview.jpg"/>
            <image type="CUBE" multires="true" tilesize="512">
                                        <level tiledimagewidth="6912" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c1a533f9a5fa0ef/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3328" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c1a533f9a5fa0ef/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1664" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c1a533f9a5fa0ef/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="768" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c1a533f9a5fa0ef/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
            
        </scene>
            <config>
        <qiniu_allow_state data='0'/>
        <cdn_host data='https://cdn.yj720.com.cn'/>
        <pano data="{&quot;id&quot;:143,&quot;v_id&quot;:&quot;0gKonnicyN5&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;:4,&quot;type&quot;:0,&quot;province&quot;:&quot;山西省&quot;,&quot;city&quot;:&quot;夏都&quot;,&quot;qrcode&quot;:&quot;\/uploads\/3\/qrcode\/17149735262591139.png&quot;,&quot;spot&quot;:null,&quot;school&quot;:null,&quot;title&quot;:&quot;夏都温泉酒店&quot;,&quot;tags&quot;:&quot;354,18,19,20,22&quot;,&quot;group_textarea&quot;:&quot;354,&quot;,&quot;thumb&quot;:&quot;\/uploads\/3\/image\/20251121\/00d2f8c814243d3fcc8ec6c9e8b61ee7.jpeg&quot;,&quot;poster&quot;:&quot;&quot;,&quot;zan&quot;:0,&quot;hits&quot;:2549,&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;:0,&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;:0,&quot;logo_src&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/2\/image\/20240407\/e39726ba08613b288e9568e2346ba90e.png&quot;,&quot;logo_title&quot;:&quot;&quot;,&quot;logo_postion&quot;:1,&quot;logo_link&quot;:&quot;&quot;,&quot;map_x&quot;:&quot;&quot;,&quot;map_y&quot;:&quot;&quot;,&quot;deltime&quot;:0,&quot;create_time&quot;:&quot;1714973526&quot;,&quot;update_time&quot;:1786763689,&quot;is_recommend&quot;:0,&quot;introduce&quot;:null,&quot;is_show_roll_title&quot;:1,&quot;roll_title&quot;:&quot;&quot;,&quot;roll_title_color&quot;:&quot;#ffffff&quot;,&quot;roll_title_decoration&quot;:&quot;0&quot;,&quot;roll_title_weight&quot;:&quot;0&quot;,&quot;roll_title_normal&quot;:&quot;0&quot;,&quot;start_image&quot;:null,&quot;show_author&quot;:null,&quot;short_introduce&quot;:null,&quot;init_type&quot;:0,&quot;start_pc_img&quot;:&quot;&quot;,&quot;start_pc_po&quot;:null,&quot;start_phone_img&quot;:&quot;&quot;,&quot;start_phone_po&quot;:1,&quot;start_type&quot;:1,&quot;start_stop_time&quot;:3,&quot;start_count_down&quot;:1,&quot;start_color&quot;:&quot;#000000&quot;,&quot;start_bgimg&quot;:&quot;&quot;,&quot;start_image_link&quot;:null,&quot;daili_id&quot;:0,&quot;is_vr_card&quot;:0,&quot;selected&quot;:3,&quot;is_tui&quot;:2,&quot;opening_animation&quot;:1,&quot;language&quot;:1,&quot;language_url&quot;:&quot;&quot;,&quot;language_tab&quot;:1,&quot;start_image_close_time&quot;:null,&quot;advert_type&quot;:1,&quot;pc_advert&quot;:&quot;&quot;,&quot;phone_advert&quot;:&quot;&quot;,&quot;advert_url&quot;:&quot;&quot;,&quot;advert_url_type&quot;:2,&quot;initial_scene&quot;:2,&quot;initial_scene_id&quot;:2850,&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;:2850,&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;:null,&quot;start_pc_name&quot;:null,&quot;start_pc_locl&quot;:1,&quot;start_pc_vimg&quot;:null,&quot;start_pc_time&quot;:0,&quot;start_ph_video_id&quot;:0,&quot;start_ph_video&quot;:null,&quot;start_ph_name&quot;:null,&quot;start_ph_locl&quot;:1,&quot;start_ph_vimg&quot;:null,&quot;start_autoplay&quot;:1,&quot;start_loop&quot;:2,&quot;start_ph_time&quot;:0,&quot;watermark_text&quot;:&quot;&quot;,&quot;watermark_type&quot;:0,&quot;watermark_image&quot;:&quot;&quot;,&quot;watermark_fill&quot;:0,&quot;watermark_scale&quot;:100,&quot;watermark_opacity&quot;:30,&quot;watermark_gap&quot;:100,&quot;watermark_rotate&quot;:0,&quot;share_setting&quot;: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;:86,&quot;is_top&quot;:0,&quot;sandtable_watermark_enabled&quot;:0,&quot;sandtable_watermark_material_id&quot;:0,&quot;sandtable_watermark_url&quot;:&quot;&quot;,&quot;system_url&quot;:&quot;https:\/\/yj720.com.cn\/&quot;,&quot;system_advert&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240407\/1cb46aab037c4844b2f896b0b8dcb9b7.jpg&quot;,&quot;skin&quot;:{&quot;id&quot;:143,&quot;pano_id&quot;:143,&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;:143,&quot;pano_id&quot;:143,&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;:0,&quot;source&quot;:0,&quot;is_auto_show_thumb_list&quot;:1,&quot;is_show_service&quot;:1,&quot;is_wx_collect&quot;:1,&quot;littleplanetintro&quot;:1,&quot;menunav&quot;:1,&quot;is_bg_music_open&quot;:1,&quot;is_jieshuo_open&quot;:1,&quot;view_rotate&quot;:1,&quot;search&quot;:1,&quot;brush&quot;:1,&quot;open_ip_visit&quot;:0,&quot;ip_visit_hit&quot;:null,&quot;open_solution_lease&quot;:0,&quot;open_solution_brochure&quot;:0}}"/>
        <globals data='{"id":143,"pano_id":143,"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":0,"source":0,"is_auto_show_thumb_list":1,"is_show_service":1,"is_wx_collect":1,"littleplanetintro":1,"menunav":1,"is_bg_music_open":1,"is_jieshuo_open":1,"view_rotate":1,"search":1,"brush":1,"open_ip_visit":0,"ip_visit_hit":null,"open_solution_lease":0,"open_solution_brochure":0}'/>
        <tocopyuser data=''/>
        <tocopyurl data=''/>
        <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="3730" name="scene_3730">
                            </view>
                        <view view_id="3733" name="scene_3733">
                            </view>
                        <view view_id="3734" name="scene_3734">
                            </view>
                        <view view_id="3735" name="scene_3735">
                            </view>
                        <view view_id="3736" name="scene_3736">
                                <embeds>
                                            <embed name="embed_780" dataid="780" embed_type="2" play_type="0" interval="3" atv="43.693783503349124" ath="-164.38452699513283" scale="0.09" rz="0" rx="-8" ry="-12" pics_url="https://cdn.yj720.com.cn/uploads/3/image/20240430/o_1hsmt6fc96sk1c1taog1rh813uge">
                                                        <image url="https://cdn.yj720.com.cn/uploads/3/image/20240430/o_1hsmt6fc96sk1c1taog1rh813uge" name="image_449"/>
                                                    </embed>
                                        </embeds>
                            </view>
                        <view view_id="3737" name="scene_3737">
                            </view>
                        <view view_id="3738" name="scene_3738">
                            </view>
                        <view view_id="3739" name="scene_3739">
                            </view>
                        <view view_id="3740" name="scene_3740">
                            </view>
                        <view view_id="3741" name="scene_3741">
                            </view>
                        <view view_id="3742" name="scene_3742">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="3743" name="scene_3743">
                            </view>
                        <view view_id="3744" name="scene_3744">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="3749" name="scene_3749">
                            </view>
                        <view view_id="3754" name="scene_3754">
                            </view>
                        <view view_id="3759" name="scene_3759">
                            </view>
                        <view view_id="3762" name="scene_3762">
                            </view>
                        <view view_id="3769" name="scene_3769">
                            </view>
                        <view view_id="3779" name="scene_3779">
                            </view>
                        <view view_id="3729" name="scene_3729">
                            </view>
                        <view view_id="3747" name="scene_3747">
                            </view>
                        <view view_id="3752" name="scene_3752">
                            </view>
                        <view view_id="3760" name="scene_3760">
                            </view>
                        <view view_id="3763" name="scene_3763">
                            </view>
                        <view view_id="3776" name="scene_3776">
                            </view>
                        <view view_id="3786" name="scene_3786">
                            </view>
                        <view view_id="3731" name="scene_3731">
                            </view>
                        <view view_id="3746" name="scene_3746">
                            </view>
                        <view view_id="3753" name="scene_3753">
                            </view>
                        <view view_id="3765" name="scene_3765">
                            </view>
                        <view view_id="3774" name="scene_3774">
                            </view>
                        <view view_id="3782" name="scene_3782">
                            </view>
                        <view view_id="3748" name="scene_3748">
                            </view>
                        <view view_id="3755" name="scene_3755">
                            </view>
                        <view view_id="3777" name="scene_3777">
                            </view>
                        <view view_id="3780" name="scene_3780">
                            </view>
                        <view view_id="3732" name="scene_3732">
                            </view>
                        <view view_id="3745" name="scene_3745">
                            </view>
                        <view view_id="3756" name="scene_3756">
                            </view>
                        <view view_id="3768" name="scene_3768">
                            </view>
                        <view view_id="3772" name="scene_3772">
                            </view>
                        <view view_id="3784" name="scene_3784">
                            </view>
                        <view view_id="3728" name="scene_3728">
                            </view>
                        <view view_id="3750" name="scene_3750">
                            </view>
                        <view view_id="3757" name="scene_3757">
                            </view>
                        <view view_id="3767" name="scene_3767">
                            </view>
                        <view view_id="3773" name="scene_3773">
                            </view>
                        <view view_id="3785" name="scene_3785">
                            </view>
                        <view view_id="3751" name="scene_3751">
                            </view>
                        <view view_id="3766" name="scene_3766">
                            </view>
                        <view view_id="3778" name="scene_3778">
                            </view>
                        <view view_id="3783" name="scene_3783">
                            </view>
                        <view view_id="3761" name="scene_3761">
                            </view>
                        <view view_id="3775" name="scene_3775">
                            </view>
                        <view view_id="3781" name="scene_3781">
                            </view>
                        <view view_id="3764" name="scene_3764">
                            </view>
                        <view view_id="3771" name="scene_3771">
                            </view>
                        <view view_id="3770" name="scene_3770">
                            </view>
                        <view view_id="3758" name="scene_3758">
                            </view>
                        <view view_id="3789" name="scene_3789">
                            </view>
                        <view view_id="3793" name="scene_3793">
                            </view>
                        <view view_id="3787" name="scene_3787">
                            </view>
                        <view view_id="3791" name="scene_3791">
                            </view>
                        <view view_id="3790" name="scene_3790">
                            </view>
                        <view view_id="3792" name="scene_3792">
                            </view>
                        <view view_id="3788" name="scene_3788">
                            </view>
                        <view view_id="3802" name="scene_3802">
                            </view>
                        <view view_id="3803" name="scene_3803">
                            </view>
                        <view view_id="3801" name="scene_3801">
                            </view>
                        <view view_id="3796" name="scene_3796">
                            </view>
                        <view view_id="3797" name="scene_3797">
                            </view>
                        <view view_id="3806" name="scene_3806">
                            </view>
                        <view view_id="3795" name="scene_3795">
                            </view>
                        <view view_id="3794" name="scene_3794">
                            </view>
                        <view view_id="3805" name="scene_3805">
                            </view>
                        <view view_id="3804" name="scene_3804">
                            </view>
                        <view view_id="3800" name="scene_3800">
                            </view>
                        <view view_id="3798" name="scene_3798">
                            </view>
                        <view view_id="3799" name="scene_3799">
                            </view>
                        <view view_id="3808" name="scene_3808">
                            </view>
                        <view view_id="3807" name="scene_3807">
                            </view>
                        <view view_id="3809" name="scene_3809">
                            </view>
                        <view view_id="3810" name="scene_3810">
                            </view>
                        <view view_id="3811" name="scene_3811">
                            </view>
                        <view view_id="3812" name="scene_3812">
                            </view>
                        <view view_id="3813" name="scene_3813">
                            </view>
                    <fenzu data="[{&quot;id&quot;:1307,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u9152\u5e97&quot;,&quot;listorder&quot;:5,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:1308,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u516c\u5171\u533a\u57df&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3789,&quot;uid&quot;:3,&quot;material_id&quot;:7594,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/893d07a61f33f770&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/893d07a61f33f770\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u590f\u90fd\u6e29\u6cc9\u9152\u5e97\u95e8\u53e3&quot;,&quot;fenzuid&quot;:1308,&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;:-1.807010833520042,&quot;vlookat&quot;:-5.176398492586446,&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;:1714730257,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3793,&quot;uid&quot;:3,&quot;material_id&quot;:7589,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e780ee1c3e472ac1&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e780ee1c3e472ac1\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9152\u5e97\u5927\u5385&quot;,&quot;fenzuid&quot;:1308,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;: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;:1714964486,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3787,&quot;uid&quot;:3,&quot;material_id&quot;:7588,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/dd4950ca2870e36e&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/dd4950ca2870e36e\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6e56\u5fc3\u5854&quot;,&quot;fenzuid&quot;:1308,&quot;deltime&quot;:0,&quot;sort&quot;:2,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:3.2168955000004344,&quot;vlookat&quot;:-0.6546881310890665,&quot;fov&quot;:98,&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;:1714730257,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3791,&quot;uid&quot;:3,&quot;material_id&quot;:7597,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/c20caa42b55959ef&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/c20caa42b55959ef\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e2d\u5ead&quot;,&quot;fenzuid&quot;:1308,&quot;deltime&quot;:0,&quot;sort&quot;:3,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-3.687337122312,&quot;vlookat&quot;:0.81876472313143,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730257,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3790,&quot;uid&quot;:3,&quot;material_id&quot;:7595,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/a9ebf83e2f68ebc0&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/a9ebf83e2f68ebc0\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9633\u5149\u9910\u5385&quot;,&quot;fenzuid&quot;:1308,&quot;deltime&quot;:0,&quot;sort&quot;:4,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:2.152708295290377,&quot;vlookat&quot;:7.3203922647545205,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730257,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3792,&quot;uid&quot;:3,&quot;material_id&quot;:7570,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/3a00178cda3dd682&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/3a00178cda3dd682\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5927\u4f1a\u8bae\u5ba4&quot;,&quot;fenzuid&quot;:1308,&quot;deltime&quot;:0,&quot;sort&quot;:5,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-66.07846168322163,&quot;vlookat&quot;:8.291061411021504,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964344,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3788,&quot;uid&quot;:3,&quot;material_id&quot;:7592,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/b8880dfb48c214a5&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/b8880dfb48c214a5\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u795e\u6cc9\u53e4\u69d0&quot;,&quot;fenzuid&quot;:1308,&quot;deltime&quot;:0,&quot;sort&quot;:6,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:1.5110987101654119,&quot;vlookat&quot;:1.5901622621443106,&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;:1714730257,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1312,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u4eb2\u5b50\u5957\u623f&quot;,&quot;listorder&quot;:1,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3802,&quot;uid&quot;:3,&quot;material_id&quot;:7620,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/8076e47a031b15b5&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/8076e47a031b15b5\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5ba2\u5385&quot;,&quot;fenzuid&quot;:1312,&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;:-33.27711832771615,&quot;vlookat&quot;:17.911584606955053,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714963909,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3803,&quot;uid&quot;:3,&quot;material_id&quot;:7621,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/b16922ea147fb40c&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/b16922ea147fb40c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3b\u5367&quot;,&quot;fenzuid&quot;:1312,&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;:-9.43237454389962,&quot;vlookat&quot;:21.87782267245158,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:139,&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;:1714963909,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3801,&quot;uid&quot;:3,&quot;material_id&quot;:7618,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/b0cb600303b4e5d2&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/b0cb600303b4e5d2\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6b21\u5367&quot;,&quot;fenzuid&quot;:1312,&quot;deltime&quot;:0,&quot;sort&quot;:2,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:95,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714963909,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1310,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u82b1\u56ed\u5957\u623f&quot;,&quot;listorder&quot;:2,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3796,&quot;uid&quot;:3,&quot;material_id&quot;:7613,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/feee7e334e6a11ac&quot;,&quot;tiledimage&quot;:&quot;6656,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/feee7e334e6a11ac\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5ba2\u5385&quot;,&quot;fenzuid&quot;:1310,&quot;deltime&quot;:0,&quot;sort&quot;:21,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-40.22521688189468,&quot;vlookat&quot;:10.6954648794425,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730544,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3797,&quot;uid&quot;:3,&quot;material_id&quot;:7615,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/83a3637ea6c06df6&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/83a3637ea6c06df6\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3b\u5367&quot;,&quot;fenzuid&quot;:1310,&quot;deltime&quot;:0,&quot;sort&quot;:22,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-1.3117483150582032e-5,&quot;vlookat&quot;:11.233551205373187,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730544,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1314,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u884c\u653f\u5957\u623f&quot;,&quot;listorder&quot;:3,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3806,&quot;uid&quot;:3,&quot;material_id&quot;:7626,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e79462af235b0174&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\/e79462af235b0174\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5ba2\u5385&quot;,&quot;fenzuid&quot;:1314,&quot;deltime&quot;:0,&quot;sort&quot;:23,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-179.54712853406602,&quot;vlookat&quot;:13.782058532155558,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964045,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1309,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u5927\u5e8a\u623f&quot;,&quot;listorder&quot;:4,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3795,&quot;uid&quot;:3,&quot;material_id&quot;:7608,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/5bebccefa7e6d107&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/5bebccefa7e6d107\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3b\u5367&quot;,&quot;fenzuid&quot;:1309,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730391,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3794,&quot;uid&quot;:3,&quot;material_id&quot;:7607,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/2cff6b9b3453a151&quot;,&quot;tiledimage&quot;:&quot;7168,3584,1792,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/2cff6b9b3453a151\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u536b\u751f\u95f4&quot;,&quot;fenzuid&quot;:1309,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730391,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1313,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u53cc\u4eba\u623f&quot;,&quot;listorder&quot;:5,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3805,&quot;uid&quot;:3,&quot;material_id&quot;:7623,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/40e933133fe42833&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/40e933133fe42833\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3b\u5367&quot;,&quot;fenzuid&quot;:1313,&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;:-5.498610641606869,&quot;vlookat&quot;:12.659677905535103,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964112,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3804,&quot;uid&quot;:3,&quot;material_id&quot;:7622,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/db542dd94263e0e3&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/db542dd94263e0e3\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u536b\u751f\u95f4&quot;,&quot;fenzuid&quot;:1313,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-2.369909603666723,&quot;vlookat&quot;:11.037764097032493,&quot;fov&quot;:139,&quot;fovmin&quot;:70,&quot;fovmax&quot;:139,&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;:1714964112,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1311,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u5355\u4eba\u6ce1\u6c60\u623f&quot;,&quot;listorder&quot;:6,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3800,&quot;uid&quot;:3,&quot;material_id&quot;:7611,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/b911e687c87d9ae1&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/b911e687c87d9ae1\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3b\u5367&quot;,&quot;fenzuid&quot;:1311,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:12.284572367880665,&quot;vlookat&quot;:10.837062772952166,&quot;fov&quot;:107,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730743,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3798,&quot;uid&quot;:3,&quot;material_id&quot;:7609,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/eda324ce9945038b&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/eda324ce9945038b\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6ce1\u6c60&quot;,&quot;fenzuid&quot;:1311,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730743,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3799,&quot;uid&quot;:3,&quot;material_id&quot;:7610,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/d54dbac0914e7828&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/d54dbac0914e7828\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u536b\u751f\u95f4&quot;,&quot;fenzuid&quot;:1311,&quot;deltime&quot;:0,&quot;sort&quot;:2,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:2.8440903883165154,&quot;vlookat&quot;:15.884059115253912,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714730743,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1315,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u53cc\u4eba\u6ce1\u6c60\u623f&quot;,&quot;listorder&quot;:7,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3808,&quot;uid&quot;:3,&quot;material_id&quot;:7625,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/bef28662b467a156&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/bef28662b467a156\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3b\u5367&quot;,&quot;fenzuid&quot;:1315,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:0,&quot;effect_size&quot;:1,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:95,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964194,&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;1&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;1&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3807,&quot;uid&quot;:3,&quot;material_id&quot;:7624,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/11ff8248195de0b2&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/11ff8248195de0b2\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6ce1\u6c60&quot;,&quot;fenzuid&quot;:1315,&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;:-1.1509674090010746,&quot;vlookat&quot;:3.830072109613789,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964194,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3809,&quot;uid&quot;:3,&quot;material_id&quot;:7571,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/0478eae6f34b087f&quot;,&quot;tiledimage&quot;:&quot;6912,3584,1792,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/0478eae6f34b087f\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u53cc\u4eba\u6ce1\u6c60\u536b\u751f\u95f4&quot;,&quot;fenzuid&quot;:1315,&quot;deltime&quot;:0,&quot;sort&quot;:24,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964288,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1316,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u81ea\u52a9\u9910\u5385&quot;,&quot;listorder&quot;:8,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3810,&quot;uid&quot;:3,&quot;material_id&quot;:7636,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/c715e57c5c92d4e2&quot;,&quot;tiledimage&quot;:&quot;6784,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/c715e57c5c92d4e2\/thumb.jpg&quot;,&quot;title&quot;:&quot;1&quot;,&quot;fenzuid&quot;:1316,&quot;deltime&quot;:0,&quot;sort&quot;:25,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964381,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:3811,&quot;uid&quot;:3,&quot;material_id&quot;:7637,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/7d529f8fc00fda3c&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/7d529f8fc00fda3c\/thumb.jpg&quot;,&quot;title&quot;:&quot;2&quot;,&quot;fenzuid&quot;:1316,&quot;deltime&quot;:0,&quot;sort&quot;:26,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964381,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1317,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u9633\u5149\u623f&quot;,&quot;listorder&quot;:9,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3812,&quot;uid&quot;:3,&quot;material_id&quot;:7633,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/d4ced207f704946e&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/d4ced207f704946e\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5367\u5ba4&quot;,&quot;fenzuid&quot;:1317,&quot;deltime&quot;:0,&quot;sort&quot;:29,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:163.23844101748028,&quot;vlookat&quot;:15.94799333834561,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964823,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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;:1318,&quot;pano_id&quot;:143,&quot;name&quot;:&quot;\u6f8e\u6e43\u5385&quot;,&quot;listorder&quot;:10,&quot;parent_id&quot;:1307,&quot;view_list&quot;:[{&quot;id&quot;:3813,&quot;uid&quot;:3,&quot;material_id&quot;:7591,&quot;open_pid&quot;:0,&quot;pano_id&quot;:143,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/1c1a533f9a5fa0ef&quot;,&quot;tiledimage&quot;:&quot;6912,3328,1664,768&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/1c1a533f9a5fa0ef\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6f8e\u6e43\u5385 \u7528\u9910\u533a&quot;,&quot;fenzuid&quot;:1318,&quot;deltime&quot;:0,&quot;sort&quot;:28,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:116,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1714964529,&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;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;: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>
