/* common.css = site + module + base (imports resolved once). Edit this CSS going forward. */
/* Cookie consent — bottom sheet; html 10px in site.less → 1rem = 10px
   Content width: 120rem (1200px), aligned with homepage sections */
.evox-consent-banner {
  position: fixed;
  inset: 0;
  z-index: 100002;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.25rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.evox-consent-banner .evox-consent-inner {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 120rem;
  max-height: min(82vh, 54rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  background: #ffffff;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 -0.6rem 3rem rgba(15, 23, 42, 0.09), 0 -0.2rem 0.8rem rgba(15, 23, 42, 0.05), 0 0 0 1px rgba(15, 23, 42, 0.045);
  padding: 0;
  box-sizing: border-box;
  color: #1A2029;
  font-size: 1.15rem;
  line-height: 1.65;
  /* Thin brand accent — avoids heavy gradient strip */
}
.evox-consent-banner .evox-consent-inner::before {
  content: "";
  display: block;
  height: 0.35rem;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, #157fb8 0%, #1f94d2 42%, #4eb8f0 100%);
}
.evox-consent-banner .evox-consent-title {
  margin: 0;
  padding: 1.35rem 1.5rem 1rem;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
  color: #0f172a;
  border-bottom: 1px solid #e8eef3;
  background: linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}
.evox-consent-banner .evox-consent-inner .evox-consent-gpc-notice {
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #0f4c5c;
  background: linear-gradient(180deg, #e8f6fc 0%, #f4fafd 100%);
  border-bottom: 1px solid rgba(31, 148, 210, 0.25);
  box-sizing: border-box;
}
.evox-consent-banner .evox-consent-inner .evox-consent-gpc-notice strong {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: #0b5f8c;
}
.evox-consent-banner.evox-consent-banner--gpc .evox-consent-btn--gpc-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.evox-consent-banner.evox-consent-banner--gpc .evox-consent-toggle input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.evox-consent-banner .evox-consent-entry-intro {
  margin: 0;
  padding: 1.15rem 1.5rem 0.5rem;
  color: #1A2029;
  font-size: 1.14rem;
  line-height: 1.7;
}
.evox-consent-banner .evox-consent-entry-intro strong {
  font-weight: 600;
  color: #334155;
}
.evox-consent-banner .evox-consent-entry-intro a.evox-consent-entry-notice-link {
  color: #1580b8;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 148, 210, 0.45);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.evox-consent-banner .evox-consent-entry-intro a.evox-consent-entry-notice-link:hover {
  color: #1f94d2;
  border-bottom-color: #1f94d2;
}
.evox-consent-banner .evox-consent-entry-intro.evox-consent-entry-intro--follow {
  margin-top: 0.75rem;
  padding-top: 0;
  padding-bottom: 0.25rem;
}
.evox-consent-banner .evox-consent-panel .evox-consent-intro {
  margin: 0.75rem 0 0;
  padding: 0;
  color: #1A2029;
  font-size: 1.14rem;
  line-height: 1.7;
  border-left: none;
}
.evox-consent-banner .evox-consent-split {
  display: flex;
  align-items: stretch;
  min-height: 17rem;
  max-height: min(40vh, 30rem);
  border-bottom: 1px solid #e8eef3;
  background: #fafbfc;
}
.evox-consent-banner .evox-consent-nav {
  flex: 0 0 18.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  background: linear-gradient(180deg, #f1f5f9 0%, #eef2f6 100%);
  border-right: 1px solid #e8eef3;
  box-sizing: border-box;
}
.evox-consent-banner .evox-consent-tab {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  color: #526077;
  line-height: 1.35;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}
.evox-consent-banner .evox-consent-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f172a;
}
.evox-consent-banner .evox-consent-tab:focus-visible {
  outline: 2px solid #1f94d2;
  outline-offset: 2px;
}
.evox-consent-banner .evox-consent-tab.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: inset 4px 0 0 #1f94d2, 0 0.1rem 0.35rem rgba(15, 23, 42, 0.06), 0 0.35rem 1rem rgba(15, 23, 42, 0.05);
}
.evox-consent-banner .evox-consent-panels {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.15rem 1.45rem;
  background: #fff;
  box-sizing: border-box;
}
.evox-consent-banner .evox-consent-panel {
  outline: none;
}
.evox-consent-banner .evox-consent-panel[hidden] {
  display: none !important;
}
.evox-consent-banner .evox-consent-panel p {
  margin: 0.75rem 0 0;
  padding: 0 0 0 0.85rem;
  border-left: 2px solid rgba(31, 148, 210, 0.35);
  font-size: 1.08rem;
  line-height: 1.65;
  color: #1A2029;
}
.evox-consent-banner .evox-consent-panel p a.evox-consent-entry-notice-link {
  color: #1f94d2;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 148, 210, 0.5);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.evox-consent-banner .evox-consent-panel p a.evox-consent-entry-notice-link:hover {
  color: #35a9e4;
  border-bottom-color: #35a9e4;
}
.evox-consent-banner .evox-consent-panel.evox-consent-note p {
  border-left-color: rgba(148, 163, 184, 0.55);
}
.evox-consent-banner .evox-consent-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.evox-consent-banner .evox-consent-panel-head strong {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.025em;
}
.evox-consent-banner .evox-consent-always {
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0f766e;
  background: rgba(15, 118, 110, 0.1);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.18);
}
.evox-consent-banner label.evox-consent-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 600;
  color: #334155;
  user-select: none;
}
.evox-consent-banner label.evox-consent-toggle input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 2.75rem;
  height: 1.5rem;
  margin: 0;
  border-radius: 999px;
  background: #cbd5e1;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.22s ease, box-shadow 0.22s ease;
}
.evox-consent-banner label.evox-consent-toggle input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.2);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.evox-consent-banner label.evox-consent-toggle input[type="checkbox"]:checked {
  background: #1f94d2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.evox-consent-banner label.evox-consent-toggle input[type="checkbox"]:checked::after {
  transform: translateX(1.25rem);
}
.evox-consent-banner label.evox-consent-toggle input[type="checkbox"]:focus-visible {
  outline: 2px solid #1f94d2;
  outline-offset: 3px;
}
.evox-consent-banner .evox-consent-actions,
.evox-consent-banner .evox-consent-actions--entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  gap: 0.75rem;
  margin: 0;
  padding: 1.25rem 1.5rem 1.4rem;
  background: linear-gradient(180deg, #f9fafb 0%, #f4f6f8 100%);
  border-top: 1px solid #e8eef3;
}
.evox-consent-banner .evox-consent-actions button,
.evox-consent-banner .evox-consent-actions--entry button {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: none;
  background: #1f94d2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 14px rgba(31, 148, 210, 0.28);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.evox-consent-banner .evox-consent-actions button:hover,
.evox-consent-banner .evox-consent-actions--entry button:hover {
  background: #35a9e4;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px rgba(15, 23, 42, 0.08), 0 8px 22px rgba(31, 148, 210, 0.36);
  transform: translateY(-1px);
}
.evox-consent-banner .evox-consent-actions button:active,
.evox-consent-banner .evox-consent-actions--entry button:active {
  transform: translateY(0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 3px rgba(15, 23, 42, 0.1);
}
.evox-consent-banner .evox-consent-actions button:focus-visible,
.evox-consent-banner .evox-consent-actions--entry button:focus-visible {
  outline: 2px solid #157fb8;
  outline-offset: 3px;
}
/* Legal pages (Cookies Notice, Privacy Policy, Terms): no dimmed overlay; clicks pass through except on the sheet */
/* Footer legal — Cookie Settings button (match .footer-legal a; evox-consent loads after base) */
.ca-site-footer .footer-bottom .footer-legal .evox-open-cookie-settings {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: 'Gotham-pro-reg', sans-serif;
  font-size: 1.3rem;
  font-weight: inherit;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: normal;
  text-align: inherit;
  vertical-align: baseline;
}
.ca-site-footer .footer-bottom .footer-legal .evox-open-cookie-settings:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media (max-width: 990px) {
  .ca-site-footer .footer-bottom .footer-legal .evox-open-cookie-settings {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    white-space: normal;
    text-align: center;
  }
}
.evox-consent-banner.evox-consent-banner--no-mask {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}
.evox-consent-banner.evox-consent-banner--no-mask .evox-consent-inner {
  pointer-events: auto;
}
@media (min-width: 991px) {
  .evox-consent-banner {
    padding-left: 0;
    padding-right: 0;
  }
  .evox-consent-banner .evox-consent-inner {
    width: 100%;
    max-width: 120rem;
  }
}
@media (max-width: 576px) {
  .evox-consent-banner {
    padding: 0 0.65rem;
    padding-bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
    /* Horizontal category tabs (mobile): scroll row + underline active — same idea as desktop strip */
  }
  .evox-consent-banner .evox-consent-inner {
    width: 100%;
    max-width: 100%;
    max-height: min(90vh, 100%);
    border-radius: 0.85rem 0.85rem 0 0;
  }
  .evox-consent-banner .evox-consent-inner::before {
    border-radius: 0.85rem 0.85rem 0 0;
  }
  .evox-consent-banner .evox-consent-title {
    padding: 1.15rem 1.15rem 0.85rem;
    font-size: 1.42rem;
    letter-spacing: -0.03em;
  }
  .evox-consent-banner .evox-consent-entry-intro {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
  .evox-consent-banner .evox-consent-actions--entry {
    flex-direction: column;
    padding: 1.1rem 1.15rem 1.2rem;
    gap: 0.65rem;
  }
  .evox-consent-banner .evox-consent-actions--entry button {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .evox-consent-banner .evox-consent-split {
    flex-direction: column;
    max-height: none;
    min-height: 0;
  }
  .evox-consent-banner .evox-consent-nav {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.25rem;
    padding: 0.65rem 0.85rem 0;
    border-right: none;
    border-bottom: 1px solid #e8eef3;
    background: linear-gradient(180deg, #f1f5f9 0%, #eef2f6 100%);
    -webkit-overflow-scrolling: touch;
  }
  .evox-consent-banner .evox-consent-tab {
    flex: 0 0 auto;
    display: block;
    width: auto;
    min-width: max-content;
    padding: 0.65rem 0.85rem 0.75rem;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    background: transparent;
    font-size: 1.05rem;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    line-height: 1.35;
    color: #526077;
    box-shadow: none;
  }
  .evox-consent-banner .evox-consent-tab:hover {
    background: rgba(255, 255, 255, 0.72);
    color: #0f172a;
  }
  .evox-consent-banner .evox-consent-tab.is-active {
    background: transparent;
    color: #0f172a;
    border-bottom-color: #1f94d2;
    box-shadow: none;
  }
  .evox-consent-banner .evox-consent-panels {
    max-height: min(46vh, 22rem);
    padding: 1rem 1.15rem;
  }
  .evox-consent-banner .evox-consent-actions {
    flex-direction: column;
    padding: 1.1rem 1.15rem 1.2rem;
    gap: 0.65rem;
  }
  .evox-consent-banner .evox-consent-actions button {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
}
.fn-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 1.6rem;
  box-sizing: border-box;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.fn-modal__card {
  position: relative;
  width: 100%;
  max-width: 56rem;
  max-height: min(86vh, 72rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.12);
  color: #121212;
  font-family: "Gotham-book", "Gotham-reg", Arial, sans-serif;
  font-weight: 400;
}
.fn-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2.4rem 2.4rem 2rem;
  border-bottom: 1px solid #edf1f5;
}
.fn-modal__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
  color: #121212;
  font-weight: 700;
  font-family: "Gotham-bold", "Gotham-med", Arial, sans-serif;
}
.fn-modal__close {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin: -0.4rem -0.4rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1), background 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.fn-modal__close:hover {
  color: #121212;
  background: #f3f5f7;
}
.fn-modal__list {
  margin: 0;
  padding: 0 2.4rem;
  list-style: none;
}
.fn-modal__item {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #edf1f5;
}
.fn-modal__item:last-child {
  border-bottom: 0;
}
.fn-modal__item-icon {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
}
.fn-modal__item-body {
  flex: 1;
  min-width: 0;
  display: block;
  text-align: left;
}
.fn-modal__item-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 0 0.6rem;
}
.fn-modal h3.fn-modal__item-title {
  display: block;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #121212;
  font-family: "Gotham-med", Arial, sans-serif;
  text-align: left;
}
.fn-modal__tag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.15rem 0.7rem;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Gotham-med", Arial, sans-serif;
  white-space: nowrap;
}
.fn-modal p.fn-modal__item-desc {
  display: block;
  margin: 0;
  padding: 0 0 0.2rem;
  height: auto;
  max-height: none;
  overflow: visible;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  color: #6b7280;
  font-family: "Gotham-book", "Gotham-reg", Arial, sans-serif;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}
.fn-modal__item--new .fn-modal__item-icon {
  background: #e8f8ef;
  color: #16a34a;
}
.fn-modal__item--new .fn-modal__tag {
  background: #e8f8ef;
  color: #15803d;
}
.fn-modal__item--update .fn-modal__item-icon {
  background: #eef2ff;
  color: #4f46e5;
}
.fn-modal__item--update .fn-modal__tag {
  background: #eef2ff;
  color: #4338ca;
}
.fn-modal__item--improved .fn-modal__item-icon {
  background: #e8f4fc;
  color: #1f94d2;
}
.fn-modal__item--improved .fn-modal__tag {
  background: #e8f4fc;
  color: #1578a8;
}
.fn-modal__item--security .fn-modal__item-icon {
  background: #fff3e6;
  color: #ea580c;
}
.fn-modal__item--security .fn-modal__tag {
  background: #fff3e6;
  color: #c2410c;
}
.fn-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.8rem 2.4rem 2.2rem;
  border-top: 1px solid #edf1f5;
}
.fn-modal__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-width: 0;
  flex: 1;
  text-align: left;
}
.fn-modal__hint-icon {
  flex-shrink: 0;
  display: inline-flex;
  color: #1f94d2;
  margin-top: 0.15rem;
}
.fn-modal__hint-body {
  min-width: 0;
}
.fn-modal p.fn-modal__hint-title {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  color: #121212;
  font-family: "Gotham-med", Arial, sans-serif;
  text-align: left;
}
.fn-modal p.fn-modal__hint-text {
  margin: 0.2rem 0 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6b7280;
  font-family: "Gotham-book", "Gotham-reg", Arial, sans-serif;
  text-align: left;
}
.fn-modal__gotit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 4rem;
  padding: 0 1.8rem;
  border: 0;
  border-radius: 0.8rem;
  background: #1f94d2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0.2rem 1rem rgba(31, 148, 210, 0.25);
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.fn-modal__gotit:hover {
  background: #1578a8;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .fn-modal {
    align-items: flex-end;
    padding: 0;
  }
  .fn-modal__card {
    max-width: none;
    max-height: 88vh;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .fn-modal__header,
  .fn-modal__list,
  .fn-modal__footer {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .fn-modal__title {
    font-size: 1.8rem;
  }
  .fn-modal__footer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .fn-modal__gotit {
    min-width: 12rem;
    margin-left: auto;
  }
}
html {
  font-size: 10px;
  width: 100%;
  min-width: 320px;
}
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-size: cover;
  overflow-y: scroll;
  display: block;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  user-select: text;
  -webkit-user-select: text;
  -webkit-text-size-adjust: 100% !important;
  font-family: "Gotham-med", "Arial";
}
* {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
ul {
  list-style: none;
}
.androidFix {
  overflow: hidden !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.iPhone_bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
a,
img {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:focus,
input:focus,
p:focus,
div:focus,
img:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lazyload {
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn_am {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn1 {
  position: relative;
  width: 199px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #1F94D2;
  background: white;
  border-radius: 20.5px;
  border: 3px #1F94D2 solid;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn2 {
  position: relative;
  width: 199px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #1F94D2;
  background: white;
  border-radius: 20.5px;
  border: 3px #1F94D2 solid;
  color: white;
  background: #1F94D2;
  box-sizing: border-box;
  border: 3px white solid;
  cursor: pointer;
  line-height: 34px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn3 {
  position: relative;
  width: 199px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 20.5px;
  color: white;
  background: #1F94D2;
  box-sizing: border-box;
  border: 3px white solid;
  line-height: 34px;
  color: #1F94D2;
  background: white;
  border: 3px #1F94D2 solid;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn4 {
  position: relative;
  width: 199px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #1F94D2;
  background: white;
  border-radius: 20.5px;
  border: 3px white solid;
  line-height: 34px;
  color: white;
  background: #1F94D2;
  border: 3px #1F94D2 solid;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn5 {
  position: relative;
  width: 199px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #1F94D2;
  background: white;
  border-radius: 20.5px;
  border: 3px #1F94D2 solid;
  background: #1F94D2;
  line-height: 34px;
  color: white;
  background: none;
  border: 3px white solid;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn1:hover {
  width: 220px;
}
.btn2:hover {
  width: 220px;
}
.btn3:hover {
  background-color: #1F94D2;
  border-color: white;
  color: white;
}
.btn4:hover {
  background-color: white;
  border-color: #1F94D2;
  color: #1F94D2;
}
.btn5:hover {
  background-color: white;
  border-color: #1F94D2;
  color: #1F94D2;
}
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 4px 18px 0px rgba(61, 61, 61, 0.1);
  z-index: 1000;
  background: #1F94D2;
}
#site_header .header_container {
  margin: auto;
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #1F94D2;
}
#site_header .header_container .left_bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#site_header .header_container .left_bar .midea_logo img {
  height: 40px;
}
#site_header .header_container .left_bar .evox_logo {
  margin-left: 31px;
  margin-top: 12px;
}
#site_header .header_container .left_bar .evox_logo img {
  height: 15px;
}
#site_header .header_container .right_bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
#site_header .header_container .right_bar .contact_email {
  font-size: 19px;
  color: white;
  position: relative;
  z-index: 2;
}
#site_header .header_container .right_bar .btn5 {
  margin-right: 30px;
}
#site_header .header_container .right_bar .btn_menu {
  width: 150px;
  margin-right: 25px;
  height: 100%;
  position: relative;
}
#site_header .header_container .right_bar .btn_menu .btn_row {
  color: white;
  font-size: 19px;
  position: relative;
  z-index: 2;
}
#site_header .header_container .right_bar .btn_menu .btn_row:before,
#site_header .header_container .right_bar .btn_menu .btn_row:after {
  content: "";
  width: 9px;
  height: 1px;
  margin: auto 0;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  background: white;
  z-index: 1;
}
#site_header .header_container .right_bar .btn_menu .btn_row:before {
  right: -12px;
  transform: rotate(45deg);
}
#site_header .header_container .right_bar .btn_menu .btn_row:after {
  right: -18px;
  transform: rotate(-45deg);
}
#site_header .header_container .right_bar .btn_menu:hover .btn_row {
  text-decoration: underline;
}
#site_header .header_container .right_bar .btn_menu:hover .sub_menu {
  transform: translateY(20px);
  opacity: 1;
  pointer-events: auto;
}
#site_header .header_container .right_bar .btn_menu .sub_menu {
  position: absolute;
  background: #1F94D2;
  padding-top: 20px;
  left: 0px;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 140px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
