@charset "UTF-8";/*! 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.
 */

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

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

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

body {
  margin: 0;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*! autoprefixer: off */
.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-space-around {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.flex-box-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-box-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #101828;
  background-color: var(--color-canvas-default);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  user-select: text;
}

.light {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}

:root {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}

@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-canvas-default: transparent;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210, 18%, 87%, 1);
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-attention-subtle: #fff8c5;
    --color-danger-fg: #cf222e;
  }
}
.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #155eef;
  text-decoration: none;
}

.markdown-body abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: var(--base-text-weight-semibold, 600);
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body mark {
  background-color: var(--color-attention-subtle);
  color: var(--color-fg-default);
}

.markdown-body small {
  font-size: 90%;
}

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

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
}

.markdown-body figure {
  margin: 1em 40px;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid var(--color-border-muted);
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body ::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body details:not([open]) > *:not(summary) {
  display: none !important;
}

.markdown-body a:focus,
.markdown-body [role=button]:focus,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=checkbox]:focus {
  outline: 2px solid var(--color-accent-fg);
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:focus:not(:focus-visible),
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.markdown-body a:focus-visible,
.markdown-body [role=button]:focus-visible,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-accent-fg);
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  padding-top: 12px;
  margin-bottom: 12px;
  font-weight: var(--base-text-weight-semibold, 600);
  line-height: 1.25;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 8px;
  border-left: 2px solid #2970ff;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol {
  list-style: decimal;
}

.markdown-body ul {
  list-style: disc;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: var(--color-danger-fg);
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 12px;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: var(--color-fg-default);
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}

.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type=a] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type=A] {
  list-style-type: upper-alpha;
}

.markdown-body ol[type=i] {
  list-style-type: lower-roman;
}

.markdown-body ol[type=I] {
  list-style-type: upper-roman;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: var(--base-text-weight-semibold, 600);
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table th {
  font-weight: var(--base-text-weight-semibold, 600);
  white-space: nowrap;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}

.markdown-body table tr {
  background-color: var(--color-canvas-default);
  border-top: 1px solid var(--color-border-muted);
}

.markdown-body table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--color-fg-default);
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
  white-space: pre-wrap !important;
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre-wrap;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  background: #fff;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  border-radius: 6px;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: var(--base-text-weight-semibold, 600);
  background: var(--color-canvas-subtle);
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

.markdown-body .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}

.markdown-body .footnotes ol {
  padding-left: 16px;
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: var(--color-fg-default);
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body .pl-c {
  color: var(--color-prettylights-syntax-comment);
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: var(--color-prettylights-syntax-constant);
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: var(--color-prettylights-syntax-entity);
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: var(--color-prettylights-syntax-storage-modifier-import);
}

.markdown-body .pl-ent {
  color: var(--color-prettylights-syntax-entity-tag);
}

.markdown-body .pl-k {
  color: var(--color-prettylights-syntax-keyword);
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: var(--color-prettylights-syntax-string);
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: var(--color-prettylights-syntax-variable);
}

.markdown-body .pl-bu {
  color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
}

.markdown-body .pl-ii {
  color: var(--color-prettylights-syntax-invalid-illegal-text);
  background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
}

.markdown-body .pl-c2 {
  color: var(--color-prettylights-syntax-carriage-return-text);
  background-color: var(--color-prettylights-syntax-carriage-return-bg);
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: var(--color-prettylights-syntax-string-regexp);
}

.markdown-body .pl-ml {
  color: var(--color-prettylights-syntax-markup-list);
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: var(--color-prettylights-syntax-markup-heading);
}

.markdown-body .pl-mi {
  font-style: italic;
  color: var(--color-prettylights-syntax-markup-italic);
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: var(--color-prettylights-syntax-markup-bold);
}

.markdown-body .pl-md {
  color: var(--color-prettylights-syntax-markup-deleted-text);
  background-color: var(--color-prettylights-syntax-markup-deleted-bg);
}

.markdown-body .pl-mi1 {
  color: var(--color-prettylights-syntax-markup-inserted-text);
  background-color: var(--color-prettylights-syntax-markup-inserted-bg);
}

.markdown-body .pl-mc {
  color: var(--color-prettylights-syntax-markup-changed-text);
  background-color: var(--color-prettylights-syntax-markup-changed-bg);
}

.markdown-body .pl-mi2 {
  color: var(--color-prettylights-syntax-markup-ignored-text);
  background-color: var(--color-prettylights-syntax-markup-ignored-bg);
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: var(--color-prettylights-syntax-meta-diff-range);
}

.markdown-body .pl-ba {
  color: var(--color-prettylights-syntax-brackethighlighter-angle);
}

.markdown-body .pl-sg {
  color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: var(--color-prettylights-syntax-constant-other-reference-link);
}

.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: var(--base-text-weight-normal, 400);
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: var(--base-text-weight-normal, 400);
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 4px;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.4em;
  vertical-align: middle;
}

.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.markdown-body .contains-task-list {
  position: relative;
}

.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.markdown-body .react-syntax-highlighter-line-number {
  color: #d0d5dd;
}

/* =========================================================
   代码标签美化
   适用于 <code>（行内）和 <pre><code>（代码块）
============================================================ */
/* 基础样式 */
code {
  font-family: "Fira Code", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  border-radius: 0.3em;
  transition: all 0.2s ease;
}

/* 行内代码 */
:not(pre) > code {
  padding: 0.2em 0.4em;
  background-color: rgba(27, 31, 35, 0.05);
  color: #c7254e;
  white-space: nowrap;
}

/* 代码块 */
pre {
  margin: 1.5em 0;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

pre code {
  display: block;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  line-height: 1.5;
  tab-size: 2;
  background-color: #282c34;
  color: #abb2bf;
}

/* 语法高亮 - 关键字 */
.token.keyword {
  color: #c678dd;
}

/* 语法高亮 - 字符串 */
.token.string {
  color: #98c379;
}

/* 语法高亮 - 数字 */
.token.number {
  color: #d19a66;
}

/* 语法高亮 - 布尔值 */
.token.boolean {
  color: #56b6c2;
}

/* 语法高亮 - 函数 */
.token.function {
  color: #61afef;
}

/* 语法高亮 - 注释 */
.token.comment {
  color: #5c6370;
  font-style: italic;
}

/* 语法高亮 - 标点符号 */
.token.punctuation {
  color: #abb2bf;
}

/* 语法高亮 - 操作符 */
.token.operator {
  color: #c678dd;
}

/* 语法高亮 - 变量 */
.token.variable {
  color: #e06c75;
}

/* 代码块悬停效果 */
pre:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* 代码块标题 */
/* 代码块复制按钮 */
pre .copy-btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(171, 178, 191, 0.7);
  border-radius: 0.3em;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  font-size: 0.8em;
}

pre:hover .copy-btn {
  opacity: 1;
}

pre .copy-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* 复制成功提示 */
pre .copy-success {
  position: absolute;
  top: 0.5em;
  right: 3em;
  padding: 0.25em 0.5em;
  background-color: #4caf50;
  color: white;
  border-radius: 0.3em;
  font-size: 0.8em;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

pre .copy-success.active {
  opacity: 1;
}

/* 行号样式 */
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #5c6370;
  user-select: none;
}

.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #5c6370;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

/* 响应式调整 */
@media (max-width: 768px) {
  pre code {
    padding: 1rem;
    font-size: 0.85em;
  }
}
html,
body,
#app {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none; /* 禁用回弹效果 */
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

