.service-explorer-v24{--se24-purple:var(--shix-purple,#ab85e8);--se24-purple-border:color-mix(in srgb, var(--se24-purple) 38%, transparent);--se24-line:var(--line-soft,#cfd0d829);--se24-card-bg:#ffffff05;--se24-card-hover-bg:color-mix(in srgb, var(--se24-purple) 7%, #ffffff05);--se24-ease:cubic-bezier(.22, 1, .36, 1);flex-direction:column;gap:1.5rem;inline-size:100%;display:flex;position:relative}.service-explorer-v24__stage{display:none}.service-explorer-v24__catalogue{inline-size:100%}.service-explorer-v24__list{flex-direction:column;gap:1.25rem;display:flex}.service-explorer-v24__item-wrap{display:block}.service-explorer-v24__item{border:1px solid var(--se24-line);border-radius:var(--radius-sm,.375rem);background:var(--se24-card-bg);block-size:100%;color:inherit;-webkit-tap-highlight-color:transparent;grid-template-columns:1fr auto;text-decoration:none;display:grid;overflow:hidden}.service-explorer-v24__item:active{opacity:.88}.service-explorer-v24__thumb{aspect-ratio:16/9;border-block-end:1px solid var(--se24-line);background:#ffffff0a;grid-column:1/-1;inline-size:100%;display:block;overflow:hidden}.service-explorer-v24__thumb-img,.service-explorer-v24__thumb img{object-fit:cover;object-position:var(--scene-position,center);block-size:100%;inline-size:100%;display:block}.service-explorer-v24__item-body{flex-direction:column;grid-area:2/1;gap:.35rem;min-inline-size:0;padding-block:1rem 1.125rem;padding-inline-start:1.125rem;display:flex}.service-explorer-v24__item-head{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.service-explorer-v24__item-icon{flex-shrink:0;block-size:1.5rem;inline-size:1.5rem;display:block}.service-explorer-v24__item-label{color:var(--white,#fff);font-size:1.05rem;font-weight:500;line-height:1.3}.service-explorer-v24__item-summary{color:var(--text-muted,#b8c0cc);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}html:lang(zh-Hans) .service-explorer-v24__item-summary{line-height:1.6}.service-explorer-v24__arrow{color:var(--se24-purple);flex-shrink:0;grid-area:2/2;align-self:center;padding-block:1rem 1.125rem;padding-inline:.75rem 1.125rem;font-size:1.25rem;line-height:1}@media (width>=44rem){.service-explorer-v24__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}}.service-explorer-v24__panel{display:none}.service-explorer-v24__panel[data-active=true]{flex-direction:column;display:flex}.service-explorer-v24__stage-media{aspect-ratio:16/10;border-radius:var(--radius-sm,.375rem);background:#000010;inline-size:100%;position:relative;overflow:hidden}.service-explorer-v24__stage-img,.service-explorer-v24__stage-media img{object-fit:cover;object-position:var(--scene-position,center);block-size:100%;inline-size:100%;display:block}.service-explorer-v24__stage-caption{flex-direction:column;gap:.625rem;padding:1.25rem 0 0;display:flex}.service-explorer-v24__stage-head{align-items:center;gap:.625rem;display:flex}.service-explorer-v24__stage-icon{flex-shrink:0;block-size:1.75rem;inline-size:1.75rem;display:block}.service-explorer-v24__stage-title{color:var(--white,#fff);margin:0;font-size:1.25rem;font-weight:500;line-height:1.25}.service-explorer-v24__stage-summary{color:var(--text-muted,#b8c0cc);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:.9375rem;line-height:1.55}html:lang(zh-Hans) .service-explorer-v24__stage-summary{line-height:1.65}@media (width>=64rem) and (hover:hover) and (pointer:fine){.service-explorer-v24{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,3.5vw,3.5rem);display:grid}.service-explorer-v24__stage{background:0 0;border:none;border-radius:0;display:block;position:sticky;inset-block-start:calc(var(--site-header-height,5.75rem) + 1.5rem);overflow:visible}.service-explorer-v24__thumb{display:none}.service-explorer-v24__list{border-block-start:1px solid var(--se24-line);flex-direction:column;gap:0;display:flex}.service-explorer-v24__item{border:none;border-block-end:1px solid var(--se24-line);min-block-size:3rem;transition:border-color .16s var(--se24-ease), opacity .16s var(--se24-ease);background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem .25rem;display:flex;overflow:visible}.service-explorer-v24__item-body{flex:auto;gap:.25rem;padding:0}.service-explorer-v24__item-label{color:#ffffffc7;transition:color .16s var(--se24-ease)}.service-explorer-v24__item-summary{color:var(--text-muted,#9499ab);transition:color .16s var(--se24-ease)}.service-explorer-v24__item-icon{opacity:.75;transition:opacity .16s var(--se24-ease)}.service-explorer-v24__arrow{color:var(--se24-purple);opacity:.45;transition:transform .18s var(--se24-ease), opacity .18s var(--se24-ease), color .18s var(--se24-ease);align-self:center;padding:0 0 0 .5rem}.service-explorer-v24__item[data-active=true],.service-explorer-v24[data-service-explorer-mode=active] .service-explorer-v24__item:hover{border-block-end-color:var(--se24-purple);background:0 0}.service-explorer-v24__item[data-active=true] .service-explorer-v24__item-label,.service-explorer-v24[data-service-explorer-mode=active] .service-explorer-v24__item:hover .service-explorer-v24__item-label{color:var(--white,#fff)}.service-explorer-v24__item[data-active=true] .service-explorer-v24__item-summary,.service-explorer-v24[data-service-explorer-mode=active] .service-explorer-v24__item:hover .service-explorer-v24__item-summary{color:var(--text-primary,#e2e4ed)}.service-explorer-v24__item[data-active=true] .service-explorer-v24__item-icon,.service-explorer-v24[data-service-explorer-mode=active] .service-explorer-v24__item:hover .service-explorer-v24__item-icon{opacity:1}.service-explorer-v24__item[data-active=true] .service-explorer-v24__arrow,.service-explorer-v24[data-service-explorer-mode=active] .service-explorer-v24__item:hover .service-explorer-v24__arrow{opacity:1;color:var(--se24-purple);transform:translate(4px)}.service-explorer-v24[data-service-explorer-mode=active] .service-explorer-v24__list:hover .service-explorer-v24__item:not(:hover):not(:focus-visible):not([data-active=true]){opacity:.78}.service-explorer-v24[data-service-explorer-mode=active][data-preview-trigger=pointer] .service-explorer-v24__panel[data-active=true]{animation:se24-panel-fade .2s var(--se24-ease) both}@keyframes se24-panel-fade{0%{opacity:.72}to{opacity:1}}}.service-explorer-v24__item:focus-visible{outline:2px solid var(--se24-purple);outline-offset:2px;border-block-end-color:var(--se24-purple);transition:none!important}.service-explorer-v24__item:focus-visible .service-explorer-v24__arrow{transition:none!important;transform:none!important}@media (prefers-reduced-motion:reduce){.service-explorer-v24 *,.service-explorer-v24 :before,.service-explorer-v24 :after{transition:none!important;animation:none!important;transform:none!important}}html[data-qa="1"] .service-explorer-v24 *,html[data-qa=true] .service-explorer-v24 *,.service-explorer-v24[data-service-explorer-mode=bypassed] *{transition:none!important;animation:none!important}.journey-motion-v25{--journey-cyan:#5db2e3;--journey-purple:#ab85e8;--journey-dot-size:clamp(3.25rem, 5.3vw, 4.5rem);isolation:isolate;border-radius:var(--radius-lg,1.25rem);background:#000018;border:1px solid #ab85e87a;align-self:stretch;min-block-size:clamp(18rem,47vw,25rem);inline-size:100%;margin:0 0 clamp(1rem,2vw,1.5rem);position:relative;overflow:clip}.journey-motion-v25__caption{z-index:2;color:#f0eef7;letter-spacing:.04em;margin:0;font-size:clamp(.76rem,1.5vw,.9rem);font-weight:600;position:absolute;inset-block-start:1rem;inset-inline-start:1rem}.journey-motion-v25__route{z-index:0;block-size:100%;inline-size:100%;position:absolute;inset:0;overflow:visible}.journey-motion-v25__route-track,.journey-motion-v25__route-active{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.journey-motion-v25__route-track{stroke:#f0eef73b;stroke-width:1.4px}.journey-motion-v25__route-active{stroke:var(--journey-cyan);stroke-width:1.55px}.journey-motion-v25--exhibition .journey-motion-v25__route-active{stroke:var(--journey-purple)}.journey-motion-v25__marker{fill:var(--journey-cyan);stroke:#000018;stroke-width:1.15px}.journey-motion-v25--exhibition .journey-motion-v25__marker{fill:var(--journey-purple)}.journey-motion-v25__nodes{z-index:1;margin:0;padding:0;list-style:none;position:absolute;inset:0}.journey-motion-v25__node{inline-size:min(8.9rem,25%);block-size:var(--journey-dot-size);color:#f0eef7;text-align:center;position:absolute;inset-block-start:var(--journey-node-y);inset-inline-start:var(--journey-node-x);transform:translate(-50%,-50%)}.journey-motion-v25__node-dot{inline-size:var(--journey-dot-size);block-size:var(--journey-dot-size);background:#000018;border:1px solid #5db2e3ad;border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}.journey-motion-v25--exhibition .journey-motion-v25__node-dot{border-color:#ab85e8cc}.journey-motion-v25__node-dot img{object-fit:contain;block-size:80%;inline-size:80%;display:block}.journey-motion-v25__node-label{color:#f0eef7;text-align:center;text-wrap:balance;overflow-wrap:normal;word-break:normal;background:#000018;inline-size:max-content;max-inline-size:100%;font-size:clamp(.875rem,1.6vw,.98rem);font-weight:600;line-height:1.2;position:absolute;inset-block-start:calc(50% + var(--journey-dot-size) / 2 + .45rem);inset-inline-start:50%;transform:translate(-50%)}.journey-motion-v25__document{gap:.13rem;inline-size:1.35rem;margin-block-start:-.12rem;display:grid;position:absolute;inset-block-start:calc(50% + var(--journey-dot-size) / 2 + 3rem);inset-inline-start:50%;transform:translate(-50%)}.journey-motion-v25__document i{background:var(--journey-cyan);block-size:1px;display:block}.journey-motion-v25__document i:nth-child(2){inline-size:78%}.journey-motion-v25__document i:nth-child(3){inline-size:56%}.journey-motion-v25--exhibition .journey-motion-v25__document i{background:var(--journey-purple)}@media (width<=31rem){.journey-motion-v25{min-block-size:19rem}.journey-motion-v25__caption{inset-block-start:.75rem;inset-inline-start:.75rem}.journey-motion-v25__node{gap:.25rem;inline-size:30%}.journey-motion-v25__node-label{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.journey-motion-v25 *,.journey-motion-v25 :before,.journey-motion-v25 :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.home-v12 .v12-home-hero{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(2rem,4vw,4rem);min-height:40rem;padding-block:3rem 3.5rem}.home-v12 .v12-home-copy h1{letter-spacing:-.035em;max-width:38rem;margin-block:1.35rem 1.6rem;font-size:clamp(2.6rem,4.05vw,3.8rem);line-height:1.12}.home-v12 .v12-home-copy h1 span{color:var(--text-primary,#fff)}.home-v12 .v12-home-lead{color:var(--text-secondary,#b8c0cc);max-width:30rem;font-size:1.0625rem;line-height:1.7}.home-v12 .v12-actions{gap:1.25rem 1.65rem;margin-top:1.85rem}.home-v12 .v12-home-avatar{justify-self:end;width:100%;max-width:34rem}.home-v12 .v12-home-avatar>img{width:100%;max-height:33rem;margin:0}.home-v12 .v12-home-avatar figcaption{margin-top:.8rem}.home-v12 #company-services{border-top:1px solid var(--line-soft,#ffffff20);padding-top:3.75rem}.home-v12 .v12-app-intro h2{font-size:clamp(2.1rem,3.6vw,3.2rem)}.home-v12 .v12-app-intro{gap:3rem}.home-v12 .v12-category-mosaic{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.5rem}.home-v12 .v12-category{flex-direction:column;grid-column:span 2;display:flex}.home-v12 .v12-category-art,.home-v12 .v12-category--food .v12-category-art,.home-v12 .v12-category--hotels .v12-category-art,.home-v12 .v12-category--flights .v12-category-art{order:0;height:13rem;padding:1.25rem 1.25rem 0}.home-v12 .v12-category-copy,.home-v12 .v12-category--food .v12-category-copy{padding:1.4rem 1.5rem 1.75rem}.home-v12 .v12-category h3,.home-v12 .v12-category--food h3{max-width:none;font-size:1.3rem}.home-v12 .v12-category p,.home-v12 .v12-category--food p{font-size:.875rem}.home-v12 .v12-category--hotels,.home-v12 .v12-category--flights{grid-column:span 3;grid-template-columns:1fr 1fr;display:grid}.home-v12 .v12-category--hotels .v12-category-art,.home-v12 .v12-category--flights .v12-category-art{order:2}.home-v12 .v12-category--exhibition-tools{grid-column:span 4;grid-template-columns:1fr 1fr;align-items:center;display:grid}.product-v12--overview .pv-hero{column-gap:4rem;min-height:36.5rem;padding-block:3rem}.product-v12--overview .pv-hero-copy h1{letter-spacing:-.035em;font-size:clamp(2.5rem,3.6vw,3.35rem);line-height:1.12}.product-v12--overview .pv-lead{max-width:31rem;font-size:1.0625rem;line-height:1.7}.product-v12--overview .pv-scope-note{max-width:31rem;margin-top:1rem;font-size:.8125rem}.product-v12--overview .pv-app-device{justify-self:end;width:100%;max-width:32rem}.product-v12--overview .pv-app-device img{object-fit:contain;width:100%;max-height:29.5rem}.product-v12--overview #categories{border-top:1px solid var(--pv-line);padding-top:3.25rem;scroll-margin-top:0}.product-v12--overview #categories .pv-section-heading h2{font-size:clamp(2rem,3vw,2.75rem)}.product-v12--overview .pv-service-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.product-v12--overview .pv-service-tile{flex-direction:column;grid-column:auto;padding:0;display:flex}.product-v12--overview .pv-service-scene{height:13.5rem;min-height:0;padding:1rem}.product-v12--overview .pv-service-tile-copy{padding:1.5rem}.product-v12--overview .pv-service-tile h3{font-size:1.3rem}.product-v12--overview .pv-service-tile--exhibition-tools{grid-column:1/-1;grid-template-columns:1fr 1.6fr;align-items:center;display:grid}.product-v12--overview .pv-service-tile--exhibition-tools .pv-service-scene{height:13rem}@media (width<=62.5rem) and (width>=43.8125rem){.home-v12 .v12-home-hero{gap:1rem;min-height:33rem}.home-v12 .v12-home-copy h1{font-size:2.5rem}.home-v12 .v12-home-lead,.product-v12--overview .pv-lead{font-size:.95rem}.home-v12 .v12-actions{flex-direction:column;align-items:start;gap:.6rem}.product-v12--overview .pv-hero{gap:1.5rem}.product-v12--overview .pv-service-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=43.75rem){.home-v12 .v12-home-hero{gap:1.25rem;min-height:0;padding-block:2rem}.home-v12 .v12-home-copy h1{letter-spacing:-.03em;margin-block:1.15rem 1.35rem;font-size:clamp(2.15rem,9.6vw,3rem);line-height:1.12}.home-v12 .v12-home-lead{font-size:.9375rem;line-height:1.7}.home-v12 .v12-actions{align-items:start;gap:.75rem 1.5rem;margin-top:1.5rem}.home-v12 .v12-actions .v12-action{gap:1rem;padding-inline:1rem}.home-v12 .v12-home-avatar{align-self:center;width:100%;max-width:19rem}.home-v12 .v12-home-avatar>img{max-height:14rem}.home-v12 .v12-home-avatar figcaption{margin-top:.5rem}.home-v12 #company-services{padding-top:3rem}.home-v12 .v12-app-intro h2{font-size:2.25rem}.home-v12 .v12-category-mosaic{grid-template-columns:1fr;gap:1rem}.home-v12 .v12-category,.home-v12 .v12-category--food,.home-v12 .v12-category--hotels,.home-v12 .v12-category--flights,.home-v12 .v12-category--exhibition-tools{grid-column:auto;grid-template-columns:6.5rem minmax(0,1fr);align-items:start;display:grid}.home-v12 .v12-category-art,.home-v12 .v12-category--food .v12-category-art,.home-v12 .v12-category--hotels .v12-category-art,.home-v12 .v12-category--flights .v12-category-art{order:0;height:8rem;padding:.75rem .4rem .25rem .75rem}.home-v12 .v12-category-copy,.home-v12 .v12-category--food .v12-category-copy{padding:1.15rem .85rem 1.2rem .5rem}.home-v12 .v12-category-copy>div{gap:.4rem;margin-bottom:.75rem}.home-v12 .v12-category-copy>div>img{width:1.5rem;height:1.5rem}.home-v12 .v12-category h3,.home-v12 .v12-category--food h3{font-size:1.125rem}.home-v12 .v12-category p,.home-v12 .v12-category--food p{font-size:.8125rem;line-height:1.6}.product-v12--overview .pv-hero{gap:1.5rem;min-height:0;padding-block:2rem}.product-v12--overview .pv-hero-copy h1{font-size:2.3rem;line-height:1.12}.product-v12--overview .pv-lead{font-size:.9375rem}.product-v12--overview .pv-app-device{justify-self:center;max-width:18rem}.product-v12--overview .pv-app-device img{max-height:16rem}.product-v12--overview #categories{padding-top:2.5rem}.product-v12--overview .pv-service-gallery{grid-template-columns:1fr;gap:1rem}.product-v12--overview .pv-service-tile,.product-v12--overview .pv-service-tile--exhibition-tools{grid-column:auto;grid-template-columns:6.5rem minmax(0,1fr);align-items:start;display:grid}.product-v12--overview .pv-service-scene,.product-v12--overview .pv-service-tile--exhibition-tools .pv-service-scene{height:8.5rem;padding:1rem .4rem 0 .65rem}.product-v12--overview .pv-service-tile-copy{gap:.5rem;padding:1.2rem .85rem 1.2rem .5rem}.product-v12--overview .pv-service-tile h3{font-size:1.125rem}.product-v12--overview .pv-service-tile-copy>p{font-size:.8125rem}}
