@charset "UTF-8";
* {
  font-family: "Segoe UI", SegoeUI, "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  line-height: 1.5;
}

a,
button {
  appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
}

body {
  background: #f5f2f8;
}

.bold {
  font-weight: 600;
}

li {
  list-style: none;
}

.img_auto {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc_show {
  display: block;
}

.mobile_show {
  display: none;
}

.loginBox {
  display: none;
}

#app {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

#header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  max-width: 1920px;
}

main {
  width: 100%;
  height: auto;
  margin-top: 60px;
  background: #f6f1ee;
}

.main {
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

.header .main {
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
}

.btnPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #32264A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 10px;
  border-radius: 6px;
  transition: background 0.2s;
}

.btnPrimary:hover {
  background: #20182f;
}

.sectionTitle {
  font-size: 48px;
  color: #0E1726;
  font-weight: 600;
  margin-bottom: 24px;
}

.heroModule {
  position: relative;
  padding: 64px 0 80px;
  overflow: hidden;
  background: url("../images/new/bg.png") center top no-repeat;
  background-size: 100% 100%;
}

.heroModule .heroContent {
  max-width: 760px;
  position: relative;
}

.heroModule .heroContent .heroTag {
  width: 64px;
  background: rgba(50, 38, 74, 0.15);
  color: #170D28;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  text-align: center;
}

.heroModule .heroContent .heroTitle {
  font-size: 48px;
  color: #0E1726;
  line-height: 56px;
  margin-bottom: 26px;
}

.heroModule .heroContent .heroDesc {
  font-size: 16px;
  color: #242424;
  margin-bottom: 24px;
}

.heroModule .heroContent .heroMeta {
  margin-bottom: 33px;
}

.heroModule .heroContent .heroMeta .heroMetaItem {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
}

.heroModule .heroContent .heroMeta .heroMetaItem .heroMetaIcon {
  width: 16px;
}

.heroModule .heroContent .heroMeta .heroMetaItem span {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.subNavModule {
  position: sticky;
  top: 60px;
  z-index: 100;
  background: #fff;
}

.subNavModule .subNavToggle {
  display: none;
}

.subNavModule .subNavInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

.subNavModule .subNavInner .subNavLinks {
  display: flex;
  align-items: center;
  height: 100%;
}

.subNavModule .subNavInner .subNavLinks .subNavLink {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  margin-right: 48px;
}

.subNavModule .subNavInner .subNavLinks .subNavLink.active {
  font-weight: bold;
  border-bottom-color: #000000;
}

.overviewModule {
  padding: 73px 0;
}

.overviewModule .overviewLayout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.overviewModule .overviewLayout .overviewMain {
  flex: 1;
}

.overviewModule .overviewLayout .overviewMain .overviewContent {
  max-width: 691px;
}

.overviewModule .overviewLayout .overviewMain .overviewText {
  font-size: 16px;
  color: #17253D;
  margin-bottom: 8px;
}

.overviewModule .overviewLayout .overviewCard {
  flex-shrink: 0;
  width: 434px;
  background: #fff;
  border-radius: 23px;
  padding: 47px 80px 47px 47px;
  background: linear-gradient(348.82deg, #efc8ad 2.35%, rgba(225, 205, 187, 0) 19.39%, rgba(255, 255, 255, 0) 50.2%), linear-gradient(0deg, #fefefe, #fefefe);
}

.overviewModule .overviewLayout .overviewCard .overviewCardTitle {
  font-size: 24px;
  color: #0E1726;
  margin-bottom: 20px;
}

.overviewModule .overviewLayout .overviewCard .overviewCardItem {
  margin-bottom: 23px;
}

.overviewModule .overviewLayout .overviewCard .overviewCardItem .overviewCardLabel {
  font-size: 16px;
  color: #0E1726;
}

.overviewModule .overviewLayout .overviewCard .overviewCardItem .overviewCardValue {
  font-size: 14px;
  color: #17253D;
}

.overviewModule .overviewLayout .overviewCard .overviewCardShare {
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #170D2B;
  font-weight: 600;
  margin-top: 53px;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #170D2B;
  border-radius: 8px;
}

.overviewModule .overviewLayout .overviewCard .overviewCardShare .shareIcon {
  width: 14px;
  color: #170D2B;
}

.agendaModule {
  padding: 73px 0;
}

.agendaModule .agendaDesc {
  font-size: 16px;
  color: #17253D;
  margin-bottom: 30px;
}

.agendaModule .btnOutline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #32264A;
  color: #32264A;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 13px;
  border-radius: 8px;
  background: transparent;
  transition: background 0.2s;
}

.agendaModule .btnOutline:hover {
  background: rgba(50, 38, 74, 0.06);
}

.agendaModule .agendaTabs {
  display: flex;
  gap: 10px;
  margin: 49px 0 43px;
  flex-wrap: wrap;
}

.agendaModule .agendaTab {
  font-size: 15px;
  font-weight: 600;
  color: #32264A;
  padding: 9px 25px;
  border-radius: 19px;
  background: rgba(50, 38, 74, 0.15);
  transition: background 0.2s, color 0.2s;
}

.agendaModule .agendaTab.active {
  background: #32264A;
  color: #fff;
}

.agendaModule .agendaTab:hover:not(.active) {
  background: rgba(50, 38, 74, 0.05);
}

.agendaModule .agendaList .agendaItem {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #B1DDF599;
  align-items: flex-start;
}

.agendaModule .agendaList .agendaItem .agendaTimeWrap {
  width: 100%;
  max-width: 340px;
}

.agendaModule .agendaList .agendaItem .agendaTimeWrap .agendaTime {
  flex-shrink: 0;
  font-size: 14px;
  color: #17253D;
}

.agendaModule .agendaList .agendaItem .agendaContent {
  flex: 1;
}

.agendaModule .agendaList .agendaItem .agendaContent .agendaSessionTitle {
  font-size: 20px;
  color: #0E1726;
  font-weight: 600;
  margin-bottom: 6px;
}

.agendaModule .agendaList .agendaItem .agendaContent .agendaSessionDesc {
  font-size: 16px;
  color: rgba(23, 37, 61, 0.8);
  margin-bottom: 20px;
}

.agendaModule .agendaList .agendaItem .agendaContent .agendaDetailLink {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}

.presentersModule {
  padding: 73px 0;
}

.presentersModule .presentersGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 86px 12px;
}