.cursor-pointer {
  cursor: pointer;
}

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

.scroll-y {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y::-webkit-scrollbar {
  display: none;
}

.header {
  height: 44px;
  position: relative;
  padding: 0 16px;
}
.header .header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #808080;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.provider {
  height: 100%;
}.ea-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #606266;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  transition: 0.1s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ea-button.ea-button-primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.ea-button.ea-button-primary:hover {
  color: #fff;
  background: #66b1ff;
  border-color: #66b1ff;
}.r-input-warp {
  position: relative;
}
.r-input-warp-border::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-input-warp-border::before {
    width: 200%;
    height: 200%;
    border-radius: 0px;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-input-warp-border::before {
    width: 300%;
    height: 300%;
    border-radius: 0px;
    transform: scale(0.333);
  }
}
.r-input-warp-textarea {
  padding: 6px 0;
}
.r-input-warp .r-input-tool > *:last-child {
  margin-right: 5px;
}
.r-input-warp .r-input {
  min-height: 32px;
  font-size: 14px;
  font-family: auto;
  letter-spacing: 1px;
  outline: none;
  box-sizing: border-box;
  border: 0;
  padding: 0 5px;
}
.r-input-warp .r-input:disabled,
.r-input-warp .r-textarea:disabled {
  opacity: 0.5;
}
.r-input-warp .r-input-textarea-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.r-input-warp .r-input-textarea-wrapper .r-textarea-block,
.r-input-warp .r-input-textarea-wrapper .r-textarea {
  padding: 0 5px;
  font-size: 14px;
  font-family: auto;
  letter-spacing: 1px;
}
.r-input-warp .r-input-textarea-wrapper .r-textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  outline: 0 none;
  border: none;
  padding: 0 5px;
  font-size: 14px;
  font-family: auto;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.r-input-warp .r-input-textarea-wrapper .r-textarea-block {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
}.r-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.r-radio:not(:first-child) {
  margin-left: 5px;
}
.r-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r-radio .r-radio-mark {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.r-radio .r-label {
  font-size: 16px;
}.r-radio-group {
  position: relative;
  display: flex;
}.r-popup-warp, .r-popup-warp .r-popup-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.r-popup-warp .r-popup-mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  z-index: 99;
}

.r-popup-box {
  position: absolute;
  z-index: 99;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  transition-property: transform;
  transition-duration: 0.36s;
}

.r-popup-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.r-popup-mask-enter-from {
  opacity: 0.3;
}

.r-popup-mask-enter-to {
  opacity: 1;
}

.r-mask-leave {
  opacity: 1;
}

.r-popup-mask-leave-to {
  opacity: 0;
}

/*
    position:top
    */
.r-popup-box-top-enter-from {
  transform: translate3d(0, -100%, 0);
}

.r-popup-box-top-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-top-leave-to {
  transform: translate3d(0, -100%, 0);
}

/*
    position:bottom
    */
.r-popup-box-bottom-enter-from {
  transform: translate3d(0, 100%, 0);
}

.r-popup-box-bottom-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-bottom-leave-to {
  transform: translate3d(0, 100%, 0);
}

/*
    position:left
    */
.r-popup-box-left-enter-from {
  transform: translate3d(-100%, 0, 0);
}

.r-popup-box-left-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}

/*
    position:right
    */
.r-popup-box-right-enter-from {
  transform: translate3d(100%, 0, 0);
}

.r-popup-box-right-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-right-leave-to {
  transform: translate3d(100%, 0, 0);
}

/*
  position:center
  */
.r-popup-box-center-enter-active {
  transition-timing-function: cubic-bezier(0.395, 0.225, 0.17, 1.32);
  transition-duration: 0.2s;
}

.r-popup-box-center-enter-from {
  transform: translate(-50%, -50%) scale(0.7);
}

.r-popup-box-center-enter-to {
  transform: translate(-50%, -50%) scale(1);
}

.r-popup-box-center-leave-active {
  transition-duration: 0.2s;
}

