:root {
  --fc-event-ink: #101828;
  --fc-event-muted: #667085;
  --fc-event-line: #e7ebf2;
  --fc-event-blue: #2f6bff;
  --fc-event-blue-dark: #1749cb;
  --fc-event-soft: #f5f8ff;
}

body.fc-event-v2-ready,
body.fc-event-v2-ready #web,
body.fc-event-v2-ready .g_web {
  box-sizing: border-box !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.fc-event-v2-ready {
  overflow-x: hidden !important;
  color: var(--fc-event-ink);
  background: #fff;
}

html body.g_body.fc-event-v2-ready,
html body.fc-event-v2-ready #web {
  overflow-x: hidden !important;
}

body.fc-event-v2-ready .J_webBannerTable,
body.fc-event-v2-ready #fullmeasureTopForms,
body.fc-event-v2-ready #webContainerTable,
body.fc-event-v2-ready #fullmeasureBottomForms {
  display: none !important;
}

body.fc-event-v2-ready .absTopTable,
body.fc-event-v2-ready .absMiddleTable,
body.fc-event-v2-ready .webTopTable,
body.fc-event-v2-ready .webTop {
  display: none !important;
}

.fc-event-page,
.fc-event-page * {
  box-sizing: border-box;
}

.fc-event-page {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--fc-event-ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.fc-event-nowrap {
  white-space: nowrap;
}

.fc-event-shell {
  position: relative;
  width: min(1330px, calc(calc(100 * var(--fc-layout-vw, 1vw)) - 40px));
  margin-right: 0;
  margin-left: max(20px, calc((calc(100 * var(--fc-layout-vw, 1vw)) - 1330px) / 2));
}

.fc-event-hero {
  position: relative;
  display: grid;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background-color: #082055;
  background-image: url("../_rebuild/event-hero-feishu.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.fc-event-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 22, 67, 0.38), rgba(4, 22, 67, 0.02) 54%, rgba(2, 13, 48, 0.18)),
    linear-gradient(180deg, rgba(5, 24, 69, 0.12), rgba(5, 18, 54, 0.28));
}

.fc-event-hero__inner {
  display: flex;
  min-height: 500px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 74px 0 68px;
  text-align: center;
}

.fc-event-eyebrow {
  margin: 0 0 16px;
  color: var(--fc-event-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.fc-event-eyebrow--light {
  color: rgba(255, 255, 255, 0.74);
}

.fc-event-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, calc(4.1 * var(--fc-layout-vw, 1vw)), 56px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.fc-event-hero__lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.75;
}

.fc-event-hero__actions,
.fc-event-cta__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fc-event-hero__actions {
  margin-top: 34px;
}

.fc-event-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.fc-event-button:hover {
  transform: translateY(-2px);
}

.fc-event-button:focus-visible,
.fc-event-filter:focus-visible,
.fc-event-text-link:focus-visible,
.fc-event-feature__media:focus-visible {
  outline: 3px solid rgba(72, 130, 255, 0.38);
  outline-offset: 3px;
}

.fc-event-button--light {
  color: var(--fc-event-blue-dark) !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(4, 20, 59, 0.2);
}

.fc-event-button--light:hover {
  color: #123daf !important;
  box-shadow: 0 16px 34px rgba(4, 20, 59, 0.28);
}

.fc-event-button--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.fc-event-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
}

.fc-event-section {
  padding: 116px 0 128px;
  background: #fff;
}

.fc-event-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 52px;
}

.fc-event-section h2,
.fc-event-cta h2 {
  margin: 0;
  font-size: clamp(32px, calc(3.2 * var(--fc-layout-vw, 1vw)), 40px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.fc-event-section__intro {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--fc-event-muted);
  font-size: 16px;
  line-height: 1.8;
}

.fc-event-filters {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--fc-event-line);
  border-radius: 999px;
  background: #f8fafc;
}

.fc-event-filter {
  min-height: 38px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  color: #596273;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.fc-event-filter.is-active {
  color: var(--fc-event-blue-dark);
  background: #fff;
  box-shadow: 0 4px 14px rgba(36, 67, 132, 0.11);
}

.fc-event-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.8fr);
  overflow: hidden;
  border: 1px solid var(--fc-event-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(25, 53, 108, 0.09);
}

.fc-event-feature[hidden],
.fc-event-card[hidden] {
  display: none !important;
}

.fc-event-feature__media,
.fc-event-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8edf6;
}

.fc-event-feature__media {
  min-height: 420px;
}

.fc-event-feature__media img,
.fc-event-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.fc-event-feature__media:hover img,
.fc-event-card:hover .fc-event-card__media img {
  transform: scale(1.025);
}

