/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {

  :root,
  :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-widest: .1em;
    --leading-normal: 1.5;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {

  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }



  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    /* font-family: Source Han Sans, ui-sans-serif, system-ui; */
    line-height: 1.5;
  }

  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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-1px\] {
    inset: -1px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-0\.5 {
    top: calc(var(--spacing) * .5);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-1\/4 {
    top: 25%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-10 {
    left: calc(var(--spacing) * 10);
  }

  .z-1 {
    z-index: 1;
  }

  .z-10 {
    z-index: 10;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 475px) {
    .container {
      max-width: 475px;
    }
  }

  @media (min-width: 640px) {
    .container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }

    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }


  @media (min-width: 1536px) {
    .container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1600px) {
    .max1400 {
      width: 100%;
      max-width: 1400px !important;
      /* margin-left: 260px; */
      margin: 0 auto;
    }

    .max1500 {
      width: 100%;
      max-width: 1500px !important;
      /* margin-left: 260px; */
      margin: 0 auto;
    }
  }


  @media (min-width: 1920px) {
    .max1400 {
      width: 100%;
      max-width: 1400px !important;

      margin: 0 auto;
    }

    .max1500 {
      width: 100%;
      max-width: 1500px !important;

      margin: 0 auto;
    }
  }

  /* @media (min-width: 1980px) {
    .max1400 {
      width: 100%;
      max-width: 1400px !important;
      margin: 0 auto;
    }

    .max1500 {
      width: 100%;
      max-width: 1500px !important;
      margin: 0 auto;
    }
  }

  @media (min-width: 1920px) {
    .container {
      max-width: 1920px;
    }
  }

  @media (min-width: 2560px) {
    .container {
      max-width: 2560px;
    }
  } */

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-auto {
    margin: auto;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-43px {
    margin-top: 43px;
  }

  .mt-57px {
    margin-top: 57px;
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }

  .mt-16 {
    margin-top: 16px;
  }

  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }

  .mt-20px {
    margin-top: 20px;
  }

  .mt-30px {
    margin-top: 30px;
  }

  .mt-39px {
    margin-top: 39px;
  }

  .mt-40px {
    margin-top: 40px;
  }

  .mt-70px {
    margin-top: 70px;
  }

  .mt-\[5vw\] {
    margin-top: 5vw;
  }

  .mt-\[-5vw\] {
    margin-top: -5vw;
  }

  .mt-\[-20px\] {
    margin-top: -20px;
  }

  .mt-\[-30px\] {
    margin-top: -30px;
  }

  .mt-\[4\.6\%\] {
    margin-top: 4.6%;
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-px {
    margin-left: 1px;
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .aspect-\[490\/314\] {
    aspect-ratio: 490 / 314;
  }

  .aspect-\[497\/279\] {
    aspect-ratio: 497 / 279;
  }

  .aspect-\[505\/343\] {
    aspect-ratio: 505 / 343;
  }

  .aspect-\[713\/295\] {
    aspect-ratio: 713 / 295;
  }

  .aspect-\[811\/511\] {
    aspect-ratio: 811 / 511;
  }

  .aspect-\[1068\/638\] {
    aspect-ratio: 1068 / 638;
  }

  .aspect-\[1920\/297\] {
    aspect-ratio: 1920 / 297;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }

  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }

  .size-\[21px\] {
    width: 21px;
    height: 21px;
  }

  .size-\[23px\] {
    width: 23px;
    height: 23px;
  }

  .size-\[26px\] {
    width: 26px;
    height: 26px;
  }

  .size-\[29px\] {
    width: 29px;
    height: 29px;
  }

  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }

  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }

  .size-\[60px\] {
    width: 60px;
    height: 60px;
  }

  .size-\[90px\] {
    width: 90px;
    height: 90px;
  }

  .size-\[122px\] {
    width: 122px;
    height: 122px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0\.5 {
    height: calc(var(--spacing) * .5);
  }

  .h-1 {
    height: calc(var(--spacing) * 1);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-15 {
    height: calc(var(--spacing) * 15);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-36 {
    height: calc(var(--spacing) * 36);
  }

  .h-36px {
    height: 36px;

  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-60 {
    height: calc(var(--spacing) * 60);
  }

  .h-60px {
    height: 60px;
  }

  .h-64 {
    height: calc(var(--spacing) * 64);
  }

  .h-72 {
    height: calc(var(--spacing) * 72);
  }

  .h-80 {
    height: calc(var(--spacing) * 80);
  }

  .h-84 {
    height: calc(var(--spacing) * 84);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-\[3px\] {
    height: 3px;
  }

  .h-\[8px\] {
    height: 8px;
  }

  .h-\[36px\] {
    height: 36px;
    width: 36px;
    /* max-width: 120px; */
    /* margin-top: 10px; */
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[76\%\] {
    height: 76%;
  }

  .h-\[98px\] {
    height: 98px;
  }

  .h-auto\! {
    height: auto !important;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-\[300px\] {
    min-height: 300px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-36 {
    width: calc(var(--spacing) * 36);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-60 {
    width: calc(var(--spacing) * 60);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

  .w-84 {
    width: calc(var(--spacing) * 84);
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[11px\] {
    width: 11px;
  }

  .w-\[13px\] {
    width: 13px;
  }

  .w-\[16\%\] {
    width: 16%;
  }

  .w-\[18\%\] {
    width: 18%;
  }

  .w-\[20\%\] {
    width: 20%;
  }

  .w-\[25\%\] {
    width: 25%;
  }

  .w-\[28vw\] {
    width: 28vw;
  }

  .w-\[50\%\] {
    width: 50%;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .min-w-\[100px\] {
    min-width: 100px;
  }

  .min-w-\[200px\] {
    min-width: 200px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-center {
    align-self: center;
  }

  .self-end {
    align-self: flex-end;
  }

  .self-start {
    align-self: flex-start;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[15px\] {
    border-radius: 15px;
  }

  .rounded-\[34px\] {
    border-radius: 34px;
  }

  .rounded-\[36px\] {
    border-radius: 36px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-l-full {
    border-top-left-radius: 3.40282e38px;
    border-bottom-left-radius: 3.40282e38px;
  }

  .rounded-r-full {
    border-top-right-radius: 3.40282e38px;
    border-bottom-right-radius: 3.40282e38px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }

  .border-\(--primary\),
  .border-\(--primary\)\/30 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-\(--primary\)\/30 {
      border-color: color-mix(in oklab, var(--primary) 30%, transparent);
    }
  }

  .border-\[\#BFFFFD\] {
    border-color: #BFFFFD;
  }

  .border-\[\#1E6EB0\] {
    border-color: #1e6eb0;
  }

  .border-\[\#7c7c7c\] {
    border-color: #7c7c7c;
  }

  .border-\[\#b3cfeb\] {
    border-color: #b3cfeb;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\(--bg3\) {
    background-color: var(--bg3);
  }

  .bg-\(--navbar-bg\) {
    background-color: var(--navbar-bg);
  }

  .bg-\(--primary\) {
    background-color: var(--primary);
  }

  .bg-\[\#1E6EB0\] {
    background-color: #1e6eb0;
  }

  .bg-\[\#81AFDE\] {
    background-color: #81afde;
  }

  .bg-\[\#DFF0FF\] {
    background-color: #dff0ff;
  }

  .bg-\[\#F4F9FE\] {
    background-color: #f4f9fe;
  }

  .bg-\[\#F9F9F9\] {
    background-color: #f9f9f9;
  }

  .bg-\[\#d9e7f5\] {
    background-color: #d9e7f5;
  }

  .bg-black\/80 {
    background-color: #000c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/80 {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/20 {
    background-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .bg-white\/85 {
    background-color: #ffffffd9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/85 {
      background-color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }

  .bg-gradient-to-bl {
    --tw-gradient-position: to bottom left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-tl {
    --tw-gradient-position: to top left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-tr {
    --tw-gradient-position: to top right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[url\(\/images\/arrow_right\.png\)\] {
    background-image: url("../images/arrow_right.png");
  }

  .bg-\[url\(\/images\/bg_footer\.jpg\)\] {
    background-image: url("../images/014.png");
  }

  .bg-\[url\(\/images\/bg_linear_to_b_04\.png\)\] {
    background-image: url("../images/bg_linear_to_b_04.png");
  }

  .bg-\[url\(\/images\/download_arrow_down\.png\)\] {
    background-image: url("../images/download_arrow_down.png");
  }

  .bg-\[url\(\/images\/news_banner\.jpg\)\] {
    background-image: url("../images/news_banner.jpg");
    height: 200px;
    width: 100vw;
    /* background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 200px; */
    margin-bottom: 90px;
  }

  .banner1 {
    height: auto;
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-contain {
    background-size: contain;
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-size-\[100\%_100\%\] {
    background-size: 100% 100%;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }

  .pb-\[10vw\] {
    padding-bottom: 10vw;
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

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

  .indent-8 {
    text-indent: calc(var(--spacing) * 8);
  }

  .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-3xl\/normal {
    font-size: var(--text-3xl);
    line-height: var(--leading-normal);
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[11\.5vw\] {
    font-size: 11.5vw;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px !important;
  }

  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }

  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }

  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }

  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-\(--navbar-fg\) {
    color: var(--navbar-fg);
  }

  .text-\(--navbar-fg-active\)\! {
    color: var(--navbar-fg-active) !important;
  }

  .text-\(--primary\) {
    color: var(--primary);
  }

  .text-\(--t1\) {
    color: var(--t1);
  }

  .text-\(--t4\) {
    color: var(--t4);
  }

  .text-\[\#3d3d3d\] {
    color: #3d3d3d;
  }

  .text-\[\#606466\] {
    color: #606466;
  }

  .text-\[\#3f3f3f\] {
    color: #3f3f3f;
  }

  .text-\[\#4f4f4f\] {
    color: #4f4f4f;
  }

  .text-\[\#7d7d7d\] {
    color: #7d7d7d;
  }

  .text-\[\#151515\] {
    color: #151515;
  }

  .text-\[\#222222\] {
    color: #222;
  }

  .text-\[\#242424\] {
    color: #242424;
  }

  .text-\[\#343434\] {
    color: #343434;
  }

  .text-\[\#757575\] {
    color: #757575;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-white {
    color: var(--color-white);
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0;
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-600 {
    --tw-duration: .6s;
    transition-duration: .6s;
  }

  @media (hover: hover) {
    .group-hover\:rotate-\[360deg\]:is(:where(.group):hover *) {
      rotate: 360deg;
    }

    .group-hover\:bg-\[url\(\/images\/arrow_right_active\.png\)\]:is(:where(.group):hover *) {
      background-image: url("../images/arrow_right_active.png");
    }

    .group-hover\:text-\(--primary\):is(:where(.group):hover *) {
      color: var(--primary);
    }

    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0;
    }
  }

  .group-\[\.is-active\]\:scale-none:is(:where(.group).is-active *) {
    scale: none;
  }

  .group-\[\.is-active\]\:rotate-\[360deg\]:is(:where(.group).is-active *) {
    rotate: 360deg;
  }

  .group-\[\.is-active\]\:bg-\[url\(\/images\/arrow_right_active\.png\)\]:is(:where(.group).is-active *) {
    background-image: url("../images/arrow_right_active.png");
  }

  .group-\[\.is-active\]\:bg-\[url\(\/images\/bg_linear_to_b_03\.png\)\]:is(:where(.group).is-active *) {
    background-image: url("../images/bg_linear_to_b_03.png");
  }

  .group-\[\.is-active\]\:text-\(--primary\):is(:where(.group).is-active *) {
    color: var(--primary);
  }

  .group-\[\.is-active\]\:opacity-0:is(:where(.group).is-active *) {
    opacity: 0;
  }

  .group-\[\.is-active\]\:shadow-2xl:is(:where(.group).is-active *) {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .group-\[\.my-active\]\:scale-none:is(:where(.group).my-active *) {
    scale: none;
  }

  .group-\[\.my-active\]\:opacity-0:is(:where(.group).my-active *) {
    opacity: 0;
  }

  .group-\[\.my-active\]\:opacity-100:is(:where(.group).my-active *) {
    opacity: 1;
  }

  .group-\[\.open\]\:block:is(:where(.group).open *) {
    display: block;
  }

  @media (hover: hover) {
    .hover\:border-\(--primary\):hover {
      border-color: var(--primary);
    }

    .hover\:border-\[\#1E6EB0\]:hover {
      border-color: #1e6eb0;
    }

    .hover\:bg-\(--t1\)\/10:hover {
      background-color: var(--t1);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\(--t1\)\/10:hover {
        background-color: color-mix(in oklab, var(--t1) 10%, transparent);
      }
    }

    .hover\:bg-gray-700:hover {
      background-color: var(--color-gray-700);
    }

    .hover\:text-\(--navbar-fg-active\):hover {
      color: var(--navbar-fg-active);
    }

    .hover\:text-\(--primary\):hover {
      color: var(--primary);
    }

    .hover\:text-\(--t1\):hover {
      color: var(--t1);
    }

    .hover\:text-gray-300:hover {
      color: var(--color-gray-300);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }

    .hover\:opacity-90:hover {
      opacity: .9;
    }

    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .active\:opacity-80:active {
    opacity: .8;
  }

  .box-card-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 0 60px; */
  }

  .box-card {
    width: 47%;
    flex-shrink: 0;
    min-height: 320px;
    /* min-width: 380px; */
    display: flex;
    flex-direction: column;
    padding: 70px 20px 60px;
    box-sizing: border-box;
    border-radius: 42px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(#F2FBFF, #BDE0F1);
  }

  .box-card-ul2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
  }

  .ul2-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .downloadbtn {
    width: 180px;
    height: 50px;
    background: #81AFDE;
    border-radius: 15px 15px 15px 15px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;

    &:hover {
      background: #94c2f0;
    }
  }

  .box-card-p {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 35px;
    flex: 1 1;
    overflow: auto;
  }


  .box-card-img {
    width: 47%;
    /*background: #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-card-img2 {
    max-width: 734px;
  }

  .size-full2 {
    width: 100%;
    height: 100%;
  }

  .mt20px {
    margin-top: 20px;
  }

  .mt60px {
    margin-top: 10px;
  }

  .flex-box {
    display: flex;
    justify-content: space-between;
  }

  .splide-ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 4px;
    gap: 10px;
  }

  .splide-li {
    min-width: 280px;
    flex-shrink: 0;
    height: 434px;
    border-radius: 13px 13px 13px 13px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    background: #f7fafc;
    flex-shrink: 0;
    flex: 1 1;
  }

  /* 鼠标悬停 放大 */
  .splide-li:hover {
    box-shadow: 5px 5px 20px 5px #DADFDF;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
    z-index: 1;
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #DADFDF;
    background: #f7fafc;
    border-radius: 13px;

  }

  .splide-li-box:hover {


    &>.splide-li-img {
      display: none;
    }

    &>.splide-li-img2 {
      display: block;
    }

  }

  .splide-li-box {
    width: 100%;
    height: 100%;
    background: #f7fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .splide-li-number {
    font-weight: 600;
    font-size: 80px;
    color: #81AFDE;
    text-align: center;
  }

  .splide-li-name {
    text-align: center;
    font-size: 22px;
    color: #333333;
  }

  .splide-li-img {
    display: block;
    width: 48px;
    height: 48px;
  }

  .splide-li-img2 {
    display: none;
    width: 48px;
    height: 48px;
  }

  .footbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 14);
  }


  .w25 {
    width: 100%;
    flex-shrink: 0;
  }

  .w30 {
    width: 100%;
    flex-shrink: 0;
  }

  .w20 {
    width: 100%;
    flex-shrink: 0;
  }

  .nav1 {
    display: block;
  }

  .nav2 {
    display: none;
  }

  /* .ds {
    display: none !important;
  } */

  .my-active {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
  }

  .box3 {
    width: calc(100%);
    border-radius: 42px;
    padding: 41px 51px 0;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(#F2FBFF, #c5e5f5);
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box-card-img2 {
    width: 55% !important;
    /*background: #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-list{
    min-width:320px;
    padding-left: 35px !important;
  }
  @media (min-width: 640px) {

    #homeSquareAniContainer {
      display: none;
    }

    .nav1 {
      display: block;
    }

    .nav2 {
      display: none;
    }

    .sm\:mt-15 {
      margin-top: calc(var(--spacing) * 15);
    }

    .sm\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }

    .sm\:mt-30 {
      margin-top: calc(var(--spacing) * 30);
    }

    .sm\:flex-row {
      flex-direction: row;
    }
  }



  @media (min-width: 768px) {
    .md\:flex-row {
      flex-direction: row;
    }

    .md\:items-center {
      align-items: center;
    }

    .md\:flex-1 {
      flex: 1;
    }

    .md\:scale-\[0\.8\] {
      scale: .8;
    }

    .md\:w-\[40\%\] {
      width: 40%;
    }

    .lg\:pt-\[80px\] {
      padding-top: 80px;
    }

    .lg\:pb-\[80px\] {
      padding-bottom: 80px;
    }

    .lg\:pb-\[132px\] {
      padding-bottom: 132px;
    }

    .lg\:mt-\[74px\] {
      margin-top: 74px;
    }

    .lg\:mt-\[140px\] {
      margin-top: 140px !important;
    }

    .lg\:pt-\[56px\] {
      padding-top: 56px;
    }

    .lg\:ml-\[134px\] {
      margin-left: 134px;
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .md\:absolute {
      position: absolute;
    }

    .md\:left-20 {
      left: calc(var(--spacing) * 20);
    }

    .md\:border-b-3 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 3px;
    }

    .md\:border-l-0 {
      border-left-style: var(--tw-border-style);
      border-left-width: 0;
    }

    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }

    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:items-center {
      align-items: center;
    }

    .md\:justify-between {
      justify-content: space-between;
    }

    .md\:justify-center {
      justify-content: center;
    }

    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .md\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }

    .md\:mb-10 {
      margin-bottom: 10px;
    }

    .md\:hidden {
      display: none;
    }

    .md\:aspect-\[1920\/930\] {
      aspect-ratio: 1920 / 930;
    }

    .md\:h-\[53px\] {
      height: 53px;
    }

    .md\:h-\[63px\] {
      height: 63px;
    }

    .md\:h-\[82px\] {
      height: 82px;
    }

    .md\:h-\[82px\]\! {
      height: 82px !important;
    }

    .md\:h-\[157px\] {
      height: 157px;
    }

    .md\:h-full {
      height: 100%;
    }

    .md\:min-h-\[320px\] {
      min-height: 320px;
    }

    .md\:min-h-\[486px\] {
      min-height: 486px;
    }

    .md\:w-\[40\%\] {
      width: 40%;
    }

    .md\:w-auto {
      width: auto;
    }

    .md\:flex-1 {
      flex: 1;
    }

    .md\:scale-\[0\.8\] {
      scale: .8;
    }
  }

  /* @media (min-width: 768px) {
    .nav1 {
      display: block;
    }

    .nav2 {
      display: none;
    }

    .md\:absolute {
      position: absolute;
    }

    .md\:left-20 {
      left: calc(var(--spacing) * 20);
    }

    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }

    .md\:mt-6px {
      margin-top: 6px;
    }

    .md\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }

    .md\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }

    .md\:mt-11 {
      margin-top: calc(var(--spacing) * 11);
    }

    .md\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }

    .md\:mt-26 {
      margin-top: calc(var(--spacing) * 26);
    }

    .md\:mt-40 {
      margin-top: calc(var(--spacing) * 40);
    }






  } */

  @media (min-width: 769px) {
    .soft_pic {
      max-width: 600px;
      height: auto;
    }
    .w25 {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
    }

    .w30 {
      width: 30%;
      flex-shrink: 0;
    }

    .w20 {
      width: 20%;
      flex-shrink: 0;
    }

    .footbox {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 0;
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .max15003 {
      width: 900px !important;
      max-width: 900px;
      margin: 0 auto;
    }

    .box-card {
      width: 36%;
      flex-shrink: 0;
      min-height: 300px;
      height: 300px;

      display: flex;
      flex-direction: column;
      padding: 20px;
      box-sizing: border-box;
      border-radius: 42px;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(#F2FBFF, #BDE0F1);
    }

    .splide-li {
      min-width: 280px;
      flex-shrink: 0;
      height: 350px;
      width: 240px !important;
      min-width: 200px !important;
      flex: none;
    }

    .splide-ul {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 4px;
      gap: 20px;
    }

    .ds {
      display: flex !important;
    }

    .ds-li {
      width: 300px;
      /* height: 400px; */
    }

    #homeSquareAniContainer {
      position: absolute;
      top: -100px;
      right: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .absolute {
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
    }

    .nav1 {
      display: none;
    }

    .nav2 {
      display: block;
    }
    .lg\:mb-145px {
      margin-bottom: 100px;
    }
    .max1400 {
      width: 1180px;
      max-width: 1180px;
      margin: 0 auto;
    }

    .max1500 {
      width: 1260px !important;
      max-width: 1260px !important;
      margin: 0 auto;
    }

    body {
      overflow-x: auto !important;
    }

    .main {
      min-width: 1260px;
      width: 100%;
      overflow: hidden;
    }

    .lg\:h-\[820px\] {
      height: 420px;
    }

    .lg\:text-\[18px\] {
      font-size: 18px;
    }

    .lg\:text-\[20px\] {
      font-size: 20px;
    }

    .lg\:h1-mt {
      margin-top: 80px !important;
    }

    .lg\:mt-26px {
      margin-top: 26px !important;
    }

    .lg\:mt-35px {
      margin-top: 35px !important;
    }

    .lg\:mt-40px {
      margin-top: 40px !important;
    }

    .lg\:mt-100px {
      margin-top: 50px !important;
    }

    .lg\:h1-mb {
      margin-bottom: 70px !important;
    }

    .lg\:mb-88px {
      margin-bottom: 60px !important;
    }

    .lg\:mb-32px {
      padding-bottom: 0 !important;
    }

    .max15002 {
      width: 1020px;
    }

    .newsimg {
      /* width: 270px; */
    }





    /* 1280 */

    .lg\:h-\[820px\] {
      height: 600px;
    }

    .max15002 {
      width: 1020px;
    }

    .md\:h-\[63px\] {
      height: 36px;
    }

    .lg\:mb-88px {
      margin-bottom: 60px !important;
    }

    .container {
      max-width: 1280px;
    }

    .box-card-p {
      font-size: 16px;
      margin-top: 28px;
      line-height: 32px;
      flex: 1 1;
      overflow: auto;
    }

    .lg\:h2 {
      font-size: 24px;
    }



    .box-card-ul {
      width: 100%;
      height: 300px;
      justify-content: center;
      gap: 60px;
    }

    .box-card-img {
      width: 36%;
      /*background: #000;*/
      display: flex;
      align-items: center;
      justify-content: center;
      height: 300px;
    }

    .box3 {
      width: calc(80%);
      border-radius: 42px;
      padding: 20px 51px 0 !important;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(#F2FBFF, #c5e5f5);
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: space-between;
    }

    .lg\:h-\[90px\] {
      height: 70px;
    }

    .text-\[16px\] {
      font-size: 20px !important;
    }

    .xl\:text-\[200px\] {
      font-size: 200px;
    }


    .bg-\[url\(\/images\/news_banner\.jpg\)\] {
      background-image: url("../images/news_banner.jpg");
      height: 200px;
      width: 100%;
      /* background-repeat: no-repeat;
      background-size: cover;
      width: 100vw;
      height: 200px; */
      margin-bottom: 90px;
    }

    .dmsas-logo {
      max-width: 280px;
      height: auto;
      margin-bottom: 40px;
    }
    .banner1 {
      height: 200px;
      display: block;
      margin: 0 auto;
      background-size: cover;
      background-repeat: no-repeat;
    }
        .lg\:text-\[60px\] {
      font-size: 46px;
    }
       .lg\:text-\[16px\] {
      font-size: 16px;
    }

  }

  /* @media (min-width: 1024px) {

    .box-card-p {
      font-size: 16px;
      margin-top: 25px;
      line-height: 25px;
      flex: 1 1;
      overflow: auto;
    }

    .max1500 {
      width: 100%;
      max-width: 800px !important;
      margin: 0 auto;
    }

    .max1400 {
      width: 100%;
      max-width: 700px !important;
      margin: 0 auto;
    }


    .box-card-ul {
      width: 100%;
      height: 400px;
    }

    .box-card {
      width: 380px !important;
      height: 320px;
    }

    .box-card-img {
      width: 380px;
      height: 320px;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg\:mt12vh {
      margin-top: 12vh;
    }

    .lg\:padding {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .lg\:text-\[60px\] {
      font-size: 40px;
    }

    .mb61px {
      margin-bottom: 30px !important;
    }

    .lg\:mt-\[0px\] {
      margin-top: 0px;
    }

    .lg\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }

    .lg\:mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }

    .lg\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }

    .lg\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }

    .lg\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }

    .lg\:mt-9 {
      margin-top: calc(var(--spacing) * 9);
    }

    .lg\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }

    .lg\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }

    .lg\:mt-26px {
      margin-top: 26px !important;
    }

    .lg\:mt-28px {
      margin-top: 28px !important;
    }

    .lg\:mt-30 {
      margin-top: calc(var(--spacing) * 30);
    }

    .lg\:mt-33px {
      margin-top: 33px !important;
    }

    .lg\:mt-35px {
      margin-top: 35px !important;
    }

    .lg\:mt-40px {
      margin-top: 40px !important;
    }

    .lg\:mt-45px {
      margin-top: 45px !important;
    }

    .lg\:mt-19px {
      margin-top: 19px !important;
    }

    .lg\:mt-16px {
      margin-top: 16px;
    }

    .lg\:mt-47px {
      margin-top: 47px;
    }

    .lg\:mt-\[18px\] {
      margin-top: 18px;
    }

    .lg\:mt-\[27px\] {
      margin-top: 30px;
    }

    .lg\:mt-27px {
      margin-top: 27px;
    }

    .lg\:mt-\[30px\] {
      margin-top: 30px;
    }

    .lg\:mt-\[34px\] {
      margin-top: 40px;
    }

    .lg\:mt-\[42px\] {
      margin-top: 42px;
    }

    .lg\:mt-\[47px\] {
      margin-top: 47px;
    }

    .lg\:mt-\[49px\] {
      margin-top: 49px;
    }

    .lg\:mt-\[48px\] {
      margin-top: 48px;
    }

    .lg\:mt-\[50px\] {
      margin-top: 50px;
    }

    .lg\:mt-\[60px\] {
      margin-top: 60px;
    }

    .lg\:mt-\[68px\] {
      margin-top: 68px;
    }

    .lg\:mt-\[70px\] {
      margin-top: 70px;
    }

    .lg\:mt-\[74px\] {
      margin-top: 74px;
    }

    .lg\:mt-\[77px\] {
      margin-top: 77px;
    }

    .lg\:mt-\[80px\] {
      margin-top: 80px;
    }

    .lg\:mt-\[84px\] {
      margin-top: 84px;
    }

    .lg\:mt-\[104px\] {
      margin-top: 104px;
    }

    .lg\:mt-\[106px\] {
      margin-top: 106px;
    }

    .lg\:mt-\[108px\] {
      margin-top: 108px;
    }

    .lg\:mt-\[110px\] {
      margin-top: 110px;
    }

    .lg\:mt-\[111px\] {
      margin-top: 111px;
    }

    .lg\:mt-\[114px\] {
      margin-top: 114px;
    }

    .lg\:mt-\[116px\] {
      margin-top: 116px !important;
    }

    .lg\:mt-\[120px\] {
      margin-top: 120px;
    }

    .lg\:mt-\[135px\] {
      margin-top: 135px !important;
    }

    .lg\:mt-\[140px\] {
      margin-top: 140px !important;
    }

    .lg\:mt-\[146px\] {
      margin-top: 6vw;
    }

    .lg\:mt-\[147px\] {
      margin-top: 147px;
    }

    .lg\:mt-\[150px\] {
      margin-top: 150px;
    }

    .lg\:mt-\[164px\] {
      margin-top: 164px;
    }

    .lg\:mt-\[200px\] {
      margin-top: 6vw;
    }

    .lg\:mt-\[220px\] {
      margin-top: 220px;
    }

    .lg\:mt-\[227px\] {
      margin-top: 10vh;
    }

    .lg\:mt-\[255px\] {
      margin-top: 255px;
    }

    .lg\:mr-20px {
      margin-right: 20px;
    }

    .lg\:mr-43px {
      margin-right: 43px !important;
    }

    .lg\:mr-2 {
      margin-right: calc(var(--spacing) * 2);
    }

    .lg\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }

    .lg\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }

    .lg\:mb-24 {
      margin-bottom: calc(var(--spacing) * 24);
    }

    .lg\:mb-50px {
      margin-bottom: 50px;
    }

    .lg\:mb-75px {
      margin-bottom: 4vw;
    }

    .lg\:mb-77px {
      margin-bottom: 77px;
    }

    .lg\:mb-81px {
      margin-bottom: 81px;
    }

    .lg\:mb-88px {
      margin-bottom: 88px;
    }

    .lg\:mb-105px {
      margin-bottom: 105px;
    }

    .lg\:mb-114px {
      margin-bottom: 114px;
    }

    .lg\:mb-145px {
      margin-bottom: 145px;
    }

    .lg\:mb-\[43px\] {
      margin-bottom: 43px !important;
    }

    .lg\:mb-\[87px\] {
      margin-bottom: 87px !important;
    }

    .lg\:mb-\[109px\] {
      margin-bottom: 109px !important;
    }

    .lg\:mb-\[146px\] {
     
    }

    .lg\:mb-\[150px\] {
      margin-bottom: 200px;
    }

    .lg\:mb-\[167px\] {
      margin-bottom: 167px;
    }

    .lg\:mb-\[200px\] {
      margin-bottom: 6vw;
    }

    .lg\:mb-\[201px\] {

    }

    .lg\:mt-\[225px\] {
      margin-top: 225px !important;
    }

    .lg\:mt-\[255px\] {
      margin-top: 255px !important;
    }

    .lg\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }

    .lg\:ml-\[134px\] {
      margin-left: 134px;
    }

    .lg\:size-\[60px\] {
      width: 60px;
      height: 60px;
    }

    .lg\:size-\[67px\] {
      width: 67px;
      height: 67px;
    }

    .lg\:size-\[130px\] {
      width: 130px;
      height: 130px;
    }

    .lg\:size-\[180px\] {
      width: 180px;
      height: 180px;
    }

    .lg\:h-1 {
      height: calc(var(--spacing) * 1);
    }

    .lg\:h-30 {
      height: calc(var(--spacing) * 30);
    }

    .lg\:h-73px {
      height: 73px !important;
    }

    .lg\:h-112px {
      height: 112px !important;
    }

    .lg\:h-141px {
      height: 141px;
    }

    .lg\:h-145px {
      height: 145px;
    }

    .lg\:h-\[4px\] {
      height: 4px;
    }

    .lg\:h-\[6px\] {
      height: 6px;
    }

    .lg\:h-\[105px\] {
      height: 105px;
    }

    .lg\:h-\[156px\] {
      height: 156px;
    }

    .lg\:h-\[164px\] {
      height: 164px;
    }

    .lg\:h-\[164px\]\! {
      height: 164px !important;
    }

    .lg\:min-h-\[524px\] {
      min-height: 524px;
    }

    .lg\:h-\[870px\] {
      height: 870px;
    }

    .lg\:h-\[900px\] {
      height: 900px;
    }

    .lg\:w-8 {
      width: calc(var(--spacing) * 8);
    }

    .lg\:w-10 {
      width: calc(var(--spacing) * 10);
    }

    .lg\:w-12 {
      width: calc(var(--spacing) * 12);
    }

    .lg\:w-\[22px\] {
      width: 22px;
    }

    .lg\:w-\[99px\] {
      width: 99px;
    }

    .lg\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }

    .lg\:rounded-\[12px\] {
      border-radius: 12px;
    }

    .lg\:border-b-5 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 5px;
    }

    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .lg\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }

    .lg\:px-7 {
      padding-inline: calc(var(--spacing) * 7);
    }

    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .lg\:px-15 {
      padding-inline: calc(var(--spacing) * 15);
    }

    .lg\:px-\[30px\] {
      padding-inline: 30px;
    }

    .lg\:px-\[32px\] {
      padding-inline: 32px;
    }

    .lg\:px-\[70px\] {
      padding-inline: 70px;
    }

    .lg\:px-\[90px\] {
      padding: 10px 20px;
    }

    .lg\:px-\[114px\] {
      padding-inline: 114px;
    }

    .lg\:px-\[151px\] {
      padding-inline: 151px;
    }

    .lg\:px-\[227px\] {
      padding-inline: 227px;
    }

    .lg\:px-\[260px\] {
      padding-inline: 260px;
    }

    .lg\:py-2\.5 {
      padding-block: calc(var(--spacing) * 2.5);
    }

    .lg\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }

    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .lg\:py-9 {
      padding-block: calc(var(--spacing) * 9);
    }

    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }

    .lg\:py-\[10px\] {
      padding-block: 10px;
    }

    .lg\:py-\[20px\] {
      padding-block: 20px;
    }

    .lg\:py-\[53px\] {
      padding-block: 53px;
    }

    .lg\:pt-\[56px\] {
      padding-top: 56px;
    }

    .lg\:py-\[64px\] {
      padding-block: 64px;
    }

    .lg\:pt-\[70px\] {
      padding-top: 70px;
    }

    .lg\:pt-\[67px\] {
      padding-top: 67px;
    }

    .lg\:pt-\[80px\] {
      padding-top: 80px;
    }

    .lg\:pb-\[80px\] {
      padding-bottom: 80px;
    }

    .lg\:pb-\[130px\] {
      padding-bottom: 130px;
    }

    .lg\:pb-\[132px\] {
      padding-bottom: 132px;
    }

    .lg\:pl-18 {
      padding-left: calc(var(--spacing) * 18);
    }

    .lg\:text-4xl\/normal {
      font-size: var(--text-4xl);
      line-height: var(--leading-normal);
    }

    .lg\:text-\[20px\]\/\[48px\] {
      font-size: 20px;
      line-height: 48px;
    }

    .lg\:text-\[14px\] {
      font-size: 14px;
    }

    .lg\:text-\[18px\] {
      font-size: 18px;
    }

    .lg\:text-\[19px\] {
      font-size: 19px;
    }

    .lg\:text-\[20px\] {
      font-size: 20px;
    }

    .lg\:text-\[22px\] {
      font-size: 22px;
    }

    .lg\:text-\[23px\] {
      font-size: 23px;
    }

    .lg\:text-\[24px\] {
      font-size: 24px;
    }

    .lg\:text-\[25px\] {
      font-size: 25px;
    }

    .lg\:text-\[26px\] {
      font-size: 26px;
    }

    .lg\:text-\[28px\] {
      font-size: 28px;
    }

    .lg\:text-\[30px\] {
      font-size: 30px;
    }

    .lg\:text-\[32px\] {
      font-size: 32px;
    }

    .lg\:text-\[34px\] {
      font-size: 34px;
    }

    .lg\:text-\[36px\] {
      font-size: 36px;
    }

    .lg\:text-\[26px\] {
      font-size: 26px;
    }

    .lg\:text-\[38px\] {
      font-size: 38px;
    }

    .lg\:text-\[39px\] {
      font-size: 39px;
    }

    .lg\:text-\[40px\] {
      font-size: 40px;
    }

    .lg\:text-\[46px\] {
      font-size: 46px;
    }

    .lg\:text-\[50px\] {
      font-size: 50px;
    }



    .lg\:text-\[64px\] {
      font-size: 64px;
    }

    .lg\:text-\[66px\] {
      font-size: 66px;
    }

    .lg\:text-\[68px\] {
      font-size: 68px;
    }

    .lg\:text-\[82px\] {
      font-size: 82px;
    }

    .lg\:leading-\[86px\] {
      --tw-leading: 86px;
      line-height: 86px;
    }
  } */

  @media (min-width: 1280px) {
       .lg\:text-\[16px\] {
      font-size: 16px;
    }
    body {
      overflow-x: hidden !important;
    }

    .max15002 {
      width: 1020px;
    }

    .md\:h-\[63px\] {
      height: 50px;
      width: 50px;
    }

    .lg\:mb-88px {
      margin-bottom: 60px !important;
    }

    .container {
      max-width: 1280px;
    }

    .box-card-p {
      font-size: 16px;
      margin-top: 28px;
      line-height: 32px;
      flex: 1 1;
      overflow: auto;
    }

    .lg\:h2 {
      font-size: 24px;
    }



    .box-card-ul {
      width: 100%;
      height: 300px;
      justify-content: center;
      gap: 60px;
    }

    .box-card-img {
      width: 36%;
      /*background: #000;*/
      display: flex;
      align-items: center;
      justify-content: center;
      height: 300px;
    }

    .box3 {
      width: calc(80%);
      border-radius: 42px;
      padding: 20px 51px 0 !important;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(#F2FBFF, #c5e5f5);
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: space-between;
    }

    .lg\:h-\[90px\] {
      height: 70px;
    }

    .text-\[16px\] {
      font-size: 20px !important;
    }

    .xl\:text-\[200px\] {
      font-size: 200px;
    }

    .lg\:mb-145px {
      margin-bottom: 100px;
    }
  }

  /* @media (min-width: 1440px) {
    .lg\:h2 {
      font-size: 28px;
    }

    .max1400 {
      width: 100%;
      max-width: 1200px !important;
      margin: 0 auto;
    }

    .max1500 {
      width: 100%;
      max-width: 1300px !important;
      margin: 0 auto;
    }

    .box-card-ul {
      width: 100%;
      height: 400px;
    }


    .lg\:text-\[60px\] {
      font-size: 40px;
    }

    .mb61px {
      margin-bottom: 40px !important;
    }

    .lg\:px-\[90px\] {
      padding-inline: 90px;
    }

    .mt60px {
      margin-top: 40px;
    }
  } */

  /* 1920 */
  @media (min-width: 1600px) {
    .card-list{
      min-width: 500px;
      /* padding-left: 100px !important; */
      padding: 20px 0 20px 100px !important ;
    }
    .lg\:h-\[820px\] {
      height: 680px;
    }

    .soft_pic {
      max-width: 900px;
      height: auto;
    }

    .dmsas-logo {
      max-width: 350px;
      height: auto;
      margin-bottom: 60px;
    }

    .splide-ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 4px;
      gap: 20px;
    }

    .splide-li {
      min-width: 280px;
      flex-shrink: 0;
      height: 434px;
      border-radius: 13px 13px 13px 13px;
      padding: 50px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #f0f0f0;
      background: #f7fafc;
      flex-shrink: 0;
      flex: 1 1;
    }

    .lg\:mt-100px {
      margin-top: 100px !important;
    }

    .lg\:mb-32px {
      padding-bottom: 32px !important;
    }

    .max15003 {
      width: 1500px !important;
      max-width: 1500px;
      margin: 0 auto;
    }

    .box3 {
      width: calc(100%) !important;
      border-radius: 42px;
      padding: 20px 51px 0 !important;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(#F2FBFF, #c5e5f5);
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: space-between;
    }

    .box-card {
      width: 47% !important;
      flex-shrink: 0;
      min-height: 420px;
      /* min-width: 380px; */
      display: flex;
      flex-direction: column;
      padding: 70px 20px 60px;
      box-sizing: border-box;
      border-radius: 42px;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(#F2FBFF, #BDE0F1);
    }

    .max1500 {
      width: 1500px !important;
      max-width: 1500px !important;
    }

    .max15002 {
      width: 1500px;
    }

    .box-card-img {
      width: 47% !important;
      /*background: #000;*/
      display: flex;
      align-items: center;
      justify-content: center;
      height: 420px;
    }

    .box-card-img2 {
      width: 55% !important;
      /*background: #000;*/
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .box-card-p {
      font-size: 16px;
      margin-top: 28px;
      line-height: 35px;
      flex: 1 1;
      overflow: auto;
    }

    .lg\:mb-88px {
      margin-bottom: 88px !important;
    }

    .lg\:h2 {
      font-size: 28px;
    }

    .box-card-ul {
      width: 100%;
      height: 420px;
    }

    .lg\:h1-mt {
      margin-top: 150px !important;
    }



    .lg\:text-\[60px\] {
      font-size: 60px;
    }

    .mb61px {
      margin-bottom: 61px !important;
    }

    .mt60px {
      margin-top: 60px;
    }


    /* xinwen */

    .lg\:translate-x-\[16\%\] {
      --tw-translate-x: 16%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .lg\:translate-x-\[-10\%\] {
      --tw-translate-x: -10%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
      margin-top: -100px;
      margin-right: -140px;
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[repeat\(3\,_1fr\)_auto\] {
      grid-template-columns: repeat(3, 1fr) auto;
    }

    .lg\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }

    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .lg\:gap-9 {
      gap: calc(var(--spacing) * 9);
    }

    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .lg\:gap-18 {
      gap: calc(var(--spacing) * 18);
    }

    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }

    .lg\:gap-\[36px\] {
      gap: 36px;
    }

    .lg\:gap-\[42px\] {
      gap: 42px;
    }

    .lg\:gap-\[60px\] {
      gap: 60px;
    }

    .lg\:gap-\[80px\] {
      gap: 80px;
    }

    .lg\:gap-\[100px\] {
      gap: 100px;
    }

    :where(.lg\:space-y-4 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }

    :where(.lg\:space-y-\[50px\] > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(50px * var(--tw-space-y-reverse));
      margin-block-end: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    }

  }

  .\[\&\.active\]\:border-\(--navbar-bd-active\)\!.active {
    border-color: var(--navbar-bd-active) !important;
  }

  .\[\&\.active\]\:border-\(--primary\).active {
    border-color: var(--primary);
  }

  .\[\&\.active\]\:border-\[\#1E6EB0\].active {
    border-color: #1e6eb0;
  }

  .\[\&\.active\]\:text-\(--navbar-fg-active\).active {
    color: var(--navbar-fg-active);
  }
}

@font-face {
  /* font-family: Source Han Sans; */
  src: url("../fonts/SourceHanSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /* font-family: Source Han Sans; */
  src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /* font-family: Source Han Sans; */
  src: url("../fonts/SourceHanSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /* font-family: Source Han Sans; */
  src: url("../fonts/SourceHanSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #81afde;
  --t1: #000;
  --t2: #27251d;
  --t3: #292929;
  --t4: #3f3f3f;
  --bg1: #fff;
  --bg2: #fcfcfc;
  --bg3: #f2f2f2;
  --bg4: #ccc;
  --bg5: #bbb;
  --tag_red: #b8285d;
  --tag_blue: #289bb8;
  --navbar-bg: #f0f0f0;
  --navbar-fg: #8c8b87;
  --navbar-fg-active: #2179c1;
  --navbar-bd-active: #2179c1;
  --footer-bg: #f0f0f0;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-primary::-webkit-scrollbar-track {
  background: none;
  border-radius: 3px;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 3px;
}

.scrollbar-primary::-webkit-scrollbar-thumb:hover {
  background-color: #6a9131;
}

.scrollbar-primary {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) transparent;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html,
body {
  background-color: var(--bg1);
  color: var(--t3);
}

.container {
  max-width: 1920px !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: var(--t1) !important;
}

input:-webkit-autofill:hover {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: var(--t1) !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: var(--t1) !important;
}

input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: var(--t1) !important;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

.h-shadow:hover {
  box-shadow: 5px 0px 27px 0px #c1c5c5;
  cursor: pointer;
}

.h-shadow2:hover {
  box-shadow: 5px 0px 27px 0px #999999;
  cursor: pointer;
}









/* 
.left-box {
  border-radius: 42px;
  padding: 50px 50px 0;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(#F2FBFF, #BDE0F1);
  padding-bottom: 10px;
} */

.footerbg {
  background-image: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.yes {
  width: 33px;
  height: 26px;
  display: block;

}