@charset "UTF-8";
@import url(fonts.css);
* {
  font-family: Montserrat, "Microsoft YaHei", Arial, sans-serif !important;
}

.page-footer {
  margin-top: 0 !important;
}

.activity_99_2026-page {
  background-color: #e4f0ff;
  color: var(--main-color);
  line-height: 1.5;
  padding-bottom: 50px;
}
.activity_99_2026-page img {
  max-width: 100%;
}
.activity_99_2026-page .row-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.activity_99_2026-page .row-title .tit {
  font-size: 32px;
  line-height: 1.3;
  color: var(--text-color);
  letter-spacing: 0;
  font-weight: 700;
}
.activity_99_2026-page .row-title .sub-title {
  font-size: 16px;
  color: var(--text-color);
  opacity: .8;
  line-height: 1.7;
}
.activity_99_2026-page .page-row {
  margin: 60px 0;
  position: relative;
}
.activity_99_2026-page .top-banner {
  position: relative;
  min-height: 820px;
  background: url("/static/home/images/99/2026/top-banner.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.activity_99_2026-page .top-banner .banner-inner {
  position: relative;
  z-index: 2;
  padding-top: 36px;
}
.activity_99_2026-page .top-banner .logo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity_99_2026-page .top-banner .logo-bar .logo-left {
  display: flex;
  align-items: center;
}
.activity_99_2026-page .top-banner .logo-bar .logo-left img {
  height: 43px;
}
.activity_99_2026-page .top-banner .logo-bar .logo-left .split-line {
  width: 2px;
  height: 37px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 1.5px;
  margin: 0 12px 0 24px;
}
.activity_99_2026-page .top-banner .logo-bar .logo-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.activity_99_2026-page .top-banner .logo-bar .logo-right img {
  height: 38px;
}
.activity_99_2026-page .top-banner .hero-title {
  text-align: center;
  margin: 90px auto 0;
  font-size: 52px;
  font-weight: 800;
  color: #000E52;
  line-height: 1.35;
}
.activity_99_2026-page .top-banner .hero-title .icon {
  display: inline-flex;
  width: 122px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin: 0 10px;
  background-image: url("/static/home/images/99/2026/top99@2x.png");
}
.activity_99_2026-page .top-banner .hero-meta {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #000E52;
}
.activity_99_2026-page .top-banner .hero-meta span {
  margin: 0 12px;
}
.activity_99_2026-page .top-banner .tag-bar {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid white;
  height: 40px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  margin: 30px auto;
  gap: 20px;
}
.activity_99_2026-page .top-banner .tag-bar .tag-item {
  display: flex;
  align-items: center;
}
.activity_99_2026-page .top-banner .tag-bar .tag-item .tag-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
}
.activity_99_2026-page .top-banner .tag-bar .tag-item .tag-text {
  font-size: 16px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 500;
}
.activity_99_2026-page .top-banner .countdown-wrap {
  text-align: center;
}
.activity_99_2026-page .top-banner .countdown-wrap .countdown-label {
  font-size: 16px;
  color: #0a1f44;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.activity_99_2026-page .top-banner .countdown-wrap .countdown-grid {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}
.activity_99_2026-page .top-banner .countdown-wrap .countdown-grid .cd-block {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid white;
  border-radius: 12px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* 必须加前缀，兼容 Safari 浏览器 */
}
.activity_99_2026-page .top-banner .countdown-wrap .countdown-grid .cd-block .cd-num {
  font-weight: 700;
  font-size: 100px;
  color: #000E52;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  background: linear-gradient(180deg, #000E52 0%, #003FD0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 8px 20px rgba(45, 125, 255, 0.25));
}
.activity_99_2026-page .top-banner .countdown-wrap .countdown-grid .cd-sep {
  font-size: 22px;
  color: #000E52;
  letter-spacing: 0.44px;
  font-weight: 400;
}
.activity_99_2026-page .why-attend .stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.activity_99_2026-page .why-attend .stat-card {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(45, 125, 255, 0.08);
  border: 1px solid rgba(45, 125, 255, 0.06);
}
.activity_99_2026-page .why-attend .stat-card:nth-child(1) {
  background-image: url("/static/home/images/99/2026/stat_bg_01.png");
}
.activity_99_2026-page .why-attend .stat-card:nth-child(2) {
  background-image: url("/static/home/images/99/2026/stat_bg_02.png");
}
.activity_99_2026-page .why-attend .stat-card:nth-child(3) {
  background-image: url("/static/home/images/99/2026/stat_bg_03.png");
}
.activity_99_2026-page .why-attend .stat-card:nth-child(4) {
  background-image: url("/static/home/images/99/2026/stat_bg_04.png");
}
.activity_99_2026-page .why-attend .stat-card .stat-icon {
  height: 80px;
  margin-bottom: 22px;
}
.activity_99_2026-page .why-attend .stat-card .stat-num {
  line-height: 1;
  margin-bottom: 12px;
}
.activity_99_2026-page .why-attend .stat-card .stat-num .num {
  font-size: 44px;
  font-weight: 700;
  color: #2d7dff;
  /* 1. 设置渐变背景 */
  background: linear-gradient(to left, #FF5632, #BF43FF, #5631FF, #205DFF, #43CAFF);
  /* 2. 将文字颜色设为透明 */
  -webkit-text-fill-color: transparent;
  /* 3. 裁剪背景，使其只显示文字区域 */
  -webkit-background-clip: text;
  background-clip: text;
}
.activity_99_2026-page .why-attend .stat-card .stat-num sup {
  font-size: 22px;
  margin-left: 2px;
  color: #2d7dff;
}
.activity_99_2026-page .why-attend .stat-card .stat-num .unit {
  font-size: 26px;
  margin-left: 2px;
}
.activity_99_2026-page .why-attend .stat-card .stat-label {
  font-size: 15px;
  color: var(--text-color);
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}
.activity_99_2026-page .offline-meeting .meeting-row {
  background-image: linear-gradient(0deg, #FFFFFF 0%, #D0E3FF 100%);
  border: 1px solid white;
  border-radius: 16px;
  padding: 30px;
}
.activity_99_2026-page .offline-meeting .meeting-info {
  flex: auto;
  min-width: 0;
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-head {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-head .tabs-item-tit {
  font-size: 20px;
  line-height: 40px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-head .tabs-item-tit.active {
  color: var(--main-color);
  position: relative;
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-head .tabs-item-tit.active:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: var(--main-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-content .tabs-pane {
  display: none;
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-content .tabs-pane.active {
  display: block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.activity_99_2026-page .offline-meeting .meeting-info .tabs-content .tabs-pane .info-desc {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.activity_99_2026-page .offline-meeting .meeting-info .meeting-meta {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.activity_99_2026-page .offline-meeting .meeting-info .meeting-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #0a1f44;
}
.activity_99_2026-page .offline-meeting .meeting-info .meeting-meta .meta-item img {
  width: 20px;
  height: 20px;
}
.activity_99_2026-page .offline-meeting .meeting-info .learn-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 300px;
  padding: 0 32px;
  border-radius: 8px;
  background: linear-gradient(to left, #2546A1, #4C7CCF);
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(45, 125, 255, 0.3);
}
.activity_99_2026-page .offline-meeting .meeting-info .learn-more-btn:after {
  content: '\e624';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.activity_99_2026-page .offline-meeting .meeting-poster {
  width: 45%;
  flex: none;
  margin-left: 50px;
}
.activity_99_2026-page .offline-meeting .meeting-poster .meeting-poster-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 53.33%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.activity_99_2026-page .offline-meeting .meeting-poster .meeting-focus-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.activity_99_2026-page .offline-meeting .meeting-poster .meeting-focus-wrap .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99_2026-page .supplier-invitation .invite-bg {
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/99/2026/online_bg.jpg");
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.activity_99_2026-page .supplier-invitation .invite-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.activity_99_2026-page .supplier-invitation .invite-card {
  background: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid white;
  border-radius: 16px;
}
.activity_99_2026-page .supplier-invitation .invite-card:hover {
  transform: translateY(-6px);
}
.activity_99_2026-page .supplier-invitation .invite-card .ic-icon {
  height: 50px;
  margin-bottom: 10px;
}
.activity_99_2026-page .supplier-invitation .invite-card .ic-title {
  font-size: 18px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page .supplier-invitation .invite-card .ic-desc {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.8;
  text-align: center;
  font-weight: 400;
}
.activity_99_2026-page .supplier-invitation .invite-card .ic-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  gap: 6px;
  height: 36px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
}
.activity_99_2026-page .supplier-invitation .you-will-get .title {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 0;
}
.activity_99_2026-page .supplier-invitation .you-will-get .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: rgba(0, 38, 90, 0.4);
  border-radius: 16px;
  padding: 20px;
}
.activity_99_2026-page .supplier-invitation .you-will-get .list .item {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.activity_99_2026-page .supplier-invitation .you-will-get .list .item:before {
  content: '\e618';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 5px;
}
.activity_99_2026-page .trade-match .trade-match-wrap {
  background: #F2F8FF;
  border: 1px solid white;
  border-radius: 16px;
  padding: 24px;
}
.activity_99_2026-page .trade-match .trade-match-wrap .match-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-top: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
}
.activity_99_2026-page .trade-match .match-process .mp-title {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--main-color);
  font-weight: 700;
}
.activity_99_2026-page .trade-match .match-process .mp-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.activity_99_2026-page .trade-match .match-process .mp-step {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 14px;
}
.activity_99_2026-page .trade-match .match-process .mp-step .step-no {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
}
.activity_99_2026-page .trade-match .match-process .mp-step .step-no:after {
  content: '';
  width: 0;
  height: 14px;
  border-right: 1px solid var(--main-color);
  position: absolute;
  left: 15px;
  bottom: -19px;
}
.activity_99_2026-page .trade-match .match-process .mp-step .step-text {
  font-size: 15px;
  color: var(--text-color);
  font-weight: 500;
}
.activity_99_2026-page .trade-match .match-process .mp-step:last-child .step-no:after {
  display: none;
}
.activity_99_2026-page .trade-match .match-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.activity_99_2026-page .trade-match .match-action:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 80%;
  border-right: 1px dashed var(--main-color);
}
.activity_99_2026-page .trade-match .match-action .ma-content {
  position: relative;
  z-index: 2;
}
.activity_99_2026-page .trade-match .match-action .ma-icon {
  height: 120px;
  margin: 10px auto;
}
.activity_99_2026-page .trade-match .match-action .ma-title {
  font-size: 20px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page .trade-match .match-action .ma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 42px;
  padding: 0 32px;
  border-radius: 8px;
  background: linear-gradient(to left, #2546A1, #4C7CCF);
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(45, 125, 255, 0.3);
}
.activity_99_2026-page .trade-match .match-action .ma-btn:after {
  content: '\e624';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.activity_99_2026-page .reg-contact .rc-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.activity_99_2026-page .reg-contact .rc-row .rc-title {
  font-size: 32px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page .reg-contact .reg-card {
  padding: 20px;
  box-shadow: 0 8px 30px rgba(45, 125, 255, 0.08);
  background: #F2F8FF;
  border: 1px solid white;
  border-radius: 16px;
}
.activity_99_2026-page .reg-contact .contact-card {
  background: #F2F8FF;
  border: 1px solid white;
  border-radius: 16px;
  padding: 20px;
  color: var(--text-color);
}
.activity_99_2026-page .reg-contact .contact-card .cc-social {
  display: flex;
  gap: 18px;
  margin-top: 10px;
  justify-content: center;
}
.activity_99_2026-page .reg-contact .contact-card .cc-social .social-item .head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.activity_99_2026-page .reg-contact .contact-card .cc-social .social-item .head .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 5px;
  flex: none;
}
.activity_99_2026-page .reg-contact .contact-card .cc-social .social-item .head .tit {
  font-size: 16px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 400;
}
.activity_99_2026-page .reg-contact .contact-card .cc-social .social-item .qrcode {
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
}
.activity_99_2026-page .reg-contact .contact-card .cc-social .social-item .qrcode img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.activity_99_2026-page .reg-contact .contact-card .cc-list .cc-row {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
}
.activity_99_2026-page .reg-contact .contact-card .cc-list .cc-row:last-child {
  border-bottom: none;
}
.activity_99_2026-page .reg-contact .contact-card .cc-list .cc-row .cc-key {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  width: 200px;
  margin-right: 10px;
  text-align: right;
}
.activity_99_2026-page .reg-contact .contact-card .cc-list .cc-row .cc-val {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  opacity: 0.85;
}
.activity_99_2026-page .event-gallery .eg-row {
  display: flex;
  margin-top: 50px;
}
.activity_99_2026-page .event-gallery .eg-main-video {
  position: relative;
  width: 45%;
  flex: none;
  margin-right: 30px;
  border-radius: 24px;
  overflow: hidden;
}
.activity_99_2026-page .event-gallery .eg-main-video .video-player-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.activity_99_2026-page .event-gallery .eg-main-video .video-player-wrap .prism-player {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.activity_99_2026-page .event-gallery .eg-main-video .prism-big-play-btn {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.activity_99_2026-page .event-gallery .eg-info {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activity_99_2026-page .event-gallery .eg-info .eg-info-title {
  font-size: 26px;
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 18px;
  line-height: 1.3;
}
.activity_99_2026-page .event-gallery .eg-info .eg-info-desc {
  font-size: 20px;
  color: #5a6f8f;
  line-height: 25px;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
  overflow: hidden;
}
.activity_99_2026-page .event-gallery .video-swiper-wrap {
  padding: 0 45px;
  position: relative;
  overflow: hidden;
}
.activity_99_2026-page .event-gallery .video-swiper-wrap .swiper-b-next, .activity_99_2026-page .event-gallery .video-swiper-wrap .swiper-b-prev {
  position: absolute;
  height: 100%;
  width: 40px;
  background: #CDDDF3;
  border-radius: 12px 0 0 12px;
  left: 0;
  top: 0;
  transform: translateY(0);
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity_99_2026-page .event-gallery .video-swiper-wrap .swiper-b-next:after, .activity_99_2026-page .event-gallery .video-swiper-wrap .swiper-b-prev:after {
  content: '\e64e';
  font-family: "global-iconfont" !important;
  font-style: normal;
  font-size: 16px;
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.activity_99_2026-page .event-gallery .video-swiper-wrap .swiper-b-next {
  left: auto;
  right: 0;
  border-radius: 0 12px 12px 0;
}
.activity_99_2026-page .event-gallery .video-swiper-wrap .swiper-b-next:after {
  transform: scaleX(-1);
}
.activity_99_2026-page .event-gallery .event-video-swiper {
  position: relative;
  z-index: 1;
}
.activity_99_2026-page .event-gallery .event-video-swiper .swiper-slide {
  overflow: hidden;
}
.activity_99_2026-page .event-gallery .event-video-swiper .swiper-slide .video-item {
  border-radius: 8px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}
.activity_99_2026-page .event-gallery .event-video-swiper .swiper-slide .video-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.activity_99_2026-page .event-gallery .event-video-swiper .swiper-slide.active .video-item {
  border: 2px solid var(--main-color);
}
.activity_99_2026-page .event-gallery .event-video-swiper .swiper-slide.active .video-item:after {
  display: none;
}
.activity_99_2026-page .image-gallery {
  position: relative;
  z-index: 1;
}
.activity_99_2026-page .image-gallery .eg-tabs {
  margin: 36px 0;
  display: flex;
  gap: 14px;
}
.activity_99_2026-page .image-gallery .eg-tabs .eg-tab {
  padding: 10px 24px;
  border-radius: 8px;
  background: #fff;
  color: #0a1f44;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d6e6ff;
}
.activity_99_2026-page .image-gallery .eg-tabs .eg-tab.active {
  background: var(--main-color);
  color: #fff;
  border-color: transparent;
}
.activity_99_2026-page .image-gallery .image-list-item {
  display: none;
}
.activity_99_2026-page .image-gallery .image-list-item.active {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
.activity_99_2026-page .image-gallery .image-list-item .image-item {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99_2026-page .image-gallery .image-list-item .image-item:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  padding-bottom: 66.5%;
}
.activity_99_2026-page .key-players {
  position: relative;
}
.activity_99_2026-page .key-players::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1200px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("/static/home/images/99/2026/partners-bg@2x.jpg");
  z-index: 0;
  pointer-events: none;
}
.activity_99_2026-page .key-players .kp-swiper-wrap {
  margin: 30px auto;
  position: relative;
  z-index: 1;
}
.activity_99_2026-page .key-players .kp-swiper-wrap .swiper-slide {
  width: 210px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
  border-radius: 64px;
}
.activity_99_2026-page .key-players .kp-swiper-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.activity_99_2026-page .key-players .kp-list-wrap {
  position: relative;
}
.activity_99_2026-page .ibi-platform {
  position: relative;
  z-index: 1;
}
.activity_99_2026-page .ibi-platform .platform-groups {
  margin-top: 50px;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-head {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-head .tabs-item-tit {
  font-size: 20px;
  line-height: 40px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-head .tabs-item-tit.active {
  color: var(--main-color);
  position: relative;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-head .tabs-item-tit.active:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: var(--main-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-content .tabs-pane {
  display: none;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-content .tabs-pane.active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-content .tabs-pane .logo-item {
  width: 240px;
  height: 80px;
  padding: 0 30px;
  background: #fff;
  border: 1px solid white;
  border-radius: 64px;
  margin: 10px;
}
.activity_99_2026-page .ibi-platform .platform-groups .tabs-content .tabs-pane .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.activity_99_2026-page .floating-entry {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.activity_99_2026-page .floating-entry a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 120px;
  background: url("/static/home/images/99/2026/float-entry@2x.png") center/cover no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-top: 30px;
}
.activity_99_2026-page .form-wrap {
  margin-top: 40px;
}
.activity_99_2026-page .form-wrap .input-row {
  margin-bottom: 10px;
}
.activity_99_2026-page .form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 700;
}
.activity_99_2026-page .form-wrap .input-row .required {
  margin-right: 10px;
}
.activity_99_2026-page .form-wrap .input-row .required:after {
  content: '*';
  font-size: 12px;
  color: #C41200;
}
.activity_99_2026-page .form-wrap .input-item {
  height: 60px;
  position: relative;
}
.activity_99_2026-page .form-wrap .form-control {
  border-radius: 10px;
  color: var(--text-color);
  border: 1px solid #e8e8e8;
  padding: 10px;
  height: 40px;
  font-size: 14px;
}
.activity_99_2026-page .form-wrap .checkbox-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
}
.activity_99_2026-page .form-wrap .checkbox-group .form-check {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.activity_99_2026-page .form-wrap .checkbox-group .form-check .form-check-input {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-right: 5px;
  margin-top: 0;
}
.activity_99_2026-page .form-wrap .checkbox-group .form-check .form-check-input:checked {
  background-color: var(--main-color);
}
.activity_99_2026-page .form-wrap .checkbox-group .form-check .form-check-label {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.activity_99_2026-page .form-wrap .btn-box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  padding: 0 32px;
  border-radius: 8px;
  background: linear-gradient(to left, #2546A1, #4C7CCF);
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(45, 125, 255, 0.3);
}
.activity_99_2026-page .form-wrap .btn-box .btn .icon {
  width: 20px;
  height: 20px;
  flex: none;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99_2026-page .form-wrap .btn-box .btn .icon.submit {
  background-image: url("/static/home/images/99/2026/submit@2x.png");
}
.activity_99_2026-page .form-wrap .form-item {
  position: relative;
}
.activity_99_2026-page .form-wrap .error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 18px;
  transform: translateY(100%);
  color: #ff0000;
}
.activity_99_2026-page .form-wrap .sp_container {
  height: 40px;
}
@media (max-width: 1500px) {
  .activity_99_2026-page .top-banner {
    min-height: 820px;
  }
  .activity_99_2026-page .top-banner .banner-inner {
    position: relative;
    z-index: 2;
    padding-top: 36px !important;
  }
  .activity_99_2026-page .top-banner .logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .activity_99_2026-page .top-banner .logo-bar .logo-left {
    display: flex;
    align-items: center;
  }
  .activity_99_2026-page .top-banner .logo-bar .logo-left img {
    height: 43px;
  }
  .activity_99_2026-page .top-banner .logo-bar .logo-left .split-line {
    width: 2px;
    height: 37px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 1.5px;
    margin: 0 12px 0 24px;
  }
  .activity_99_2026-page .top-banner .logo-bar .logo-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .activity_99_2026-page .top-banner .logo-bar .logo-right img {
    height: 38px;
  }
  .activity_99_2026-page .top-banner .hero-title {
    margin: 50px auto 0;
    font-size: 40px;
    font-weight: 800;
  }
  .activity_99_2026-page .top-banner .hero-title .icon {
    width: 100px;
    height: 70px;
  }
  .activity_99_2026-page .top-banner .countdown-wrap {
    text-align: center;
  }
  .activity_99_2026-page .top-banner .countdown-wrap .countdown-label {
    font-size: 16px;
    color: #0a1f44;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .activity_99_2026-page .top-banner .countdown-wrap .countdown-grid {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
  }
  .activity_99_2026-page .top-banner .countdown-wrap .countdown-grid .cd-block {
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid white;
    border-radius: 12px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /* 必须加前缀，兼容 Safari 浏览器 */
  }
  .activity_99_2026-page .top-banner .countdown-wrap .countdown-grid .cd-block .cd-num {
    font-weight: 700;
    font-size: 100px;
    color: #000E52;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    background: linear-gradient(180deg, #000E52 0%, #003FD0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 8px 20px rgba(45, 125, 255, 0.25));
  }
  .activity_99_2026-page .top-banner .countdown-wrap .countdown-grid .cd-sep {
    font-size: 22px;
    color: #000E52;
    letter-spacing: 0.44px;
    font-weight: 400;
  }
}
.activity_99_2026-page.mobile .row-title {
  text-align: center;
}
.activity_99_2026-page.mobile .row-title .tit {
  font-size: 24px;
  line-height: 1.3;
  color: var(--text-color);
  letter-spacing: 0;
  font-weight: 700;
}
.activity_99_2026-page.mobile .row-title .sub-title {
  font-size: 14px;
  color: var(--text-color);
  opacity: .8;
  line-height: 1.7;
}
.activity_99_2026-page.mobile .page-row {
  margin: 30px 0;
}
.activity_99_2026-page.mobile .m-container {
  padding: 0 10px;
}
.activity_99_2026-page.mobile .top-banner {
  position: relative;
  min-height: 600px;
  background: url("/static/home/images/99/2026/top-banner.jpg") no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.activity_99_2026-page.mobile .top-banner .banner-inner {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.activity_99_2026-page.mobile .top-banner .logo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.activity_99_2026-page.mobile .top-banner .logo-bar .logo-left {
  display: flex;
  align-items: center;
}
.activity_99_2026-page.mobile .top-banner .logo-bar .logo-left img {
  height: 20px;
}
.activity_99_2026-page.mobile .top-banner .logo-bar .logo-left .split-line {
  width: 2px;
  height: 16px;
  margin: 0 10px 0 14px;
}
.activity_99_2026-page.mobile .top-banner .logo-bar .logo-right {
  gap: 8px;
}
.activity_99_2026-page.mobile .top-banner .logo-bar .logo-right img {
  height: 20px;
}
.activity_99_2026-page.mobile .top-banner .hero-title {
  padding: 0 20px;
  margin: 30px auto 0;
  font-size: 30px;
  font-weight: 800;
}
.activity_99_2026-page.mobile .top-banner .hero-title .icon {
  width: 60px;
  height: 43px;
  margin: 0 5px;
}
.activity_99_2026-page.mobile .top-banner .hero-meta {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 700;
  color: var(--main-color);
}
.activity_99_2026-page.mobile .top-banner .hero-meta span {
  margin: 0 10px;
}
.activity_99_2026-page.mobile .top-banner .tag-bar {
  height: 40px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  margin: 30px;
  gap: 10px;
}
.activity_99_2026-page.mobile .top-banner .tag-bar .tag-item {
  display: flex;
  align-items: center;
}
.activity_99_2026-page.mobile .top-banner .tag-bar .tag-item .tag-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.activity_99_2026-page.mobile .top-banner .tag-bar .tag-item .tag-text {
  font-size: 12px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 500;
}
.activity_99_2026-page.mobile .top-banner .countdown-wrap {
  text-align: center;
}
.activity_99_2026-page.mobile .top-banner .countdown-wrap .countdown-label {
  font-size: 14px;
}
.activity_99_2026-page.mobile .top-banner .countdown-wrap .countdown-grid {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.activity_99_2026-page.mobile .top-banner .countdown-wrap .countdown-grid .cd-block {
  width: 80px;
  height: 80px;
}
.activity_99_2026-page.mobile .top-banner .countdown-wrap .countdown-grid .cd-block .cd-num {
  font-weight: 700;
  font-size: 60px;
}
.activity_99_2026-page.mobile .top-banner .countdown-wrap .countdown-grid .cd-sep {
  font-size: 12px;
}
.activity_99_2026-page.mobile .why-attend .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.activity_99_2026-page.mobile .why-attend .stat-card {
  border-radius: 16px;
  padding: 15px;
}
.activity_99_2026-page.mobile .why-attend .stat-card .stat-icon {
  height: 50px;
  margin-bottom: 10px;
}
.activity_99_2026-page.mobile .why-attend .stat-card .stat-num {
  line-height: 1;
  margin-bottom: 12px;
}
.activity_99_2026-page.mobile .why-attend .stat-card .stat-num .num {
  font-size: 32px;
  font-weight: 700;
}
.activity_99_2026-page.mobile .why-attend .stat-card .stat-num sup {
  font-size: 14px;
  margin-left: 2px;
  color: #2d7dff;
}
.activity_99_2026-page.mobile .why-attend .stat-card .stat-num .unit {
  font-size: 16px;
  margin-left: 2px;
}
.activity_99_2026-page.mobile .why-attend .stat-card .stat-label {
  font-size: 12px;
  line-height: 18px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-row {
  border-radius: 16px;
  padding: 15px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info {
  margin-bottom: 20px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .tabs-head {
  gap: 50px;
  justify-content: center;
  margin-bottom: 20px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .tabs-head .tabs-item-tit {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .tabs-head .tabs-item-tit.active:after {
  bottom: -10px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .tabs-content .tabs-pane .info-desc {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .meeting-meta {
  margin: 15px 0;
  gap: 12px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .meeting-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #0a1f44;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-info .meeting-meta .meta-item img {
  width: 20px;
  height: 20px;
}
.activity_99_2026-page.mobile .offline-meeting .meeting-poster {
  border-radius: 16px;
  width: 100%;
  margin-left: 0;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-bg {
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("/static/home/images/99/2026/online_bg.jpg");
  border-radius: 16px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
  z-index: 2;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-card {
  background: #fff;
  padding: 10px;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-card .ic-icon {
  height: 30px;
  margin-bottom: 10px;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-card .ic-title {
  font-size: 16px;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-card .ic-desc {
  font-size: 12px;
}
.activity_99_2026-page.mobile .supplier-invitation .invite-card .ic-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  gap: 6px;
  height: 36px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
}
.activity_99_2026-page.mobile .supplier-invitation .you-will-get .title {
  font-size: 16px;
  margin: 24px 0;
}
.activity_99_2026-page.mobile .supplier-invitation .you-will-get .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  background: rgba(0, 38, 90, 0.4);
  border-radius: 16px;
  padding: 10px;
}
.activity_99_2026-page.mobile .supplier-invitation .you-will-get .list .item {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.activity_99_2026-page.mobile .supplier-invitation .you-will-get .list .item:before {
  content: '\e618';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 5px;
}
.activity_99_2026-page.mobile .trade-match .trade-match-wrap {
  padding: 10px;
}
.activity_99_2026-page.mobile .trade-match .trade-match-wrap .match-row {
  display: block;
  gap: 10px;
  margin-top: 30px;
  padding: 15px;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-title {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--main-color);
  font-weight: 700;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-step {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 14px;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-step .step-no {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-step .step-no:after {
  content: '';
  width: 0;
  height: 14px;
  border-right: 1px solid var(--main-color);
  position: absolute;
  left: 15px;
  bottom: -19px;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-step .step-text {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 500;
}
.activity_99_2026-page.mobile .trade-match .match-process .mp-step:last-child .step-no:after {
  display: none;
}
.activity_99_2026-page.mobile .trade-match .match-action-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.activity_99_2026-page.mobile .trade-match .match-action {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: 30px;
}
.activity_99_2026-page.mobile .trade-match .match-action:before {
  content: '';
  position: absolute;
  left: auto;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 80%;
  border-right: 1px dashed var(--main-color);
}
.activity_99_2026-page.mobile .trade-match .match-action:last-child {
  margin-right: 0;
}
.activity_99_2026-page.mobile .trade-match .match-action:last-child:before {
  display: none;
}
.activity_99_2026-page.mobile .trade-match .match-action .ma-content {
  position: relative;
  z-index: 2;
}
.activity_99_2026-page.mobile .trade-match .match-action .ma-icon {
  height: 80px;
  margin: 20px auto;
}
.activity_99_2026-page.mobile .trade-match .match-action .ma-title {
  font-size: 16px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page.mobile .trade-match .match-action .ma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  background: linear-gradient(to left, #2546A1, #4C7CCF);
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(45, 125, 255, 0.3);
}
.activity_99_2026-page.mobile .trade-match .match-action .ma-btn:after {
  content: '\e624';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.activity_99_2026-page.mobile .reg-contact .rc-row {
  display: block;
  margin-top: 30px;
}
.activity_99_2026-page.mobile .reg-contact .rc-row .rc-title {
  font-size: 24px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.activity_99_2026-page.mobile .reg-contact .reg-card {
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.activity_99_2026-page.mobile .reg-contact .contact-card {
  background: #F2F8FF;
  border: 1px solid white;
  border-radius: 16px;
  padding: 20px;
  color: var(--text-color);
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-social .social-item .head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-social .social-item .head .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 5px;
  flex: none;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-social .social-item .head .tit {
  font-size: 16px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 400;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-social .social-item .qrcode {
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-social .social-item .qrcode img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-list .cc-row {
  padding: 12px 0;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-list .cc-row:last-child {
  border-bottom: none;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-list .cc-row .cc-key {
  font-size: 12px;
  width: 30%;
  margin-right: 10px;
}
.activity_99_2026-page.mobile .reg-contact .contact-card .cc-list .cc-row .cc-val {
  flex: auto;
  min-width: 0;
  font-size: 14px;
  opacity: 0.85;
}
.activity_99_2026-page.mobile .form-wrap {
  margin-top: 20px;
}
.activity_99_2026-page.mobile .form-wrap .checkbox-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
}
.activity_99_2026-page.mobile .form-wrap .checkbox-group .form-check {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.activity_99_2026-page.mobile .form-wrap .checkbox-group .form-check .form-check-input {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-right: 5px;
  margin-top: 0;
}
.activity_99_2026-page.mobile .form-wrap .checkbox-group .form-check .form-check-input:checked {
  background-color: var(--main-color);
}
.activity_99_2026-page.mobile .form-wrap .checkbox-group .form-check .form-check-label {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.activity_99_2026-page.mobile .form-wrap .btn-box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(45, 125, 255, 0.3);
}
.activity_99_2026-page.mobile .form-wrap .btn-box .btn .icon {
  width: 16px;
  height: 16px;
}
.activity_99_2026-page.mobile .event-gallery .eg-row {
  display: block;
  margin-top: 30px;
}
.activity_99_2026-page.mobile .event-gallery .eg-main-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-right: 0;
  border-radius: 16px;
  margin-bottom: 20px;
}
.activity_99_2026-page.mobile .event-gallery .eg-main-video .prism-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.activity_99_2026-page.mobile .event-gallery .eg-info {
  padding: 10px;
}
.activity_99_2026-page.mobile .event-gallery .eg-info .eg-info-title {
  font-size: 18px;
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 18px;
  line-height: 1.3;
}
.activity_99_2026-page.mobile .event-gallery .eg-info .eg-info-desc {
  font-size: 16px;
  color: #5a6f8f;
  line-height: 25px;
  height: auto !important;
  /* 1. 将固定高度改为 auto */
  -webkit-line-clamp: unset !important;
  /* 2. 清除行数限制 */
  display: block !important;
  /* 3. 将 -webkit-box 恢复为默认的 block */
  -webkit-box-orient: unset !important;
  /* 4. 清除垂直方向设置 */
  overflow: visible !important;
  /* 5. 允许文本正常显示，不再隐藏溢出 */
  margin-bottom: 30px;
}
.activity_99_2026-page.mobile .event-gallery .video-swiper-wrap {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.activity_99_2026-page.mobile .event-gallery .video-swiper-wrap .swiper-b-next, .activity_99_2026-page.mobile .event-gallery .video-swiper-wrap .swiper-b-prev {
  width: 30px;
  display: none;
}
.activity_99_2026-page.mobile .image-gallery .eg-tabs {
  margin: 30px 0;
  display: block;
}
.activity_99_2026-page.mobile .image-gallery .eg-tabs .eg-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  width: auto;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  color: #0a1f44;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d6e6ff;
}
.activity_99_2026-page.mobile .image-gallery .eg-tabs .eg-tab.active {
  background: var(--main-color);
  color: #fff;
  border-color: transparent;
}
.activity_99_2026-page.mobile .image-gallery .image-list-item {
  display: none;
}
.activity_99_2026-page.mobile .image-gallery .image-list-item.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.activity_99_2026-page.mobile .image-gallery .image-list-item .image-item {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99_2026-page.mobile .image-gallery .image-list-item .image-item:first-child {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  padding-bottom: 65%;
}
.activity_99_2026-page.mobile .key-players:before {
  content: '';
  background-size: auto 400px;
}
.activity_99_2026-page.mobile .key-players .kp-swiper-wrap {
  margin: 15px auto;
}
.activity_99_2026-page.mobile .key-players .kp-swiper-wrap .swiper-slide {
  width: 210px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
  border-radius: 64px;
}
.activity_99_2026-page.mobile .key-players .kp-swiper-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.activity_99_2026-page.mobile .key-players .kp-list-wrap {
  position: relative;
}
.activity_99_2026-page.mobile .ibi-platform .platform-groups {
  margin-top: 20px;
}
.activity_99_2026-page.mobile .ibi-platform .platform-groups .tabs-content .tit {
  font-size: 16px;
  line-height: 40px;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  margin: 20px 0;
  padding-left: 10px;
  position: relative;
}
.activity_99_2026-page.mobile .ibi-platform .platform-groups .tabs-content .tit:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 16px;
  border-radius: 4px;
  background: var(--main-color);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.activity_99_2026-page.mobile .ibi-platform .platform-groups .tabs-content .tabs-pane {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.activity_99_2026-page.mobile .ibi-platform .platform-groups .tabs-content .tabs-pane .logo-item {
  width: auto;
  height: 60px;
  padding: 0 10px;
  margin: 0;
  background: #fff;
  border: 1px solid white;
  border-radius: 64px;
}
.activity_99_2026-page.mobile .ibi-platform .platform-groups .tabs-content .tabs-pane .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
