.updown-enter-active,
.updown-leave-active {
  transition: opacity 0.3s ease;
}

.updown-enter-from,
.updown-leave-to {
  opacity: 0;
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* 左边进入 */
.slide-left-enter-active {
  transition: all .3s ease;
}

.slide-left-leave-active {
  transition: all .5s ease;
}

.slide-left-enter {
  transform: translate3d(20%, 0, 0);
  opacity: 0;
}

.slide-left-leave-to {
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

/* 右边进入 */
.slide-right-enter-active {
  transition: all .3s ease;
}

.slide-right-leave-active {
  transition: all .5s ease;
}

.slide-right-enter {
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.slide-right-leave-to {
  transform: translate3d(20%, 0, 0);
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
.container[data-v-3089abe4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.container .top[data-v-3089abe4] {
  width: 100%;
  background-color: #000;
  position: relative;
}
.container .bottom[data-v-3089abe4] {
  width: 100%;
  background-color: #000;
}
.container .center[data-v-3089abe4] {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.container .pt10[data-v-3089abe4] {
  padding-top: 10px;
}
.container .pt60[data-v-3089abe4] {
  padding-top: 60px;
}
.container .dot-loading[data-v-3089abe4] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .dot[data-v-3089abe4] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #3498db;
  animation: bounce-3089abe4 1.4s infinite ease-in-out;
}
.container .dot[data-v-3089abe4]:nth-child(2) {
  animation-delay: 0.2s;
}
.container .dot[data-v-3089abe4]:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce-3089abe4 {
0%,
  80%,
  100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* reset */

* {
  /* font-family: MicrosoftYaHei, 'Avenir', Helvetica, Arial, sans-serif; */
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  font-size: 16px;
  min-width: 1000px!important;
  overflow: auto;
}

html, body {
  background: #100f15;
  height: 100%;
  color: #fff;
  width: 100%;
  overscroll-behavior: none; 
  /* 禁止ios回弹效果 */
}
iframe{
  overscroll-behavior: none; 
  /* 禁止ios回弹效果 */
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  overflow-wrap: break-word;
  font-family: "MicrosoftYaHei", "黑体-简", sans-serif;
  /* font-family: "黑体-简", "黑体", "SimHei", "Heiti SC", "STHeiti", sans-serif; */
  /* 禁止ios回弹效果 */
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
i{
  cursor: pointer;
}
caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.remove-touch {
  -webkit-overflow-scrolling: auto !important;
}

html.overflow-hidden body {
  overflow-y: hidden;
  position: fixed;
}

html.overflow-hidden, html.overflow-hidden .form-page-content, html.overflow-hidden .content {
  overflow-y: hidden !important;
}

.remove-touch .form-box {
  -webkit-overflow-scrolling: auto !important;
}

#app {
  height: 100%;
}

.dfc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb4 {
  margin-bottom: 4px;
}
.mb6 {
  margin-bottom: 4px;
}
.mt4 {
  margin-top: 4px;
}
.mt6 {
  margin-top: 4px;
}
.ml4 {
  margin-left: 4px;
}
.mr6 {
  margin-right: 4px;
}
.mr4 {
  margin-right: 4px;
}
.ml6 {
  margin-left: 4px;
}
/* 正向移动 */
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
/* 负向移动 */
.mt-10 {
  margin-bottom: -10px;
}
.mb-10 {
  margin-bottom: -10px;
}
.ml-10 {
  margin-bottom: -10px;
}
.mr-10 {
  margin-bottom: -10px;
}
.mauto {
  margin: 0 auto;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.flex1 {
  flex: 1;
}
.auto-container {
  margin: 0 auto;
  width: 1000px;
}
.btn {
  background-color: #00bdfe;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
}
.btn:active {
  opacity: 0.8;
}
.btn:hover {
  opacity: 0.8;
}
.baseAnim {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.baseAnim::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-color: #ffa600;
  transition: all 0.3s ease;
}
.baseAnim:hover {
  opacity: 1;
  color: #fff !important;
}
.baseAnim:hover::after {
  width: 100%;
}
.baseAnimwhite {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.baseAnimwhite::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.baseAnimwhite:hover {
  opacity: 1;
  color: #000 !important;
}
.baseAnimwhite:hover::after {
  width: 100%;
}
.btn-circle {
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.cb {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.cb:hover {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}
.cb::before,
.cb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.cb::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cb::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* 悬停效果 */
.cb:hover::before,
.cb:hover::after {
  width: 80%;
}
/* 点击效果 */
.cb:active::before,
.cb:active::after {
  transform: translate(-50%, -50%) rotate(0deg);
  width: 50%;
}
/* 全局滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 10px;
  /* 水平滚动条高度 */
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #b4b4b433;
  border-radius: 5px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 5px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.scale {
  animation: scale 0.5s infinite alternate;
  animation-fill-mode: forwards;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

:root {
  /* 暗黑模式变量 */
  --color-background: #000;
  --color-text: #e0e0e0;
  --color-primary: #6cb6ff;
}
[data-theme="light"] {
  /* 默认白天模式变量 */
  --color-background: #ffffff;
  --color-text: #333333;
  --color-primary: #409eff;
}
body {
  background-color: var(--color-background);
  color: var(--color-text);
  transition: background-color 0.3s, color 0.3s;
}