.presentersModule .presenterCard {
  display: flex;
  width: calc(50% - 6px);
  align-items: center;
}

.presentersModule .presenterCard .presenterImgWrap {
  flex-shrink: 0;
  width: 208px;
  height: 208px;
  border-radius: 12px;
  padding: 9px;
  background: #FFF;
}

.presentersModule .presenterCard .presenterImgWrap img {
  border-radius: 12px;
}

.presentersModule .presenterCard .presenterInfo {
  flex: 1;
  margin-left: 52px;
  min-width: 0;
}

.presentersModule .presenterCard .presenterInfo .presenterLabel {
  font-size: 12px;
  font-weight: 600;
  color: #3E143F;
  margin-bottom: 3px;
}

.presentersModule .presenterCard .presenterInfo .presenterName {
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
}

.presentersModule .presenterCard .presenterInfo .presenterDes {
  font-size: 16px;
  color: #17253D;
}

.resourcesModule {
  padding: 73px 0;
}

.resourcesModule .sectionTitle {
  text-align: center;
}

.resourcesModule .resourcesDesc {
  text-align: center;
  font-size: 16px;
  color: #242424;
  margin-bottom: 57px;
}

.resourcesModule .resourcesGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.resourcesModule .resourcesGrid .resourceCard {
  padding: 0 20px 20px;
}

.resourcesModule .resourcesGrid .resourceCard .resourceIcon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.resourcesModule .resourcesGrid .resourceCard .resourceTitle {
  font-size: 16px;
  color: #0E2841;
  margin-bottom: 8px;
  line-height: 1.4;
}

.resourcesModule .resourcesGrid .resourceCard .resourceDesc {
  font-size: 14px;
  color: #242424;
  line-height: 1.6;
  margin-bottom: 16px;
}

.resourcesModule .resourcesGrid .resourceCard .resourceLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #32264A;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.resourcesModule .resourcesGrid .resourceCard:not(:first-child) {
  border-left: 1px solid #FFFFFF;
}

.dialog-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  inset: 0;
  padding: 16px;
  justify-content: center;
  position: fixed;
  z-index: 69420;
}

.dialog-modal.is-open {
  display: flex;
}

