/*! tailwindcss v4.1.8 | 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-space-y-reverse: 0;
      --tw-font-weight: initial;
      --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-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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-blue-200: oklch(88.2% .059 254.128);
    --color-blue-300: oklch(80.9% .105 251.813);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-blue-700: oklch(48.8% .243 264.376);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-white: #fff;
    --spacing: .25rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --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;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-block {
    display: inline-block;
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-full {
    width: 100%;
  }

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

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .\!p-2 {
    padding: calc(var(--spacing) * 2) !important;
  }

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

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

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

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

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

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

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

  .lowercase {
    text-transform: lowercase;
  }

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

  .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 {
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --primary-bg: white;
  --body-bg: #202123;
  --msger-bg: #444654;
  --header-tx: #d9d9d9;
  --border: 2px solid #1e1e1e;
  --left-msg-bg: #eef;
  --left-msg-tx: #0a0a0a;
  --right-msg-bg: #2d2d32;
  --right-msg-tx: #d9d9d9;
  --font-color: #111820;
  --font-family-title: Arial, Microsoft Yahei, sans-serif;
  --font-size-normal: 16px;
  --font-weight-normal: normal;
  --font-size-menu: 16px;
  --font-weight-menu: 500;
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

html, body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, PingFangSC-Regular, PingFang SC, sans-serif;
  font-size: 16px;
}

a {
  color: #646cff;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  font-weight: 500;
}

a:hover {
  color: #535bf2;
}

.my-global-class {
  color: red;
  font-size: 16px;
}

.common--container {
  background-color: #f2f8ff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.developer-goback-parent {
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  display: flex;
}

.developer-goback-icon {
  cursor: pointer;
  background-color: #476dff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.developer-goback-icon > img {
  width: 35px;
  height: 35px;
}

.developer-goback-parent > span {
  cursor: pointer;
  margin-left: 30px;
}

.common--card-box {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  min-height: 300px;
  padding: 20px 50px;
  box-shadow: 0 4px 10px #165dff0d;
}

.common--card-title-parent {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.common--card-title {
  border-left: 4px solid #476dff;
  justify-content: center;
  align-items: center;
  height: 31px;
  padding-left: 50px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.common--card-button-parent {
  flex: 1;
  justify-content: right;
  display: flex;
}

.common--card-button {
  color: #476dff;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #165dff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  font-size: 14px;
  display: flex;
}

.regular-modal-dialog {
  z-index: 99;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.regular-modal-dialog-box {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  max-width: 400px;
  min-height: 200px;
  padding: 30px 60px;
  font-size: 1rem;
  display: flex;
}

.regular-modal-dialog-box-title {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.regular-modal-dialog-box-title > span {
  font-size: 25px;
}

.regular-modal-dialog-box-title :deep(img) {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.regular-modal-dialog-text {
  font-size: 1rem;
}

.common--buttons {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.common--button {
  color: #fff;
  background-color: #165dff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 36px;
  font-size: 16px;
  display: flex;
}

.common--button2 {
  color: #fff;
  background-color: #165dff;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 36px;
  font-size: 16px;
  display: flex;
}

.mobile-background-base {
  background: linear-gradient(#65afff 0%, #fff0 100%);
}

.mobile-base-background2 {
  background: linear-gradient(#bddbfc 0%, #f4f5f9 100%);
}

.base-p-16px {
  padding: 16px;
}

.mobile-base-back {
  padding: 26px 16px 0;
}

.mobilehome-unread {
  background-color: red;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-goback-title {
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.mobile-goback-title > .span {
  white-space: nowrap;
  max-width: 50%;
  overflow: hidden;
}

.mobile-base-input-label {
  white-space: normal;
  font-size: 18px;
}

.mobile-base-input-parent {
  background-color: #eaeffd;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding: 10px 18px;
  display: flex;
}

.mobile-base-input-icon {
  width: 16px;
  height: 16px;
}

.mobile-base-input {
  color: #7e7e7e;
  -webkit-line-clamp: 1;
  background-color: #eaeffd;
  border: none;
  outline: none;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  margin-left: 10px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

.mobile-base-input-code-parent {
  flex-direction: row;
  width: 100px;
  display: flex;
}

.mobile-base-input-code-button {
  color: #3662ec;
  white-space: nowrap;
  cursor: pointer;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.mobile-button-full-blue {
  color: #fff;
  background-color: #3662ec;
  border-radius: 100px;
  width: 100%;
  height: 45px;
}

.mobile-base-divider-parent {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.mobile-base-divider {
  background-color: #c6c6c8;
  width: 100%;
  height: 2px;
}

.detail-merch-icon-developer {
  color: #0b3fe3;
  background-color: #0b3fe31a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 3px 5px;
  font-size: 10px;
  display: flex;
}

.detail-merch-icon-platform {
  color: #e94529;
  background-color: #e945291a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 3px 5px;
  font-size: 10px;
  display: flex;
}

.normal-card-box {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 980px;
  height: 100%;
  padding: 24px 30px;
  display: flex;
}

.normal-card-title {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 600;
}

.common-modal {
  z-index: 99;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.common-modal-box {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  min-width: 400px;
  min-height: 200px;
  padding: 30px 60px;
  font-size: 20px;
  display: flex;
}

.regular-button {
  background-color: var(--color-blue-500);
  width: 100px;
  height: 2.25rem;
  color: var(--color-white);
  border: none;
  border-radius: 4px;
  padding: .5rem 1rem;
}

@media (hover: hover) {
  .regular-button:hover {
    background-color: var(--color-blue-700);
  }
}

.regular-button:focus {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-blue-200);
  --tw-outline-style: none;
  outline-style: none;
}

.regular-button-cancel {
  border: 1px solid;
  border-color: var(--color-blue-500);
  background-color: var(--color-white);
  width: 100px;
  height: 2.25rem;
  color: var(--color-blue-500);
  border-radius: 4px;
  padding: .5px 1rem;
}

@media (hover: hover) {
  .regular-button-cancel:hover {
    background-color: var(--color-gray-300);
  }
}

.regular-button-cancel:focus {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-gray-200);
  --tw-outline-style: none;
  outline-style: none;
}

.regular-button-white {
  border: 1px solid;
  border-color: var(--color-blue-500);
  background-color: var(--color-white);
  width: 100px;
  height: 2.25rem;
  color: var(--color-blue-500);
  border-radius: 4px;
  padding: .5px 1rem;
}

@media (hover: hover) {
  .regular-button-white:hover {
    background-color: var(--color-blue-300);
  }
}

.regular-button-white:focus {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-blue-200);
  --tw-outline-style: none;
  outline-style: none;
}

.number-balance {
  font-size: 30px;
}

.number-balance:after {
  content: ".";
  font-size: 20px;
}

::-webkit-scrollbar {
  width: 3px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #3662ec1a;
}

::-ms-scrollbar {
  width: 3px;
  height: 8px;
}

::-ms-scrollbar-thumb {
  background: #3662ec1a;
}

::-moz-scrollbar {
  width: 3px;
  height: 8px;
}

::-moz-scrollbar-thumb {
  background: #3662ec1a;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@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-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;
}
#root {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.client-header-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80px;
}

.client-header {
    display: flex;
    flex-direction: row;
    height: 80px;
    width: 100%;
    background-color: var(--primary-bg);
    box-shadow: 0px 4px 10px 0px rgba(219, 223, 235, 0.5);
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.logo-container {
    display: inline-block;
    margin-left: 1rem;
    text-align: center;
    font-size: 20px;
}

.logoimg-container {
    display: inline-block;
    margin: 0;
    height: 48px;
    object-fit: cover;
    cursor: pointer;
}

.navigation-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navigation-list ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.navigation-list li {
    display: flex;
    margin-right: 2rem;
    padding: 0px;
    align-items: center;
    font-size: 1rem;
    font-weight: var(--font-weight-menu);
    color: #242129;
    cursor: pointer;
}

.navigation-list li:hover {
    text-decoration: underline;
}

.user-header-tabs-select {
    color: #b4b4b4;
}

.language-select {
    font-size: 1rem;
    background-color: transparent;
    appearance: none;
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.language-select:hover {
    border-color: #9ca3af;
    text-decoration: none;
}

.language-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.user-header-avatar {
    position: relative;
    display: flex;
    height: 56px;
    width: 56px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    box-shadow: 0 0 1px 0 #696969;
    cursor: pointer;
    object-fit: fill;
    margin: 0 1rem;
}

.dropdown-menu-container {
    position: relative;
    display: inline-block;
}

.dropdown-menu-container ul {
    display: block;
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% + 40px);
    left: -200px;
    z-index: 90;
    min-width: 180px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    border-radius: 10px;
}

.dropdown-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 1rem 2rem;
    align-items: left;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: #f3f4f6;
    text-decoration: none;
}

.en {
    display: flex;
    justify-content: left;
    align-items: center;
}

.dropdown-menu li.first-item:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dropdown-menu li.last-item:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} /* 主页区域设置 */
.computer-base-container {
    min-height: 100vh;
    /* 背景图片 */
    background-image: linear-gradient(to bottom, #0083e0 10%, #ffffff);
    background-size: cover;
    /* flex布局，子元素垂直水平居中 */
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.language-select {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}

.language-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,.25);
}

