.layui-btn,
.layui-input,
.layui-select,
.layui-textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.layui-input,
.layui-textarea {
  height: 38px;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  display: block;
  width: 100%;
  padding-left: 10px;
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #d2d2d2;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #16b777;
  box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08);
}
.layui-input[disabled],
.layui-textarea[disabled] {
  background-color: #fafafa;
}
.layui-input-group {
  position: relative;
}
.layui-btn {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  line-height: 36px;
  border: 1px solid transparent;
  padding: 0 18px;
  background-color: #16baaa;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-btn:hover {
  opacity: 0.8;
  color: #fff;
}
.layui-btn:active {
  opacity: 1;
}
.layui-btn-primary {
  border-color: #d2d2d2;
  background: 0 0;
  color: #5f5f5f;
}
.layui-btn-primary:hover {
  border-color: #16baaa;
  color: #333;
}
.layui-btn-fluid {
  width: 100%;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
body {
  font: normal 16px/1.5 "Barlow", "Roboto", "PingFang SC", Helvetica, "微软雅黑", sans-serif;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.layui-btn-primary {
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.005rem;
}
.layui-btn-primary:hover {
  border-color: var(--text-color-link, #00A9CE);
}
.layui-input {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid var(--control-line, rgba(14, 15, 16, 0.16));
}
.layui-input:hover,
.layui-input:focus {
  border-color: var(--text-color-link, #00A9CE) !important;
}
.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: var(--text-color-link, #00A9CE) !important;
}
.layui-form-radio > * {
  font-size: 1.0625rem;
}
.layui-menu li {
  padding: 1.125rem 1rem;
  height: 3.875rem;
  border-bottom: 0.0625rem solid var(--control-line, rgba(14, 15, 16, 0.16));
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
}
.layui-menu li:last-of-type {
  border-bottom: none;
}
.layui-dropdown-menu {
  max-height: 23rem;
  overflow-y: scroll;
}
.layui-space {
  height: 0;
  margin: 0.5rem 0;
  border: none;
}
.layui-input-group {
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  border: 0.0625rem solid var(--control-line, rgba(14, 15, 16, 0.16));
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.005rem;
  cursor: pointer;
  display: block;
}
.layui-input-group:hover {
  border-color: var(--text-color-link, #00A9CE);
}
.layui-input-group .layui-input-prefix {
  padding: 0;
  text-align: left;
  float: left;
  white-space: nowrap;
  margin-right: 1rem;
}
.layui-input-group .layui-input {
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  text-align: right;
  height: auto;
  width: inherit;
  border-radius: 0;
}
.layui-form-checkbox[lay-skin=primary] > i {
  width: 1.5rem;
  height: 1.5rem;
  border-color: var(--text-color-link, #00A9CE);
}
.layui-form-checkbox[lay-skin=primary] > i:before {
  font-size: 1rem;
  line-height: 1.5rem;
}
.layui-form-checked[lay-skin=primary] > i {
  background-color: var(--text-color-link, #00A9CE);
}
.layui-btn-fluid {
  display: inline !important;
  text-align: center;
  background: var(--text-color-link, #00A9CE);
}
.layui-laydate {
  border-radius: 0.5rem;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.09), 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  border: 0.0625rem solid var(--control-line, rgba(14, 15, 16, 0.16));
}
.layui-laydate .layui-laydate-main {
  width: 27.75rem;
}
.layui-laydate .layui-laydate-main .layui-laydate-header {
  padding: 1.25rem 1.5rem;
  border-bottom: none;
}
.layui-laydate .layui-laydate-main .layui-laydate-header i {
  top: 1.5rem;
  padding: 0 0.5rem;
  color: #0E0F10;
  font-size: 1rem;
  cursor: pointer;
}
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-prev-y,
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-next-y {
  display: none;
}
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-prev-m,
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-next-m {
  display: none;
}
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-set-ym {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.005rem;
  color: var(--text-color-text-primary, #0E0F10);
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  justify-content: center;
}
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-set-ym span {
  padding: 0.5rem 2.94rem;
  min-width: 8rem;
  border-radius: 0.25rem;
  background: var(--surface-surface-dim, #F1F4F6);
  position: relative;
  display: block;
}
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-set-ym span::after {
  content: "";
  display: block;
  min-width: 0.75rem;
  height: 0.75rem;
  right: 0.87rem;
  top: 1rem;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.82872 9.03586C5.42921 9.78647 6.57084 9.78647 7.17132 9.03586L11.0252 4.21851C11.4181 3.72744 11.0684 2.99999 10.4396 2.99999H1.56049C0.93161 2.99999 0.58198 3.72744 0.974838 4.21851L4.82872 9.03586Z%27 fill=%27%230E0F10%27/%3E%3C/svg%3E");
}
.layui-laydate .layui-laydate-main .layui-laydate-header .laydate-set-ym span:hover {
  color: var(--text-color-text-primary, #0E0F10);
}
.layui-laydate .layui-laydate-main .layui-laydate-content {
  padding: 0 0 1rem;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table {
  width: 100%;
  border-collapse: collapse;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table td,
.layui-laydate .layui-laydate-main .layui-laydate-content table th {
  width: auto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.0035rem;
  color: var(--txt-color, #0E0F10);
}
.layui-laydate .layui-laydate-main .layui-laydate-content table td > div:hover,
.layui-laydate .layui-laydate-main .layui-laydate-content table th > div:hover {
  color: var(--txt-color, #0E0F10);
}
.layui-laydate .layui-laydate-main .layui-laydate-content table th {
  border: #fff solid 0.0625rem;
  padding: 0.1875rem 1.1875rem 0.25rem 1.1875rem;
  background: var(--surface-surface-dim, #F1F4F6);
}
.layui-laydate .layui-laydate-main .layui-laydate-content table td {
  padding: 0;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table td > div {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  height: 2.5rem;
  padding: 0.5rem 0;
  border-radius: 0.25rem !important;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table .layui-this {
  background: inherit !important;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table .layui-this > div {
  background: var(--text-color-link, #00A9CE) !important;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table .laydate-day-next,
.layui-laydate .layui-laydate-main .layui-laydate-content table .laydate-day-prev {
  color: #d2d2d2;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-month-list {
  margin: 0;
  padding: 0;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-month-list li {
  padding: 1.25rem 0;
  margin: 0;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  height: auto;
  border-radius: 0.25rem;
  width: 6.875rem;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-month-list .layui-this {
  background: var(--text-color-link, #00A9CE) !important;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-year-list {
  padding: 0;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-year-list li {
  width: 5.5rem;
  height: auto;
  padding: 1.25rem 0;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  border-radius: 0.25rem;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-year-list .layui-this {
  background: var(--text-color-link, #00A9CE) !important;
}
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-prev-y,
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-next-y {
  display: none !important;
}
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-prev-m,
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-next-m {
  display: none !important;
}
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-set-ym span {
  background: var(--text-color-link, #00A9CE);
  color: var(--text-color-white-text, #FFF);
}
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-set-ym span::after {
  content: "";
  display: block;
  min-width: 0.75rem;
  height: 0.75rem;
  right: 0.87rem;
  top: 1rem;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.82872 2.96414C5.42921 2.21353 6.57084 2.21353 7.17132 2.96414L11.0252 7.78149C11.4181 8.27256 11.0684 9.00001 10.4396 9.00001H1.56049C0.93161 9.00001 0.58198 8.27256 0.974838 7.78149L4.82872 2.96414Z%27 fill=%27white%27/%3E%3C/svg%3E");
}
.layui-laydate .laydate-ym-show .layui-laydate-header .laydate-set-ym span:hover {
  color: var(--text-color-white-text, #FFF);
}
.layui-laydate .laydate-ym-show:has(.laydate-year-list) .layui-laydate-header .laydate-prev-y,
.layui-laydate .laydate-ym-show:has(.laydate-year-list) .layui-laydate-header .laydate-next-y {
  display: block !important;
}
.layui-laydate .layui-laydate-footer {
  display: none;
}
.layui-layer-msg,
.layui-layer-msg-1 {
  border-radius: 6px !important;
  padding: 12px 20px !important;
  min-height: auto !important;
  background: #fff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  display: flex !important;
  align-items: center !important;
}
.layui-layer-msg .layui-layer-content,
.layui-layer-msg-1 .layui-layer-content {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #4A4A4A !important;
  line-height: 1.5 !important;
  display: flex !important;
  align-items: center !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
.layui-layer-dialog .layui-layer-content .layui-icon-error,
.layui-layer-dialog .layui-layer-content .layui-layer-face {
  top: 7px !important;
}

@charset "utf-8";
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('https://staticcdn.buzud.com/ui/material-symbols/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  vertical-align: text-top;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.page {
  background-color: #010F20;
  color: #fff;
}
.page > section {
  padding: 2.5rem 0;
  max-width: 80rem;
  margin: 0 auto;
}
.page > section > .title {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.012rem;
}
header {
  height: 37.25rem;
  position: relative;
  background-color: #010F20;
  background-image: url('https://staticcdn.buzud.com/web/events/expo2024/head_bg.jpg');
  background-position: center center;
  background-size: auto 100%;
  padding: 5rem 0 0;
}
@media screen and (min-width: 2000px) {
  header {
    background-size: 100% auto;
  }
}
header .content {
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .content .logo img {
  display: block;
  width: 30rem;
  height: 20.9375rem;
}
header .content .register {
  margin-top: 2.19rem;
  cursor: pointer;
  display: inline-flex;
  padding: 1.5rem 3.875rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #00CCB4 0%, #02A895 100%);
  border: none;
  box-shadow: 0.0625rem -0.0625rem 0.0625rem 0 #000 inset, 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.6) inset;
  color: #fff;
  text-shadow: 0 0.0625rem 0.1875rem #079685;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
}
.about_event {
  padding: 2.5rem 0;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about_event .content {
  margin: 1.5rem;
}
.about_event .content .title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.012rem;
}
.about_event .content .paragraph {
  margin-top: 1.5rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  max-width: 40rem;
}
.about_event .content .paragraph p {
  margin-top: 0.25rem;
}
.about_event .content .more_details {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 1.48rem */
  width: 40rem;
}
.about_event .map {
  width: 35.5rem;
  height: 26.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 0.75rem solid #FFF;
}
.about_event .map img {
  display: block;
  width: 35.5rem;
}
.goodies {
  padding: 2.5rem 0;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.goodies .content {
  margin: 1.5rem;
}
.goodies .content .title {
  max-width: 40rem;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.012rem;
}
.goodies .content .detail {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 1.48rem */
  width: 40rem;
}
.goodies .content .detail li {
  list-style: disc inside;
}
.goodies img {
  display: block;
  width: 32.75rem;
  margin-right: 2.31rem;
}
.speakers {
  padding: 2.5rem 1.5rem !important;
}
.speakers .detail {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0035rem;
}
.speakers .content {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
.speakers .content .speaker {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.speakers .content .speaker.left {
  width: 50%;
}
.speakers .content .speaker.right {
  width: 50%;
}
.speakers .content .speaker .photo img {
  display: block;
  width: 14.25rem;
  height: 17.5rem;
}
.speakers .content .speaker .info {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 1.2025rem */
}
.speakers .content .speaker .info h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: -0.006rem;
}
.speakers .content .speaker .info .title {
  margin-top: 0.5rem;
}
.speakers .content .speaker .info .detail {
  margin-top: 1.5rem;
  text-align: left;
}
.speakers .content .speaker .info .detail p {
  margin-top: 0.5rem;
}
.speakers .content .speaker .info .detail p:first-of-type {
  margin-top: 0;
}
.health_seminar {
  padding: 2.5rem 1.5rem !important;
}
.health_seminar .speakers-container {
  margin-top: 3.62rem;
  max-width: 80rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.health_seminar .speakers-container .speaker {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.health_seminar .speakers-container .speaker .photo img {
  display: block;
  width: 14.25rem;
  height: 17.5rem;
}
.health_seminar .speakers-container .speaker .info {
  margin-top: 1.5rem;
  text-align: center;
}
.health_seminar .speakers-container .speaker .info h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: -0.006rem;
}
.health_seminar .speakers-container .speaker .info .title {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 1.2025rem */
  max-width: 16.5rem;
}
.health_seminar .detail {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0035rem;
  text-align: center;
}
.health_seminar .topics {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.health_seminar .topics .topic {
  margin-top: 5.87rem;
  overflow: visible;
  position: relative;
  background: #071B33;
  width: 18.125rem;
  height: 15.9375rem;
  padding: 2.5rem 1.5rem;
}
.health_seminar .topics .topic h5 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.005rem;
  text-align: center;
}
.health_seminar .topics .topic p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0035rem;
}
.health_seminar .topics .topic img {
  display: block;
  position: absolute;
  width: 9.4375rem;
  height: 7.375rem;
  top: -5.87rem;
  left: 4.37rem;
}
.health_seminar .topics .topic.topic1 {
  width: 37.75rem;
  background: #0E59B3;
}
.health_seminar .topics .topic.topic1 h5 {
  max-width: 20.19rem;
  text-align: left;
}
.health_seminar .topics .topic.topic1 img {
  width: 10.75rem;
  height: 11.375rem;
  left: auto;
  right: 1.5rem;
}
.agenda {
  width: 100%;
  max-width: initial !important;
  background-image: url('https://staticcdn.buzud.com/web/events/expo2024/agenda_bg.jpg');
  background-position: center center;
  background-size: auto 100%;
}
@media screen and (min-width: 2000px) {
  .agenda {
    background-size: 100% 100%;
  }
}
.agenda .title {
  margin-top: 0 !important;
}
.agenda .more {
  max-width: 80rem;
  margin: 2.5rem auto;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0035rem;
}
.agenda .content {
  max-width: 80rem;
  padding: 0 2.5rem;
  height: 54.5rem;
  margin: 1.5rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: -0.006rem;
}
.agenda .content .timeline {
  width: 1rem;
  height: 54.5rem;
}
.agenda .content .timeline img {
  display: none;
  width: 1rem;
  height: 54.5rem;
}
.agenda .content .timeline img.pc {
  display: block;
}
.agenda .content .time {
  color: var(--text-color-green-text, #00CCB4);
  margin-right: 2.37rem;
  white-space: nowrap;
}
.agenda .content .time p:nth-of-type(1) {
  margin-top: 0.8rem;
}
.agenda .content .time p:nth-of-type(2) {
  margin-top: 6rem;
}
.agenda .content .time p:nth-of-type(3) {
  margin-top: 4rem;
}
.agenda .content .time p:nth-of-type(4) {
  margin-top: 15rem;
}
.agenda .content .time p:nth-of-type(5) {
  margin-top: 11.5rem;
}
.agenda .content .time p:nth-of-type(6) {
  margin-top: 4rem;
}
.agenda .content .detail {
  margin-left: 2.25rem;
}
.agenda .content .detail .event .time {
  margin-top: 0;
  display: none;
}
.agenda .content .detail .event h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  /* 133.333% */
  letter-spacing: -0.006rem;
  white-space: nowrap;
}
.agenda .content .detail .event .second_title {
  margin-top: 0.5rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
}
.agenda .content .detail .event:nth-of-type(1) {
  margin-top: 0.875rem;
}
.agenda .content .detail .event:nth-of-type(2) {
  margin-top: 3.5rem;
}
.agenda .content .detail .event:nth-of-type(3) {
  margin-top: 3rem;
}
.agenda .content .detail .event:nth-of-type(4) {
  margin-top: 3.75rem;
}
.agenda .content .detail .event:nth-of-type(5) {
  margin-top: 3.5rem;
}
.agenda .content .detail .event:nth-of-type(6) {
  margin-top: 3.5rem;
}
.register_section .title {
  margin-top: 0 !important;
}
.register_section .detail {
  margin-top: 1.5rem;
  text-align: center;
}
.register_section .tickets {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.register_section .tickets .ticket {
  display: flex;
  width: 24rem;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  border-radius: 1.5rem;
  border: 0.25rem solid #FFF;
  text-align: center;
}
.register_section .tickets .ticket h5 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.75rem;
  /* 137.5% */
  letter-spacing: -0.008rem;
}
.register_section .tickets .ticket p {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
}
.register_section .tickets .ticket .price {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.012rem;
}
.register_section .tickets .ticket button {
  cursor: pointer;
  display: inline-flex;
  padding: 1.5rem 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #00CCB4 0%, #02A895 100%);
  text-transform: uppercase;
  border: none;
  box-shadow: 0.0625rem -0.0625rem 0.0625rem 0 #000 inset, 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.6) inset;
  color: #fff;
  text-shadow: 0 0.0625rem 0.1875rem #079685;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.register_section .tickets .ticket .disabled {
  background: rgba(128, 128, 128, 0.8);
  text-shadow: 0 0.0625rem 0.1875rem rgba(128, 128, 128, 0.8);
  color: rgba(14, 15, 16, 0.63);
  cursor: auto;
}
.more-section {
  margin-top: 5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.more-section .partners .title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.012rem;
}
.more-section .partners .content {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0 4rem;
}
.more-section .partners .content img {
  display: block;
  margin-top: 0;
}
.more-section .partners .content .clubmed {
  width: 9.5625rem;
  height: 5rem;
}
.more-section .partners .content .ecom {
  width: 7.3125rem;
  height: 5rem;
}
.more-section .partners .content .efila {
  width: 6.6875rem;
  height: 5rem;
}
.more-section .partners .content .freshkitchen {
  width: 15.1875rem;
  height: 5rem;
}
.more-section .partners .content .guardian {
  width: 10.1875rem;
  height: 5rem;
}
.more-section .partners .content .hwcloud {
  width: 4.8125rem;
  height: 5rem;
}
.more-section .partners .content .nestia {
  width: 8.25rem;
  height: 5rem;
}
.more-section .partners .content .singtel {
  width: 5.9375rem;
  height: 5rem;
}
.more-section .partners .content .vitakids {
  width: 6.0625rem;
  height: 5rem;
}
.more-section .partners .content .nordic_naturals {
  width: 11rem;
  height: 5rem;
}
.more-section .partners .content .greenlife {
  width: 9.125rem;
  height: 5rem;
}
.more-section img {
  margin-top: 5rem;
  display: inline-block;
  width: 18.5rem;
  height: 5rem;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .panel {
  width: 40rem;
  border-radius: 1.5rem;
  background: #FFF;
  color: #0E0F10;
  position: relative;
  overflow-x: hidden;
  max-height: 100%;
  overflow-y: auto;
}
.modal .panel .header {
  width: 100%;
  height: 6.8125rem;
  background: var(--text-color-link, #00A9CE);
  color: #FFF;
  padding: 1.5rem 2.5rem;
}
.modal .panel .header h5 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.75rem;
  /* 137.5% */
  letter-spacing: -0.008rem;
}
.modal .panel .header p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0035rem;
}
.modal .panel .content {
  padding: 1.5rem 2.5rem 2.5rem;
}
.modal .panel .content .success {
  margin-top: 4rem;
  text-align: center;
}
.modal .panel .content .success img {
  width: 16.1rem;
  height: 15rem;
}
.modal .panel .content .success_message {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.75rem;
  /* 137.5% */
  letter-spacing: -0.008rem;
}
.modal .panel .content .success_detail {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0035rem;
}
.modal .panel .content .input {
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  height: 3rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.005rem;
  margin-left: 0;
  margin-top: 3.5rem;
}
.modal .panel .content .input:first-of-type {
  margin-top: 2rem;
}
.modal .panel .content .input input {
  height: 1.5rem;
  text-align: left;
}
.modal .panel .content .input .layui-input-prefix {
  position: absolute;
  top: -2rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  left: 0;
}
.modal .panel .content .input.disabled {
  background: rgba(14, 15, 16, 0.08);
}
.modal .panel .content .input.disabled input {
  background: none;
  color: rgba(14, 15, 16, 0.63);
}
.modal .panel .content .input .error-message {
  display: none;
}
.modal .panel .content .input.error {
  border-color: #f55;
  position: relative;
  margin-bottom: 2rem;
}
.modal .panel .content .input.error:has(+.input) {
  margin-bottom: 3rem;
}
.modal .panel .content .input.error .error-message {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  color: #f55;
}
.modal .panel .content .submit,
.modal .panel .content .close {
  margin-top: 2.5rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #00CCB4 0%, #02A895 100%);
  box-shadow: 0 -0.0625rem 0.0625rem 0 #000 inset, 0.0625rem 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.6) inset;
  border: none;
  text-shadow: 0 0.0625rem 0.1875rem #079685;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 133.333% */
  color: var(--text-color-white-text, #FFF);
  cursor: pointer;
}
.modal .panel > .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  z-index: 100;
  cursor: pointer;
}
span.highlight {
  color: #00CCB4;
}
.public_pop .line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8rem;
}
.public_pop .line .input {
  border: none;
  margin-top: 3.5rem !important;
  padding: 0 !important;
}
.public_pop .line .left {
  width: fit-content !important;
}
.public_pop .line .left .quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 0.0265rem solid var(--control-line, rgba(14, 15, 16, 0.16));
}
.public_pop .line .left .quantity .layui-input {
  width: 2.4375rem;
  padding: 0 0.5rem;
}
.public_pop .line .left .quantity button {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.public_pop .line .left .quantity button.minus {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27Reduce%27%3E%3Cpath id=%27Vector%27 d=%27M20.5 13H3.5C2.95 13 2.5 12.55 2.5 12C2.5 11.45 2.95 11 3.5 11H20.5C21.05 11 21.5 11.45 21.5 12C21.5 12.55 21.05 13 20.5 13Z%27 fill=%27%230E0F10%27 /%3E%3C/g%3E%3C/svg%3E%0A");
}
.public_pop .line .left .quantity button.minus.disabled {
  cursor: auto;
  opacity: 0.3;
}
.public_pop .line .left .quantity button.plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M20.5 11H13V3.5C13 2.95 12.55 2.5 12 2.5C11.45 2.5 11 2.95 11 3.5V11H3.5C2.95 11 2.5 11.45 2.5 12C2.5 12.55 2.95 13 3.5 13H11V20.5C11 21.05 11.45 21.5 12 21.5C12.55 21.5 13 21.05 13 20.5V13H20.5C21.05 13 21.5 12.55 21.5 12C21.5 11.45 21.05 11 20.5 11Z%27 fill=%27%230E0F10%27/%3E%3C/svg%3E");
}
.public_pop .line .left .quantity button.plus.disabled {
  cursor: auto;
  opacity: 0.3;
}
.public_pop .line .right .price {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.75rem;
  /* 137.5% */
  letter-spacing: -0.008rem;
}
@media screen and (max-width: 1280px) and (min-width: 750px) {
  .about_event .content .more_details {
    width: 29.8125rem;
  }
  .about_event .map {
    margin-right: 1.5rem;
  }
  .goodies {
    flex-direction: column;
    align-items: center;
  }
  .goodies .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goodies .content .title {
    max-width: inherit;
  }
  .agenda {
    margin-top: 2.5rem !important;
  }
  .agenda .content .time p:nth-of-type(1) {
    margin-top: 1rem;
  }
  .agenda .content .time p:nth-of-type(2) {
    margin-top: 6rem;
  }
  .agenda .content .time p:nth-of-type(3) {
    margin-top: 4rem;
  }
  .agenda .content .time p:nth-of-type(4) {
    margin-top: 15rem;
  }
  .agenda .content .time p:nth-of-type(5) {
    margin-top: 11.5rem;
  }
  .agenda .content .time p:nth-of-type(6) {
    margin-top: 4rem;
  }
  .agenda .content .detail .event h5 {
    white-space: normal;
  }
  .agenda .content .detail .event:nth-of-type(1) {
    margin-top: 0.75rem;
  }
  .agenda .content .detail .event:nth-of-type(2) {
    margin-top: 3.25rem;
  }
  .agenda .content .detail .event:nth-of-type(3) {
    margin-top: 3.5rem;
  }
  .agenda .content .detail .event:nth-of-type(4) {
    margin-top: 3.625rem;
  }
  .agenda .content .detail .event:nth-of-type(5) {
    margin-top: 3.625rem;
  }
  .agenda .content .detail .event:nth-of-type(6) {
    margin-top: 3.5rem;
  }
  .agenda .content .timeline img.pc {
    display: none;
  }
  .agenda .content .timeline img.tablet {
    display: block;
  }
  .speakers .content {
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 2.5rem;
    height: auto;
  }
  .speakers .content .speaker {
    padding: 0 5rem;
  }
  .speakers .content .speaker ._1st_photo {
    align-self: flex-start;
  }
  .speakers .content .speaker.left {
    width: 100%;
  }
  .speakers .content .speaker.right {
    width: 100%;
  }
  .health_seminar .topics_container {
    overflow-x: scroll;
  }
  .health_seminar .topics {
    min-width: 77rem;
  }
}
@media screen and (max-width: 750px) {
  .page > section > .title {
    font-size: 2rem;
    letter-spacing: -0.008rem;
  }
  header {
    height: 32rem;
  }
  header .content .logo img {
    display: block;
    width: 18.4375rem;
    height: 12.875rem;
  }
  header .content .register {
    margin-top: 5.12rem;
  }
  .about_event {
    padding: 2.5rem 0;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .about_event .content {
    margin: 1.5rem;
  }
  .about_event .content .title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.012rem;
  }
  .about_event .content .paragraph {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    max-width: 100%;
  }
  .about_event .content .paragraph p {
    margin-top: 0.25rem;
  }
  .about_event .content .more_details {
    margin-top: 2.5rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 1.48rem */
    width: auto;
  }
  .about_event .map {
    width: 20.4375rem;
    height: 15rem;
    margin: 0 auto;
  }
  .speakers {
    padding: 2.5rem 1.5rem !important;
  }
  .speakers .content {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 1.5rem;
    height: auto;
  }
  .speakers .content .speaker {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
  }
  .speakers .content .speaker.left {
    flex-direction: column;
    width: 100%;
  }
  .speakers .content .speaker.right {
    width: 100%;
  }
  .speakers .content .speaker .info {
    text-align: center;
  }
  .speakers .content .speaker .info .detail {
    text-align: left;
  }
  .health_seminar > h3.title {
    margin-top: 0;
  }
  .health_seminar .speakers-container {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  .health_seminar .speakers-container .speaker .photo img {
    width: 8.125rem;
    height: 10rem;
  }
  .health_seminar .topics {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .health_seminar .topics .topic {
    margin-top: 5.87rem;
    overflow: visible;
    position: relative;
    background: #071B33;
    width: 100%;
    height: auto;
    padding: 2.5rem 1.5rem;
  }
  .health_seminar .topics .topic img {
    width: 9.4375rem;
    height: 7.375rem;
    top: -5.88rem;
    left: 5.56rem;
  }
  .health_seminar .topics .topic.topic1 {
    width: 100%;
    background: #0E59B3;
  }
  .health_seminar .topics .topic.topic1 h5 {
    text-align: left;
  }
  .health_seminar .topics .topic.topic1 img {
    width: 6.96975rem;
    height: 7.375rem;
    top: -5.88rem;
    left: 6.75rem;
  }
  .goodies {
    flex-direction: column;
    align-items: center;
  }
  .goodies .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goodies .content .title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.75rem;
    /* 137.5% */
    letter-spacing: -0.008rem;
    text-align: center;
  }
  .goodies .content .detail {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0035rem;
    width: auto;
  }
  .goodies img {
    margin-top: 1.5rem;
    margin-right: 0;
    width: 21.4375rem;
  }
  .agenda {
    margin-top: 0.5rem !important;
    width: 100%;
    height: 60.3rem;
  }
  .agenda .title {
    margin-top: 0 !important;
  }
  .agenda .more {
    margin-top: 2.5rem;
  }
  .agenda .content {
    width: 100%;
    height: 53rem;
    margin: 1.69rem auto 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 1.5rem;
  }
  .agenda .content .timeline {
    width: 1rem;
    height: 53rem;
  }
  .agenda .content .timeline img {
    display: none;
    width: 1rem;
    height: 53rem;
  }
  .agenda .content .timeline img.pc {
    display: none;
  }
  .agenda .content .timeline img.mobile {
    display: block;
  }
  .agenda .content .time {
    display: none;
  }
  .agenda .content .detail {
    margin-left: 1.5rem;
  }
  .agenda .content .detail .event .time {
    font-size: 1.06255rem;
    margin-top: 0;
    display: block;
  }
  .agenda .content .detail .event h5 {
    font-size: 1.06255rem;
    line-height: 1.5rem;
    /* 133.333% */
    letter-spacing: -0.00425rem;
    white-space: normal;
  }
  .agenda .content .detail .event .second_title {
    margin-top: 0;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    /* 133.333% */
    letter-spacing: -0.003rem;
  }
  .agenda .content .detail .event:nth-of-type(1) {
    margin-top: 0.625rem;
  }
  .agenda .content .detail .event:nth-of-type(2) {
    margin-top: 1.5rem;
  }
  .agenda .content .detail .event:nth-of-type(3) {
    margin-top: 1.25rem;
  }
  .agenda .content .detail .event:nth-of-type(4) {
    margin-top: 1.125rem;
  }
  .agenda .content .detail .event:nth-of-type(5) {
    margin-top: 2.5rem;
  }
  .agenda .content .detail .event:nth-of-type(6) {
    margin-top: 1.25rem;
  }
  .register_section {
    padding: 2.5rem 1.5rem !important;
  }
  .register_section .title {
    margin-top: 0 !important;
  }
  .register_section .detail {
    margin-top: 1.5rem;
    text-align: center;
  }
  .register_section .tickets {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .register_section .tickets .ticket {
    padding: 2.5rem 2.5rem;
    width: 100%;
  }
  .more-section {
    margin-top: 3rem;
  }
  .more-section .partners .title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.75rem;
    /* 137.5% */
    letter-spacing: -0.008rem;
  }
  .more-section .partners .content {
    margin-top: 1.5rem;
    padding: 0 0.75rem;
  }
  .more-section .partners .content img {
    display: block;
    margin-top: 0;
  }
  .more-section img {
    width: 9.25rem;
    height: 2.5rem;
  }
  .modal .panel {
    width: 21.4375rem;
    border-radius: 1.5rem;
  }
  .modal .panel .header {
    height: 6rem;
    padding: 1.5rem 1.5rem;
  }
  .modal .panel .header h5 {
    line-height: normal;
    font-size: 1.25rem;
    letter-spacing: -0.005rem;
  }
  .modal .panel .header p {
    margin-top: 0;
    font-size: 0.75rem;
    letter-spacing: -0.003rem;
  }
  .modal .panel .content {
    padding: 1.5rem;
  }
  .modal .panel .content .input {
    border-radius: 0.25rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: -0.0035rem;
    margin-top: 2.56rem;
  }
  .modal .panel .content .input:first-of-type {
    margin-top: 1.5rem;
  }
  .modal .panel .content .input input {
    height: 1.063rem;
  }
  .modal .panel .content .input .layui-input-prefix {
    position: absolute;
    top: -1.563rem;
    font-size: 0.875rem;
    line-height: normal;
    /* 141.176% */
    letter-spacing: -0.0035rem;
  }
  .modal .panel .content .input.error {
    border-color: #f55;
    position: relative;
    margin-bottom: 1.5rem;
  }
  .modal .panel .content .input.error:has(+.input) {
    margin-bottom: 2rem;
  }
  .modal .panel .content .input.error .error-message {
    bottom: -1.0625rem;
    font-size: 0.875rem;
    line-height: normal;
    /* 141.176% */
    letter-spacing: -0.0035rem;
    color: #f55;
  }
  .modal .panel .content .success {
    margin-top: 1.5rem;
    text-align: center;
  }
  .modal .panel .content .success img {
    width: 8.0625rem;
    height: 7.5rem;
  }
  .modal .panel .content .success_message {
    font-size: 1.5rem;
    line-height: 2rem;
    /* 137.5% */
    letter-spacing: -0.0086rem;
  }
  .modal .panel .content .success_detail {
    margin-top: 0.75rem;
  }
  .modal .panel .content .submit,
  .modal .panel .content .close {
    margin-top: 1.5rem;
    padding: 0.5rem 0;
    text-align: center;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 2rem;
    /* 133.333% */
  }
  .modal .panel > .close {
    width: 1.5rem;
    height: 1.5rem;
  }
  .modal .panel > .close img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .public_pop .line {
    gap: 1.75rem;
  }
  .public_pop .line .left .quantity {
    border-radius: 0.25rem;
  }
  .public_pop .line .left .quantity .layui-input {
    width: 2.25rem;
    padding: 0 0.5rem;
  }
  .public_pop .line .left .quantity button {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
  }
  .public_pop .line .right .price {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    /* 133.333% */
    letter-spacing: -0.006rem;
  }
}


/*# sourceMappingURL=expo2024.1887a55a.css.map*/