.dialog-modal .shareModal {
  width: 558px;
  max-width: 100%;
  background: #fff;
  padding: 28px 40px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.dialog-modal .shareModal .shareModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

.dialog-modal .shareModal .shareModalHeader .shareModalTitle {
  font-size: 24px;
  color: #000;
}

.dialog-modal .shareModal .shareModalHeader .shareModalClose {
  width: 36px;
}

.dialog-modal .shareModal .shareModalOptions {
  display: flex;
  align-items: center;
  gap: 48px;
}

.dialog-modal .shareModal .shareModalOptions .shareModalOption {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dialog-modal .shareModal .shareModalOptions .shareModalOption .shareModalOptionIcon {
  width: 34px;
}

.dialog-modal .shareModal .shareModalOptions .shareModalOption .shareModalOptionText {
  color: #000;
  font-size: 16px;
}

.dialog-modal .qrModal {
  width: 350px;
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: absolute;
}

.dialog-modal .qrModal .qrModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dialog-modal .qrModal .qrModalHeader .qrModalTitle {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

.dialog-modal .qrModal .qrModalHeader .qrModalClose {
  width: 32px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.dialog-modal .qrModal .qrModalBody {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dialog-modal .qrModal .qrModalBody .qrModalImg {
  width: 220px;
  height: 220px;
  object-fit: contain;
}

.dialog-modal .qrModal .qrModalBody .qrModalTip {
  font-size: 14px;
  color: #666;
  text-align: center;
}

@media (min-width: 768px) {
  .sectionTitle {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .btnPrimary {
    font-size: 12px;
  }
  .heroModule {
    position: relative;
    padding: 44px 0 60px;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .heroModule .heroContent .heroDesc {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .overviewModule {
    padding: 33px 0;
  }
  .overviewModule .overviewLayout .overviewMain {
    flex: 1;
  }
  .overviewModule .overviewLayout .overviewMain .overviewContent {
    max-width: 691px;
  }
  .overviewModule .overviewLayout .overviewCard {
    width: 244px;
    padding: 47px 30px 47px 47px;
  }
  .agendaModule {
    padding: 33px 0;
  }
  .presentersModule {
    padding: 33px 0;
  }
  .presentersModule .presentersGrid {
    gap: 86px 12px;
  }
  .presentersModule .presenterCard .presenterImgWrap {
    flex-shrink: 0;
    width: 128px;
    height: 128px;
  }
  .presentersModule .presenterCard .presenterInfo {
    margin-left: 32px;
  }
  .resourcesModule {
    padding: 33px 0;
  }
  .resourcesModule .resourcesDesc {
    margin-bottom: 37px;
  }
  .resourcesModule .resourcesGrid {
    gap: 12px;
  }
}

@media (min-width: 992px) {
  .sectionTitle {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .btnPrimary {
    font-size: 16px;
  }
  .heroModule {
    position: relative;
    padding: 50px 0 54px;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .heroModule .heroContent .heroDesc {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .overviewModule {
    padding: 43px 0;
  }
  .overviewModule .overviewLayout .overviewMain {
    flex: 1;
  }
  .overviewModule .overviewLayout .overviewMain .overviewContent {
    max-width: 691px;
  }
  .overviewModule .overviewLayout .overviewCard {
    width: 284px;
    padding: 47px 30px 47px 47px;
  }
  .agendaModule {
    padding: 43px 0;
  }
  .presentersModule {
    padding: 43px 0;
  }
  .presentersModule .presentersGrid {
    gap: 66px 12px;
  }
  .presentersModule .presenterCard .presenterImgWrap {
    flex-shrink: 0;
    width: 128px;
    height: 128px;
  }
  .presentersModule .presenterCard .presenterInfo {
    margin-left: 42px;
  }
  .resourcesModule {
    padding: 43px 0;
  }
  .resourcesModule .resourcesDesc {
    margin-bottom: 47px;
  }
  .resourcesModule .resourcesGrid {
    gap: 18px;
  }
}

@media (min-width: 1200px) {
  .sectionTitle {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .heroModule {
    position: relative;
    padding: 54px 0 58px;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .overviewModule {
    padding: 53px 0;
  }
  .overviewModule .overviewLayout .overviewCard {
    width: 434px;
    background: #fff;
    border-radius: 23px;
    padding: 47px 80px 47px 47px;
    background: linear-gradient(348.82deg, #efc8ad 2.35%, rgba(225, 205, 187, 0) 19.39%, rgba(255, 255, 255, 0) 50.2%), linear-gradient(0deg, #fefefe, #fefefe);
  }
  .agendaModule {
    padding: 53px 0;
  }
  .presentersModule {
    padding: 53px 0;
  }
  .presentersModule .presentersGrid {
    gap: 86px 12px;
  }
  .presentersModule .presenterCard .presenterImgWrap {
    flex-shrink: 0;
    width: 208px;
    height: 208px;
  }
  .presentersModule .presenterCard .presenterInfo {
    margin-left: 52px;
  }
  .resourcesModule {
    padding: 53px 0;
  }
  .resourcesModule .resourcesDesc {
    margin-bottom: 57px;
  }
  .resourcesModule .resourcesGrid {
    gap: 24px;
  }
}

@media (min-width: 1366px) {
  .sectionTitle {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .heroModule {
    position: relative;
    padding: 64px 0 80px;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .overviewModule {
    padding: 63px 0;
  }
  .agendaModule {
    padding: 63px 0;
  }
  .presentersModule {
    padding: 63px 0;
  }
  .resourcesModule {
    padding: 63px 0;
  }
}

@media (min-width: 1530px) {
  .sectionTitle {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .heroModule {
    position: relative;
    padding: 64px 0 80px;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .overviewModule {
    padding: 73px 0;
  }
  .agendaModule {
    padding: 73px 0;
  }
  .presentersModule {
    padding: 73px 0;
  }
  .resourcesModule {
    padding: 73px 0;
  }
}

@media (min-width: 1600px) {
  .sectionTitle {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .heroModule {
    position: relative;
    padding: 64px 0 80px;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 48px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .pc_show {
    display: none;
  }
  .mobile_show {
    display: flex;
  }
  main {
    margin-top: 13.33333vw;
  }
  .main {
    padding: 0 4.26667vw;
  }
  .btnPrimary {
    font-size: 4.26667vw;
    padding: 2.13333vw 5.33333vw;
    border-radius: 1.06667vw;
    width: 100%;
  }
  .sectionTitle {
    font-size: 8.53333vw;
    margin-bottom: 5.33333vw;
  }
  .btnOutline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #32264A;
    color: #32264A;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    background: transparent;
    transition: background 0.2s;
  }
  .btnOutline:hover {
    background: rgba(50, 38, 74, 0.06);
  }
  .heroModule {
    padding: 8vw 0 10.66667vw;
    background: url("../images/new/bg_mobile.png") center top no-repeat;
    background-size: 100% 100%;
  }
  .heroModule .heroContent {
    max-width: auto;
    position: relative;
  }
  .heroModule .heroContent .heroTag {
    width: 17.06667vw;
    font-size: 3.73333vw;
    padding: 1.06667vw 3.2vw;
    border-radius: 1.06667vw;
    margin-bottom: 3.2vw;
  }
  .heroModule .heroContent .heroTitle {
    font-size: 8.53333vw;
    margin-bottom: 4.26667vw;
    line-height: 8.53333vw;
  }
  .heroModule .heroContent .heroDesc {
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw;
  }
  .heroModule .heroContent .heroMeta {
    margin-bottom: 6.4vw;
  }
  .heroModule .heroContent .heroMeta .heroMetaItem {
    gap: 1.6vw;
    margin-bottom: 3.2vw;
    align-items: flex-start;
  }
  .heroModule .heroContent .heroMeta .heroMetaItem .heroMetaIcon {
    padding-top: 1.06667vw;
    width: 3.2vw;
  }
  .heroModule .heroContent .heroMeta .heroMetaItem span {
    font-size: 3.73333vw;
  }
  .heroModule .heroContent .heroMeta .heroMetaItem .noblod {
    font-weight: normal;
  }
  .subNavModule {
    top: 13.33333vw;
    border-bottom: 2px solid #32264A;
  }
  .subNavModule .main {
    position: static;
  }
  .subNavModule .container {
    position: static;
  }
  .subNavModule .subNavInner {
    height: 12.8vw;
    min-height: 48px;
    padding: 3.2vw 0 3.2vw;
  }
  .subNavModule .subNavInner .subNavLinks {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    background: #fff;
    padding: 3.2vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 101;
  }
  .subNavModule .subNavInner .subNavLinks .subNavLink {
    margin-right: 0;
    height: auto;
    padding: 3.2vw 4.26667vw;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-radius: 0;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .subNavModule .subNavInner .subNavLinks .subNavLink.active {
    background: #E8F4FD;
    border-left-color: #32264A;
    font-weight: 600;
    border-bottom-color: transparent;
  }
  .subNavModule .subNavToggle {
    display: flex;
    align-items: center;
    gap: 3.73333vw;
    font-size: 3.73333vw;
    font-weight: 600;
    color: #000000;
    padding: 0;
    flex-shrink: 0;
  }
  .subNavModule .subNavToggle .subNavToggleIcon {
    width: 3.2vw;
    height: 3.2vw;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E") center center no-repeat;
    background-size: contain;
    transition: transform 0.2s;
  }
  .subNavModule.is-open .subNavToggleIcon {
    transform: rotate(180deg);
  }
  .subNavModule.is-open .subNavInner .subNavLinks {
    display: flex;
  }
  .subNavModule .btnPrimary {
    width: auto;
    font-size: 3.2vw;
    padding: 1.06667vw 2.66667vw;
    border-radius: 1.06667vw;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .overviewModule {
    padding: 10.66667vw 0;
  }
  .overviewModule .overviewLayout {
    flex-direction: column;
    gap: 6.4vw;
  }
  .overviewModule .overviewLayout .overviewMain {
    flex: 1;
    padding-right: 0px;
  }
  .overviewModule .overviewLayout .overviewMain .overviewText {
    font-size: 4.26667vw;
    color: #17253D;
    margin-bottom: 2.13333vw;
  }
  .overviewModule .overviewLayout .overviewMain .overviewSubTitle {
    font-size: 4.26667vw;
    margin: 2.13333vw 0 0;
  }
  .overviewModule .overviewLayout .overviewMain .overviewList {
    margin: 5.33333vw 0 0;
    padding-left: 2.66667vw;
    margin-left: 2.66667vw;
  }
  .overviewModule .overviewLayout .overviewMain .overviewList li {
    font-size: 4.26667vw;
    margin-bottom: 1.06667vw;
  }
  .overviewModule .overviewLayout .overviewCard {
    width: 100%;
    border-radius: 6.13333vw;
    padding: 8.53333vw 7.2vw;
  }
  .overviewModule .overviewLayout .overviewCard .overviewCardTitle {
    font-size: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
  .overviewModule .overviewLayout .overviewCard .overviewCardItem {
    margin-bottom: 3.06667vw;
  }
  .overviewModule .overviewLayout .overviewCard .overviewCardItem .overviewCardLabel {
    font-size: 4.26667vw;
  }
  .overviewModule .overviewLayout .overviewCard .overviewCardItem .overviewCardValue {
    font-size: 3.73333vw;
  }
  .overviewModule .overviewLayout .overviewCard .overviewCardShare {
    width: 100%;
    font-size: 4vw;
    justify-content: center;
    margin-top: 7.33333vw;
    gap: 1.6vw;
    padding: 1.06667vw 2.13333vw;
    border-radius: 2.13333vw;
  }
  .overviewModule .overviewLayout .overviewCard .overviewCardShare .shareIcon {
    width: 3.2vw;
  }
  .agendaModule {
    padding: 10.66667vw 0;
  }
  .agendaModule .agendaDesc {
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw;
  }
  .agendaModule .agendaTabs {
    gap: 2.13333vw;
    margin: 8vw 0 7.2vw;
  }
  .agendaModule .agendaTab {
    font-size: 3.46667vw;
    padding: 2.13333vw 2.66667vw;
    border-radius: 5.33333vw;
  }
  .agendaModule .agendaTab:hover:not(.active) {
    background: #F1FDFF;
  }
  .agendaModule .agendaList .agendaItem {
    display: flex;
    flex-direction: column;
    padding: 4.26667vw 0;
  }
  .agendaModule .agendaList .agendaItem .agendaTimeWrap {
    width: 100%;
    max-width: 750px;
  }
  .agendaModule .agendaList .agendaItem .agendaTimeWrap .agendaTime {
    font-size: 3.73333vw;
  }
  .agendaModule .agendaList .agendaItem .agendaContent .agendaSessionTitle {
    font-size: 5.33333vw;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .agendaModule .agendaList .agendaItem .agendaContent .agendaSessionDesc {
    font-size: 4.26667vw;
    margin-bottom: 6.4vw;
  }
  .agendaModule .agendaList .agendaItem .agendaContent .agendaDetailLink {
    font-size: 4.26667vw;
  }
  .presentersModule {
    padding: 10.66667vw 0;
  }
  .presentersModule .presentersGrid {
    margin-top: 5.33333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .presentersModule .presenterCard {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .presentersModule .presenterCard:last-child {
    margin-bottom: 0;
  }
  .presentersModule .presenterCard .presenterImgWrap {
    flex-shrink: 0;
    width: 48vw;
    height: 48vw;
    border-radius: 3.2vw;
    padding: 2vw;
  }
  .presentersModule .presenterCard .presenterImgWrap img {
    border-radius: 3.2vw;
  }
  .presentersModule .presenterCard .presenterInfo {
    margin-left: 0px;
    margin-top: 4.26667vw;
  }
  .presentersModule .presenterCard .presenterInfo .presenterLabel {
    font-size: 3.2vw;
    margin-bottom: 0.8vw;
  }
  .presentersModule .presenterCard .presenterInfo .presenterName {
    font-size: 5.33333vw;
    margin-bottom: 1.6vw;
  }
  .presentersModule .presenterCard .presenterInfo .presenterDes {
    font-size: 4.26667vw;
  }
  .resourcesModule {
    padding: 10.66667vw 0;
  }
  .resourcesModule .sectionTitle {
    text-align: left;
  }
  .resourcesModule .resourcesDesc {
    text-align: left;
    font-size: 4.26667vw;
    margin-bottom: 13.33333vw;
  }
  .resourcesModule .resourcesGrid {
    display: flex;
    grid-template-columns: 0;
    gap: 9.6vw;
    flex-direction: column;
  }
  .resourcesModule .resourcesGrid .resourceCard {
    padding: 0 2.66667vw;
  }
  .resourcesModule .resourcesGrid .resourceCard .resourceIcon {
    width: 8.53333vw;
    height: 8.53333vw;
    margin-bottom: 2.13333vw;
  }
  .resourcesModule .resourcesGrid .resourceCard .resourceTitle {
    font-size: 5.33333vw;
    margin-bottom: 1.06667vw;
  }
  .resourcesModule .resourcesGrid .resourceCard .resourceDesc {
    font-size: 4.26667vw;
    margin-bottom: 6.66667vw;
  }
  .resourcesModule .resourcesGrid .resourceCard .resourceLink {
    gap: 4px;
    font-size: 4.26667vw;
  }
  .resourcesModule .resourcesGrid .resourceCard:not(:first-child) {
    border-left: 0px solid #FFFFFF;
  }
  .dialog-modal .shareModal {
    width: 92.8vw;
    border-radius: 6.4vw;
    padding: 7.46667vw 6.4vw;
  }
  .dialog-modal .shareModal .shareModalHeader {
    margin-bottom: 10.13333vw;
  }
  .dialog-modal .shareModal .shareModalHeader .shareModalTitle {
    font-size: 5.33333vw;
  }
  .dialog-modal .shareModal .shareModalHeader .shareModalClose {
    width: 8.53333vw;
  }
  .dialog-modal .shareModal .shareModalOptions {
    gap: 7.46667vw;
  }
  .dialog-modal .shareModal .shareModalOptions .shareModalOption {
    gap: 2.13333vw;
  }
  .dialog-modal .shareModal .shareModalOptions .shareModalOptionIcon {
    width: 8.53333vw;
  }
  .dialog-modal .shareModal .shareModalOptions .shareModalOptionText {
    font-size: 4.26667vw;
  }
  .dialog-modal .qrModal {
    width: 80vw;
    padding: 5.33333vw;
    border-radius: 6.4vw;
  }
  .dialog-modal .qrModal .qrModalHeader {
    margin-bottom: 3.2vw;
  }
  .dialog-modal .qrModal .qrModalHeader .qrModalTitle {
    font-size: 4.26667vw;
  }
  .dialog-modal .qrModal .qrModalHeader .qrModalClose {
    width: 8.53333vw;
    top: 5.33333vw;
    right: 5.33333vw;
  }
  .dialog-modal .qrModal .qrModalBody .qrModalImg {
    width: 53.33333vw;
    height: 53.33333vw;
  }
  .dialog-modal .qrModal .qrModalBody .qrModalTip {
    font-size: 3.73333vw;
  }
}