#site_header .header_container .right_bar .btn_menu .sub_menu a {
  color: white;
  width: 90%;
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
}
#site_header .header_container .right_bar .btn_menu .sub_menu a:hover {
  text-decoration: underline;
}
#site_header .header_container .right_bar .product_menu {
  width: 100px;
}
#site_header .header_container .right_bar .product_menu .sub_menu {
  width: 150px;
  height: auto;
  padding-bottom: 20px;
}
#site_header .header_container .right_bar .product_menu .sub_menu a {
  width: 80%;
}
#site_header .header_container .mobile_navcontrol {
  padding: 0 8px;
  position: absolute;
  right: 8px;
  top: 12px;
  display: none;
}
#site_header .header_container .mobile_navcontrol .control_icon {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all 0.4s ease;
}
#site_header .header_container .mobile_navcontrol .control_icon:before {
  content: '';
  display: block;
  height: 2px;
  width: 22px;
  background-color: white;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#site_footer {
  position: relative;
  width: 100%;
  height: 130px;
  background: #1D222F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#site_footer .footer_container {
  position: relative;
  margin: auto;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#site_footer .footer_container .midea_logo img {
  width: 121px;
  height: 49px;
  margin-top: -10px;
}
#site_footer .footer_container p {
  font-size: 15px;
  text-align: center;
  color: white;
}
#site_footer .footer_container .middle_txt a {
  font-size: 15px;
  text-align: center;
  color: white;
}
.leave_message_bottom_btn {
  position: fixed;
  bottom: 0;
  right: 70px;
  z-index: 1000;
  border-radius: 0;
}
#main {
  min-height: 600px;
  width: 100%;
}
.visible_pre_am {
  -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.visible_am {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 991px) {
  .pc_hide {
    display: none;
  }
  .pc_show {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .mobile_hide {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  #site_header {
    width: 100%;
    position: fixed;
    z-index: 100;
    height: 150px;
    overflow: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background: none;
  }
  #site_header .header_container {
    width: 100%;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    justify-content: flex-start;
  }
  #site_header .header_container .left_bar {
    position: relative;
    width: 100%;
    float: none;
    height: 75px;
  }
  #site_header .header_container .left_bar .midea_logo {
    margin-left: 19px;
    margin-top: 21px;
  }
  #site_header .header_container .left_bar .midea_logo img {
    height: 33px;
  }
  #site_header .header_container .left_bar .evox_logo {
    margin-left: 19px;
    margin-top: 30px;
  }
  #site_header .header_container .left_bar .evox_logo img {
    height: 17px;
  }
  #site_header .header_container .left_bar .mobile_navcontrol {
    display: block;
    top: 36px;
  }
  #site_header .header_container .right_bar {
    width: 100%;
    flex-direction: column;
    height: 250px;
    justify-content: flex-start;
  }
  #site_header .header_container .right_bar .btn5 {
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  #site_header .header_container .right_bar .btn_menu {
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    max-height: 30px;
    margin-bottom: 20px;
  }
  #site_header .header_container .right_bar .btn_menu:hover {
    max-height: 150px;
  }
  #site_header .header_container .right_bar .btn_menu:hover .btn_row {
    text-decoration: underline;
  }
  #site_header .header_container .right_bar .btn_menu:hover .sub_menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  #site_header .header_container .right_bar .btn_menu .sub_menu {
    position: relative;
    padding-top: 0;
    margin-top: 0;
  }
  #site_header .header_container .right_bar .resources_menu .sub_menu {
    left: -80px;
  }
  #site_header .header_container .right_bar .btn1 {
    margin: 0;
    margin-top: 17.5px;
  }
  #site_header .header_container .right_bar .btn2 {
    margin: 0;
    margin-top: 27.5px;
  }
  #site_header .header_container .right_bar .contact_email {
    margin-top: 145px;
  }
  .open_nav {
    height: 100vh !important;
  }
  .open_nav .control_icon:nth-child(1) {
    transform: translateY(8px);
  }
  .open_nav .control_icon:nth-child(2) {
    opacity: 0;
  }
  .open_nav .control_icon:nth-child(3) {
    transform: translateY(-8px);
  }
  .open_nav .control_icon:nth-child(1):before {
    transform: rotate(45deg);
  }
  .open_nav .control_icon:nth-child(3):before {
    transform: rotate(-45deg);
  }
  #site_footer {
    margin-top: 20px;
    height: 200px;
  }
  #site_footer .footer_container {
    flex-direction: column;
    justify-content: space-around;
  }
  #site_footer .footer_container .midea_logo {
    margin-top: 20px;
  }
  .leave_message_bottom_btn {
    display: none;
  }
  .btn1 {
    width: 263px;
    height: 35px;
    line-height: 35px;
  }
  .btn2 {
    width: 263px;
    height: 35px;
    line-height: 35px;
  }
  .btn4 {
    width: 263px;
  }
  .btn3 {
    width: 263px;
  }
  .btn5 {
    width: 263px;
  }
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #3498db;
  animation: spin 1s linear infinite;
  transform-origin: center center ;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_am {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.intro_part {
  position: relative;
  width: 100%;
  height: 620px;
  background-color: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1441px) {
  .intro_part {
    background-size: contain;
  }
}
@media only screen and (max-width: 990px) {
  .intro_part {
    margin-top: 150px;
    height: 600px;
    display: inline-block;
  }
  .intro_part:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    left: 0;
    top: 0;
  }
  .intro_part .part_container {
    background: none;
  }
  .intro_part .part_container .txt_container {
    width: 80%;
  }
  .intro_part .part_container .txt_container h1 {
    font-size: 24px;
  }
  .intro_part .part_container .txt_container p {
    font-size: 12px;
    width: 100%;
  }
}
.normal_part {
  position: relative;
  width: 100%;
  height: 580px;
  background-color: white;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
.normal_part .title_small_txt {
  font-size: 14px;
}
.normal_part .part_container {
  justify-content: space-between;
  height: 450px;
}
.normal_part .part_container .pic {
  width: 800px;
  height: 100%;
  position: relative;
  background-size: cover;
}
.normal_part .part_container .pic .play_bar {
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  left: 0;
  bottom: 0;
}
.normal_part .part_container .pic .play_bar .play_btn {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 20px;
  height: 23px;
  cursor: pointer;
}
.normal_part .part_container .pic video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: black;
}
@media only screen and (max-width: 990px) {
  .normal_part {
    display: inline-block;
    padding-top: 30px;
    margin-top: 0;
  }
  .normal_part .part_container {
    height: auto;
  }
  .normal_part .part_container .pic {
    width: 90%;
  }
  .normal_part .part_container .pic img {
    width: 100%;
  }
}
.part_container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.part_container .txt_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part_container .txt_container h1 {
  text-align: left;
  font-size: 21px;
  font-family: "Gotham-med";
  font-weight: 500;
  width: 80%;
}
.part_container .txt_container p {
  font-family: "Gotham-book";
  text-align: left;
  font-size: 15px;
  margin-top: 30px;
  line-height: 24px;
  width: 80%;
}
@media only screen and (max-width: 990px) {
  .part_container {
    height: auto;
    flex-direction: column-reverse;
    background: none;
  }
  .part_container .txt_container {
    width: 90%;
    margin-top: 45px;
  }
  .part_container .txt_container h1 {
    color: black;
    font-size: 24px;
    line-height: 31px;
  }
  .part_container .txt_container p {
    color: black;
    font-size: 13px;
    line-height: 27px;
    margin-top: 0;
  }
  .part_container .pic {
    width: 100%;
  }
}
.part_container.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 990px) {
  .part_container.reverse {
    flex-direction: column-reverse;
  }
}
.loop_pic_part {
  position: relative;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.loop_pic_part .title {
  margin-top: 65px;
  font-size: 24px;
  font-family: Gotham-med;
  font-weight: 500;
}
.loop_pic_part .txt_icon_group {
  width: 600px;
  height: 40px;
  margin: auto;
  top: -30px;
  position: relative;
  z-index: 2;
  display: none;
}
.loop_pic_part .txt_icon_group img {
  width: 32px;
  height: 26px;
  position: absolute;
}
.loop_pic_part .txt_icon_group .txt_icon1 {
  top: 0;
  left: 0;
}
.loop_pic_part .txt_icon_group .txt_icon2 {
  bottom: 0;
  right: 0;
}
.loop_pic_part .swiper-container {
  width: 100%;
  margin-top: 30px;
}
.loop_pic_part .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.loop_pic_part .swiper-container .swiper-slide .pic {
  height: calc((100vw / 1440) * 398);
  width: 100%;
  background-size: cover;
  position: relative;
}
.loop_pic_part .swiper-container .swiper-slide .pic .play_bar {
  position: absolute;
  width: 100%;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.loop_pic_part .swiper-container .swiper-slide .pic .play_bar .play_btn {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 18px;
  height: 21px;
  cursor: pointer;
}
.loop_pic_part .swiper-container .swiper-slide .pic video {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: black;
}
.loop_pic_part .swiper-container .swiper-slide .pic .mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.loop_pic_part .swiper-container .swiper-slide .info_title {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
  color: #333333;
  font-family: Gotham-med;
}
.loop_pic_part .swiper-container .prev_btn {
  position: absolute;
  left: 80px;
  top: 195px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.loop_pic_part .swiper-container .next_btn {
  position: absolute;
  left: 80px;
  top: 195px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 80px;
  left: unset;
}
.loop_pic_part .info_des {
  position: relative;
  margin: auto;
  width: 600px;
  text-align: center;
  font-size: 19px;
  color: #333333;
  font-family: Gotham-med;
  font-weight: bold;
  margin-top: 15px;
}
.loop_pic_part .info_des .info_des_title {
  font-family: Gotham-bold;
}
@media only screen and (max-width: 990px) {
  .loop_pic_part .info_des {
    width: 80%;
  }
  .loop_pic_part .swiper-container .swiper-slide .pic {
    height: calc((100vw / 375) * 195);
  }
  .loop_pic_part .swiper-container .prev_btn {
    left: 0px;
    top: 90px;
  }
  .loop_pic_part .swiper-container .next_btn {
    left: 0px;
    top: 90px;
    right: 0px;
    left: unset;
  }
}
.prev_btn:hover {
  transform: scale(1.1);
}
.next_btn:hover {
  transform: scale(1.1);
}
.loop_pic_part.has_video .swiper-container .swiper-slide .pic .play_bar {
  display: block;
}
.has_video {
  position: relative;
}
.has_video .pic {
  width: auto;
}
.has_video .pic .img {
  position: relative;
  height: 100%;
  z-index: 0;
}
.has_video .pic .play_bar {
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
}
.has_video .pic .play_bar .play_btn {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 20px;
  height: 23px;
  cursor: pointer;
}
.has_video .pic video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: black;
}
.grey_bg {
  background-color: #F4F4F4;
}
.lightwhite_bg {
  background-color: #FBFBFB;
}
.box_round_container {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
}
.box_round_container .group_part {
  position: relative;
  margin: auto;
  width: 1000px;
  background: #F4F4F4;
  box-shadow: 0px 5px 13px 0px rgba(109, 109, 109, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 990px) {
  .box_round_container .group_part {
    width: 100%;
  }
}
.box_round_container .group_part .group_title {
  margin-top: 36px;
  font-size: 25px;
  float: left;
  font-family: Gotham-med;
  width: calc(100% - 50px);
  text-align: left;
}
.box_round_container .group_part .single_group {
  width: 100%;
  margin-top: 40px;
  height: 203px;
  display: flex;
  flex-direction: row;
  padding-right: 40px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 990px) {
  .box_round_container .group_part .single_group {
    height: auto;
    flex-direction: column;
    width: 90%;
    padding: 0;
    margin-top: 20px;
  }
}
.box_round_container .group_part .single_group .txt_group {
  width: 550px;
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
}
.box_round_container .group_part .single_group .txt_group .single_group_title {
  width: 100%;
  font-size: 19px;
  color: #3C3C3C;
  font-family: Gotham-med;
  text-align: left;
}
.box_round_container .group_part .single_group .txt_group .single_group_des {
  width: 100%;
  font-size: 15px;
  color: #3C3C3C;
  font-family: Gotham-book;
  margin-top: 20px;
  line-height: 27px;
  text-align: left;
}
@media only screen and (max-width: 990px) {
  .box_round_container .group_part .single_group .txt_group {
    width: 85%;
    padding-bottom: 20px;
  }
  .box_round_container .group_part .single_group .txt_group .single_group_title {
    margin-top: 20px;
  }
}
.box_round_container .group_part .single_group .pic {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 990px) {
  .box_round_container .group_part .single_group .pic {
    height: auto;
    width: 100%;
    margin: 0;
  }
}
.box_round_container .group_part .single_group:after {
  content: '';
  width: 80%;
  height: 1px;
  background: #1F94D2;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.box_round_container .group_part .single_group:last-child:after {
  display: none;
}
.box_round_container .group_part .single_group:nth-child(2n-1) {
  flex-direction: row-reverse;
  padding-left: 40px;
  padding-right: 10px;
}
@media only screen and (max-width: 990px) {
  .box_round_container .group_part .single_group:nth-child(2n-1) {
    padding: 0;
    flex-direction: column;
  }
}
.multi_step_part {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.multi_step_part .multi_step_part_container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  .multi_step_part .multi_step_part_container {
    width: 95%;
  }
}
.multi_step_part .multi_step_part_container .pic {
  width: 100%;
  position: relative;
}
.multi_step_part .multi_step_part_container .txt_group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.multi_step_part .multi_step_part_container .txt_group .single_txt {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.multi_step_part .multi_step_part_container .txt_group .single_txt .single_txt_title {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  color: #1F94D2;
  width: 100%;
  font-family: Gotham-med;
}
@media only screen and (max-width: 990px) {
  .multi_step_part .multi_step_part_container .txt_group .single_txt .single_txt_title {
    font-size: 16px;
  }
}
.multi_step_part .multi_step_part_container .txt_group .single_txt .single_txt_title .num_txt {
  background: #1F94D2;
  color: white;
  font-size: 18px;
  line-height: 24px;
  padding: 2px;
  margin-right: 10px;
}
.multi_step_part .multi_step_part_container .txt_group .single_txt .single_txt_des {
  font-family: Gotham-book;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  margin-top: 20px;
}
.pic_part {
  position: relative;
  margin: auto;
  width: 1000px;
  height: 544px;
  background-size: cover;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.pic_part .line1 {
  font-family: Gotham-book;
  text-align: left;
  font-size: 26px;
  color: #1F94D2;
  margin-left: 45px;
  margin-top: 100px;
  width: 470px;
}
.pic_part .line2 {
  font-family: Gotham-book;
  text-align: left;
  font-size: 26px;
  color: #1F94D2;
  margin-left: 45px;
  margin-top: 100px;
  width: 470px;
  color: white;
  margin-top: 0px;
}
.pic_part .line3 {
  font-family: Gotham-book;
  text-align: left;
  font-size: 26px;
  color: #1F94D2;
  margin-left: 45px;
  margin-top: 100px;
  width: 470px;
  font-size: 44px;
  color: white;
  font-family: Gotham-bold;
  margin-top: 20px;
}
.lr_pic_part {
  position: relative;
  width: 100%;
  background-color: white;
  margin-top: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 80px;
}
.lr_pic_part .title {
  margin-top: 65px;
  font-size: 24px;
  font-family: Gotham-med;
  font-weight: 500;
}
.lr_pic_part .list_container {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.lr_pic_part .list_container li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lr_pic_part .list_container li .pic {
  width: 50%;
}
.lr_pic_part .list_container li .pic img {
  width: 100%;
  height: auto;
}
.lr_pic_part .list_container li .txt {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lr_pic_part .list_container li .txt p {
  width: 80%;
  color: black;
  text-align: left;
}
.lr_pic_part .list_container li .txt .info_title {
  font-size: 16px;
  font-family: Gotham-med;
}
.lr_pic_part .list_container li .txt .info_title img {
  vertical-align: middle;
}
.lr_pic_part .list_container li .txt .info_des {
  font-size: 12px;
  font-family: Gotham-book;
  line-height: 16px;
  margin-top: 15px;
}
.lr_pic_part .list_container li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 990px) {
  .lr_pic_part .title {
    margin-top: 65px;
    font-size: 24px;
    font-family: Gotham-med;
    font-weight: 500;
  }
  .lr_pic_part .list_container {
    width: 100%;
  }
  .lr_pic_part .list_container li {
    flex-direction: column !important;
    margin-bottom: 30px;
  }
  .lr_pic_part .list_container li .pic {
    width: 90%;
  }
  .lr_pic_part .list_container li .txt {
    width: 90%;
  }
  .lr_pic_part .list_container li .txt p {
    width: 100%;
  }
  .lr_pic_part .list_container li .txt .info_title {
    margin-top: 15px;
  }
  .lr_pic_part .list_container li .txt .info_des {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 990px) {
  .mix_mode {
    height: auto;
  }
}
.mix_mode .pic {
  margin-right: 0;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .mix_mode .pic {
    margin-left: 0px;
  }
}
.mix_mode .pic_container {
  margin-right: 0;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .mix_mode .pic_container {
    margin-left: 0px;
  }
}
.mix_mode .pic_container .pic {
  margin: 0;
  position: relative;
  z-index: 1;
}
.mix_mode .pic_container .loading_pic {
  position: absolute !important;
  z-index: 0;
  left: unset;
  right: 0;
  height: 500px;
}
@media only screen and (max-width: 990px) {
  .mix_mode .pic_container .loading_pic {
    display: none;
  }
}
.mix_mode .pic_container .smallpic_container {
  position: absolute;
  z-index: 2;
  width: 450px;
  display: flex;
  align-items: center;
}
.mix_mode .pic_container .smallpic_container img {
  width: 200px;
}
.mix_mode .pic_container .smallpic_container p {
  margin-left: 15px;
  text-align: left;
  font-family: Gotham-book;
  line-height: 20px;
}
.mix_mode .txt_container {
  height: 350px;
  z-index: 2;
  width: 50%;
  background: white;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 990px) {
  .mix_mode .txt_container {
    height: auto;
    width: 90%;
  }
}
.mix_mode .txt_container .title_mask {
  background: #1F94D2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transform: none;
  opacity: 1;
  flex-direction: column;
}
.mix_mode .txt_container .title_mask h1 {
  color: white;
}
.mix_mode .txt_container .title_mask p {
  color: white;
}
.mix_mode .txt_container:hover .title_mask {
  opacity: 0;
}
.mix_mode .reverse .pic {
  margin-left: 0;
  margin-right: -20px;
}
@media only screen and (max-width: 990px) {
  .mix_mode .reverse .pic {
    margin-right: 0px;
  }
}
.mix_mode .reverse .pic_container {
  margin-left: 0;
  margin-right: -20px;
}
@media only screen and (max-width: 990px) {
  .mix_mode .reverse .pic_container {
    margin-right: 0px;
  }
}
.mix_mode .reverse .pic_container .pic {
  margin: 0;
}
.mix_mode .reverse .pic_container .loading_pic {
  left: 0;
  right: unset;
}
.detail_container {
  margin: auto;
  margin-top: 70px;
  padding-top: 40px;
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}
.detail_container img {
  width: 100%;
  margin-bottom: 30px;
}
.detail_container h1 {
  font-family: Gotham-med;
  font-size: 24px;
}
.detail_container h2 {
  font-family: Gotham-med;
  font-size: 18px;
  font-weight: normal;
}
.detail_container p {
  font-family: Gotham-book;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}
.detail_container .video .pic {
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .detail_container {
    width: 90%;
    margin-top: 150px;
  }
  .detail_container .video .pic {
    height: 190px;
    width: 100%;
  }
}
.btn_group {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-direction: column;
  height: 100px;
}
@media only screen and (max-width: 990px) {
  .btn_group {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 90px;
  }
}
.white_txt {
  color: white;
}
.pic_shadow {
  box-shadow: 0px 5px 13px 0px rgba(109, 109, 109, 0.18);
}
/* Modern layout tokens — html { font-size: 10px } in site.less → 1rem = 10px */
/* 1200px content */
/* Homepage section shell — single visual column */
/* Homepage */
/* between major sections */
/* section title → main content */
/* carousel → Learn More button */
/* last section → footer */
/* Inner pages (About, etc.) */
/* Toolbox / forpros marketing page — type scale */
/* 3.2rem — page-level headings */
/* 2.4rem */
/* 1.8rem — intro copy (e.g. above search) */
/* 1.6rem — section descriptions */
/* 1.4rem */
/* 2.4rem — nested card titles */
/* 1.8rem */
/* bottom-content product name (.big-title) vs block headings (.card-title) */
/* product-library.html 品类入口卡：名称略大于素材列表标题 */
/* 手机端品类卡：图片区统一高度，便于同行标题/按钮对齐 */
/* 1.8rem */
/* 1.4rem */
/* 1.3rem */
/* Toolbox floating actions (cart, back-to-top, back, home) */
/* Mobile stack: base → back-top → goto → back-home → cart */
/* Toolbox 桌面侧栏：filter-nav / slider-bar（高于主内容，低于弹层） */
/* Form / lookup / registration pages — type scale */
/* Marketing / product toolkit (.page-toolbox) — light banner, dark text */
/* product-library-list 等：两列素材卡片 + 紧凑操作钮 */
/* 两列品类卡：等高图片区 + 标题弹性区 + 按钮贴底 */
/* product-library.html：品类网格 + 长 CTA 文案 */
/* product-library-one 等：bottom-content 内各类素材列表 */
/* gifts-detail.html / props-detail.html：详情 + You May Also Like */
/* Inner page hero — mobile (legacy mpx @ 414px design → rem) */
/* Shared page offset below fixed header */
#main {
  margin-top: 14.8rem;
}
.continer {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
/* ——— Site header (nav_new.html) ——— */
.site-header {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
  line-height: 1;
  /* 原 1.736vw × 1.11vw @1920 ≈ 33×21px */
  /* 原 calc(var(--rpx) * 9/5) @1920 ≈ 16×9px */
}
@media (min-width: 991px) {
  .site-header {
    display: flex;
    flex-direction: column;
  }
}
.site-header .flag-ca,
.site-header .flag-us {
  width: 3.34rem;
  height: 2.13rem;
  object-fit: contain;
  margin-right: 1.1rem;
  flex-shrink: 0;
}
.site-header .arrow-down {
  width: 1.6rem;
  height: 0.9rem;
  object-fit: contain;
  margin-left: 0.7rem;
  flex-shrink: 0;
}
.site-header .nav-link-top {
  color: #fff;
  font-family: 'Gotham-book', sans-serif;
  font-size: 2rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 100%;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .nav-link-top:hover {
  opacity: 0.88;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.site-header .nav-link-top:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 0.2rem;
  border-radius: 0.2rem;
}
.site-header .nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 1.6rem 2rem 2rem;
  z-index: 20;
  background: #ffffff;
  border: none;
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3.6rem rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06);
}
.site-header .nav-dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1.4rem;
  height: 1.4rem;
  background: transparent;
}
.site-header .nav-dropdown .nav-dropdown-item {
  margin-top: 1.4rem;
}
.site-header .nav-dropdown .nav-dropdown-item:first-of-type {
  margin-top: 1.6rem;
}
.site-header .nav-dropdown .dropdown-item {
  color: #121212;
  display: inline-block;
  width: 100%;
  padding: 0.9rem 1.2rem;
  border-radius: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: left;
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .nav-dropdown .dropdown-item:hover {
  text-decoration: none;
  background: rgba(31, 148, 210, 0.1);
  color: #1578a8;
}
.site-header .nav-dropdown .dropdown-item:focus-visible {
  outline: 2px solid #1f94d2;
  outline-offset: 1px;
}
.site-header .nav-dropdown-title {
  font-family: 'Gotham-pro-bold', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.62);
  padding: 0.4rem 1.2rem 0.8rem;
  text-align: left;
}
.site-header .pro-xialabody,
.site-header .support-xialabody {
  margin-left: 0;
  width: 49rem;
  max-width: min(49rem, calc(100vw - 4rem));
  height: auto;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.site-header .pro-xialabody .active,
.site-header .support-xialabody .active {
  color: #0092d8;
  font-weight: bold;
  position: relative;
}
.site-header .pro-xialabody .active::after,
.site-header .support-xialabody .active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3rem;
  margin-top: -0.8rem;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #0092d8;
}
.site-header .support-xialabody {
  left: auto;
  right: -11rem;
  transform: none;
  width: 96rem;
  max-width: calc(100vw - 4rem);
  padding: 4.2rem 5.2rem 4.4rem;
  white-space: normal;
}
.site-header .support-mega {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10rem;
  align-items: start;
  color: #121212;
}
.site-header .support-mega__heading {
  font-family: 'Gotham-pro-bold', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.site-header .support-mega__image-link {
  display: block;
  margin-bottom: 2.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.site-header .support-mega__image {
  display: block;
  width: 100%;
  height: 20.8rem;
  object-fit: cover;
  border-radius: 1.2rem;
}
.site-header .support-mega__item {
  display: block;
  color: #121212;
  margin-top: 2.6rem;
  max-width: 34rem;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .support-mega__item:first-of-type {
  margin-top: 0;
}
.site-header .support-mega__item:hover {
  color: #1578a8;
  text-decoration: none;
}
.site-header .support-mega__item:focus-visible {
  outline: 2px solid #1f94d2;
  outline-offset: 0.4rem;
  border-radius: 0.4rem;
}
.site-header .support-mega__title,
.site-header .support-mega__desc {
  display: block;
}
.site-header .support-mega__title {
  font-family: 'Gotham-pro-bold', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.site-header .support-mega__desc {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #121212;
}
@media (min-width: 991px) and (max-width: 1300px) {
  .site-header .support-xialabody {
    position: fixed;
    top: 9rem;
    left: 2rem;
    right: 2rem;
    width: auto;
    max-width: none;
  }
  .site-header .support-mega {
    column-gap: 5rem;
  }
}
.site-header .user-nav-menu {
  height: 100%;
  position: relative;
}
.site-header .user-nav-menu .user-nav-menu-header {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .user-nav-menu .user-nav-menu-header .nav-link {
  color: #fff;
  margin-left: 0;
  font-size: 2rem;
  cursor: pointer;
}
.site-header .user-nav-menu .user-nav-menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -10rem;
  min-width: 20rem;
  background: #ffffff;
  padding: 0.6rem;
  z-index: 20;
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3.6rem rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06);
  /* 透明桥接：鼠标从 User Center 移入子菜单时不丢失 hover */
}
.site-header .user-nav-menu .user-nav-menu-dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1.4rem;
  height: 1.4rem;
  background: transparent;
}
.site-header .user-nav-menu .user-nav-menu-dropdown .dropdown-item {
  display: block;
  color: #121212;
  font-family: 'Gotham-pro-reg', sans-serif;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  border-radius: 0.6rem;
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .user-nav-menu .user-nav-menu-dropdown .dropdown-item:hover {
  text-decoration: none;
  background: rgba(31, 148, 210, 0.1);
  color: #1578a8;
}
.site-header .user-nav-menu:hover .user-nav-menu-dropdown {
  display: block;
}
.site-header .nav-forpros-btn {
  cursor: pointer;
}
@media (min-width: 991px) {
  .site-header {
    box-shadow: 0 0.4rem 2.4rem rgba(15, 23, 42, 0.08);
  }
}
.nav-top {
  width: 100%;
  height: 5.6rem;
  flex-shrink: 0;
  background-color: #1f94d2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nav-topmain {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
  gap: 3rem;
}
.nav-topmain .nav-link-top {
  margin-left: 0;
}
.nav-topmain .nav-link {
  color: #fff;
  margin-left: 0;
  font-family: 'Gotham-book', sans-serif;
  font-size: 2rem;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-topmain .nav-link:hover {
  opacity: 0.9;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.nav-bottom {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 9.2rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  color: #121212;
  overflow: visible;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 0.1rem 0 rgba(15, 23, 42, 0.04);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav-bottom {
    background: rgba(255, 255, 255, 0.92);
  }
}
.nav-bottom .nav-logo {
  height: 6rem;
  width: auto;
  max-width: 15.1rem;
  object-fit: contain;
  flex-shrink: 0;
}
.nav-bottom .nav-link {
  color: #121212;
  margin-left: 0;
  font-family: 'Gotham-book', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-bottom .nav-link img.user-icon {
  width: 3rem;
  height: 3rem;
}
.nav-bottom .nav-link:hover {
  color: #1f94d2;
  text-decoration: none;
}
.nav-bottom .nav-link:hover .nav-dropdown {
  display: block;
}
.nav-bottom .nav-link:focus-visible {
  outline: 2px solid #1f94d2;
  outline-offset: 0.3rem;
  border-radius: 0.2rem;
}
.nav-bottom .arrow-down {
  width: 1.6rem;
  height: 0.9rem;
  margin-left: 0.7rem;
  flex-shrink: 0;
  object-fit: contain;
  overflow: hidden;
  padding-top: 0.9rem;
  box-sizing: border-box;
  background-color: currentColor;
  -webkit-mask: url('/images/nav/arrow-down.png') center / contain no-repeat;
  mask: url('/images/nav/arrow-down.png') center / contain no-repeat;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-bottom .nav-link:hover .arrow-down {
  transform: translateY(0.1rem);
}
.nav-bottom .continer {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-bottomright {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 3rem;
}
/* Canada nav fragment legacy: menu row without .nav-bottomright */
@media (min-width: 991px) {
  .nav-bottom .continer > .flex.items-center:not(.nav-bottomright) {
    flex: 1;
    justify-content: flex-end;
    gap: 3rem;
  }
  .nav-topmain .nav-language.nav-link-top {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
  }
  .nav-topmain .nav-language.nav-link-top .nav-lantop,
  .nav-topmain .nav-language.nav-link-top > .nav-link {
    color: #fff;
    font-family: 'Gotham-book', sans-serif;
    font-size: 2rem;
  }
}
/* Legacy .site-footer (older pages) */
.site-footer {
  width: 100%;
  position: relative;
  padding-bottom: 13rem;
  display: flex;
  justify-content: center;
  background: #1f94d2;
  color: #f6f6f6;
}
/* ——— Footer (footer_new.html → .ca-site-footer) ——— */
.ca-site-footer {
  background: linear-gradient(165deg, #2199d4 0%, #1f94d2 38%, #1578a8 100%);
  padding-top: 4.8rem;
  width: 100%;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.12) inset;
}
.ca-site-footer .footer-top {
  padding-bottom: 4.8rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.ca-site-footer .footer-top .footer-label {
  color: #fff;
  font-family: 'Gotham-pro-bold', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
.ca-site-footer .footer-top .footer-left {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 5.6rem;
  flex: 1 1 auto;
  min-width: 0;
}
.ca-site-footer .footer-top .footer-left a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.4rem;
  margin-top: 1.6rem;
  line-height: 1.45;
  text-align: left;
  display: block;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.ca-site-footer .footer-top .footer-left a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.ca-site-footer .footer-top .footer-left a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 0.2rem;
  border-radius: 0.2rem;
}
.ca-site-footer .footer-top .footer-left .left-column-1 {
  min-width: 14rem;
  max-width: 26rem;
}
.ca-site-footer .footer-top .footer-left .left-column-2,
.ca-site-footer .footer-top .footer-left .left-column-3 {
  min-width: 12rem;
  max-width: 22rem;
}
.ca-site-footer .footer-top .footer-right2 {
  width: 17rem;
  flex-shrink: 0;
  text-align: left;
}
.ca-site-footer .footer-top .footer-right2 .medal-img {
  width: 100%;
  max-width: 17rem;
  height: auto;
  object-fit: contain;
  margin-top: 2rem;
}
.ca-site-footer .footer-top .footer-right {
  width: 30rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-left: auto;
  text-align: left;
}
.ca-site-footer .footer-top .footer-right .partner-img {
  width: 100%;
  max-width: 30rem;
  height: auto;
  object-fit: contain;
  margin-top: 2rem;
  margin-bottom: 3.2rem;
}
.ca-site-footer .footer-top .footer-right .icon-img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.ca-site-footer .footer-top .footer-right .contact-title {
  color: #f6f6f6;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
.ca-site-footer .footer-top .footer-right .social-column > .flex {
  justify-content: flex-end;
  width: 100%;
}
.ca-site-footer .footer-top .footer-right .social-column a {
  display: inline-flex;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.72;
}
.ca-site-footer .footer-top .footer-right .social-column a:hover {
  opacity: 1;
  transform: translateY(-0.15rem);
}
.ca-site-footer .footer-top .footer-right .social-column .instagram-img,
.ca-site-footer .footer-top .footer-right .social-column .facebook-img,
.ca-site-footer .footer-top .footer-right .social-column .linkedin-img,
.ca-site-footer .footer-top .footer-right .social-column .youtube-img {
  margin-right: 1.6rem;
}
.ca-site-footer .footer-top .footer-right .social-column .email-row {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ca-site-footer .footer-top .footer-right .social-column .email-row .email-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.ca-site-footer .footer-top .footer-right .social-column .email-row .email-text:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.ca-site-footer .footer-bottom {
  padding: 2.4rem 2rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.4rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.06);
}
.ca-site-footer .footer-bottom .copyright {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  flex-shrink: 0;
  text-align: left;
}
.ca-site-footer .footer-bottom .footer-legal {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem 1.6rem;
}
.ca-site-footer .footer-bottom .footer-legal a,
.ca-site-footer .footer-bottom .footer-legal button.evox-open-cookie-settings {
  font-family: 'Gotham-pro-reg', sans-serif;
  font-size: 1.3rem;
  font-weight: inherit;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  letter-spacing: normal;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.ca-site-footer .footer-bottom .footer-legal a:hover,
.ca-site-footer .footer-bottom .footer-legal button.evox-open-cookie-settings:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.ca-site-footer .footer-bottom .footer-legal a:focus-visible,
.ca-site-footer .footer-bottom .footer-legal button.evox-open-cookie-settings:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 0.2rem;
  border-radius: 0.2rem;
}
@media (max-width: 990px) {
  #main {
    margin-top: 5.5rem;
  }
  .continer {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .site-header {
    background-color: #1f94d2;
    box-shadow: 0 0.2rem 1.2rem rgba(15, 23, 42, 0.12);
    height: 5.5rem;
    min-height: 5.5rem;
    max-height: 5.5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .site-header .nav-top,
  .site-header .nav-bottom,
  .site-header .pc-only {
    display: none !important;
  }
  .site-header > a {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .site-header .nav-logo.mo-only {
    width: 8.1rem;
    height: 3.2rem;
    max-width: none;
    object-fit: contain;
    display: block;
  }
  .site-header > .hamburger {
    position: relative;
    width: 2.8rem;
    height: 2rem;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 2;
  }
  .site-header > .hamburger .hamburger-icon,
  .site-header > .hamburger .close-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }
  .site-header > .hamburger .close-icon {
    width: 2rem;
    height: 2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    filter: brightness(0) invert(1);
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .site-header > .mo-nav-links {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    top: 5.5rem;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    box-sizing: border-box;
    max-height: calc(100vh - 5.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 101;
    flex-direction: column;
    align-items: center;
  }
  .site-header > .mo-nav-links .mo-nav-separator {
    margin-bottom: 3rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    width: 100%;
    max-width: 38.2rem;
    flex-shrink: 0;
  }
  .site-header > .mo-nav-links .mo-nav-separator.no-mb {
    margin-bottom: 0;
  }
  .site-header > .mo-nav-links .mo-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    max-width: 38.2rem;
    padding-bottom: 3rem;
    flex-shrink: 0;
    text-align: left;
    box-sizing: border-box;
  }
  .site-header > .mo-nav-links .mo-nav-link.mo-nav-link-title {
    padding-top: 0;
  }
  .site-header > .mo-nav-links .mo-nav-link .arrow-down {
    width: 1.6rem;
    height: 1rem;
    flex-shrink: 0;
  }
  .site-header > .mo-nav-links .mo-nav-group {
    width: 100%;
    max-width: 38.2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header > .mo-nav-links .country-switch {
    width: 100%;
    max-width: 38.2rem;
    font-size: 1.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-shrink: 0;
    color: #fff;
    justify-content: flex-start;
  }
  .site-header > .mo-nav-links .country-switch .flag-us,
  .site-header > .mo-nav-links .country-switch .flag-ca {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: contain;
    margin-right: 0.8rem;
  }
  .site-header > .mo-nav-links .country-switch .text-white,
  .site-header > .mo-nav-links .country-switch .font-m {
    color: #fff;
  }
  .ca-site-footer {
    padding-top: 3.2rem;
    box-sizing: border-box;
  }
  .ca-site-footer .footer-top {
    width: auto;
    max-width: none;
    flex-direction: column;
    padding-top: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 2.6rem;
    gap: 0;
  }
  .ca-site-footer .footer-top .footer-label {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .ca-site-footer .footer-top .footer-label .footer-menu-grid {
    font-size: 2.4rem;
    line-height: 1;
  }
  .ca-site-footer .footer-top .footer-left {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .ca-site-footer .footer-top .footer-left a {
    font-size: 1.4rem;
  }
  .ca-site-footer .footer-top .footer-left .left-column-1 {
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ca-site-footer .footer-top .footer-left .left-column-2 {
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-top: 3.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ca-site-footer .footer-top .footer-left .left-column-3 {
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-top: 3.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ca-site-footer .footer-top .footer-right,
  .ca-site-footer .footer-top .footer-right2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }
  .ca-site-footer .footer-top .footer-right .footer-label,
  .ca-site-footer .footer-top .footer-right2 .footer-label {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
  }
  .ca-site-footer .footer-top .footer-right .partner-img,
  .ca-site-footer .footer-top .footer-right2 .partner-img,
  .ca-site-footer .footer-top .footer-right .medal-img,
  .ca-site-footer .footer-top .footer-right2 .medal-img {
    display: block;
    width: 100%;
    max-width: 33.264rem;
    height: auto;
    max-height: 18.9rem;
    object-fit: contain;
    object-position: center;
    margin: 2.5rem auto 2.8rem;
  }
  .ca-site-footer .footer-top .footer-right .icon-img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .ca-site-footer .footer-top .footer-right .social-contact {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ca-site-footer .footer-top .footer-right .contact-column {
    width: auto;
    text-align: center;
    margin-right: 0;
  }
  .ca-site-footer .footer-top .footer-right .contact-column .contact-title {
    font-size: 1.4rem;
  }
  .ca-site-footer .footer-top .footer-right .social-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ca-site-footer .footer-top .footer-right .social-column > div:nth-child(1) {
    order: 2;
  }
  .ca-site-footer .footer-top .footer-right .social-column .email-row {
    order: 1;
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 4rem;
    justify-content: center;
  }
  .ca-site-footer .footer-top .footer-right .social-column .email-row .email-text {
    font-size: 1.4rem;
    margin-left: 0.8rem;
  }
  .ca-site-footer .footer-top .footer-right .social-column .email-row .email-img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .ca-site-footer .footer-bottom {
    width: auto;
    max-width: none;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(255, 255, 255, 0.16);
  }
  .ca-site-footer .footer-bottom .copyright {
    text-align: center;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.72);
    width: 24rem;
    max-width: 100%;
    margin-bottom: 1.6rem;
  }
  .ca-site-footer .footer-bottom .footer-legal {
    width: 100%;
    max-width: 34rem;
    justify-content: center;
    gap: 0.8rem 1.2rem;
  }
  .ca-site-footer .footer-bottom .footer-legal a,
  .ca-site-footer .footer-bottom .footer-legal button.evox-open-cookie-settings {
    font-size: 1.2rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.85);
    white-space: normal;
    text-align: center;
  }
}
* {
  box-sizing: border-box;
  text-align: initial;
}
body {
  font-family: 'Gotham-book';
}
input,
textarea {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: 'Gotham-book';
}
.font-m {
  font-family: 'Gotham-med';
}
.font-b {
  font-family: 'Gotham-bold';
}
.font-r {
  font-family: 'Gotham-reg';
}
.font-l {
  font-family: 'Gotham-light';
}
.font-pro-b {
  font-family: 'Gotham-pro-bold';
}
.font-pro-m {
  font-family: 'Gotham-pro-med';
}
.font-pro-r {
  font-family: 'Gotham-pro-reg';
}
.font-pro-l {
  font-family: 'Gotham-pro-light';
}
.hide {
  display: none;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 991px) {
  .mo-only {
    display: none;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: start;
}
.justify-end {
  justify-content: end;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.bg-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: scale-down;
}
.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.abs-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
* .button:hover {
  background: #79bfe4 !important;
}
.button[type="submit"] {
  outline: none;
  border: none;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-blue {
  color: #3b91d1;
}
.text-red {
  color: #FF0000 !important;
}
.pointer {
  cursor: pointer;
}
.f-22 {
  font-size: 2.2rem;
}
.consent-banner {
  position: fixed;
  bottom: 15px;
  z-index: 999;
  color: #fff;
  text-align: center;
  width: 100%;
}
.consent-banner .consent-prompt {
  display: block;
  text-align: left;
  border-radius: 4px;
  background-color: #FFF;
  color: #444;
  font-size: 14px;
  z-index: 1000;
  word-break: break-word;
  box-shadow: 0px 0px 8px 6px #666;
  width: 60%;
  min-width: 300px;
  margin: auto;
}
.consent-banner .consent-prompt .close-btn-thick {
  position: absolute;
  display: block;
  top: 10px;
  right: 21%;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #777;
  font: 14px / 100% arial, sans-serif;
  cursor: pointer;
}
.consent-banner .consent-prompt .close-btn-thick::after {
  content: "\2716";
}
.consent-banner .consent-prompt .consent-prompt-content {
  padding: 20px;
  font-size: 0.9em;
  background-color: white;
  margin: auto;
}
.consent-banner .consent-prompt .consent-prompt-content .consent-header {
  font-size: 1.3em;
  color: #444;
  font-weight: 400;
}
.consent-banner .consent-prompt .consent-prompt-content .consent-content {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 990px) {
  .consent-banner .consent-prompt .consent-prompt-content .consent-content {
    font-size: 12px;
  }
}
.consent-banner .consent-prompt .consent-prompt-content .consent-footer {
  padding: 0px 20px 20px 20px;
  overflow: auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .consent-banner .consent-prompt .consent-prompt-content .consent-footer {
    flex-direction: column;
    padding: 20px 0;
  }
}
.consent-banner .consent-prompt .consent-prompt-content .consent-footer .button {
  font-size: 1em;
  padding: 4px 15px;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
  background-color: #1F94D2;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 5px;
}
@media (max-width: 990px) {
  .consent-banner .consent-prompt .consent-prompt-content .consent-footer .button {
    padding: 8px 12px;
  }
}
.consent-banner .consent-prompt .consent-prompt-content .consent-footer #consent-reject-button {
  background: transparent;
  color: #1f94d2;
  border: 1px solid #1f94d2;
}
@media (max-width: 990px) {
  .consent-banner .consent-prompt .consent-prompt-content .consent-footer #consent-reject-button {
    margin-bottom: 12px;
  }
}
.consent-banner .consent-prompt .consent-prompt-content .consent-footer #consent-reject-button:hover {
  background: transparent !important;
}
.consent-banner .consent-prompt .consent-prompt-content a {
  text-decoration: none;
  color: #0077bf;
}
.categories {
  display: none;
  padding-top: 8.3rem;
}
.categories .title {
  margin-left: 10rem;
  color: #333333;
  font-size: 4rem;
  margin-bottom: 5.2rem;
}
.categories .pills {
  padding-left: 10rem;
  padding-right: 10rem;
}
.categories .pills .pill {
  padding: 1.2rem 1.2rem;
  white-space: nowrap;
  font-size: 1.8rem;
  background-color: #ebebeb;
  box-shadow: 0px 0.6rem 1rem 0px rgba(0, 0, 0, 0.18);
  border-radius: 2rem;
  cursor: pointer;
  color: black;
}
.categories .pills .pill.active {
  background-color: #1f94d2;
  box-shadow: 0px 0.6rem 1rem 0px rgba(0, 0, 0, 0.18);
  border-radius: 2rem;
  color: white;
}
.ani-tab-grid {
  width: 100%;
}
.ani-tab-grid .ani-tab-grid-title {
  cursor: pointer;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  padding-left: 11.4rem;
  padding-right: 11.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 172rem;
  background-image: linear-gradient(-90deg, #ededed 0%, #f7f7f7 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
            normal;
  border-radius: 0.5rem;
}
.ani-tab-grid .ani-tab-grid-title .tab-grid-left {
  color: #333333;
  font-size: 4rem;
  font-family: 'Gotham-pro-bold';
}
.ani-tab-grid .ani-tab-grid-title .tab-grid-right {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 2.8rem;
  font-family: 'Gotham-pro-med';
}
.ani-tab-grid .ani-tab-grid-title .tab-grid-right .plus {
  margin-left: 2rem;
}
.ani-tab-grid .ani-tab-show-more {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  margin-top: 0.3rem;
}
.ani-tab-grid .ani-tab-show-more .video-grid {
  width: 100%;
  height: 41.7rem;
  top: 0;
  left: 0;
}
.ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner {
  color: white;
  align-items: center;
  justify-content: center;
}
.ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .play-btn {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.6rem;
}
.ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .title {
  font-size: 4rem;
  font-family: 'Gotham-pro-bold';
}
.ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .desc {
  margin-top: 2.6rem;
  font-size: 2.2rem;
  line-height: 1.5;
  width: 46.4rem;
  text-align: center;
}
.ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .button {
  margin-top: 3rem;
  width: 16.9rem;
  height: 4rem;
  background-color: #1f94d2;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.2rem;
}
.button-expand-area {
  position: absolute;
  width: 600%;
  height: 300%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-1 {
  margin-top: 1rem;
}
.m-2 {
  margin-top: 2rem;
}
.m-3 {
  margin-top: 3rem;
}
.m-4 {
  margin-top: 4rem;
}
.slider-bar {
  top: 21rem;
}
.slider-bar .slider-title .quick-icon {
  background: url("/images/new/toolbox/yuan.svg") no-repeat center center;
  background-size: 1.4rem 1.4rem;
}
.slider-bar .slider-bar-btn .shop-icon {
  background: url("/images/new/toolbox/shop-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .line-icon {
  background: url("/images/new/toolbox/line-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .access-icon {
  background: url("/images/new/toolbox/access-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .brand-icon {
  background: url("/images/new/toolbox/brand-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .promo-icon {
  background: url("/images/new/toolbox/promo-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .booth-icon {
  background: url("/images/new/toolbox/booth-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .booth-icon {
  background: url("/images/new/toolbox/booth-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .tdm-icon {
  background: url("/images/new/toolbox/tdm-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .doc-icon {
  background: url("/images/new/toolbox/doc-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .plibrary-icon {
  background: url("/images/new/toolbox/plibrary-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .fullvideo-icon {
  background: url("/images/new/toolbox/fullvideo-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .slider-bar-btn .linecard-icon {
  background: url("/images/new/toolbox/linecard-blue.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active {
  background-color: #199fcd;
}
.slider-bar .active .text {
  color: #fff;
  position: relative;
}
.slider-bar .active .text::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  /* 垂直居中 */
  right: 1rem;
  /* 距离右边距离 */
  margin-top: -0.2rem;
  /* 微调位置，让视觉更居中 */
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.5rem solid #fff;
}
.slider-bar .active .shop-icon {
  background: url("/images/new/toolbox/shop-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .line-icon {
  background: url("/images/new/toolbox/line-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .access-icon {
  background: url("/images/new/toolbox/access-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .brand-icon {
  background: url("/images/new/toolbox/brand-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .promo-icon {
  background: url("/images/new/toolbox/promo-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .booth-icon {
  background: url("/images/new/toolbox/booth-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .tdm-icon {
  background: url("/images/new/toolbox/tdm-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .doc-icon {
  background: url("/images/new/toolbox/doc-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .plibrary-icon {
  background: url("/images/new/toolbox/plibrary-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .fullvideo-icon {
  background: url("/images/new/toolbox/fullvideo-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.slider-bar .active .linecard-icon {
  background: url("/images/new/toolbox/linecard-white.png") no-repeat center center;
  background-size: 1.6rem 1.8rem;
}
.hovera {
  cursor: help;
}
.hovera:hover {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}
.tooltip {
  font-size: 1.2rem;
  line-height: 1.5;
  position: absolute;
  padding: 0.5rem;
  z-index: 100003;
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6rem dashed #1d9edc;
  top: 0;
  left: 20%;
  margin-left: -0.6rem;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-arrow-n {
  border-bottom-color: #1d9edc;
}
.tipsy-inner {
  border: 0.1rem solid #1d9edc;
  border-radius: 1rem;
  background-color: #1d9edc;
  color: #fff;
  max-width: 20rem;
  padding: 0.5rem 0.8rem;
  text-align: center;
}
.breadcrumb-nav {
  margin-top: 8.7rem;
  padding-left: 0rem;
  margin-bottom: 11rem;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  color: #858585;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.ml-2 {
  margin-left: 2rem;
}
.g-contact-us-link {
  display: block;
  margin: 0 auto;
  background-color: #0093de;
  color: white;
  border: none;
  border-radius: 2.5rem;
  padding: 1rem 4rem;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 990px) {
  .breadcrumb-nav {
    margin-top: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 4rem;
    width: 100%;
    overflow: hidden;
    color: #858585;
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  #main {
    margin-top: 5.5rem;
  }
  #main sup {
    transform-origin: top;
    transform: scale(0.6);
  }
  @keyframes consent {
    0% {
      transform: translateY(calc(100% + 5rem));
    }
    100% {
      transform: translateY(0);
    }
  }
  .consent-banner {
    transform: translateY(calc(100% + 5rem));
    animation: consent 0.3s linear forwards;
  }
  .categories {
    padding-top: 7.7rem;
  }
  .categories .title {
    margin-left: 1.5rem;
    font-size: 2.4rem;
    letter-spacing: 0px;
    margin-bottom: 7.2rem;
  }
  .categories .pills {
    padding-left: 5.4rem;
    padding-right: 5.4rem;
    flex-wrap: wrap;
  }
  .categories .pills .pill {
    width: 47rem;
    padding: 0;
    height: 12rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    border-radius: 6rem;
    box-shadow: 0px 0.6rem 1rem 0px rgba(0, 0, 0, 0.18);
  }
  .categories .pills .pill.active {
    border-radius: 6rem;
    box-shadow: 0px 0.6rem 1rem 0px rgba(0, 0, 0, 0.18);
  }
  .categories .pills .pill:nth-child(1) {
    margin-bottom: 5rem;
  }
  .categories .pills .pill:nth-child(2) {
    margin-bottom: 5rem;
  }
  .categories .pills .pill:nth-child(5) {
    margin-top: 5rem;
  }
  .categories .pills .pill:nth-child(6) {
    margin-top: 5rem;
  }
  .ani-tab-grid .ani-tab-grid-title {
    width: 38.2rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-radius: 0.5rem;
  }
  .ani-tab-grid .ani-tab-grid-title .tab-grid-left {
    font-size: 1.6rem;
  }
  .ani-tab-grid .ani-tab-grid-title .tab-grid-right {
    font-size: 1.2rem;
  }
  .ani-tab-grid .ani-tab-grid-title .tab-grid-right .plus {
    margin-left: 1.8rem;
  }
  .ani-tab-grid .ani-tab-show-more {
    margin-top: 0;
  }
  .ani-tab-grid .ani-tab-show-more .video-grid {
    height: 26rem;
  }
  .ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner {
    padding-top: 4.9rem;
    padding-left: 8rem;
    padding-right: 8rem;
    align-items: center;
    justify-content: flex-start;
  }
  .ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .play-btn {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
  }
  .ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .title {
    font-size: 2.4rem;
  }
  .ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .desc {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1.1rem;
    width: 100%;
  }
  .ani-tab-grid .ani-tab-show-more .video-grid .video-grid-inner .button {
    font-size: 1.6rem;
    text-align: center;
    width: 20.4rem;
    margin-top: 3.2rem;
    border-radius: 3.1rem;
    height: 5.4rem;
  }
}
#reset-popup {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.52);
}
#reset-popup.hidden {
  display: none;
}
#reset-popup .popup-content {
  position: relative;
  background: white;
  width: 50rem;
  border-radius: 1.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reset-popup .popup-content .close-wrapper {
  width: 3rem;
  height: 3rem;
  right: -5rem;
  top: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.5;
}
#reset-popup .popup-content .close-wrapper .close-img {
  width: 1rem;
  height: 1rem;
}
#reset-popup .popup-content .popup-title {
  font-size: 2.8rem;
  color: #222;
  margin-bottom: 3rem;
}
#reset-popup .popup-content .popup-desc {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.125;
  margin-bottom: 3rem;
}
#reset-popup .popup-content .button {
  cursor: pointer;
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: #1f94d2;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0px 0.2rem 1.4rem 0px rgba(0, 107, 153, 0.2);
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#reset-popup .popup-content .cancel-button {
  cursor: pointer;
  color: #666;
  font-size: 1.6rem;
  text-align: center;
}
#reset-popup .popup-content .label {
  color: #222;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#reset-popup .popup-content .input-grid {
  width: 100%;
  margin-bottom: 3rem;
}
#reset-popup .popup-content .input-grid input {
  width: 100%;
  outline: none;
  height: 3.5rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  border: 1px solid #cbcbcb;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: flex;
  align-items: center;
  color: #818181;
}
#reset-popup .popup-content .input-grid input::placeholder {
  color: #c2c2c2;
}
#reset-popup .popup-content .input-grid input:active {
  border-color: #1f94d2;
}
#reset-popup .popup-content .input-grid input:focus {
  border-color: #1f94d2;
}
#reset-popup .popup-content .input-grid input:focus-within {
  border-color: #1f94d2;
}
#reset-popup .popup-content .popup-bottom {
  width: 100%;
  font-size: 1.4rem;
  color: #888;
}
#reset-popup .popup-content .popup-bottom .forgot-button,
#reset-popup .popup-content .popup-bottom .signup-button {
  color: #666;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#reset-popup .m-1 {
  margin-top: 1rem;
}
#reset-popup .m-2 {
  margin-top: 2rem;
}
#reset-popup .m-3 {
  margin-top: 3rem;
}
#reset-popup .m-4 {
  margin-top: 4rem;
}
/* slider-bar 手机版见 css/toolbox-filter.less（Quick Nav 底栏，与 shop Filters 同款） */
/* Legal / policy pages — full-width title strip, no hero image (see terms, privacy) */
.page-legal-banner {
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  background: #1f94d2;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-legal-banner-inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.page-legal-banner-title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media (max-width: 990px) {
  .page-legal-banner {
    background: #fff;
  }
  .page-legal-banner-inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .page-legal-banner-title {
    font-size: 2.2rem;
    letter-spacing: normal;
    color: #000;
  }
}
[data-target="orders"],
[data-target="sub-accounts"],
[data-target="sub-account-orders"],
[data-target="sellsheet-manage"],
[data-target="gift-manage"],
[data-target="product-manage"],
[data-target="warranty-manage"] {
  display: none;
}
