.index-module__footer__jqoP-{margin:0 auto;padding-bottom:40px;position:relative}.index-module__footer__jqoP- .index-module__footerContent__IwL8h{color:#fff;font-size:14px}.index-module__footer__jqoP- .index-module__footerContent__IwL8h .index-module__footerContentItem__jpAk3{display:inline-flex;justify-content:center;align-items:center}.index-module__footer__jqoP- .index-module__footerContent__IwL8h .index-module__footerContentItem__jpAk3 span{margin-right:32px;cursor:pointer}.index-module__footer__jqoP-.index-module__mobile__EdfdS{padding-bottom:calc(60/375*100vw)}.index-module__footer__jqoP-.index-module__mobile__EdfdS .index-module__footerContent__IwL8h{font-size:calc(12/375*100vw)}.index-module__footer__jqoP-.index-module__mobile__EdfdS .index-module__footerContent__IwL8h .index-module__footerContentItem__jpAk3{margin-top:calc(10/375*100vw);width:100vw}.index-module__footer__jqoP-.index-module__mobile__EdfdS .index-module__footerContent__IwL8h .index-module__footerContentItem__jpAk3 span{margin-right:calc(32/375*100vw)}.index-module__footer__jqoP-.index-module__mobile__EdfdS .index-module__footerContent__IwL8h .index-module__footerContentItem__jpAk3 span:last-child{margin-right:0}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.adm-input {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --text-align: left;
  --background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 24px;
  background-color: var(--background-color);
}
.adm-input-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-input-element {
  flex: auto;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-input-element::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element::placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element:-webkit-autofill {
  background-color: transparent;
}
.adm-input-element:read-only {
  cursor: default;
}
.adm-input-element:invalid {
  box-shadow: none;
}
.adm-input-element::-ms-clear {
  display: none;
}
.adm-input-element::-ms-reveal {
  display: none;
}
.adm-input-element::-webkit-search-cancel-button {
  display: none;
}
.adm-input-element::-webkit-search-decoration {
  display: none;
}
.adm-input-element:disabled {
  opacity: 1;
}
.adm-input-element[type='date'],
.adm-input-element[type='time'],
.adm-input-element[type='datetime-local'] {
  min-height: 1.5em;
}
.adm-input-element[type='search'] {
  -webkit-appearance: none;
}
.adm-input-element[readonly] {
  pointer-events: none;
}
.adm-input-clear {
  flex: none;
  margin-left: 8px;
  color: var(--adm-color-light);
  padding: 4px;
  cursor: pointer;
}
.adm-input-clear:active {
  color: var(--adm-color-weak);
}
.adm-input-clear .antd-mobile-icon {
  display: block;
  font-size: var(--adm-font-size-7);
}

.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 204px;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  pointer-events: all;
  font-size: var(--adm-font-size-7);
  line-height: 1.5;
  box-sizing: border-box;
  text-align: initial;
}
.adm-toast-mask .adm-toast-main-text {
  padding: 12px;
  min-width: 0;
}
.adm-toast-mask .adm-toast-main-icon {
  padding: 35px 12px;
  min-width: 150px;
}
.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
  text-align: center;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
}
.adm-toast-loading {
  --size: 48px;
  margin: 0 auto 8px;
}

.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 32px;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.adm-auto-center {
  display: flex;
  justify-content: center;
}
.adm-auto-center-content {
  flex: 0 1 auto;
}

