@charset "UTF-8";/*! tailwindcss v4.1.18 | 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-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-ease: initial;
    }
  }
}

@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;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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 {
  .fixed {
    position: fixed;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .table {
    display: table;
  }

  .flex-1 {
    flex: 1;
  }

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

  .resize {
    resize: both;
  }

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

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

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

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

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

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

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

:root {
  --vt-background: 255, 255, 255;
  --vt-background-deep: 241, 243, 246;
  --vt-theme: 255, 193, 7;
  --vt-c-black: #fff;
  --vt-c-text-dark-2: #333;
  --vt-text-size: 1.45833vw;
  --vt-item-hover: #f3f3f5;
  --color-background: rgb(var(--vt-background));
  --color-background-deep: rgb(var(--vt-background-deep));
  --color-text: var(--vt-c-text-dark-2);
  --color-theme: rgb(var(--vt-theme));
  --color-active-theme: rgba(var(--vt-theme), .1);
  --color-hover-theme-2: #ffffff0a;
  --size-text: var(--vt-text-size);
  --color-hover-theme: var(--vt-item-hover);
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: rgb(var(--vt-background));
    --color-background-deep: rgb(var(--vt-background-deep));
    --color-text: var(--vt-c-text-dark-2);
    --color-theme: rgb(var(--vt-theme));
    --color-active-theme: rgba(var(--vt-theme), .1);
    --color-hover-theme-2: #ffffff0a;
    --size-text: var(--vt-text-size);
    --color-hover-theme: var(--vt-item-hover);
  }
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  font-family: Switzer, Microsoft YaHei, PingFang SC, Arial, Helvetica, sans-serif, 宋体;
  line-height: 1.6;
  font-size: var(--size-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  user-select: none;
  transition: color .5s, background-color .5s;
}

input {
  outline: none;
}

input:focus {
  border: .2rem solid salmon;
  outline: none;
}

@font-face {
  font-family: iconfont;
  src: url("./iconfont-Uyb2CeB9.woff2?t=1755238442950") format("woff2"), url("./iconfont-CsqC2ZjJ.woff?t=1755238442950") format("woff"), url("./iconfont-ABPdtCdp.ttf?t=1755238442950") format("truetype"), url("./iconfont-CTV-UO62.svg?t=1755238442950#iconfont") format("svg");
}

.iconfont {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.83333vw;
  font-style: normal;
  font-family: iconfont !important;
}

.icon-duihao:before {
  content: "";
}

.icon-tuite:before {
  content: "";
}

.icon-24gl-paperPlane:before {
  content: "";
}

.icon-feiji:before {
  content: "";
}

.icon-wangluo:before {
  content: "";
}

.icon-tiaozhengshunxu:before {
  content: "";
}

.icon-sanyuan:before {
  content: "";
}

.icon-shaixuan1:before {
  content: "";
}

.icon-youjiantou:before {
  content: "";
}

.icon-ganggu1:before {
  content: "";
}

.icon-meigu1:before {
  content: "";
}

.icon-xinbi:before {
  content: "";
}

.icon-xiangxia2:before {
  content: "";
}

.icon-fou:before {
  content: "";
}

.icon-fuzhi:before {
  content: "";
}

.icon-bianji:before {
  content: "";
}

.icon-fengxian:before {
  content: "";
}

.icon-cha:before {
  content: "";
}

.icon-a-xinbi_huaban1:before {
  content: "";
}

.icon-xuanzhong:before {
  content: "";
}

.icon-wodezichan:before {
  content: "";
}

.icon-suo:before {
  content: "";
}

.icon-shoucang:before {
  content: "";
}

.icon-shijian:before {
  content: "";
}

.icon-shi:before {
  content: "";
}

.icon-shaixuansousuo:before {
  content: "";
}

.icon-shanchu:before {
  content: "";
}

.icon-ganggu:before {
  content: "";
}

.icon-shaixuan-xia:before {
  content: "";
}

.icon-meigu:before {
  content: "";
}

.icon-jiamihuobi:before {
  content: "";
}

.icon-shaixuan:before {
  content: "";
}

.icon-qukuaihaxi:before {
  content: "";
}

.icon-remen:before {
  content: "";
}

.icon-shaixuan-shang:before {
  content: "";
}

.icon-mima:before {
  content: "";
}

.icon-anquan:before {
  content: "";
}

.icon-xianshizichan:before {
  content: "";
}

.icon-zonge:before {
  content: "";
}

.icon-zhankai:before {
  content: "";
}

.icon-youxiang:before {
  content: "";
}

.icon-yishoucang:before {
  content: "";
}

.icon-yiwen:before {
  content: "";
}

.icon-yanzhengma:before {
  content: "";
}

.icon-sousuo:before {
  content: "";
}

.icon-xuanze:before {
  content: "";
}

.icon-shezhi:before {
  content: "";
}

.icon-yijiangoumai:before {
  content: "";
}

html {
  --spacing: 1px;
}

#app {
  margin: 0 auto;
  font-weight: normal;
}

.diy-content-class {
  background: #1a1a1a;
  border: 1px solid #3b3b3b;
  border-radius: 0.36458vw;
}

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

/* 初始化样式
------------------------------- */
[data-v-bff0e79a] {
  box-sizing: border-box;
  outline: none !important;
}
[data-v-bff0e79a]::-webkit-scrollbar {
  width: 0.41667vw;
  height: 0.41667vw;
}
[data-v-bff0e79a]::-webkit-scrollbar-thumb {
  background-color: rgba(40, 44, 52, 0.1);
  border: 0.15625vw solid transparent;
  border-radius: 0.36458vw;
}
[data-v-bff0e79a]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(40, 44, 52, 0.2);
}

