/*! tailwindcss v4.1.15 | 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-950: oklch(13% .028 261.692);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-widest: .1em;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --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;
    line-height: 1.5;
    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;
    -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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

  .top-\[6px\] {
    top: 6px;
  }

  .top-\[20\%\] {
    top: 20%;
  }

  .top-\[24px\] {
    top: 24px;
  }

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

  .bottom-16 {
    bottom: calc(var(--spacing) * 16);
  }

  .left-\[20px\] {
    left: 20px;
  }

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

  .z-\[8\] {
    z-index: 8;
  }

  .z-\[9\] {
    z-index: 9;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mr-\[10px\] {
    margin-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-auto {
    margin-left: auto;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-screen {
    height: 100vh;
  }

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

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

  .w-1\/20 {
    width: 5%;
  }

  .w-11\/12 {
    width: 91.6667%;
  }

  .w-\[26rem\] {
    width: 26rem;
  }

  .w-\[30rem\] {
    width: 30rem;
  }

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

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

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

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

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

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

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

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

  .w-\[min\(86vw\,1056px\)\] {
    width: min(86vw, 1056px);
  }

  .w-full {
    width: 100%;
  }

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

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

  .cursor-default {
    cursor: default;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

  .gap-x-\[28px\] {
    column-gap: 28px;
  }

  .gap-y-\[2px\] {
    row-gap: 2px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

  .rounded-tr-\[24px\] {
    border-top-right-radius: 24px;
  }

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

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

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

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

  .border-white\/70 {
    border-color: #ffffffb3;
  }

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

  .bg-\[\#005A9F\] {
    background-color: #005a9f;
  }

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

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

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

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

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

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

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

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

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

  .bg-\[url\(https\:\/\/portal\.gdust\.edu\.cn\/dev-api\/public\/images\/img\/fuzzy-qr\.png\)\] {
    background-image: url("https://portal.gdust.edu.cn/dev-api/public/images/img/fuzzy-qr.png");
  }

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

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

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

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

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

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

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

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

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

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

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

  .px-\[min\(8vw\,140px\)\] {
    padding-inline: min(8vw, 140px);
  }

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

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

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

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

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

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

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

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[14px\] {
    font-size: 14px;
  }

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

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

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

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

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

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

  .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-\[\#005A9F\] {
    color: #005a9f;
  }

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

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

  .text-blue-500 {
    color: var(--color-blue-500);
  }

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

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

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

  .text-transparent {
    color: #0000;
  }

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

  .text-white\/72 {
    color: #ffffffb8;
  }

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

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

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .shadow {
    --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);
  }

  .shadow-\[0_10px_40px_rgba\(0\,0\,0\,0\.18\)\] {
    --tw-shadow: 0 10px 40px var(--tw-shadow-color, #0000002e);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_24px_90px_rgba\(0\,0\,0\,0\.28\)\] {
    --tw-shadow: 0 24px 90px var(--tw-shadow-color, #00000047);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .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, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

  .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, 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-all {
    transition-property: all;
    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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .peer-placeholder-shown\:top-4:is(:where(.peer):placeholder-shown ~ *) {
    top: calc(var(--spacing) * 4);
  }

  .peer-placeholder-shown\:text-\[17px\]:is(:where(.peer):placeholder-shown ~ *) {
    font-size: 17px;
  }

  .peer-valid\:text-\[14px\]:is(:where(.peer):valid ~ *) {
    font-size: 14px;
  }

  .peer-valid\:text-\[\#005A9F\]:is(:where(.peer):valid ~ *) {
    color: #005a9f;
  }

  .peer-focus\:top-\[6px\]:is(:where(.peer):focus ~ *) {
    top: 6px;
  }

  .peer-focus\:text-\[14px\]:is(:where(.peer):focus ~ *) {
    font-size: 14px;
  }

  .peer-focus\:text-\[\#005A9F\]:is(:where(.peer):focus ~ *) {
    color: #005a9f;
  }

  .valid\:border-\[2px\]:valid {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .valid\:border-\[\#005A9F\]:valid {
    border-color: #005a9f;
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:border-\[2px\]:focus {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .focus\:border-\[\#005A9F\]:focus {
    border-color: #005a9f;
  }

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

  .active\:bg-blue-600:active {
    background-color: var(--color-blue-600);
  }

  @media not all and (min-width: 1920px) {
    .max-\[1920px\]\:origin-center {
      transform-origin: center;
    }

    .max-\[1920px\]\:scale-90 {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media not all and (min-width: 1440px) {
    .max-\[1440px\]\:top-\[12px\] {
      top: 12px;
    }

    .max-\[1440px\]\:max-h-\[72px\] {
      max-height: 72px;
    }

    .max-\[1440px\]\:w-\[min\(70vw\,840px\)\] {
      width: min(70vw, 840px);
    }

    .max-\[1440px\]\:justify-center {
      justify-content: center;
    }

    .max-\[1440px\]\:px-\[20px\] {
      padding-inline: 20px;
    }

    .max-\[1440px\]\:px-\[24px\] {
      padding-inline: 24px;
    }

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

    .max-\[1440px\]\:pt-\[88px\] {
      padding-top: 88px;
    }

    .max-\[1440px\]\:pb-\[82px\] {
      padding-bottom: 82px;
    }
  }

  @media not all and (min-width: 640px) {
    .max-\[640px\]\:top-\[10px\] {
      top: 10px;
    }

    .max-\[640px\]\:max-h-\[48px\] {
      max-height: 48px;
    }

    .max-\[640px\]\:w-\[calc\(100vw-32px\)\] {
      width: calc(100vw - 32px);
    }

    .max-\[640px\]\:w-full {
      width: 100%;
    }

    .max-\[640px\]\:max-w-\[25rem\] {
      max-width: 25rem;
    }

    .max-\[640px\]\:scale-100 {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .max-\[640px\]\:px-\[14px\] {
      padding-inline: 14px;
    }

    .max-\[640px\]\:px-\[16px\] {
      padding-inline: 16px;
    }

    .max-\[640px\]\:py-\[8px\] {
      padding-block: 8px;
    }

    .max-\[640px\]\:pt-\[76px\] {
      padding-top: 76px;
    }

    .max-\[640px\]\:pb-\[78px\] {
      padding-bottom: 78px;
    }

    .max-\[640px\]\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
}

div {
  touch-action: manipulation;
}

@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h1[data-v-ebb30418] {
  font-weight: 500;
  font-size: 2.6rem;
  position: relative;
  top: -10px;
}
h3[data-v-ebb30418] {
  font-size: 1.2rem;
}
.greetings h1[data-v-ebb30418],
.greetings h3[data-v-ebb30418] {
  text-align: center;
}
@media (min-width: 1024px) {
.greetings h1[data-v-ebb30418],
  .greetings h3[data-v-ebb30418] {
    text-align: left;
}
}

.pop-message {
  position: absolute;
  z-index: 9999;
  left: 50%;
  margin-left: -150px;
  top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  border: 1px solid #e4e4e4;
  background: #f5f5f5;
  color: #999;
  border-radius: 4px;
  animation: move 0.38s linear forwards;
  text-align: center;
  white-space: pre-line; 
  word-break: break-all;
@keyframes move {
0% {
      transform: translate3d(0, -75px, 0);
      opacity: 0.16;
}
50% {
      opacity: 0.68;
}
100% {
      transform: none;
      opacity: 1;
}
}
}


:root {
  --auth-bg: #06090e;
  --auth-text: #f5f7fa;
  --auth-accent: #4c8dff;
  --fx-duration: 0.5s;
}
.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
  will-change: opacity, transform, filter, clip-path;
}
.slide.is-active {
  opacity: 1;
  z-index: 2;
  animation-duration: var(--fx-duration);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: both;
}
.slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  user-select: none;
  pointer-events: none;
}
.carousel[data-fx="fade"] .slide.is-active {
  animation-name: fx-fade;
}
@keyframes fx-fade {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.carousel[data-fx="slideLeft"] .slide.is-active {
  animation-name: fx-slideLeft;
}
@keyframes fx-slideLeft {
from {
    opacity: 0;
    transform: translateX(-22%);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
.carousel[data-fx="slideUp"] .slide.is-active {
  animation-name: fx-slideUp;
}
@keyframes fx-slideUp {
from {
    opacity: 0;
    transform: translateY(22%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.carousel[data-fx="zoom"] .slide.is-active {
  animation-name: fx-zoom;
}
@keyframes fx-zoom {
from {
    opacity: 0;
    transform: scale(1.35);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.carousel[data-fx="blur"] .slide.is-active {
  animation-name: fx-blur;
}
@keyframes fx-blur {
from {
    opacity: 0;
    filter: blur(16px) brightness(1.2);
}
to {
    opacity: 1;
    filter: blur(0) brightness(1);
}
}
.carousel[data-fx="clipCircle"] .slide.is-active {
  animation-name: fx-clipCircle;
}
@keyframes fx-clipCircle {
from {
    clip-path: circle(0% at 35% 45%);
}
to {
    clip-path: circle(140% at 35% 45%);
}
}
.carousel[data-fx="rotate"] .slide.is-active {
  animation-name: fx-rotate;
}
@keyframes fx-rotate {
from {
    opacity: 0;
    transform: rotate(-6deg) scale(1.18);
}
to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
}
.carousel[data-fx="pattern"] .slide.is-active,
.carousel[data-fx="blinds"] .slide.is-active {
  animation-name: fx-fade;
}
.blinds {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
}
.blinds.on {
  opacity: 1;
}
.blind {
  flex: 1;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  transform-origin: top center;
  transform: scaleY(1);
}
.blinds.animating .blind {
  animation: blind-close calc(var(--fx-duration) * 1.15) cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes blind-close {
from {
    transform: scaleY(1);
}
to {
    transform: scaleY(0);
}
}
.pattern {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0 1.5px, transparent 1.5px 7px),
    radial-gradient(circle, rgba(0, 0, 0, 0.55) 1px, transparent 1.7px);
  background-size: 14px 14px, 9px 9px;
}
.carousel.reveal-pattern .pattern {
  animation: pattern-fade var(--fx-duration) ease forwards;
}
@keyframes pattern-fade {
from {
    opacity: 0.95;
}
to {
    opacity: 0;
}
}
.dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.dot:hover {
  transform: translateY(-1px);
}
.dot.is-active {
  width: 28px;
  background: var(--auth-text);
}
@media (max-width: 900px) {
.dots {
    bottom: 18px;
}
}

.wx-iframe iframe{
  height: 200px ;
}
.cas-wihte-content {}
@media (min-width: 1441px) and (max-height: 719px) {
.auth-stage > .custom-nav {
    transform: scale(0.82);
    transform-origin: center;
}
}
@media (max-width: 1440px) {
.auth-stage {
    align-items: safe center;
}
}
@media (max-width: 420px) {
.cas-wihte-content {
    width: 100%;
}
.cas-wihte-content .w-\[340px\] {
    width: calc(100vw - 64px);
}
.cas-wihte-content .w-\[200px\] {
    width: calc(100vw - 184px);
}
}
@media (max-width: 1920px) {}

/* .home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gk-logo {
  width: 30%;
} */
.right-top {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* .form-container .cas-input,.v-code{
  display: block;
  position: relative;
  background: #F9F9F9;
  border-radius:5px;
  width: 100%;
  font-weight: bold;
  padding:10px ;
  padding-top:40px ;
  font-size: 16px;
  height:58px;
  z-index: 1;
}

.form-container label,.v-code-txt{
  display: inline-block;
  position: relative;
  top: -44px;
  left: 20px;
  color: #acacac;
  font-size: 16px;
  z-index: 2;
  transition: all 0.2s ease-out;
}
.form-container input:focus, input:valid ,.v-code:focus,.v-code:valid {
 outline: none;
 border: 2px solid #005A9F;
} */
.form-container input:focus+label,
input:valid+label,
.v-code:focus+.v-code-txt,
.v-code:valid+.v-code-txt {
  /* top: -50px;
  font-size: 12px; */
  /* color: #005A9F; */
  /* background-color:#fff; */
}