.index-module__codeDialog__cwWgt{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:395px;height:431px;border-radius:20px;background-color:#fff;padding:42px;box-sizing:border-box}.index-module__codeDialog__cwWgt .index-module__codeDialogClose__dTC-H{position:absolute;top:20px;right:20px;width:24px;height:24px;background:url("https://bd-xc-web.ixiaochuan.cn/zuiyou/96b5b743_1j8s1sglb_1_ic_nav_close_24.png") no-repeat center;background-size:100% 100%;cursor:pointer}.index-module__codeDialog__cwWgt .index-module__codeDialogTitle__qrIfv{padding-top:3px;margin-bottom:36px;text-align:center;font-size:18px;font-weight:700;color:#151515}.index-module__codeDialog__cwWgt .index-module__codeDialogInputPhone__\+Mhi-,.index-module__codeDialog__cwWgt .index-module__codeDialogInputCode__wurCk,.index-module__codeDialog__cwWgt .index-module__codeDialogSubmit__W9qX4{margin-bottom:20px;padding:0px 20px;width:100%;height:52px;border-radius:60px;box-sizing:border-box;background-color:#f7f7f7;display:flex;justify-content:center;align-items:center}.index-module__codeDialog__cwWgt .index-module__codeDialogSubmit__W9qX4{margin-top:38px;background-color:#ff7dad;font-size:16px;font-weight:700;color:#fff;cursor:pointer}.index-module__codeDialog__cwWgt .index-module__codeDialogTips__IsFTV{padding-left:10px;margin-top:20px;font-size:12px;font-weight:400;color:#858585}.index-module__codeDialog__cwWgt .index-module__codeDialogTips__IsFTV .index-module__codeDialogTipsText__Ib8cf{margin-bottom:4px}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR{width:calc(300/375*100vw);height:calc(405/375*100vw);padding:calc(24/375*100vw);border-radius:calc(20/375*100vw)}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogClose__dTC-H{top:calc(16/375*100vw);right:calc(16/375*100vw);width:calc(24/375*100vw);height:calc(24/375*100vw)}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogTitle__qrIfv{padding:calc(6/375*100vw);box-sizing:border-box;margin-bottom:calc(28/375*100vw);font-size:calc(18/375*100vw)}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogInputPhone__\+Mhi-,.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogInputCode__wurCk,.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogSubmit__W9qX4{margin-bottom:calc(18/375*100vw);padding:0 calc(20/375*100vw);height:calc(52/375*100vw);border-radius:calc(60/375*100vw);font-size:calc(16/375*100vw)}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogSubmit__W9qX4{margin-top:calc(40/375*100vw);font-size:calc(16/375*100vw)}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogTips__IsFTV{margin-top:calc(20/375*100vw);font-size:calc(12/375*100vw)}.index-module__codeDialog__cwWgt.index-module__mobile__uWKzR .index-module__codeDialogTips__IsFTV .index-module__codeDialogTipsText__Ib8cf{margin-bottom:calc(4/375*100vw)}
.index-module__header__Uq0E6{position:relative}
.index-module__mobileHeader__vJ\+8k{position:relative;height:calc(56/375*100vw);padding:0 calc(16/375*100vw);display:flex;justify-content:space-between;align-items:center}.index-module__mobileHeader__vJ\+8k .index-module__mobileHeaderLogo__-jg-S{width:calc(76/375*100vw);height:calc(26/375*100vw);background:url("https://bd-xc-web.ixiaochuan.cn/zuiyou/f2ce385b_1j8pul30h_1_img_screen_logo.png") no-repeat center center;background-size:100% 100%}.index-module__mobileHeader__vJ\+8k .index-module__mobileHeaderRight__9uRy1{display:flex;gap:10px}.index-module__mobileHeader__vJ\+8k .index-module__mobileHeaderRight__9uRy1 .index-module__mobileHeaderRightCode__mpRIK{padding:0 14px;height:calc(32/375*100vw);display:flex;justify-content:center;align-items:center;border-radius:calc(42/375*100vw);background-color:#ff7dad;color:#fff;font-size:calc(14/375*100vw);font-weight:700}
.index-module__webHeader__jxe3B{position:relative;height:60px;max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.index-module__webHeader__jxe3B .index-module__webHeaderLogo__7DJMT{width:117px;height:40px;background:url("https://bd-xc-web.ixiaochuan.cn/zuiyou/f2ce385b_1j8pul30h_1_img_screen_logo.png") no-repeat center center;background-size:100% 100%}.index-module__webHeader__jxe3B .index-module__webHeaderRight__3fx8z{display:flex;gap:24px}.index-module__webHeader__jxe3B .index-module__webHeaderRight__3fx8z .index-module__webHeaderRightCode__UM6w6{padding:0 14px;height:42px;display:flex;justify-content:center;align-items:center;border-radius:42px;background-color:#ff7dad;color:#fff;font-size:18px;font-weight:700;cursor:pointer}
.contentBox{width:100%;min-height:100vh;display:flex;flex-direction:column;background-position:center center;background-size:100% 100%;background-repeat:no-repeat}.contentBox.mobile{background-size:100% calc(1000/375*100vw);background-position:center top}.contentWrapper{flex: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;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          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%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          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;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
  font-family: 'MyCustomFont'; /* 自定义字体名称 */
  src: url('https://bd-xc-web.ixiaochuan.cn/zuiyou/49a79d66_1ir4f391o_1_SpaceMonoRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0 auto;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*# sourceMappingURL=app.3b2f0716fc6a803b0315.css.map*/