/* 页面切换动画
------------------------------- */
.slide-right-enter-active[data-v-bff0e79a],
.slide-right-leave-active[data-v-bff0e79a],
.slide-left-enter-active[data-v-bff0e79a],
.slide-left-leave-active[data-v-bff0e79a] {
  will-change: transform;
  transition: all 0.3s ease;
}
.slide-right-enter-from[data-v-bff0e79a], .slide-left-leave-to[data-v-bff0e79a] {
  opacity: 0;
  transform: translateX(-1.04167vw);
}
.slide-right-leave-to[data-v-bff0e79a], .slide-left-enter-from[data-v-bff0e79a] {
  opacity: 0;
  transform: translateX(1.04167vw);
}
.opacitys-enter-active[data-v-bff0e79a],
.opacitys-leave-active[data-v-bff0e79a] {
  will-change: transform;
  transition: all 0.3s ease;
}
.opacitys-enter-from[data-v-bff0e79a],
.opacitys-leave-to[data-v-bff0e79a] {
  opacity: 0;
}

/* Breadcrumb 面包屑过渡动画
------------------------------- */
.breadcrumb-enter-active[data-v-bff0e79a],
.breadcrumb-leave-active[data-v-bff0e79a] {
  transition: all 0.5s ease;
}
.breadcrumb-enter-from[data-v-bff0e79a],
.breadcrumb-leave-active[data-v-bff0e79a] {
  opacity: 0;
  transform: translateX(1.04167vw);
}
.breadcrumb-leave-active[data-v-bff0e79a] {
  position: absolute;
  z-index: -1;
}

