@font-face {
  font-family: "Source Han Serif CN";
  src: url("assets/SourceHanSerifCN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body,
#app {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}
html *,
body * {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}
html.wechat-font-pending #app {
  visibility: hidden;
}
:root {
  --navy: #06162e;
  --blue: #0b2b52;
  --pale: #d9e3ed;
  --mist: #c2d3e4;
  --rose: #ffc266;
  --line: rgba(216,229,240,.25);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #06162e;
  color: #f5f8fb;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  overscroll-behavior: none;
}
button {
  font: inherit;
  cursor: pointer;
}
.local-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  object-fit: contain;
}
#app {
  height: 100dvh;
  background: var(--navy);
  overflow: hidden;
  position: relative;
  touch-action: pan-x;
}
#app section,#app header,#app nav {
  animation-duration: .52s;
  animation-timing-function: cubic-bezier(.22,.61,.36,1);
  animation-fill-mode: both;
}
.slide-up section,.slide-up nav {
  animation-name: enter-up;
}
.slide-down section,.slide-down nav {
  animation-name: enter-down;
}
.slide-up .screen > *:not(.event-video-frame),
.slide-down .screen > *:not(.event-video-frame) {
  animation-duration: .68s;
  animation-timing-function: cubic-bezier(.22,.61,.36,1);
  animation-fill-mode: both;
}
.slide-up .screen > *:not(.event-video-frame) { animation-name: content-enter-up; }
.slide-down .screen > *:not(.event-video-frame) { animation-name: content-enter-down; }
.screen > :nth-child(1) { animation-delay: .04s; }
.screen > :nth-child(2) { animation-delay: .10s; }
.screen > :nth-child(3) { animation-delay: .16s; }
.screen > :nth-child(4) { animation-delay: .23s; }
.screen > :nth-child(5) { animation-delay: .30s; }
.screen > :nth-child(6) { animation-delay: .36s; }
.slide-up .screen-recap > .eyebrow,
.slide-down .screen-recap > .eyebrow,
.slide-up .screen-recap > h2,
.slide-down .screen-recap > h2,
.slide-up .screen-recap > .intro,
.slide-down .screen-recap > .intro {
  animation-name: none !important;
}
.slide-up .screen-programme > *,
.slide-down .screen-programme > *,
.slide-up .screen-guests > *,
.slide-down .screen-guests > *,
.slide-up .screen-exhibitors > *,
.slide-down .screen-exhibitors > * {
  animation-name: none !important;
}
.slide-up .screen-closing > .closing,
.slide-down .screen-closing > .closing {
  animation-name: none !important;
}
@keyframes programme-item-enter {
  from { opacity: 0; transform: translate3d(0, 70px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes closing-eyebrow-enter {
  from { opacity: 0; transform: translate3d(0, -70px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.slide-up .screen-closing .closing > .eyebrow,
.slide-down .screen-closing .closing > .eyebrow {
  animation: closing-eyebrow-enter .5s ease-out 0s both !important;
}
.slide-up .screen-programme .programme article,
.slide-down .screen-programme .programme article {
  animation-name: programme-item-enter !important;
  animation-duration: .45s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
}
.screen-programme .programme article:nth-child(1) { animation-delay: .30s !important; }
.screen-programme .programme article:nth-child(2) { animation-delay: .42s !important; }
.screen-programme .programme article:nth-child(3) { animation-delay: .54s !important; }
.screen-programme .programme article:nth-child(4) { animation-delay: .66s !important; }
.screen-programme .programme article:nth-child(5) { animation-delay: .78s !important; }
@keyframes enter-up {
  from {
    opacity: .25;
    transform: translateY(18%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-down {
  from {
    opacity: .25;
    transform: translateY(-18%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes content-enter-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes content-enter-down {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section {
  height: 100dvh;
  padding: 83px 24px 107px;
  position: relative;
  overflow: hidden;
  background: #071a35;
}
section:not(.cover) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blue {
  background: var(--blue);
}
.screen {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.screen-information {
  background-image: linear-gradient(rgba(4, 20, 52, .5), rgba(4, 20, 52, .6)), url("assets/invitation-screen-2.png");
}
.screen-information .intro {
  margin-bottom: 12px;
}
.event-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 10px;
  border: 0;
  background: #06162e;
  overflow: hidden;
}
.event-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: rgba(5, 20, 48, .82);
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.video-play .local-icon {
  margin-left: 4px;
}
.event-video-frame.is-playing .video-play {
  opacity: 0;
  pointer-events: none;
}
.screen-information dl div {
  padding: 13px 0;
}
.screen-information .info-actions {
  margin-top: 16px;
}
.screen-recap {
  background-image: linear-gradient(rgba(2, 14, 42, .5), rgba(2, 14, 42, .6)), url("assets/invitation-screen-3.png");
}
.screen-recap .intro {
  display: none;
  align-self: flex-start;
  text-align: left;
}
.screen-recap h2,
.screen-programme h2,
.screen-guests h2,
.screen-exhibitors h2 {
  margin-bottom: 20px;
}
.screen-programme {
  background-image: linear-gradient(rgba(3, 18, 48, .5), rgba(3, 18, 48, .6)), url("assets/invitation-screen-4.png");
}
.screen-programme .intro {
  display: none;
}
.screen-guests {
  background-image: linear-gradient(rgba(2, 14, 42, .5), rgba(2, 14, 42, .6)), url("assets/invitation-screen-5.png");
}
.screen-guests .intro {
  display: none;
}
.screen-exhibitors {
  background-image: linear-gradient(rgba(2, 14, 42, .5), rgba(2, 14, 42, .6)), url("assets/invitation-screen-6.png");
}
.screen-exhibitors .intro {
  display: none;
}
.screen-access {
  background-image: linear-gradient(rgba(2, 14, 42, .58), rgba(2, 14, 42, .72)), url("assets/invitation-screen-7.png");
}
.screen-closing {
  background-image: linear-gradient(rgba(2, 14, 42, .5), rgba(2, 14, 42, .6)), url("assets/invitation-screen-7.png");
}
.screen-closing .hero {
  object-position: center bottom;
  background: #1455d8;
}
.screen-closing .closing {
  position: relative;
  z-index: 2;
  width: 100%;
}
.screen-closing .closing > .eyebrow {
  display: none;
}
.screen-closing {
  gap: 0;
}
.screen-closing .closing-registration {
  width: min(100%, 360px);
  align-self: center;
  gap: 0;
}
.screen-closing .closing-registration article {
  width: 100%;
  padding: 16px 12px;
  text-align: center;
}
.screen-closing .closing-registration .registration-qr {
  width: min(100%, 112px);
}
header {
  height: 56px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 22px 0;
  display: flex;
  gap: 9px;
  align-items: center;
  font: 10px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .13em;
}
header i {
  height: 1px;
  background: var(--line);
  flex: 1;
}
header small {
  color: var(--mist);
}
header button,.top button {
  border: 0;
  background: transparent;
  color: #fff;
}
.cover {
  padding: 0;
  height: 100dvh;
}
.hero,.shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shade {
  background: rgba(3,13,30,.48);
}
.top {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 22px;
  right: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top img,.logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.cover-copy {
  position: absolute;
  z-index: 2;
  left: 27px;
  right: 27px;
  bottom: 134px;
}
.cover-copy p,.eyebrow {
  margin: 0 0 15px;
  color: #f2c8ba;
  font: 11px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .18em;
}
.cover h1 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
  max-width: 330px;
  font-weight: 700;
}
.cover-copy b {
  display: block;
  width: 55px;
  height: 1px;
  background: #e9c3b0;
  margin: 18px 0;
}
.cover-copy small {
  font: 12px/1.9 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.cover-copy em {
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 1px solid #e9c3b0;
  border-radius: 50%;
  padding: 13px 9px;
  font-size: 12px;
  font-style: normal;
  color: #f2c4ae;
}
.open {
  position: absolute;
  z-index: 2;
  left: 27px;
  right: 27px;
  bottom: 34px;
  height: 46px;
  border: 1px solid rgba(248,232,222,.72);
  background: rgba(5,20,43,.48);
  color: #fff;
  letter-spacing: .15em;
  font-size: 10px;
}
h1,
h2 {
  font-family: "Source Han Serif CN", "Songti SC", "STSong", serif;
}
h2 {
  font-size: 32px;
  line-height: 1.22;
  margin: 0;
  max-width: 310px;
  font-weight: 700;
}
.intro {
  color: var(--mist);
  font: 14px/1.9 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  margin: 12px 0 24px;
}
.info-kicker {
  margin: 0 0 18px;
  color: #f2c8ba;
  font: 14px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 500;
  letter-spacing: .16em;
}
.logo {
  position: absolute;
  right: 24px;
  top: 91px;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
dl {
  border-top: 1px solid var(--line);
  margin: 0;
}
dl div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.info-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.info-actions button,
.info-actions a {
  height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font: 13px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.info-actions .local-icon { font-size: 17px; }
.map-action {
  border: 1px solid #ffc266;
  color: #1b2733;
  background: #ffc266;
}
.plan-action {
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(8, 12, 11, .28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.venue-plan-modal {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px max(28px, env(safe-area-inset-bottom));
}
.venue-plan-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 10, 25, .82);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.venue-plan-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.venue-plan-content img {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 142px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
  touch-action: none;
  transform-origin: center;
  transition: transform .16s ease-out;
  will-change: transform;
}
.venue-plan-content img.is-pinching {
  transition: none;
}
.venue-plan-close {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: rgba(5, 20, 48, .86);
  color: #fff;
  font: 30px/1 Arial, sans-serif;
}
dt {
  font: 11px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--rose);
  letter-spacing: .15em;
}
dd {
  margin: 6px 0 0;
  font: 13px/1.55 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.facts,.companies {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4px;
  background: var(--line);
  border: 1px solid var(--line);
}
.facts {
  background: transparent;
  border: none;
}
.facts article {
  background: rgba(16, 72, 158, .68);
  border: 1px solid rgba(126, 181, 255, .34);
  min-height: 83px;
  padding: 14px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.companies span {
  background: var(--blue);
  min-height: 83px;
  padding: 14px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.facts strong {
  color: #ffc266;
  font: 25px "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.facts strong b {
  font-weight: 700;
}
.facts strong small {
  font-size: 13px;
  font-weight: 500;
}
.facts span {
  font: 11px/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #bbcad8;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.tags span {
  padding: 9px 11px;
  border: 1px solid rgba(214,161,144,.55);
  font: 12px/1.35 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #f7e8e1;
}
.tags span:nth-child(3n) {
  border-color: rgba(255,194,102,.65);
  color: #ffc266;
}
.programme {
  border-top: 1px solid var(--line);
}
.programme-viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-x;
}
.programme-track {
  display: flex;
  width: 100%;
  transition: transform .42s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.programme-page {
  flex: 0 0 100%;
  min-width: 100%;
}
.programme-progress {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
}
.programme-progress span {
  flex: 0 0 8px;
  width: 8px;
  height: 3px;
  border-radius: 2px;
  background: rgba(216, 229, 240, .28);
  transition: background-color .3s ease;
}
.programme-progress span.is-active {
  background: #f2b2ab;
}
.programme article {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.programme time {
  display: block;
  padding: 0;
  color: var(--rose);
  font: 11px/1.3 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 500;
}
.programme strong {
  display: block;
  margin-top: 5px;
  color: #f5f8fb;
  font: 14px/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 400;
}
html[lang="en"] .screen-programme .programme article {
  padding: 8px 0;
}
html[lang="en"] .screen-programme .programme strong {
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
html[lang="en"] .screen-exhibitors h2 {
  font-size: 30px;
  line-height: 1.15;
  white-space: nowrap;
}
html[lang="en"] .screen > h2,
html[lang="en"] .screen-closing h2 {
  font-size: 30px;
  line-height: 1.2;
}
ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
ol li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}
ol li::before {
  content: counter(list-item,decimal-leading-zero);
  display: inline-block;
  width: 34px;
  color: var(--rose);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.blue ol li::before {
  content: none;
  display: none;
}
.guest-marquee {
  height: 312px;
  overflow: hidden;
}
.guest-marquee ol {
  margin: 0;
  animation: guest-marquee-scroll 40s linear infinite;
}
.guest-marquee li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.guest-marquee li .local-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  opacity: .9;
}
@keyframes guest-marquee-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
.companies span {
  min-height: 54px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  color: #e0e8f0;
  font: 12px "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.exhibitor-marquee {
  width: calc(100% + 48px);
  margin-left: -24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 4px 0;
}
.exhibitor-row {
  width: 100%;
  overflow: hidden;
  contain: layout paint;
}
.exhibitor-row-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: exhibitor-scroll-left 28s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.exhibitor-sequence {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}
.exhibitor-row-track.reverse {
  animation-name: exhibitor-scroll-right;
  animation-duration: 32s;
}
.exhibitor-row:nth-child(2) .exhibitor-row-track { animation-delay: -7s; }
.exhibitor-row:nth-child(3) .exhibitor-row-track { animation-delay: -14s; }
.exhibitor-row:nth-child(4) .exhibitor-row-track { animation-delay: -21s; }
.exhibitor-row:nth-child(5) .exhibitor-row-track { animation-delay: -9s; }
.exhibitor-row span {
  flex: 0 0 auto;
  padding: 9px 16px;
  border: 1px solid rgba(126, 181, 255, .34);
  border-radius: 999px;
  background: rgba(16, 72, 158, .68);
  color: #edf5ff;
  font: 13px/1.2 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
@keyframes exhibitor-scroll-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 5px), 0, 0); }
}
@keyframes exhibitor-scroll-right {
  from { transform: translate3d(calc(-50% - 5px), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.reference-crop {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}
.reference-crop img {
  display: block;
  max-width: none;
  height: auto;
}
.access-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.access-stack article {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(59 131 227 / 34%);
  background: rgb(38 103 202 / 50%);
}
.access-stack h2 {
  align-self: center;
  margin: 0 0 11px;
  color: #f5f8fb;
  font: 700 22px/1.2 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  text-align: center;
}
.registration-qr {
  width: min(100%, 144px);
  aspect-ratio: 242 / 240;
  margin: 0;
  border-radius: 4px;
}
.registration-qr img {
  width: 100%;
  border-radius: 12px;
}
.venue-map {
  width: min(100%, 260px);
  aspect-ratio: 241 / 174;
  margin: 0;
  border-radius: 4px;
}
button.venue-map {
  padding: 0;
  border: 0;
  cursor: zoom-in;
}
.venue-map img {
  width: 100%;
}
.access-stack article > p {
  margin: 10px 0 0;
  color: #d8e3ed;
  font: 11px/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  text-align: center;
}
@keyframes access-enter-left {
  from { opacity: 0; transform: translate3d(-56px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes access-enter-right {
  from { opacity: 0; transform: translate3d(56px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.slide-up .screen-access > .access-stack,
.slide-down .screen-access > .access-stack {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.slide-up .screen-access .registration-card > *,
.slide-down .screen-access .registration-card > * {
  animation: access-enter-left .5s cubic-bezier(.22,.61,.36,1) both !important;
}
.slide-up .screen-access .transport-card > *,
.slide-down .screen-access .transport-card > * {
  animation: access-enter-right .5s cubic-bezier(.22,.61,.36,1) both !important;
}
.screen-access .registration-card > :nth-child(1) { animation-delay: .05s !important; }
.screen-access .registration-card > :nth-child(2) { animation-delay: .20s !important; }
.screen-access .registration-card > :nth-child(3) { animation-delay: .35s !important; }
.screen-access .transport-card > :nth-child(1) { animation-delay: .52s !important; }
.screen-access .transport-card > :nth-child(2) { animation-delay: .67s !important; }
.screen-access .transport-card > :nth-child(3) { animation-delay: .82s !important; }
.slide-up .screen-closing > .closing-registration,
.slide-down .screen-closing > .closing-registration {
  animation: none !important;
}
.slide-up .screen-closing .registration-card > *,
.slide-down .screen-closing .registration-card > * {
  animation: access-enter-left .5s cubic-bezier(.22,.61,.36,1) both !important;
}
.screen-closing .registration-card > :nth-child(1) { animation-delay: .05s !important; }
.screen-closing .registration-card > :nth-child(2) { animation-delay: .20s !important; }
.screen-closing .registration-card > :nth-child(3) { animation-delay: .35s !important; }
@media (prefers-reduced-motion: reduce) {
  .exhibitor-row-track,
  .screen > *,
  .screen-access article > * {
    animation-play-state: paused;
  }
}
.closing ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border-top: 1px solid var(--line);
}
.closing .eyebrow,
.closing h2 {
  align-self: center;
  text-align: center;
}
.closing .intro {
  margin: 24px 0;
  text-align: center;
}
.closing h2 { max-width: none; }
.screen-closing .closing h2 {
  color: #ffc266;
}
.screen-closing .closing .intro {
  margin-bottom: 16px;
}
.closing li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font: 12px "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.closing li .local-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.closing li span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.closing li strong {
  color: #f5f8fb;
  font-weight: 500;
}
.closing li small {
  color: var(--mist);
  font: 10px/1.3 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.confirm {
  width: 100%;
  height: 48px;
  border: 0;
  background: #e4b19b;
  color: #132440;
  font-size: 11px;
  letter-spacing: .15em;
}
.closing>small,
.screen-closing > .closing-footer {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #a9bbca;
  font: 10px/1.7 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
}
nav {
  height: 58px;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 18px;
  background: rgba(4,16,33,.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav>button {
  border: 0;
  background: transparent;
  color: #cbd7e2;
  font-size: 10px;
}
nav>button:disabled {
  opacity: .35;
}
.dot {
  padding: 0;
  border: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64758a;
  margin: 0 2px;
}
.dot.active {
  width: 16px;
  border-radius: 8px;
  background: #d8a18e;
}
/* Invitation cover */
.invitation-copy {
  left: 24px;
  right: 24px;
  bottom: 150px;
}
.invitation-copy p {
  color: #fff;
  font: 12px/1.2 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .18em;
}
.invitation-copy h1 {
  font-family: "Source Han Serif CN", "Songti SC", "STSong", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.38;
  letter-spacing: .02em;
}
.cover .invitation-copy h1 {
  color: #ffc266;
}
.invitation-copy b {
  margin: 16px 0 17px;
  width: 52px;
  background: #ffc266;
}
.invitation-copy small {
  display: block;
  max-width: 320px;
  color: #eef1ee;
  font-size: 14px;
  line-height: 1.85;
}
.invitation-copy footer {
  margin-top: 25px;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}
.invitation-copy footer span {
  color: #ffc266;
  font: 11px/1.8 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .04em;
}
.cover .invitation-copy {
  bottom: 150px;
}
.shade {
  background: rgba(3, 13, 30, .3);
}
.cover {
  background: #1455d8;
}
.cover .hero {
  object-fit: cover;
  object-position: center bottom;
  background: #1455d8;
}
/* Header */
.site-header {
  height: 60px;
  min-height: 60px;
  z-index: 12;
  padding: 0 14px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.site-header .brand {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.site-header .brand img {
  width: 26px;
  /* height: 31px; */
  object-fit: cover;
  border-radius: 2px;
}
.site-header .brand span {
  color: #fff;
  font: 12px/1.25 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  white-space: nowrap;
}
.site-header .brand .brand-name-en {
  max-width: 190px;
  white-space: normal;
  line-height: 1.15;
}
.site-header .brand .brand-name-en > span {
  display: block;
  white-space: nowrap;
}
.site-header .brand small {
  display: block;
  margin-top: 2px;
  color: #e4edf3;
  font: 9px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .05em;
}
.site-header .toolbar {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header .toolbar button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  color: #fff;
  background: rgba(8, 12, 11, .28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font: 11px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  cursor: pointer;
}
.site-header .toolbar .lang {
  min-width: 36px;
}
.site-header .toolbar .lang.active {
  background: rgba(8, 12, 11, .28);
  color: #ffc266;
}
.site-header .toolbar .share {
  min-width: 36px;
  margin-left: 0;
  background: rgba(8, 12, 11, .28);
  font-size: 18px;
  line-height: 1;
}
.site-header .toolbar .volume {
  min-width: 36px;
  margin-left: 0;
  background: rgba(8, 12, 11, .28);
  font-size: 15px;
  line-height: 1;
}
/* Page navigation */
.page-pager {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: max(16px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font: 11px/1 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: .04em;
}
.page-pager button {
  width: 24px;
  height: 24px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}
.page-pager .local-icon {
  display: block;
  position: relative;
  top: -3px;
  animation: pager-bounce 1.5s ease-in-out infinite;
}
.page-pager button:disabled {
  opacity: .42;
  cursor: default;
}
.site-header .toolbar .local-icon, .page-pager .local-icon {
  height: 1em;
  flex: 0 0 auto;
}
@keyframes pager-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-pager .local-icon {
    animation: none;
  }
}
@media (max-width: 480px) {
  section {
    padding: 72px 16px 92px;
  }
  .site-header {
    padding: 0 10px;
  }
  .site-header .brand {
    gap: 7px;
  }
  .site-header .brand span {
    font-size: 11px;
    line-height: 1.2;
  }
  .site-header .brand .brand-name-en {
    max-width: min(230px, calc(100vw - 146px));
    font-size: 10px;
    line-height: 1.25;
  }
  .site-header .brand .brand-name-en > span {
    font-size: 10px;
  }
  .cover-copy,
  .invitation-copy {
    left: 18px;
    right: 18px;
  }
  .invitation-copy {
    bottom: 122px;
  }
  .invitation-copy h1 {
    font-size: 28px;
    line-height: 1.32;
  }
  .invitation-copy small {
    max-width: none;
    font-size: 13px;
    line-height: 1.75;
  }
  .cover-copy p,
  .eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
  }
  h2 {
    font-size: 27px;
    line-height: 1.18;
    max-width: none;
  }
  .intro {
    font-size: 12px;
    line-height: 1.7;
    margin: 10px 0 20px;
  }
  .info-actions {
    flex-wrap: wrap;
  }
  .info-actions button,
  .info-actions a {
    flex: 1 1 0;
    min-width: 0;
  }
  .facts article,
  .companies span {
    min-height: 76px;
    padding: 12px 10px;
  }
  .facts strong {
    font-size: 21px;
  }
  .facts strong small {
    font-size: 11px;
  }
  .facts span {
    font-size: 10px;
    line-height: 1.4;
  }
  .programme strong {
    font-size: 13px;
  }
  .guest-marquee {
    height: 280px;
  }
  .exhibitor-marquee {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .exhibitor-row span {
    padding: 8px 12px;
    font-size: 12px;
  }
  .access-stack {
    gap: 14px;
  }
  .access-stack article {
    padding: 16px 12px;
  }
  .access-stack h2 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: normal;
  }
  .registration-qr {
    width: min(100%, 120px);
  }
  .venue-map {
    width: min(100%, 220px);
  }
  .access-stack article > p {
    margin-top: 8px;
    font-size: 12px;
  }
  .closing>small,
  .screen-closing > .closing-footer {
    white-space: normal;
    line-height: 1.5;
  }
  html[lang="en"] .screen-exhibitors h2 {
    white-space: normal;
    font-size: 24px;
  }
  html[lang="en"] .screen > h2,
  html[lang="en"] .screen-closing h2 {
    font-size: 24px;
  }
}
