/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[40px\] {
    top: 40px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[60px\] {
    left: 60px;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-68 {
    margin: calc(var(--spacing) * 68);
  }
  .m-326 {
    margin: calc(var(--spacing) * 326);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[330px\] {
    height: 330px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[236px\] {
    min-height: 236px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[550px\] {
    width: 550px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-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-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#262626\] {
    border-color: #262626;
  }
  .border-\[\#767676\] {
    border-color: #767676;
  }
  .border-\[\#f0f0f0\] {
    border-color: #f0f0f0;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#000000\]\/\[\.6\] {
    background-color: color-mix(in oklab, #000000 60%, transparent);
  }
  .bg-\[\#6b8a84\] {
    background-color: #6b8a84;
  }
  .bg-\[\#1159ff\] {
    background-color: #1159ff;
  }
  .bg-\[\#1159ff\]\/\[\.3\] {
    background-color: color-mix(in oklab, #1159ff 30%, transparent);
  }
  .bg-\[\#396386\] {
    background-color: #396386;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-\[\#ffffff\]\/\[\.4\] {
    background-color: color-mix(in oklab, #ffffff 40%, transparent);
  }
  .bg-\[\#ffffff\]\/\[\.5\] {
    background-color: color-mix(in oklab, #ffffff 50%, transparent);
  }
  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: rgba(255,255,255,0.1);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(bg\.jpg\)\] {
    background-image: url(bg.jpg);
  }
  .bg-\[url\(bg\@2x\.jpg\)\] {
    background-image: url(bg@2x.jpg);
  }
  .bg-\[url\(refresh\@2x\.png\)\] {
    background-image: url(refresh@2x.png);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-\[60px\] {
    padding: 60px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[7px\] {
    --tw-tracking: 7px;
    letter-spacing: 7px;
  }
  .text-\[\#8c8c8c\] {
    color: #8c8c8c;
  }
  .text-\[\#1159ff\] {
    color: #1159ff;
  }
  .text-\[\#262626\] {
    color: #262626;
  }
  .text-\[\#595959\] {
    color: #595959;
  }
  .text-\[\#828282\] {
    color: #828282;
  }
  .text-\[\#f53f3f\] {
    color: #f53f3f;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[-10px_0px_80px_0px_rgba\(0\,83\,249\,0\.08\)\] {
    --tw-shadow: -10px 0px 80px 0px var(--tw-shadow-color, rgba(0,83,249,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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-\[50px\] {
    --tw-backdrop-blur: blur(50px);
    -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-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,);
  }
  .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-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .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;
  }
  .placeholder\:text-\[\#8c8c8c\] {
    &::placeholder {
      color: #8c8c8c;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:right-\[-4px\] {
    &::after {
      content: var(--tw-content);
      right: -4px;
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:border-\[4px_0_4px_4px\] {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 4px 0 4px 4px;
    }
  }
  .after\:border-transparent {
    &::after {
      content: var(--tw-content);
      border-color: transparent;
    }
  }
  .after\:border-l-\[\#ffffff\]\/\[\.4\] {
    &::after {
      content: var(--tw-content);
      border-left-color: color-mix(in oklab, #ffffff 40%, transparent);
    }
  }
  .hover\:rotate-180 {
    &:hover {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .hover\:bg-\[\#1159ff\]\/\[\.6\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #1159ff 60%, transparent);
      }
    }
  }
  .hover\:text-\[\#8c8c8c\]\/\[\.6\] {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in oklab, #8c8c8c 60%, transparent);
      }
    }
  }
  .hover\:text-\[\#1159ff\]\/\[\.6\] {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in oklab, #1159ff 60%, transparent);
      }
    }
  }
  .hover\:text-\[\#ffffff\]\/\[\.6\] {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in oklab, #ffffff 60%, transparent);
      }
    }
  }
  .\[\@media\(min-height\:768px\)\]\:top-\[86px\] {
    @media (min-height:768px) {
      top: 86px;
    }
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.zoom-out {
  display: none;
}
input::-ms-reveal, input::-ms-clear {
  display: none;
}
.lunbo {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
.lunbo .lunbo-close {
  width: 85px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 64px;
  right: 160px;
  cursor: pointer;
  z-index: 999;
}
.lunbo .lunbo-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 700px;
  width: 814px;
}
.lunbo .swiper-container {
  width: 100%;
  height: 100%;
}
.lunbo .lunbo-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.lunbo .lunbo-top div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f5a623;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
.lunbo .lunbo-top p {
  font-size: 16px;
  color: #ffffff;
}
.lunbo .lunbo-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lunbo .swiper-button-prev-lunbo, .lunbo .swiper-button-next-lunbo {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: -76px;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
.lunbo .swiper-button-next-lunbo {
  left: auto;
  right: -76px;
}
.lunbo .swiper-button-next-lunbo img {
  transform: rotate(180deg);
}
.warning-dialog {
  box-sizing: content-box;
}
.warning-dialog {
  border-radius: 4px;
  width: 240px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -243px;
}
.warning-dialog {
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.warning-dialog {
  width: 270px;
  height: 200px;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  margin-left: -180px;
  margin-top: -110px;
}
.warning-dialog .dialog-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.warning-dialog .default-btn, .warning-dialog .blue-btn {
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #d5d5d5;
}
.warning-dialog .dialog-footer .login-btn-wrap {
  float: left;
}
.warning-dialog .dialog-footer .login-btn-wrap.sure {
  margin-left: 30px;
}
.warning-dialog .blue-btn {
  background-color: #67b6df;
}
.warning-dialog .warning-icon {
  width: 80px;
  height: 90px;
  background-image: url("warn.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -40px;
}
.warning-dialog .login-tip {
  text-align: center;
  font-size: 18px;
  color: #484848;
  margin-bottom: 15px;
}
.warning-dialog .login-tip-small {
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
}
.warning-dialog .warning-tips {
  height: 138px;
  width: 288px;
  overflow-y: auto;
}
.elp-dialog-content {
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 360px;
  height: 400px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  margin-top: -243px;
}
.elp-dialog-content .elp-dialog-header {
  height: 48px;
  line-height: 48px;
  border: 1px solid #ececec;
  padding-left: 20px;
  color: #111111;
  font-size: 14px;
}
.elp-dialog-content .elp-dialog-header .close {
  float: right;
  color: #999999;
  background-color: transparent;
  font-size: 20px;
  padding: 9px 10px;
  margin-right: 10px;
  cursor: pointer;
}
.elp-dialog-content .elp-dialog-header .close:hover {
  color: #aaa;
}
.elp-dialog-content .modify-pwd-tip {
  margin: 14px 24px;
  font-size: 12px;
  color: #999999;
}
.elp-dialog-content .modify-pwd-form {
  margin: 2px 60px;
}
.elp-dialog-content .modify-pwd-form .blue-btn {
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #67b6df;
}
.elp-dialog-content .modify-pwd-form .blue-btn:disabled {
  background-color: #d5d5d5;
}
.elp-dialog-content .elp-material-btn {
  position: relative;
  overflow: hidden;
}
.elp-dialog-content .elp-material-btn .ink {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: scale(0);
  z-index: 0;
}
.elp-dialog-content .elp-material-btn .ink.animation {
  -webkit-animation: ripple 0.8s linear;
  animation: ripple 0.8s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.elp-dialog-content .login-pwd-tip {
  margin-top: -13px;
  margin-bottom: 10px;
}
.elp-dialog-content .login-pwd-tip .pwd_strength {
  width: 100%;
  height: 28px;
  background-color: #d9f5ff;
  border-radius: 28px;
  margin-bottom: 0;
}
.elp-dialog-content .login-pwd-tip .pw_letter {
  font-size: 12px;
  color: #fff;
  width: 90%;
  padding-left: 14px;
}
.elp-dialog-content .login-pwd-tip .pw_letter span {
  width: 33.33%;
  border: none;
  line-height: 28px;
}
.elp-dialog-content .login-pwd-tip .pw_bar {
  position: absolute;
  background-color: transparent;
  height: 28px;
  width: 96px;
  border-radius: 28px;
  transition: all 0.2s;
}
.elp-dialog-content .login-pwd-tip .pw_bar.level1 {
  background-color: #bae7f8;
  left: 0;
}
.elp-dialog-content .login-pwd-tip .pw_bar.level2 {
  background-color: #80cbed;
  left: 72px;
}
.elp-dialog-content .login-pwd-tip .pw_bar.level3 {
  background-color: #46b4de;
  left: 145px;
}
.elp-dialog-content .pwd-modify-tip, .elp-dialog-content .modify-pwd-form .pwd-modify-tip.stu_editPass_worn_confirmPass {
  height: 17px;
  font-size: 12px;
  color: #999;
}
.elp-dialog-content .pwd-modify-tip.error-tip {
  color: #fda92a;
}
.elp-dialog-content .modify-pwd-form .pwd-modify-tip.stu_editPass_worn_confirmPass {
  color: #dd4b44;
  margin: 0;
  padding-left: 0;
  background-image: none;
}
.elp-dialog-content .login-warn-icon {
  display: inline-block;
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url(../img/warning.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  vertical-align: middle;
  margin-right: 4px;
}
.elp-dialog-content .modify-pwd-not-equal-tip, .elp-dialog-content .modify-pwd-form .stu_editPass_worn_confirmPass {
  height: 14px;
  font-size: 12px;
  color: #dd4b44;
  margin-bottom: 20px;
  margin-top: 25px;
  margin-left: 0;
  text-indent: 0;
  background: none;
}
.elp-dialog-content .content input {
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
}
.elp-dialog-content .elp-login-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.elp-dialog-content .elp-login-bg-img {
  width: 100%;
  height: 100%;
}
.login-form-cell {
  display: block;
  margin-top: 22px;
  margin-bottom: 18px;
  position: relative;
}
.login-form-cell .login-input-wrap {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.login-form-cell .login-input-wrap.focus .input-line {
  transform: scaleX(1);
}
.login-form-cell .login-input-wrap.focus .tips {
  color: #389ec5;
}
.login-form-cell .login-input-wrap.error-tips {
  background-image: url(../img/error.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.login-form-cell .login-input-wrap.error-tips input {
  width: 90%;
}
.login-form-cell .login-input-wrap.error-tips .input-line {
  transform: scaleX(1);
  border-color: #dd4b44;
}
.login-form-cell .input-placeholder {
  font-size: 14px;
  color: #ccc;
  position: absolute;
  top: 5px;
  left: 0;
  padding-left: 2px;
}
.login-form-cell .input-placeholder.tips {
  display: none;
}
.login-form-cell input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
}
.login-form-cell .input-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0;
  border: 1px solid #389ec5;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: scaleX(0);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover:after {
  position: absolute;
  bottom: calc(100% + 10px);
  z-index: 99998;
  width: max-content;
  padding: 5px 8px;
  color: #ffffff;
  font-size: 14px;
  content: attr(data-tooltip);
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
[data-tooltip]:hover:before {
  position: absolute;
  top: -10px;
  z-index: 99999;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
#dialog, #dialog * {
  box-sizing: content-box;
}
@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-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: 0px;
}
@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-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-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-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-content: "";
    }
  }
}