/* logo 过渡动画
------------------------------- */
@keyframes logoAnimation-bff0e79a {
0% {
    transform: scale(0);
}
80% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
/* 404、401 过渡动画
------------------------------- */
@keyframes error-num-bff0e79a {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes error-img-bff0e79a {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes error-img-two-bff0e79a {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* 登录页动画
------------------------------- */
@keyframes loginLeft-bff0e79a {
0% {
    left: -100%;
}
50%, 100% {
    left: 100%;
}
}
@keyframes loginTop-bff0e79a {
0% {
    top: -100%;
}
50%, 100% {
    top: 100%;
}
}
@keyframes loginRight-bff0e79a {
0% {
    right: -100%;
}
50%, 100% {
    right: 100%;
}
}
@keyframes loginBottom-bff0e79a {
0% {
    bottom: -100%;
}
50%, 100% {
    bottom: 100%;
}
}
/* 左右左 link.vue
------------------------------- */
@keyframes toRight-bff0e79a {
0% {
    left: -5px;
}
50% {
    left: 100%;
}
100% {
    left: -5px;
}
}
.nav-bar .tabs .text[data-v-bff0e79a] {
  font-size: var(--size-text) !important;
}
.press-down[data-v-bff0e79a] {
  transition: 200ms, transform 400ms cubic-bezier(0.14, 1.02, 0.17, 0.03), backdrop-filter, -webkit-backdrop-filter 0ms;
}
.press-down[data-v-bff0e79a]:active {
  transform: scale(0.98);
  filter: opacity(0.9) !important;
}
[data-v-bff0e79a] {
  box-sizing: border-box;
  outline: none !important;
}
[data-v-bff0e79a]::-webkit-scrollbar {
  width: 0.41667vw;
  height: 0.41667vw;
}
[data-v-bff0e79a]::-webkit-scrollbar-thumb {
  background-color: rgba(40, 44, 52, 0.1);
  border: 0.15625vw solid transparent;
  border-radius: 0.36458vw;
}
[data-v-bff0e79a]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(40, 44, 52, 0.2);
}
.pay-dia[data-v-bff0e79a] {
  width: 26.04167vw;
  border-radius: 0.72917vw;
  box-sizing: border-box;
  padding: 2.08333vw;
  background: url("./pay-bg-DUE1RSgQ.png") no-repeat;
  background-size: cover;
  background-position: top;
}
.pay-dia .nav-title[data-v-bff0e79a] {
  font-weight: 600;
  font-size: 1.45833vw;
  text-align: center;
  margin-bottom: 2.1875vw;
}
.pay-dia .qrcode[data-v-bff0e79a] {
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-dia .tip[data-v-bff0e79a] {
  margin-top: 0.88542vw;
  text-align: center;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
}
.pay-dia .tools[data-v-bff0e79a] {
  margin-top: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
}
.pay-dia .tools .btn[data-v-bff0e79a] {
  width: 7.8125vw;
  height: 2.5vw;
  font-size: 0.83333vw;
}
/* 初始化样式
------------------------------- */
[data-v-e0f0b8ae] {
  box-sizing: border-box;
  outline: none !important;
}
[data-v-e0f0b8ae]::-webkit-scrollbar {
  width: 0.41667vw;
  height: 0.41667vw;
}
[data-v-e0f0b8ae]::-webkit-scrollbar-thumb {
  background-color: rgba(40, 44, 52, 0.1);
  border: 0.15625vw solid transparent;
  border-radius: 0.36458vw;
}
[data-v-e0f0b8ae]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(40, 44, 52, 0.2);
}

/* 页面切换动画
------------------------------- */
.slide-right-enter-active[data-v-e0f0b8ae],
.slide-right-leave-active[data-v-e0f0b8ae],
.slide-left-enter-active[data-v-e0f0b8ae],
.slide-left-leave-active[data-v-e0f0b8ae] {
  will-change: transform;
  transition: all 0.3s ease;
}
.slide-right-enter-from[data-v-e0f0b8ae], .slide-left-leave-to[data-v-e0f0b8ae] {
  opacity: 0;
  transform: translateX(-1.04167vw);
}
.slide-right-leave-to[data-v-e0f0b8ae], .slide-left-enter-from[data-v-e0f0b8ae] {
  opacity: 0;
  transform: translateX(1.04167vw);
}
.opacitys-enter-active[data-v-e0f0b8ae],
.opacitys-leave-active[data-v-e0f0b8ae] {
  will-change: transform;
  transition: all 0.3s ease;
}
.opacitys-enter-from[data-v-e0f0b8ae],
.opacitys-leave-to[data-v-e0f0b8ae] {
  opacity: 0;
}

/* Breadcrumb 面包屑过渡动画
------------------------------- */
.breadcrumb-enter-active[data-v-e0f0b8ae],
.breadcrumb-leave-active[data-v-e0f0b8ae] {
  transition: all 0.5s ease;
}
.breadcrumb-enter-from[data-v-e0f0b8ae],
.breadcrumb-leave-active[data-v-e0f0b8ae] {
  opacity: 0;
  transform: translateX(1.04167vw);
}
.breadcrumb-leave-active[data-v-e0f0b8ae] {
  position: absolute;
  z-index: -1;
}

/* logo 过渡动画
------------------------------- */
@keyframes logoAnimation-e0f0b8ae {
0% {
    transform: scale(0);
}
80% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
/* 404、401 过渡动画
------------------------------- */
@keyframes error-num-e0f0b8ae {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes error-img-e0f0b8ae {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes error-img-two-e0f0b8ae {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* 登录页动画
------------------------------- */
@keyframes loginLeft-e0f0b8ae {
0% {
    left: -100%;
}
50%, 100% {
    left: 100%;
}
}
@keyframes loginTop-e0f0b8ae {
0% {
    top: -100%;
}
50%, 100% {
    top: 100%;
}
}
@keyframes loginRight-e0f0b8ae {
0% {
    right: -100%;
}
50%, 100% {
    right: 100%;
}
}
@keyframes loginBottom-e0f0b8ae {
0% {
    bottom: -100%;
}
50%, 100% {
    bottom: 100%;
}
}
/* 左右左 link.vue
------------------------------- */
@keyframes toRight-e0f0b8ae {
0% {
    left: -5px;
}
50% {
    left: 100%;
}
100% {
    left: -5px;
}
}
.nav-bar .tabs .text[data-v-e0f0b8ae] {
  font-size: var(--size-text) !important;
}
.press-down[data-v-e0f0b8ae] {
  transition: 200ms, transform 400ms cubic-bezier(0.14, 1.02, 0.17, 0.03), backdrop-filter, -webkit-backdrop-filter 0ms;
}
.press-down[data-v-e0f0b8ae]:active {
  transform: scale(0.98);
  filter: opacity(0.9) !important;
}
[data-v-e0f0b8ae] {
  box-sizing: border-box;
  outline: none !important;
}
[data-v-e0f0b8ae]::-webkit-scrollbar {
  width: 0.41667vw;
  height: 0.41667vw;
}
[data-v-e0f0b8ae]::-webkit-scrollbar-thumb {
  background-color: rgba(40, 44, 52, 0.1);
  border: 0.15625vw solid transparent;
  border-radius: 0.36458vw;
}
[data-v-e0f0b8ae]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(40, 44, 52, 0.2);
}
.update-pop[data-v-e0f0b8ae] {
  width: 26.04167vw;
  background: #fff;
  border-radius: 0.52083vw;
}
.update-pop .nav-title[data-v-e0f0b8ae] {
  text-align: center;
  padding: 1.04167vw;
}
.update-pop .process[data-v-e0f0b8ae] {
  padding: 2.08333vw 2.08333vw 4.16667vw 2.08333vw;
}
#loading-container[data-v-1f41955c] {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15vh;
  position: fixed;
  background: var(--color-background);
  z-index: 1;
}
