/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "HYQiHei", "Microsoft YaHei", "微软雅黑", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 1080px;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 2.75rem;
    --text-6xl--line-height: 1.15;
    --text-8xl: 5.25rem;
    --text-8xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #123477;
    --color-primary-light: #1a4d9e;
    --color-primary-dark: #0c234f;
    --color-secondary: #1e41aa;
    --color-secondary-light: #2e57c4;
    --color-secondary-dark: #142e73;
    --color-custom-background: #1e41a6;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .ta-hidden {
    display: none;
  }
  .w-10\/12 {
    width: calc(10 / 12 * 100%);
  }
  .w-11\/12 {
    width: calc(11 / 12 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .flex-1 {
    flex: 1;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-primary-dark {
    border-color: var(--color-primary-dark);
  }
  .border-primary-light {
    border-color: var(--color-primary-light);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-secondary-dark {
    border-color: var(--color-secondary-dark);
  }
  .border-secondary-light {
    border-color: var(--color-secondary-light);
  }
  .bg-custom-background {
    background-color: var(--color-custom-background);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-dark {
    background-color: var(--color-primary-dark);
  }
  .bg-primary-light {
    background-color: var(--color-primary-light);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-secondary-dark {
    background-color: var(--color-secondary-dark);
  }
  .bg-secondary-light {
    background-color: var(--color-secondary-light);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-dark {
    color: var(--color-primary-dark);
  }
  .text-primary-light {
    color: var(--color-primary-light);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary-dark {
    color: var(--color-secondary-dark);
  }
  .text-secondary-light {
    color: var(--color-secondary-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:ta-hidden {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: none;
      }
    }
  }
  .sm\:mt-40 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .sm\:mb-4 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-20 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:mb-24 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:ta-hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-8\/12 {
    @media (width >= 40rem) {
      width: calc(8 / 12 * 100%);
    }
  }
  .sm\:max-w-screen-lg {
    @media (width >= 40rem) {
      max-width: var(--breakpoint-lg);
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 40rem) {
      flex-direction: row-reverse;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-0 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-16 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .sm\:py-5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pt-40 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .sm\:pt-50 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 50);
    }
  }
  .sm\:pr-0 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .sm\:pr-16 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .sm\:pb-40 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
  .sm\:pl-0 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .sm\:pl-16 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .sm\:pl-60 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 60);
    }
  }
  .sm\:\!text-left {
    @media (width >= 40rem) {
      text-align: left !important;
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-6xl {
    @media (width >= 40rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .sm\:text-8xl {
    @media (width >= 40rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
}
@font-face {
  font-family: "HYQiHei";
  src: url("../fonts/HYQiHei-60S.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.has-bg {
  background: url(../images/menu-line.png) right center no-repeat;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}
.scene-swiper-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.scene-swiper-wrap .scene-swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0px 3rem;
  overflow: hidden;
  box-sizing: border-box;
}
.scene-swiper-wrap .swiper-wrapper {
  box-sizing: border-box;
}
.scene-swiper-wrap .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.scene-swiper-wrap .swiper-button-prev, .scene-swiper-wrap .swiper-button-next {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  margin-top: 0 !important;
  transform: none !important;
  width: 4rem;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: #f5f7fe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.5rem 3.5rem;
  color: #acabab;
  z-index: 10;
}
.scene-swiper-wrap .swiper-button-prev {
  left: -1.25rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23acabab' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.scene-swiper-wrap .swiper-button-next {
  right: -1.25rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23acabab' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}
.scene-swiper-wrap .swiper-button-prev::after, .scene-swiper-wrap .swiper-button-next::after {
  content: none;
}
.scene-swiper-wrap .swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 640px) {
  .scene-swiper-wrap .scene-swiper {
    padding: 0px 5rem;
  }
  .scene-swiper-wrap .swiper-button-prev, .scene-swiper-wrap .swiper-button-next {
    width: 5.5rem;
    background-size: 5rem 5rem;
  }
  .scene-swiper-wrap .swiper-button-prev {
    left: -1.75rem !important;
  }
  .scene-swiper-wrap .swiper-button-next {
    right: -1.75rem !important;
  }
}
.bg-custom-size {
  background-size: 100% auto;
}
@media (max-width: 750px) {
  .bg-custom-size {
    background-size: 60% auto !important;
  }
  .has-bg {
    background: none;
  }
}
.block-wrap {
  min-width: 1080px;
  margin: 0px auto;
  overflow-x: hidden;
}
.block-wrap .block-img {
  margin: 0px auto;
  min-width: 1920px;
}
#menu-list {
  padding: 20px 0px;
}
#menu-list .grid a {
  padding: 0px 10px;
}
@media (max-width: 750px) {
  #menu-list {
    padding: 10px 0px;
  }
  #menu-list .grid a {
    padding: 0px 0px;
  }
}
.compare-table-panel {
  display: flex;
  width: 100%;
  max-height: 820px;
  background: #fff;
}
.compare-table-viewport {
  flex: 1 1 auto;
  min-width: 0;
  max-height: 820px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.compare-table-viewport::-webkit-scrollbar {
  display: none;
}
.compare-table-img {
  width: 100%;
  height: auto;
  display: block;
}
.compare-table-scrollbar {
  flex: 0 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 820px;
  padding: 0 3px;
  box-sizing: border-box;
}
.compare-table-scroll-btn {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #9aa3ad;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-table-scroll-btn:hover {
  background: #e8e8e8;
}
.compare-table-scroll-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.compare-table-scroll-btn--up::after {
  border-bottom: 5px solid #f1f1f1;
}
.compare-table-scroll-btn--down::after {
  border-top: 5px solid #f1f1f1;
}
.compare-table-scroll-track {
  flex: 1 1 auto;
  position: relative;
  width: 24px;
  min-height: 0;
  margin: 3px 0;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.compare-table-scroll-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 48px;
  background: #aab7c4;
  border-radius: 8px;
  cursor: grab;
  transition: background-color 0.15s ease;
}
.compare-table-scroll-thumb.is-dragging {
  cursor: grabbing;
  background: #97a8b8;
}
.compare-table-scroll-track.is-hidden, .compare-table-scroll-btn.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 750px) {
  .compare-table-panel, .compare-table-viewport, .compare-table-scrollbar {
    max-height: min(520px, 62vh);
  }
}
.compare-table-scroll-thumb-wrap {
  position: relative;
  width: 14px;
  margin: 0px 5px;
}
.table-wrap-mobile {
  width: 84%;
  margin: 0px auto 0px;
  overflow-x: auto;
}
.table-wrap-mobile .table-img {
  width: 150%;
  height: auto;
  display: block;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