.r-popup-box-center-leave {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.r-popup-box-center-leave-to {
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
}.r-picker {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.r-picker .r-picker-header {
  padding: 0 8px;
  min-height: 44px;
  font-size: 16px;
  position: relative;
}
.r-picker .r-picker-header .r-picker-tools > div {
  height: 44px;
  line-height: 44px;
}
.r-picker .r-picker-header .r-picker-tools-ok {
  color: #ffb403;
}
.r-picker .r-picker-header .r-picker-tools-cancel {
  margin-right: 10px;
}
.r-picker .r-picker-body {
  overflow: hidden;
  position: relative;
  height: 296px;
}
.r-picker .r-picker-body > div {
  overflow: hidden;
}
.r-picker .r-picker-wheel-scroll {
  padding: 0;
  list-style: none;
  margin-top: 130px;
}
.r-picker .r-picker-wheel-scroll .wheel-item {
  height: 38px;
  line-height: 38px;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.r-picker .r-picker-mask {
  position: absolute;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transform: translateZ(0);
}
.r-picker .r-picker-mask:before {
  content: "";
  position: absolute;
  transform: scale(0.5) translateZ(0);
  width: 200%;
  border-top: 1px solid #ebebeb;
  left: 0;
  bottom: 0;
  transform-origin: 0 bottom;
}
.r-picker .r-picker-mask-top {
  top: 0;
  height: calc(50% - 20px);
}
.r-picker .r-picker-mask-top:before {
  bottom: 0;
  transform-origin: 0 bottom;
}
.r-picker .r-picker-mask-bottom {
  bottom: 0;
  height: calc(50% - 20px);
}
.r-picker .r-picker-mask-bottom:before {
  top: 0;
  transform-origin: 0 top;
}
.r-picker .wheel-item {
  transform: rotateX(0deg) !important;
}
.r-picker .picker-foot {
  margin-bottom: 20px;
}
.r-picker .picker-foot div {
  width: 322px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  background-color: #9e7cef;
  margin-bottom: 10px;
}.date-picker-foot {
  height: 100%;
  margin: 10px 5px;
  height: 44px;
}
.date-picker-foot > div {
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
}
.date-picker-foot .date-picker-foot-cancel {
  flex: 2;
  border: 1px solid #efefef;
}
.date-picker-foot .date-picker-foot-ok {
  flex: 3;
  margin-left: 20px;
  background-color: #ffb403;
  color: #fff;
}

.date-picker-tools {
  width: 100%;
  height: 44px;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #333;
}
.date-picker-tools::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  border-bottom: 2px solid #ffb403;
  width: calc(50% - 22px);
  transform: translateX(12px);
  transition: transform 0.2s cubic-bezier(0.395, 0.225, 0.17, 1.1);
}
.date-picker-tools .date-picker-desc {
  padding: 0 1px;
}
.date-picker-tools .date-picker-select-time {
  text-align: center;
  height: 100%;
  line-height: 44px;
}
.date-picker-tools .date-picker-select-time-normal {
  color: #999;
}

.date-picker-select-index-1::after {
  transform: translateX(calc(100% + 34px));
}.r-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.r-scroll .r-scroll-download-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.r-scroll .r-scroll-warp {
  position: relative;
}
.r-scroll .r-scroll-warp-x {
  width: 100%;
}
.r-scroll .r-scroll-warp-x > div {
  white-space: nowrap;
  display: inline-block;
}
.r-scroll .r-scroll-warp-y {
  height: 100%;
}
.r-scroll .r-scroll-warp iframe {
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
}.toast {
  margin-top: 55px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.toast-position-bottom {
  margin-bottom: 30px;
}
.toast > div {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #646a73;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(176, 176, 176, 0.3);
}
.toast > div i {
  font-size: 25px;
}
.toast > div span {
  margin-left: 2px;
}

.toast-other {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.toast-other-box {
  opacity: 0.9;
}
.toast-other-box .content {
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  white-space: nowrap;
  font-size: 14px;
  color: white;
  background: #000000;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.toast-other-box .content > img {
  margin: 8px 0 14px;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.toast-mark {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #646a73;
}

.iphone .toast-position-top {
  margin-top: 22px;
}

.iphone-x .toast-position-top {
  margin-top: 42px;
}

.popup-toast {
  z-index: 10000 !important;
}
.popup-toast .r-popup-mask {
  background-color: transparent !important;
}
.popup-toast .delete-margin {
  margin-left: 24px;
  color: #ff5d2f;
  cursor: pointer;
  pointer-events: auto;
}

.pointer-events {
  pointer-events: none;
}

.toast-type-error .toast-content-warp {
  background-color: #ffe3e3;
  color: #f56c6c;
}

.toast-type-success .toast-content-warp {
  background-color: #f1fceb;
  color: #67c23a;
}.l-dialog {
  width: 270px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.l-dialog > header {
  font-size: 18px;
  padding: 24px 10px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
.l-dialog > section {
  font-size: 15px;
  padding: 0 10px 24px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
}
.l-dialog > footer {
  overflow: hidden;
  position: relative;
}
.l-dialog > footer::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-top: 1px solid #eeeeee;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .l-dialog > footer::before {
    width: 200%;
    height: 200%;
    border-radius: 0px;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .l-dialog > footer::before {
    width: 300%;
    height: 300%;
    border-radius: 0px;
    transform: scale(0.333);
  }
}
.l-dialog > footer .l-dialog-button {
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.l-dialog > footer .l-dialog-button-ok {
  color: #ffb403;
}
.l-dialog-confirm .l-dialog-button:last-child::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-left: 1px solid #eeeeee;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .l-dialog-confirm .l-dialog-button:last-child::before {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .l-dialog-confirm .l-dialog-button:last-child::before {
    width: 300%;
    height: 300%;
    border-radius: 0;
    transform: scale(0.333);
  }
}.r-calendar {
  background-color: #fff;
}
.r-calendar-title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  height: 44px;
  color: #9e7cef;
}
.r-calendar-title .xicon {
  color: #9e7cef !important;
  opacity: 0.6;
}
.r-calendar-title > div {
  padding: 0 20px;
}
.r-calendar-title::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-calendar-title::before {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-calendar-title::before {
    width: 300%;
    height: 300%;
    border-radius: 0;
    transform: scale(0.333);
  }
}
.r-calendar-title .header-date {
  margin: 0 20px;
}
.r-calendar-footer {
  width: calc(100% - 20px);
  margin-left: 10px;
}
.r-calendar-footer > div {
  width: 30px;
  text-align: center;
  margin-bottom: -5px;
}
.r-calendar-footer .r-calendar-footer-line {
  position: relative;
  height: 1px;
}
.r-calendar-footer .r-calendar-footer-line::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-calendar-footer .r-calendar-footer-line::before {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-calendar-footer .r-calendar-footer-line::before {
    width: 300%;
    height: 300%;
    border-radius: 0;
    transform: scale(0.333);
  }
}
.r-calendar .r-calendar-week {
  color: #c5c8ce;
  padding: 15px 0;
}
.r-calendar .r-calendar-row {
  padding: 1px 0;
  margin-top: px;
  color: #17233d;
  font-weight: 400;
}
.r-calendar .r-calendar-row > div:first-child {
  margin-top: 10px;
}
.r-calendar .r-calendar-row > div:not(:first-child) {
  margin-top: 22px;
}
.r-calendar .r-calendar-row > div:last-child {
  padding-bottom: 5px;
}
.r-calendar .r-calendar-day {
  font-weight: 400;
  color: #c5c8ce;
  position: relative;
}
.r-calendar .r-calendar-day > div {
  pointer-events: none;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.r-calendar .r-calendar-day > div:first-child {
  margin-bottom: 5px;
}
.r-calendar .r-calendar-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
}
.r-calendar .r-calendar-in-month {
  color: #17233d;
}
.r-calendar .r-calendar-selected {
  color: #fff;
}
.r-calendar .r-calendar-selected::before {
  background-color: #9e7cef;
}
.yaer-picker-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 10px 5px 10px 5px;
}
.yaer-picker-item > div {
  height: 91px;
  font-size: 18px;
  box-shadow: 3px 2px 4px #f4f4f4;
  color: #2f2f2f;
}.r-swipe {
  position: relative;
}
.r-swipe .r-swipe-warp {
  overflow: hidden;
}
.r-swipe .r-swipe-warp .r-slide-content {
  display: flex;
}
.r-swipe .r-swipe-dot-warp {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.r-swipe .r-swipe-dot-warp .r-swipe-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c6c5c5;
}
.r-swipe .r-swipe-dot-warp .r-swipe-dot:not(:first-child) {
  margin-left: 5px;
}
.r-swipe .r-swipe-dot-warp .r-swipe-dot-active {
  background-color: #4e4c4c;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.r-swipe .r-swipe-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #302f2f;
}.r-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.r-radio:not(:first-child) {
  margin-left: 5px;
}
.r-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r-radio .r-radio-mark {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.r-radio .r-label {
  font-size: 16px;
}.r-cascader {
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  height: 100%;
}
.r-cascader > header {
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #1f2329;
  position: relative;
  padding: 0 16px;
  border-bottom: 1px solid #e4e5e7;
}
.r-cascader > header .r-cascader-title {
  font-weight: 500;
  font-size: 16px;
  color: #1f2329;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.r-cascader > header .r-cascader-button {
  height: 100%;
  line-height: 48px;
}
.r-cascader > header .r-cascader-ok {
  color: #f99c35;
  text-align: right;
}
.r-cascader .r-cascader-history {
  white-space: nowrap;
  overflow-x: auto;
  height: 48px;
}
.r-cascader .r-cascader-history > div {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
  color: #646a73;
  position: relative;
}
.r-cascader .r-cascader-history > div::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 8px);
  border-bottom: solid 4px #f99d35;
  opacity: 0;
  border-radius: 2px;
  transition: opacity 0.3s;
}
.r-cascader .r-cascader-history-active {
  color: #f99d35;
}
.r-cascader .r-cascader-history-active::before {
  opacity: 1 !important;
}
.r-cascader .r-cascader-content-warp {
  padding-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border-top: 8px solid #f6f7f8;
}
.r-cascader .r-cascader-content-warp .r-cascader-item {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #1f2329;
}
.r-cascader .r-cascader-content-warp .r-cascader-item .xicon {
  color: #dcdcdc !important;
}
.r-cascader .r-cascader-content-warp .r-cascader-item::before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #e4e5e7;
}
.r-cascader .r-cascader-content-warp .r-cascader-item > div:first-child {
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-cascader .r-cascader-content-warp .r-cascader-item-checked {
  color: #f99d35;
}
.r-cascader .r-cascader-content-warp .r-cascader-item-checked .xicon {
  color: #f99d35 !important;
}
.r-cascader .r-cascader-mark-warp {
  height: 48px;
  width: 30px;
}
/* 整体宽度 */
/* 整体宽度 */
/* 整体宽度 */
/* 圆的高度 */
/* 圆的small高度 */
/* 圆的large高度 */
/* 圆的颜色 */
/* 选中背景颜色 */
/* 未选中背景颜色 */
/*选中的颜色*/
.l-switch {
  position: relative;
  width: 48px;
  border: 1px solid currentcolor;
  outline: 0;
  overflow: hidden;
  color: #dfdfdf;
  border-radius: 16px;
  box-sizing: border-box;
  transform: all 0.1s;
  background-color: currentcolor;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
}

/*未选中的颜色*/
.l-switch:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 15px;
  color: #fff;
  background-color: currentcolor;
  border: 1px solid currentcolor;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

/*圆圈的颜色*/
.l-switch:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-color: currentcolor;
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

.l-switch-size-default {
  height: 28px;
}
.l-switch-size-default::before, .l-switch-size-default::after {
  width: 26px;
  height: 26px;
}
.l-switch-size-default:checked:after {
  transform: translateX(22px);
}

.l-switch-size-large {
  width: 60px;
  height: 32px;
}
.l-switch-size-large::before, .l-switch-size-large::after {
  width: 30px;
  height: 30px;
}
.l-switch-size-large:checked:after {
  transform: translateX(30px);
}

.l-switch-size-small {
  width: 42px;
  height: 26px;
}
.l-switch-size-small::before, .l-switch-size-small::after {
  width: 24px;
  height: 24px;
}
.l-switch-size-small:checked:after {
  transform: translateX(18px);
}

.l-switch:checked {
  color: #ffb403;
}

.l-switch:checked:before {
  transform: scale(0);
}

.l-switch:disabled {
  opacity: 0.5;
}

.l-switch-wrap {
  position: relative;
  display: inline-block;
}
.l-switch-wrap .preventDefault {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}.r-action-sheet {
  width: calc(100% - 16px);
  margin: 0 auto;
  margin-bottom: 8px;
}
.r-action-sheet > div {
  background-color: #fff;
}
.r-action-sheet .r-action-sheet-cantent {
  border-radius: 4px;
  overflow: hidden;
}
.r-action-sheet .r-action-sheet-item, .r-action-sheet .r-action-sheet-cancel {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #1f2329;
  position: relative;
}
.r-action-sheet .r-action-sheet-item:not(:last-child)::before, .r-action-sheet .r-action-sheet-cancel:not(:last-child)::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-bottom: 1px solid rgba(177, 177, 177, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-action-sheet .r-action-sheet-item:not(:last-child)::before, .r-action-sheet .r-action-sheet-cancel:not(:last-child)::before {
    width: 200%;
    height: 200%;
    border-radius: 0px;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-action-sheet .r-action-sheet-item:not(:last-child)::before, .r-action-sheet .r-action-sheet-cancel:not(:last-child)::before {
    width: 300%;
    height: 300%;
    border-radius: 0px;
    transform: scale(0.333);
  }
}
.r-action-sheet .r-action-sheet-cancel {
  margin-top: 4px;
  border-radius: 4px;
  color: #646a73;
}.r-swipe-action {
  position: relative;
  transition: transform 0.3s;
}
.r-swipe-action .r-swipe-action-button {
  position: absolute;
}
.r-swipe-action .r-swipe-action-button-right {
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(100%);
}
.r-swipe-action .r-swipe-action-button .r-swipe-action-item {
  padding: 0 20px;
}/*! autoprefixer: off */
.chat-view {
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: transform 0.3s;
}
.chat-view-focus {
  transform: translateY(-120px);
}
.chat-view-focus .chat-message-box,
.chat-view-focus .chat-footer {
  transform: translateY(-200px);
}
.chat-view .chat-bar {
  height: 190px;
  z-index: 11;
  position: relative;
}
.chat-view .chat-bar .xicon {
  position: relative;
}
.chat-view .chat-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.chat-view .chat-bar .icon_master {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 220px;
}
.chat-view .chat-bar .master-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  padding: 16px 28px;
  box-shadow: -1px 4px 9px 0px #ebebeb;
}
.chat-view .chat-bar .master-card .card-info > div:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
}
.chat-view .chat-bar .master-card .card-info > div:last-child {
  font-size: 12px;
  color: #edb417;
  margin-top: 5px;
}
.chat-view .chat-bar .master-card .master-state {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  font-size: 10px;
  color: #fff;
  width: 46px;
  height: 20px;
  border-radius: 20px;
  background-color: #9e7cef;
}
.chat-view .chat-bar .master-card-sex-2 .card-info > div:last-child {
  color: #8d62f4;
}
.chat-view .chat-bar .master-card-sex-2 .master-state {
  background-color: #8d62f4;
}
.chat-view .chat-bar .open_menu {
  position: absolute;
  left: 10px;
  top: 28px;
}
.chat-view .chat-bar .new_chat {
  position: absolute;
  right: 10px;
  top: 28px;
}
.chat-view .chat-message-box {
  overflow-y: auto;
  --webkit--overflow-scrolling: touch;
  position: relative;
  z-index: 10;
  transition: transform 0.3s;
}
.chat-view .chat-message-box iframe {
  position: absolute;
  height: 100%;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.chat-view .chat-message-box .markdown-body {
  position: relative;
}
.chat-view .chat-message-box .markdown-body > div {
  margin-bottom: 10px !important;
}
.chat-view .chat-message-box .answer-message {
  background-color: #e8e0fd;
  border-radius: 5px;
  margin: 0 10px;
  padding: 10px 16px;
  max-width: calc(100vw - 80px);
  box-sizing: border-box;
  -webkit-align-self: start;
  -moz-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.chat-view .chat-message-box .question-message {
  padding: 10px 16px;
  max-width: calc(100vw - 80px);
  box-sizing: border-box;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin: 0 10px;
}
.chat-view .chat-footer {
  background-color: #f5f5f5;
  padding: 16px;
  transition: transform 0.3s;
}
.chat-view .chat-footer .suggested-wrap {
  font-size: 14px;
  color: rgb(99, 99, 99);
  margin-bottom: 16px;
}
.chat-view .chat-footer .suggested-wrap .suggested-item {
  text-decoration: underline;
  color: rgb(61, 202, 189);
  margin-right: 10px;
}
.chat-view .chat-footer .input-warp {
  background-color: #fff;
  border-radius: 30px;
}
.chat-view .chat-footer .input-warp input,
.chat-view .chat-footer .input-warp .input {
  height: 44px;
  padding: 0 20px;
  border: none;
  background: none;
  outline: none;
}
.chat-view .chat-footer .input-warp input ::-webkit-search-cancel-button,
.chat-view .chat-footer .input-warp .input ::-webkit-search-cancel-button {
  display: none;
}
.chat-view .chat-footer .input-warp .input {
  overflow: hidden;
  opacity: 0;
  color: #8a8989;
}
.chat-view .chat-footer .input-warp .input-show {
  opacity: 1;
}
.chat-view .chat-footer .input-warp img,
.chat-view .chat-footer .input-warp .xicon {
  margin-right: 20px;
}
.chat-view .virtual_input {
  position: absolute;
  bottom: 14px;
  left: 28px;
  height: 700px;
  width: calc(100% - 100px);
  z-index: 1;
  border: none;
  background: none;
  opacity: 0;
  outline: none;
}
.chat-view .virtual_input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.chat-view .virtual_input-focus {
  height: 44px;
  bottom: 215px;
}

.show-input {
  opacity: 1 !important;
}

@keyframes breathing {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.android-view .chat-view-focus {
  transform: translateY(-60px);
}
.android-view .chat-view-focus .chat-message-box,
.android-view .chat-view-focus .chat-footer {
  transform: translateY(-90px);
}
.android-view .virtual_input-focus {
  bottom: 106px;
}
.android-view .keyboard-size-1 .chat-view-focus {
  transform: translateY(-88px);
}
.android-view .keyboard-size-1 .chat-view-focus .chat-message-box,
.android-view .keyboard-size-1 .chat-view-focus .chat-footer {
  transform: translateY(-125px);
}
.android-view .keyboard-size-1 .virtual_input-focus {
  bottom: 142px;
}.loading-dot {
  width: 50px;
  height: 16px;
}
.loading-dot .dot {
  width: 5px;
  height: 5px;
  background: linear-gradient(to bottom, #b8b8b8, #9b9b9b);
  border-radius: 50%;
  margin: 0 5px;
  animation: dot-pulse 0.6s infinite ease-in-out both;
}
.loading-dot .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.loading-dot .dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes dot-pulse {
  0%, 80%, 100% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(1);
  }
}
.scroll-view {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.scroll-view::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
.scroll-view {
  /* 滚动条滑块 */
}
.scroll-view::-webkit-scrollbar-thumb {
  background: rgba(202, 202, 202, 0);
  border-radius: 4px;
}
.scroll-view::-webkit-scrollbar-thumb:hover {
  background: rgb(202, 202, 202);
}
.scroll-view {
  /* 滚动条整体样式 */
}
.scroll-view::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.scroll-view-show::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
}
.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-svg {
  transform: rotate(-90deg); /* 让起点在顶部 */
}

.loader-circle {
  animation: loader-rotate 0.6s cubic-bezier(0.5, 0.8, 0.8, 1) infinite;
  transform-origin: 50% 50%;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loader-text {
  font-weight: 400;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 12px;
}.iztro-palace {
  padding: 3px;
  display: grid;
  text-transform: capitalize;
  grid-template-rows: auto auto auto 50px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "major minor adj"
    "horo  horo adj"
    "fate  fate fate"
    "ft   ft  ft";
  /* transition: all 0.25s ease-in-out; */
  grid-auto-flow: column;
}
.iztro-palace.focused-palace {
  background-color: #aab8d32f;
}
.iztro-palace.opposite-palace {
  background-color: #93f73d4f;
}
.iztro-palace.surrounded-palace {
  background-color: #aff46f24;
}
.iztro-palace-major {
  grid-area: major;
}
.iztro-palace-minor {
  grid-area: minor;
  justify-self: center;
}
.iztro-palace-adj {
  grid-area: adj;
  display: inline-flex;
  justify-self: flex-end;
  gap: 3px;
  white-space: nowrap;
  text-align: right;
}
.iztro-palace-horo-star {
  grid-area: horo;
  align-self: center;
}
.iztro-palace-horo-star .stars {
  display: flex;
  gap: 3px;
}
.iztro-palace-scope {
  white-space: nowrap;
  text-align: center;
}
.iztro-palace-scope-decadal {
  font-weight: 700;
}
.iztro-palace-fate {
  grid-area: fate;
  align-self: flex-end;
  white-space: nowrap;
  justify-content: center;
  display: flex;
  gap: 3px;
  height: 17px;
}

.iztro-palace-fate .iztro-palace-decadal-active {
  background-color: var(--iztro-color-decadal);
}

.iztro-palace-fate .iztro-palace-yearly-active {
  background-color: var(--iztro-color-yearly);
}

.iztro-palace-fate .iztro-palace-monthly-active {
  background-color: var(--iztro-color-monthly);
}

.iztro-palace-fate .iztro-palace-daily-active {
  background-color: var(--iztro-color-daily);
}

.iztro-palace-fate .iztro-palace-hourly-active {
  background-color: var(--iztro-color-hourly);
}

.iztro-palace-footer {
  grid-area: ft;
  display: grid;
  grid-template-columns: auto auto auto;
  align-self: flex-start;
}

.iztro-palace-lft24 {
  text-align: left;
}

.iztro-palace-rgt24 {
  text-align: right;
}
.iztro-palace-name {
  cursor: pointer;
  text-wrap: nowrap;
}
.iztro-palace-name .iztro-palace-name-wrapper {
  position: relative;
}
.iztro-palace-name .iztro-palace-name-taichi {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  background-color: var(--iztro-color-major);
  padding: 0 2px;
  color: #fff;
  z-index: 2;
  border-radius: 0 4px 4px 0;
  font-weight: normal !important;
  bottom: 0;
}
.iztro-palace-gz {
  text-align: right;
  cursor: pointer;
}
.iztro-palace-gz span {
  display: inline-block;
  padding: 0 1px;
  text-wrap: nowrap;
}
.iztro-palace-dynamic-name {
  text-align: center;
  display: flex;
  white-space: nowrap;
  gap: 3px;
  justify-content: center;
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-decadal {
  color: var(--iztro-color-decadal);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-yearly {
  color: var(--iztro-color-yearly);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-monthly {
  color: var(--iztro-color-monthly);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-daily {
  color: var(--iztro-color-daily);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-hourly {
  color: var(--iztro-color-hourly);
}
.iztro-center-palace {
  grid-area: ct;
  position: relative;
  width: 100%;
  height: 100%;
}
.iztro-center-palace-centralize {
  text-align: center;
}
.iztro-center-palace ul.basic-info {
  margin:0 10px;
  padding: 0;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.iztro-center-palace ul.basic-info2 {
  margin:0 10px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
}
.iztro-center-palace ul.basic-info li {
  list-style: none;
}
.iztro-center-palace .center-title {
  padding: 5px 0;
  margin: 0;
  font-size: var(--iztro-star-font-size-big);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed var(--iztro-color-border);
}

.horo-buttons {
  margin: 10px;
  font-size: var(--iztro-star-font-size-small);
  display: flex;
  justify-content: space-around;
  display: none;
}
.horo-buttons .center-button {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid var(--iztro-color-border);
  cursor: pointer;
  /* transition: all 0.25s ease-in-out; */
  color: var(--iztro-color-text);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.horo-buttons .center-button:not(.disabled):hover {
  color: var(--iztro-color-major);
  background-color: var(--iztro-color-border);
}
.horo-buttons .center-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.horo-buttons .center-horo-hour {
  display: flex;
  align-items: center;
}

.iztro-copyright {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

#palace-line {
  stroke: var(--iztro-color-awesome);
  opacity: 0.6;
  /* transition: all 0.25s ease-in-out; */
}
#palace-line.decadal {
  stroke: var(--iztro-color-decadal);
}

.solar-horoscope {
  display: flex;
  align-items: center;
  gap: 10px;
}

.solar-horoscope-centralize {
  /* justify-content: center; */
}

.solar-horoscope .today {
  display: inline-block;
  font-size: var(--iztro-star-font-size-small);
  cursor: pointer;
  border: 1px solid var(--iztro-color-border);
  padding: 0 5px;
  /* transition: all 0.25s ease-in-out; */
}

.solar-horoscope .today:hover {
  color: var(--iztro-color-major);
  background-color: var(--iztro-color-border);
}.iztro-astrolabe {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  display: grid;
  position: relative;
  width: 100%;
  grid-gap: 3px;
  grid-template-columns: repeat(4, 1fr);
  /* grid-auto-rows: 1fr; */
  min-height: 100%;
  grid-template-areas:
    "g3 g4 g5 g6"
    "g2 ct ct g7"
    "g1 ct ct g8"
    "g0 g11 g10 g9";
    /* transition: transform 0.2s ; */
}

.iztro-star-mutagen {
  font-weight: normal;
  font-size: var(--iztro-star-font-size-small);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-left: 1px;
  padding: 0 2px;
}

.star-with-mutagen {
  position: relative;
}

.star-with-mutagen::before {
  bottom: 0;
  content: " ";
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
  transition: all 0.25s ease-in-out;
}

.star-with-mutagen::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 4px;
  transition: all 0.1s linear;
}
.iztrolabe-wrap{
position: relative;
}
/* .demo{
    display: inline-block;
  width: 100%;
  height: calc(100vh - 24px * 2);
  overflow: hidden;
  background-color: #fff;

  & > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 300px;
    background: yellow;
  }
} */.iztro-astrolabe-theme-default {
  --iztro-star-font-size-big: 13px;
  --iztro-star-font-size-small: 12px;
  --iztro-color-major: #531dab;
  --iztro-color-focus: #000;
  --iztro-color-quan: #2f54eb;
  --iztro-color-tough: #612500;
  --iztro-color-awesome: #d4380d;
  --iztro-color-active: #1890ff;
  --iztro-color-happy: #c41d7f;
  --iztro-color-nice: #237804;
  --iztro-color-decorator-1: #90983c;
  --iztro-color-decorator-2: #813359;
  --iztro-color-text: #8c8c8c;
  --iztro-color-border: #00152912;
  --iztro-color-decadal: var(--iztro-color-active);
  --iztro-color-yearly: var(--iztro-color-decorator-2);
  --iztro-color-monthly: var(--iztro-color-nice);
  --iztro-color-daily: var(--iztro-color-decorator-1);
  --iztro-color-hourly: var(--iztro-color-text);
}

.iztro-astrolabe {
  text-align: left;
}

.iztro-palace {
  border: 1px solid var(--iztro-color-border);
}

.iztro-star-soft,
.iztro-star-tough,
.iztro-star-adjective,
.iztro-star-flower,
.iztro-star-helper,
.iztro-palace-fate,
.iztro-palace-horo-star,
.iztro-palace-scope,
.iztro-palace-dynamic-name,
.iztro-palace-lft24,
.iztro-palace-rgt24 {
  font-size: var(--iztro-star-font-size-small);
  font-weight: normal;
  text-wrap: nowrap;
}
.iztro-palace-scope-age {
  text-wrap: balance;
}
.iztro-palace-scope-age,
.iztro-palace-scope-decadal {
  color: var(--iztro-color-text);
}

.iztro-palace-lft24 {
  color: var(--iztro-color-decorator-1);
}
.iztro-palace-rgt24 {
  color: var(--iztro-color-decorator-2);
  text-wrap: nowrap;
}

.iztro-star-major,
.iztro-star-tianma,
.iztro-star-lucun,
.iztro-palace-name,
.iztro-palace-gz {
  font-size: var(--iztro-star-font-size-big);
  font-weight: bold;
}

.iztro-star-tianma {
  color: var(--iztro-color-active);
}
.iztro-star-lucun {
  color: var(--iztro-color-awesome);
}

.iztro-palace-horo-star .iztro-star {
  opacity: 0.75;
}
.iztro-palace-horo-star .iztro-star-tianma,
.iztro-palace-horo-star .iztro-star-lucun {
  font-weight: normal;
  font-size: var(--iztro-star-font-size-small);
}

.iztro-star-brightness,
.iztro-star-adjective {
  font-style: normal;
  font-weight: normal;
  color: var(--iztro-color-text);
}

.iztro-star-brightness {
  opacity: 0.5;
}

.iztro-star-major,
.iztro-star-soft,
.iztro-palace-name {
  color: var(--iztro-color-major);
}
.iztro-star-tough {
  color: var(--iztro-color-tough);
}
.iztro-star-flower {
  color: var(--iztro-color-happy);
}
.iztro-star-helper,
.iztro-palace-gz {
  color: var(--iztro-color-nice);
}

.iztro-star-mutagen.mutagen-0 {
  background-color: var(--iztro-color-awesome);
}
.iztro-star-mutagen.mutagen-1 {
  background-color: var(--iztro-color-quan);
}
.iztro-star-mutagen.mutagen-2 {
  background-color: var(--iztro-color-nice);
}
.iztro-star-mutagen.mutagen-3 {
  background-color: var(--iztro-color-focus);
}

.iztro-star-mutagen.mutagen-decadal {
  background-color: var(--iztro-color-decadal);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-yearly {
  background-color: var(--iztro-color-yearly);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-monthly {
  background-color: var(--iztro-color-monthly);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-daily {
  background-color: var(--iztro-color-daily);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-hourly {
  background-color: var(--iztro-color-hourly);
  opacity: 0.6;
}

.iztro-palace-gz .iztro-palace-gz-active {
  background-color: var(--iztro-color-nice);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-0 {
  background-color: var(--iztro-color-awesome);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-1 {
  background-color: var(--iztro-color-quan);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-2 {
  background-color: var(--iztro-color-nice);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-3 {
  background-color: var(--iztro-color-focus);
  color: #fff;
  font-weight: normal;
}

.iztro-star-self-mutagen-0::before {
  background-color: var(--iztro-color-awesome);
}
.iztro-star-self-mutagen-1::before {
  background-color: var(--iztro-color-quan);
}
.iztro-star-self-mutagen-2::before {
  background-color: var(--iztro-color-nice);
}
.iztro-star-self-mutagen-3::before {
  background-color: var(--iztro-color-focus);
}

.iztro-star-hover-mutagen-0::after {
  background-color: var(--iztro-color-awesome);
}
.iztro-star-hover-mutagen-1::after {
  background-color: var(--iztro-color-quan);
}
.iztro-star-hover-mutagen-2::after {
  background-color: var(--iztro-color-nice);
}
.iztro-star-hover-mutagen-3::after {
  background-color: var(--iztro-color-focus);
}

.iztro-palace-name-body {
  font-size: var(--iztro-star-font-size-small);
  font-weight: normal;
  position: absolute;
  margin-top: 2px;
}

.iztro-palace-fate span {
  display: block;
  padding: 0 3px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--iztro-color-major);
  cursor: pointer;
}

.iztro-palace-center-item {
  font-size: var(--iztro-star-font-size-small);
  line-height: 22px;
  text-align: left;
}

.iztro-palace-center-item label {
  color: var(--iztro-color-text);
}

.iztro-palace-center-item span {
  color: var(--iztro-color-decorator-1);
}

.gender {
  display: inline-block;
  margin-right: 5px;
}
.gender.gender-male {
  color: var(--iztro-color-quan);
}
.gender.gender-female {
  color: var(--iztro-color-happy);
}
.confirm-view {
  width: 342px;
  background-color: #fff;
  border-radius: 15px;
  padding: 36px 26px;
  position: relative;
  box-sizing: border-box;
}
.confirm-view .xicon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.confirm-view .confirm-title {
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  padding: 0 16px;
}
.confirm-view .confirm-sub-title {
  font-size: 14px;
  color: rgb(144, 153, 165);
  padding: 0 16px;
}
.confirm-view .confirm-button {
  margin-top: 40px;
}
.confirm-view .confirm-button > div {
  width: 128px;
  height: 48px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 14px;
  background-color: rgb(215, 215, 215);
  color: #fff;
}
.confirm-view .confirm-button > div:last-child {
  background-color: #9e7cef;
  margin-left: 20px;
}.popup-new-link {
  background-color: #fff;
  border-radius: 10px;
  width: 270px;
}
.popup-new-link .title {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup-new-link input {
  width: 230px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 30px;
  background-color: rgb(246, 248, 254);
  outline: none;
  padding: 0 16px;
  padding-right: 40px;
  box-sizing: border-box;
}
.popup-new-link .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
.popup-new-link .input-wrap > div {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #6d6d6d;
  font-size: 13px;
}
.popup-new-link .button-box {
  width: 100%;
  border-top: 1px solid #eee;
}
.popup-new-link .button-box > div {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: rgb(0, 122, 255);
  font-size: 14px;
}
.popup-new-link .button-box > div:last-child {
  font-weight: bold;
  border-left: 1px solid #eee;
}.history-view {
  width: 263px;
  height: 100%;
  background-color: #fff;
  padding: 44px 10px 5px 10px;
  box-sizing: border-box;
}
.history-view .history-title {
  color: rgb(113, 113, 113);
  font-size: 12px;
  margin: 26px 0 20px 0;
}
.history-view .history-item {
  color: rgb(43, 43, 43);
  font-size: 14px;
  margin-bottom: 16px;
}.mine-view {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overscroll-behavior: none;
}
.mine-view::-webkit-scrollbar {
  display: none;
}
.mine-view .mine-bar {
  height: 120px;
  padding-top: 5px;
  background-image: linear-gradient(180deg, #8d62f4 0%, #c9c5f9 145%);
  position: relative;
  margin-bottom: 70px;
}
.mine-view .mine-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mine-view .mine-bar .mine-info-wrap {
  margin-left: 20px;
  margin-top: 20px;
}
.mine-view .mine-bar .mine-info-wrap .mine-info {
  margin-left: 16px;
}
.mine-view .mine-bar .mine-info-wrap .mine-info .mine-name {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
.mine-view .mine-bar .mine-info-wrap .mine-info .mine-other > div:first-child {
  font-size: 12px;
  width: 67px;
  height: 24px;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
}
.mine-view .mine-bar .mine-info-wrap .mine-info .mine-other > div:last-child {
  color: #4b4b4b;
  font-size: 14px;
}
.mine-view .mine-bar .mine-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  padding: 16px 28px;
  box-shadow: -1px 4px 9px 0px #ebebeb;
}
.mine-view .mine-bar .mine-card .title {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.mine-view .mine-bar .mine-card .sub-title {
  font-size: 12px;
  color: #808080;
}
.mine-view .card-group {
  margin: 0 20px;
}
.mine-view .card-group .title {
  font-size: 16px;
  color: #787878;
  margin-bottom: 10px;
}
.mine-view .card-group .card-group-wrap {
  border-radius: 10px;
  position: relative;
  background-color: rgba(141, 98, 244, 0.2);
}
.mine-view .card-group .card-group-wrap .card-item {
  padding: 16px 28px;
  position: relative;
}
.mine-view .card-group .card-group-wrap .card-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  border-bottom: 1px solid #d9d4d4;
}
.mine-view .card-group .card-group-wrap .card-item img {
  margin-right: 10px;
}
.mine-view .card-group .card-group-wrap .card-item .icon-forward {
  position: absolute;
  right: 28px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.mine-view .card-group-mine {
  margin-top: 28px;
}
.mine-view .logout-button {
  padding: 16px 28px;
  position: relative;
  background-color: rgba(141, 98, 244, 0.2);
  margin: 0 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.mine-view .logout-button .xicon {
  margin-right: 10px;
}
.mine-view .picture {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.mine-view .picture::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #8d62f4;
}
.mine-view .picture div {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9972f3;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
}

.guid {
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.guid .bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guid .back {
  position: absolute;
  top: 10px;
  left: 20px;
}
.guid .content {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  background-color: #fff;
  height: calc(100vh - 80px);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.guid .header {
  margin: 10px;
}
.guid .header img {
  width: 21px;
  margin-top: -2px;
  margin-right: 16px;
}
.guid .title-1 {
  margin: 10px;
  margin-left: 20px;
  font-size: 16px;
}
.guid .title-2 {
  margin: 10px;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 14px;
}
.guid .guid-2 {
  width: 322px;
  margin-left: 20px;
  margin-top: 16px;
}
.guid .title-3 {
  font-size: 14px;
  margin-top: 40px;
  margin-left: 20px;
}
.guid .guid-3 {
  width: 322px;
  margin-left: 20px;
  margin-top: 16px;
}.profile-view {
  width: 100vw;
  height: 100%;
  background: #fff;
}
.profile-view .profile-bar {
  height: 100px;
  padding-top: 10px;
  background-image: linear-gradient(to bottom, #3dcabd, #b6fff8);
  position: relative;
}
.profile-view .profile-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-view .profile-bar .xicon {
  position: absolute;
  left: 10px;
  bottom: 50px;
}
.profile-view .profile-info-wrap {
  position: relative;
  top: -26px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0 38px;
  overflow: hidden;
}
.profile-view .profile-info-wrap .info-bar {
  margin-top: 30px;
  height: 100px;
  position: relative;
}
.profile-view .profile-info-wrap .info-bar img {
  position: absolute;
  right: -10px;
  bottom: 10px;
  top: -30px;
}
.profile-view .profile-info-wrap .info-bar .title {
  font-size: 24px;
  color: #000;
}
.profile-view .profile-info-wrap .info-bar .sub-title {
  font-size: 14px;
  color: #9099a5;
  margin-top: 8px;
  width: 200px;
  line-height: 20px;
}
.profile-view .profile-info-wrap .info-bar .icon-profile {
  margin-top: 15px;
}
.profile-view .form-item {
  margin-bottom: 28px;
}
.profile-view .form-item .form-name {
  font-size: 16px;
  margin-bottom: 16px;
}
.profile-view .form-item input {
  height: 48px;
  outline: none;
  border: 1px solid #e1e3e8;
  border-radius: 10px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.profile-view .form-item .sex-select > div {
  width: 145px;
  height: 48px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.profile-view .form-item .sex-select > div:first-child {
  margin-right: 20px;
}
.profile-view .form-item .sex-select .active {
  border-color: #8d62f4;
  color: #8d62f4;
  background-color: #d7caf5;
}
.profile-view .form-item .birthday-select {
  width: 160px;
  height: 32px;
  border-radius: 30px;
  background-color: #f5f5f5;
  color: #bebebe;
  position: relative;
}
.profile-view .form-item .birthday-select::before {
  content: "";
  position: absolute;
  border-radius: 30px;
  width: 50%;
  height: 100%;
  background-color: #3dcabd;
  transition: transform 0.3s;
}
.profile-view .form-item .birthday-select div {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.profile-view .form-item .birthday-select-active-1 div:first-child {
  color: #fff;
}
.profile-view .form-item .birthday-select-active-2::before {
  transform: translateX(100%);
}
.profile-view .form-item .birthday-select-active-2 div:last-child {
  color: #fff;
}
.profile-view .form-item .select-input {
  height: 48px;
  outline: none;
  border: 1px solid #e1e3e8;
  border-radius: 10px;
  padding: 0 10px;
  position: relative;
  margin-top: 20px;
}
.profile-view .form-item .select-input span {
  color: #7a7a7a;
}
.profile-view .form-item .select-input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.profile-view .submit {
  width: 322px;
  height: 48px;
  background-color: #9e7cef;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.profile-view .add-user {
  text-align: center;
  color: #9e7cef;
  font-size: 16px;
  margin-top: 20px;
}
.profile-view .form-waring {
  color: #a53737;
  margin-top: 8px;
  margin-left: 5px;
}.member-view, .pay-history-view {
  width: 100vw;
  height: 100%;
  background: #fff;
}
.member-view .member-bar, .pay-history-view .member-bar {
  height: 120px;
  padding-top: 24px;
  background-image: linear-gradient(180deg, #8d62f4 0%, #c9c5f9 145%);
  position: relative;
  margin-bottom: 70px;
}
.member-view .member-bar .member-header, .pay-history-view .member-bar .member-header {
  padding: 0 10px;
  font-size: 14px;
  color: rgb(54, 54, 54);
  position: relative;
}
.member-view .member-bar .member-header .member-header-title, .pay-history-view .member-bar .member-header .member-header-title {
  text-align: center;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
.member-view .member-bar .member-header .member-header-title > div, .pay-history-view .member-bar .member-header .member-header-title > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member-view .member-bar .member-card, .pay-history-view .member-bar .member-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  height: 68px;
  padding: 0 24px;
  box-shadow: -1px 4px 9px 0px #ebebeb;
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.member-view .member-bar .member-card .sub-title, .pay-history-view .member-bar .member-card .sub-title {
  font-size: 10px;
  color: rgb(128, 128, 128);
  white-space: nowrap;
}
.member-view .member-bar .member-card .sub-title span, .pay-history-view .member-bar .member-card .sub-title span {
  font-size: 24px;
  color: rgb(188, 114, 228);
}
.member-view .member-tips-card, .pay-history-view .member-tips-card {
  height: 108px;
  width: calc(100% - 40px);
  background: radial-gradient(74.86% 74.86% at 25.14% 50%, #c9c5f9 0%, #8d62f4 100%);
  background-size: cover;
  margin-left: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.member-view .member-tips-card img, .pay-history-view .member-tips-card img {
  margin-left: 30px;
}
.member-view .member-tips-card .member-tips-info, .pay-history-view .member-tips-card .member-tips-info {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.member-view .member-tips-card .member-tips-info > div:last-child, .pay-history-view .member-tips-card .member-tips-info > div:last-child {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.member-view .title, .pay-history-view .title {
  color: rgb(120, 120, 120);
  font-size: 16px;
  margin: 30px 0 20px 20px;
}
.member-view .member-select-card, .pay-history-view .member-select-card {
  height: 108px;
  width: calc(100% - 40px);
  margin-left: 20px;
}
.member-view .member-select-card > div, .pay-history-view .member-select-card > div {
  width: 110px;
  height: 108px;
  color: rgb(26, 26, 26);
  border: 3px solid rgb(255, 255, 255);
  background: rgba(141, 98, 244, 0.2);
  border-radius: 10px;
}
.member-view .member-select-card > div > div, .pay-history-view .member-select-card > div > div {
  margin-top: 5px;
  font-size: 16px;
}
.member-view .member-select-card > div .sub-title, .pay-history-view .member-select-card > div .sub-title {
  font-size: 14px;
}
.member-view .member-select-card .active, .pay-history-view .member-select-card .active {
  border: 3px solid #8d62f4;
}
.member-view .member-submit, .pay-history-view .member-submit {
  margin: 60px auto 0 auto;
  width: 322px;
  height: 48px;
  background: #8d62f4;
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.pay-view {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 44px 0;
  background-color: #fff;
}
.pay-view #ECPayPayment {
  padding: 0 16px;
}
.pay-view .pay-submit {
  width: 100%;
  height: 44px;
  font-size: 16px;
  border-radius: 30px;
  background-color: #ce89f2;
  color: #fff;
  margin-top: 30px;
  padding: 0 16px;
  box-sizing: border-box;
}

.webview {
  width: 100vw;
  height: 100%;
  background: #fff;
}
.webview iframe {
  width: 100%;
  height: 100%;
}

.pay-history-view {
  height: 100vh;
}
.pay-history-view .member-bar {
  margin-bottom: 0;
}
.pay-history-view .pay-history-wrap {
  margin: 0 16px;
  transform: translateY(-36px);
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 10px;
}
.pay-history-view .pay-history-wrap .pay-history-item {
  padding: 16px 28px;
  position: relative;
}
.pay-history-view .pay-history-wrap .pay-history-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  border-top: 1px solid #dedede;
  width: calc(100% - 56px);
}
.pay-history-view .pay-history-wrap .pay-history-item > div:first-child {
  font-size: 14px;
  color: #000;
}
.pay-history-view .pay-history-wrap .pay-history-item > div:first-child > div:first-child {
  font-weight: 600;
}
.pay-history-view .pay-history-wrap .pay-history-item > div:last-child {
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
}
.pay-history-view .tips {
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}.map-view {
  height: 100%;
}
.map-view .map-bar {
  height: 40px;
  font-size: 24px;
  position: relative;
}
.map-view .map-bar .temp-title {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 16px;
}
.map-view .map-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.map-view .map-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 24px;
  border-bottom: 2px solid #ffbb00;
  transform: translateX(-45px);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.map-view .map-bar-1::before {
  transform: translateX(18px);
}
.map-view .map-bar .xicon {
  position: absolute;
  right: 16px;
}
.map-view .map-bar > div {
  position: relative;
}
.map-view .map-bar > div > div {
  color: #bfbfbf;
  font-size: 16px;
  transition: transform 0.2s;
}
.map-view .map-bar > div > div:last-child {
  margin-left: 16px;
}
.map-view .map-bar .tab-active {
  color: #fff;
  transform: scale(1.3);
}
.map-view .map-bar .scale-tools {
  font-size: 12px;
  position: absolute;
  right: 10px;
}
.map-view .temp-wrap > div {
  padding-right: 20px;
}
.map-view .temp-wrap > div img {
  width: 200px;
  height: 200px;
}
.map-view .temp-wrap > div div {
  padding-top: 50px;
  color: #5b5b5b;
  line-height: 20px;
  font-size: 12px;
}
.map-view .temp-wrap > div div span:first-child {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.map-view .temp-wrap > div:last-child {
  padding-left: 20px;
  padding-right: 0px;
  margin-top: 30px;
}
.map-view .temp-wrap > div:last-child img {
  margin-top: 30px;
}.home-view {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-view .content-wrap {
  overflow: hidden;
}
.home-view .home-tabs {
  height: 60px;
  background-color: rgb(35, 23, 69);
  font-size: 12px;
  color: rgb(185, 185, 185);
}
.home-view .home-tabs span {
  margin-top: 5px;
}
.home-view .home-tabs .tab-ask {
  width: 47px;
  height: 52px;
  position: relative;
  margin: 0 80px;
}
.home-view .home-tabs .tab-ask > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-view .home-tabs .tabs-active {
  color: rgb(232, 232, 232);
}

.guide-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: rgb(31, 31, 31);
  font-size: 16px;
  font-weight: 700;
}
.guide-info > div {
  margin-top: 10px;
}
.guide-info .guide-sub-title {
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 400;
}
.guide-info .guide-sub-title > span:last-child {
  margin-top: 5px;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}