/* 在此文件追加或覆盖页面样式；本文件在原始 CSS 之后加载。 */
.local-mobile-header {
  display: none;
}
.animateModule,
.jz_hidden_content_Animate,
.opacity-0 {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .jz_nav_list.local-nav-open {
    display: block !important;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }
  .jz_web_header {
    display: none !important;
  }
  .local-mobile-header {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 1px 8px #00000012;
  }
  .local-mobile-brand {
    color: #1768cf;
    font-size: 18px;
    font-weight: 700;
  }
  .local-mobile-header button {
    border: 0;
    background: none;
    color: #1768cf;
    font-size: 25px;
  }
  .local-mobile-header nav {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 14px #0002;
  }
  .local-mobile-header.is-open nav {
    display: block;
  }
  .local-mobile-header nav a {
    display: block;
    padding: 14px 20px;
    border-top: 1px solid #eef2f6;
    color: #202a38;
  }
  .jz_screen_mobi .jz_web_row__content,
  .jz_screen_mobi .web_col_content {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .jz_screen_mobi .jz_web_col {
    min-width: 0 !important;
  }
  .jz_screen_mobi [style*="font-size: 52px"] {
    font-size: 27px !important;
    line-height: 1.35 !important;
  }
  .jz_screen_mobi [style*="font-size: 36px"] {
    font-size: 24px !important;
    line-height: 1.35 !important;
  }
  .jz_screen_mobi [style*="font-size: 28px"] {
    font-size: 21px !important;
    line-height: 1.4 !important;
  }
  .jz_screen_mobi .jz_banner {
    min-height: 240px !important;
  }
  .jz_screen_mobi .jz_banner .module_wrap {
    max-width: 85vw !important;
  }
  .jz_screen_mobi .suspend_serv {
    transform: scale(0.84);
    transform-origin: right bottom;
  }
  .jz_screen_mobi .jz_web_row {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .jz_screen_mobi .jz_web_row__content {
    display: block !important;
  }
  .jz_screen_mobi .jz_web_row__content > .jz_web_col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .jz_screen_mobi .jz_web_col {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .jz_screen_mobi .jz_web_row__content > .jz_web_col + .jz_web_col {
    margin-top: 14px;
  }
  .jz_screen_mobi .jz_web_col .jz_web_col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jz_screen_mobi .jz_web_row {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
.local-hero-enter {
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 0.8s ease,
    transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.local-hero-enter.local-visible {
  opacity: 1;
  transform: scale(1);
}
.local-reveal-row {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.65, 0.2, 1) var(--local-delay, 0ms),
    transform 0.7s cubic-bezier(0.2, 0.65, 0.2, 1) var(--local-delay, 0ms);
}
.local-reveal-row.local-visible {
  opacity: 1;
  transform: translateY(0);
}
.local-reveal-column {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s ease var(--column-delay, 0ms),
    transform 0.55s ease var(--column-delay, 0ms);
}
.local-visible .local-reveal-column {
  opacity: 1;
  transform: translateY(0);
}
.jz_screen_pc .jz_web_col:hover .module_wrap {
  transition: transform 0.25s ease;
  transform: translateY(-3px);
}
@media (prefers-reduced-motion: reduce) {
  .local-hero-enter,
  .local-reveal-row,
  .local-reveal-column {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