/* logo区域标识 */
.logo-container {
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

/* logo图片设置 */
.logoimg-container {
    display: inline-block;
    margin: 0;
    height: 48px;
    object-fit: cover;
}

.header-changeLanguage {
    font-size: 24px;
    flex: 1;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

/* 登录按钮 */

.button-market:hover,
.button-login:hover {
    color: #0083e0;
}

.main-container {
    text-align: center;
    /* 如果子元素是`inline`或`inline-block`类型的元素，则可以通过设置父元素的`text-align`属性为`center`来实现水平居中。 */
    padding: 0;
    display: block;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    flex-direction: column;
}

.main-image-text {
    position: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    color: #ffffff;
}

.slider {
    position: relative;
}

.slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1d192c;
    opacity: 0.8;
}

.slider {
    width: 100%;
    background: url("/assets/banner-B0nTlOjE.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% 0%;
    padding: 200px 0;
    position: relative;
}

@media (max-width: 992px) {
    .slider {
        padding: 150px 0;
    }
}

.slider .block {
    color: #E3E3E4;
    text-align: center;
}

.slider .block h1 {
    font-weight: 100;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .slider .block h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .slider .block h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

.slider .block p {
    margin-bottom: 30px;
    color: #b9b9b9;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .slider .block p {
        font-size: 16px;
    }
}

/* 左半边引导图设置 */
.main-propagate-box {
    /* height: 1000px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.main-propagate-box-page-blue {
    background-color: #f5f8fc;
}

.main-propagate-introduce-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem;
    margin: 5rem 0;
}

.image-propagate-text-blue {
    color: #248aff;
}

.feature-image {
    width: 800px;
    padding:0 0 50px 0;
}

.el-carousel {
    height: 535px;
}

.el-carousel :deep(.el-carousel__container) {
    height: 535px;
}

/* 最底部更多信息 */
.footer_container {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.market-btn {
    font-size: 20px;
    margin-top: 20px;
    padding: 25px 15px;
}

.footer-text-contact {
    font-size: 1rem;
    color: #313131
}

.footer-text-copyright {
    font-size: 14px;
    color: #919191
}

.nagivation-avatar {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.right-center-span {
    font-size: 20px;
    margin-right: 10px;
}

.right-center-img {
    height: 56px;
    width: 56px;
    border-radius: 9999px;
}

.dropdown-menu-container {
    position: absolute;
    /* 绝对定位 */
    top: 68px;
    /* 垂直位置，位于li元素的底部 */
    right: 0;
    /* 横向位置，居中 */
    /* transform: translateX(-50%); */
    /* 向左偏移一半自身宽度，确保居中 */
    z-index: 99;
    width: 140px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    /* 三角形左边 */
    border-right: 6px solid transparent;
    /* 三角形右边 */
    border-bottom: 6px solid white;
    /* 三角形的颜色 */
    position: absolute;
    top: -6px;
    /* 向上偏移，位于 dropdown-menu 之上 */
    left: 50%;
    /* 居中 */
    transform: translateX(-50%);
    /* 向左偏移一半自身宽度 */
}

.dropdown-menu {
    background-color: white;
    /* border: 1px solid #ccc; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    list-style: none;
    /* padding: 10px; */
    margin: 0;
    border-radius: 10px;
}


.dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 0;

}

.zh {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.dropdown-menu li.first-item:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dropdown-menu li.last-item:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}