.fc-event-feature__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 52px 50px;
  background:
    radial-gradient(circle at 100% 0, rgba(62, 118, 255, 0.11), transparent 38%),
    #fff;
}

.fc-event-meta {
  margin: 0 0 13px;
  color: var(--fc-event-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.fc-event-feature h3 {
  margin: 0;
  color: var(--fc-event-ink);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.38;
}

.fc-event-feature__content > p:not(.fc-event-meta) {
  margin: 18px 0 0;
  color: var(--fc-event-muted);
  font-size: 15px;
  line-height: 1.85;
}

.fc-event-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--fc-event-blue) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}

.fc-event-text-link span {
  transition: transform 160ms ease;
}

.fc-event-text-link:hover span {
  transform: translateX(4px);
}

.fc-event-status {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 62, 167, 0.85);
  box-shadow: 0 5px 18px rgba(17, 37, 91, 0.18);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
}

.fc-event-status--soft {
  color: #1848ba;
  background: rgba(245, 248, 255, 0.92);
}

.fc-event-status--award {
  color: #7a4b00;
  background: rgba(255, 244, 211, 0.94);
}

.fc-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.fc-event-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fc-event-line);
  border-radius: 18px;
  background: #fff;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.fc-event-card:hover {
  border-color: #d9e2f4;
  box-shadow: 0 18px 42px rgba(27, 57, 112, 0.1);
  transform: translateY(-4px);
}

.fc-event-card__media {
  aspect-ratio: 16 / 10;
}

.fc-event-card__body {
  display: flex;
  padding: 30px 30px 28px;
  flex: 1;
  flex-direction: column;
}

.fc-event-card h3 {
  margin: 0;
  color: var(--fc-event-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.5;
}

.fc-event-card__body > p:not(.fc-event-meta) {
  margin: 13px 0 0;
  color: var(--fc-event-muted);
  font-size: 14px;
  line-height: 1.75;
}

.fc-event-card__note {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 22px;
  color: #8a93a3;
  font-size: 13px;
  font-weight: 600;
}

.fc-event-filter-result {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.fc-event-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(45, 208, 255, 0.42), transparent 31%),
    linear-gradient(120deg, #17368d 0%, #2458d8 54%, #159bd4 100%);
}

.fc-event-cta::after {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.fc-event-cta__inner {
  z-index: 1;
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.fc-event-cta__inner > div:first-child {
  max-width: 730px;
}

.fc-event-cta h2 {
  color: #fff;
}

.fc-event-cta p:not(.fc-event-eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 960px) {
  .fc-event-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fc-event-feature {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  }

  .fc-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-event-card:last-child {
    grid-column: 1 / -1;
  }

  .fc-event-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  body.fc-event-v2-ready {
    overflow-x: hidden !important;
  }

  body.fc-event-v2-ready #web,
  body.fc-event-v2-ready .g_web,
  body.fc-event-v2-ready .webTable,
  body.fc-event-v2-ready .absTopTable,
  body.fc-event-v2-ready .absMiddleTable {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .fc-event-shell {
    width: calc(calc(100 * var(--fc-layout-vw, 1vw)) - 40px);
    margin-left: 20px;
  }

  .fc-event-hero,
  .fc-event-hero__inner {
    min-height: 410px;
  }

  .fc-event-hero {
    background-position: 56% center;
  }

  .fc-event-hero__inner {
    padding: 64px 0 56px;
  }

  .fc-event-hero h1 {
    font-size: 36px;
  }

  .fc-event-hero__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.72;
  }

  .fc-event-hero__actions,
  .fc-event-cta__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .fc-event-hero__actions {
    max-width: 260px;
    margin-top: 28px;
  }

  .fc-event-section {
    padding: 72px 0 80px;
  }

  .fc-event-section__head {
    gap: 26px;
    margin-bottom: 30px;
  }

  .fc-event-section h2,
  .fc-event-cta h2 {
    font-size: 30px;
  }

  .fc-event-section__intro {
    font-size: 15px;
  }

  .fc-event-filters {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    scrollbar-width: none;
  }

  .fc-event-filters::-webkit-scrollbar {
    display: none;
  }

  .fc-event-filter {
    flex: 1 0 auto;
  }

  .fc-event-feature {
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .fc-event-feature__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .fc-event-feature__content {
    padding: 28px 24px 30px;
  }

  .fc-event-feature h3 {
    font-size: 24px;
  }

  .fc-event-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
  }

  .fc-event-card:last-child {
    grid-column: auto;
  }

  .fc-event-card {
    border-radius: 15px;
  }

  .fc-event-card__body {
    padding: 23px 22px 24px;
  }

  .fc-event-cta__inner {
    min-height: 0;
    gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .fc-event-cta__actions {
    max-width: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-event-page *,
  .fc-event-page *::before,
  .fc-event-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
