/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --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-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;
    }
  }
}
@layer theme {
  :host,
  :root {
    --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-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::backdrop,
  :after,
  :before {
    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;
  }
  :host,
  html {
    -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;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  pre,
  samp {
    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: -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;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  optgroup,
  select,
  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,
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[0px\] {
    top: 0;
  }
  .top-\[88px\] {
    top: 88px;
  }
  .z-20 {
    z-index: 20;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .h-10\.5 {
    height: calc(var(--spacing) * 10.5);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-\[3000px\] {
    height: 3000px;
  }
  .h-full {
    height: 100%;
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-full {
    width: 100%;
  }
  .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);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[\#7E7E7E\] {
    color: #7e7e7e;
  }
  .text-white {
    color: var(--color-white);
  }
  .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);
  }
}
:root {
  --background: #131313;
  --foreground: #fff;
}
@font-face {
  font-family: PP Neue Montreal;
  src: url(/fonts/Satoshi-Bold.otf) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: IBM Plex Mono;
  src: url(/fonts/IBMPlexMono-Light.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: IBM Plex Mono R;
  src: url(/fonts/IBMPlexMono-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PP Neue Montreal M;
  src: url(/fonts/Satoshi-Medium.otf) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}
body,
html {
  background: var(--background);
  color: var(--foreground);
  width: 100%;
  font-family: PP Neue Montreal M, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
:is(body, html)::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.content {
  opacity: 1;
  width: calc(100% - 240px);
  min-width: 960px;
  max-width: 1680px;
  margin: 0 auto;
  animation: opacity-up 1s linear;
}
.page-550,
.page-800,
.page-content {
  position: relative;
}
.content-one {
  width: 100%;
  height: 1610px;
  padding-top: 88px;
  overflow: hidden;
}
.contract-page,
.drds-page {
  width: 100%;
  height: 1300px;
  overflow: hidden;
}
.drds-page {
  padding-top: 96px;
}
.content-one-title {
  z-index: 10;
  width: 1000px;
  margin: auto;
  position: relative;
  top: 115px;
}
.content-one-btn {
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin: 160px auto 0;
  display: flex;
  position: relative;
}
.content-one-scroll {
  z-index: 100;
  width: 100%;
  height: 136px;
  margin-top: 0;
  position: relative;
}
.swiper-after,
.swiper-pre {
  z-index: 200;
  width: 90px;
  height: 100%;
  position: absolute;
}
.swiper-pre {
  background: linear-gradient(-90deg, #131313 0 76%);
  top: 0;
  left: 0;
}
.swiper-after {
  background: linear-gradient(90deg, #131313 0 71.32%);
  top: 0;
  right: 0;
}
.content-one-bottom {
  z-index: 10;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}
.content-one-bottom-img {
  width: 100%;
  max-width: 1200px;
}
.content-one-bottom .bg-line {
  z-index: 12;
  position: absolute;
  top: -90px;
  width: 100% !important;
  max-width: 652px !important;
  height: auto !important;
}
.content-one-bottom-content {
  z-index: 11;
  background: linear-gradient(#13131300 3.28%, #131313 63.94%);
  width: 100%;
  height: 233px;
  position: absolute;
  bottom: 0;
}
.active-text {
  color: #5fc48d;
}
.default-text {
  -webkit-text-stroke: 2px #fff;
  text-shadow: 0 0 125px #ffffff1a, 0 0 75px #ffffff80, 0 0 20px #ffffffb3,
    0 0 10px #ffffffb3;
}
.default-text,
.highlight {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #00000080;
  font-family: PP Neue Montreal, Arial, Helvetica, sans-serif;
  font-size: 96px;
  font-weight: 500;
}
.highlight {
  -webkit-text-stroke: 2px #afea17;
  text-shadow: 0 0 125px #afea171a, 0 0 75px #afea1780, 0 0 20px #afea17b3,
    0 0 10px #afea17b3;
}
.subtitle {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(359.74deg, #595959 13.8%, #fff 88.14%);
  -webkit-background-clip: text;
  margin-top: 80px;
  font-family: PP Neue Montreal R, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 500;
}
.desc-text {
  text-align: center;
  text-transform: uppercase;
  color: #7e7e7e;
  max-width: 1000px;
  margin: 32px auto 0;
  font-family: IBM Plex Mono, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.animate {
  transform: translateY(100px);
}
.animate,
.hidden-ele {
  opacity: 0;
  transition: all 0.3s;
}
.show-ele {
  opacity: 1;
  transform: translateY(0);
}
.header-popover {
  top: 87px !important;
}
.ant-popover .ant-popover-inner {
  background: #131313;
  border: 1px solid #404040;
  border-radius: 0;
  padding: 32px;
}
.header-ele {
  opacity: 0;
}
.animate-up {
  animation: syncMoveUp 0.3s;
}
.rwa-img:hover {
  box-shadow: 0 3.2px 19.2px #4bf93740;
}
.page-pt {
  padding-top: 88px;
}
@media screen and (max-width: 1440px) {
  .content-one {
    height: 1512px;
  }
}
.page-550.page-pt,
.page-800.page-pt {
  padding-top: 56px;
}
.page-800 .ant-popover {
  inset: 56px auto auto 0 !important;
}
.page-550 .content,
.page-800 .content {
  width: calc(100% - 20px);
  min-width: 100%;
}
.page-550 .default-text,
.page-550 .highlight,
.page-800 .default-text,
.page-800 .highlight {
  font-size: 40px;
}
.page-550 .highlight,
.page-800 .highlight {
  text-shadow: 0 0 #afea17;
  -webkit-text-stroke: 1px #afea17;
}
.page-550 .default-text,
.page-800 .default-text {
  text-shadow: 0 0 #fff;
  -webkit-text-stroke: 1px #fff;
}
.page-550 .subtitle,
.page-800 .subtitle {
  margin-top: 30px;
  font-size: 32px;
}
.page-550 .desc-text,
.page-800 .desc-text {
  max-width: 370px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 20px;
}
.page-800.content-one {
  width: 100%;
  height: 1166px;
  padding-top: 56px;
}
.page-800 .drds-page {
  width: 100%;
  height: 1300px;
}
.page-550 .content-one-title,
.page-800 .content-one-title {
  z-index: 10;
  width: 100%;
  margin: auto;
  position: relative;
  top: 115px;
}
.page-550 .content-one-scroll,
.page-800 .content-one-scroll {
  height: 64px;
  margin-top: 28px;
}
.page-550 .swiper-after,
.page-550 .swiper-pre,
.page-800 .swiper-after,
.page-800 .swiper-pre {
  width: 45px;
}
.page-800 .content-one-bottom,
.page-800 .content-one-scroll {
  padding-left: 20px;
  padding-right: 20px;
}
.page-550 .content-one-bottom-img,
.page-800 .content-one-bottom-img {
  width: calc(100% - 40px);
}
.page-550.content-one {
  height: 930px;
  margin-bottom: 80px;
  padding-top: 56px;
  overflow: hidden;
}
.page-550 .content-one-bottom .bg-line {
  top: -30px;
}
.page-550 .content-one-bottom-content {
  height: 120px;
}
.page-550 .drds-page {
  height: calc(100vh - 56px);
}
.page-550.page-pt {
  height: 100vh;
  overflow: hidden;
}
.page-550.page-content-pt {
  padding-top: 56px;
}
.smart-toaster {
  width: 200px !important;
}
.smart-toaster li[data-sonner-toast][data-styled="true"] {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background: #666;
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  font-size: 14px;
}
.smart-toaster li[data-sonner-toast][data-styled="true"] [data-title] {
  text-align: center;
  font-weight: 400;
}
.smart-toaster li[data-sonner-toast][data-styled="true"] [data-content] {
  justify-content: center;
  width: 100%;
  font-family: IBM Plex Mono R;
}
@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-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;
}
.header-container,
.header-container-xs {
  display: flex;
  height: 88px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
}
.header-container-xs {
  height: 56px;
}
.header,
.header-xs {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #131313;
  border-bottom: 1px solid #404040;
}
.header-xs {
  padding-left: 32px;
}
.header-right {
  padding-left: 48px;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #404040;
  font-size: 16px;
  color: #636d49;
  flex: 1;
}
.header-right .ant-col,
.header-xs .ant-col {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.right-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
.right-item {
  cursor: pointer;
  color: #636d49;
}
.right-item .active-down-icon:after {
  content: "";
  margin-left: 8px;
}
.active-right-item,
.right-item:hover {
  color: transparent;
  background: linear-gradient(180deg, #5fc48d, #ace916);
  background-clip: text;
}
.right-item:active {
  color: transparent;
  background: linear-gradient(98.37deg, #18cc86 2.98%, #9dcc2a 92.38%);
  background-clip: text;
}
.active-right-item .active-down-icon,
.right-item:hover .active-down-icon {
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.3s;
}
.header-menu-item {
  height: 48px !important;
  box-sizing: border-box;
  border-radius: 0 !important;
}
.header-sub-menu-xs-item {
  margin: 0 !important;
  padding: 0 !important;
  height: 88px !important;
  line-height: 88px !important;
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  overflow: inherit;
  font-size: 24px;
}
.logo {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo > a {
  cursor: pointer;
}
.logo > a img {
  height: 28px !important;
  width: auto !important;
}
.header-xs .logo {
  width: 80px;
}
.header-xs .logo > a img {
  height: 20px !important;
}
.header-xs-icon {
  border-left: 1px solid #404040;
  width: 56px;
  height: 56px;
}
.header-icon,
.header-xs-icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon {
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid #7e7e7e;
  background: linear-gradient(153.45deg, #2b2b2b -0.01%, #181818 83.34%);
  border-radius: 6px;
}
.popover-item {
  color: #7e7e7e;
  margin-top: 20px;
  display: flex;
}
.popover-title {
  font-size: 16px;
  color: #666;
}
.popover-header-xs .ant-popover-content,
.popover-header-xs .ant-popover-inner,
.popover-header-xs .ant-popover-inner-content {
  height: 100%;
}
.popover-header-xs .ant-popover-inner {
  padding: 0;
}
.header-menu-xs-item,
.header-sub-menu-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #404040;
  border-radius: 0 !important;
}
.header-menu-xs-item,
.header-sub-menu-item .ant-menu-submenu-title {
  height: 88px !important;
  line-height: 88px !important;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0) !important;
  padding-left: 16px !important;
}
.header-sub-menu-item .ant-menu-submenu-arrow:after,
.header-sub-menu-item .ant-menu-submenu-arrow:before {
  background: #636d49;
}
.ant-menu-item .ant-menu-title-content,
.header-sub-menu-item .ant-menu-title-content {
  color: #fff;
  font-size: 20px;
}
.header-sub-menu-xs-item .ant-menu-title-content {
  color: #7e7e7e;
  font-size: 16px;
}
.header-sub-menu-xs-item {
  padding-left: 32px !important;
}
.ant-menu-inline .ant-menu-sub.ant-menu-inline {
  padding-bottom: 20px;
}
@keyframes syncMove {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes syncMoveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-animate {
  animation: syncMoveUp 0.3s ease;
}
.header-animate-ele {
  animation: syncMove 0.5s ease-in-out;
}
.header-popover,
.popover-header-xs {
  position: fixed;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.popover-header-xs {
  inset: 56px auto auto 0 !important;
}
.popover-item-hover:hover {
  color: #ace916;
  .header-icon {
    border-color: #ace916;
  }
}
