/*! 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 */
  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;
}

:root:root{--adm-color-primary:#fe3666}body,html{margin:0}#root,body,html{height:100%}
:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:#333;color:var(--adm-color-text);font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,segoe ui,arial,roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;font-family:var(--adm-font-family);font-size:13px;font-size:var(--adm-font-size-main)}a,button{cursor:pointer}a{color:#1677ff;color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:inherit;transition:none}.adm-plain-anchor:active{opacity:1}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;bottom:-100vh;height:calc(var(--size)/2*2px);pointer-events:none;position:fixed;right:-100vw;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:0}
.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));background-color:var(--background-color);border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--text-color);cursor:pointer;display:inline-block;font-size:var(--adm-font-size-9);height:auto;line-height:1.4;margin:0;padding:7px 12px;position:relative;text-align:center;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);box-sizing:content-box;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transform:translate(calc(var(--border-width)*-1),calc(var(--border-width)*-1));width:100%}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{font-size:var(--adm-font-size-main);padding-bottom:3px;padding-top:3px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{font-size:var(--adm-font-size-7);padding-bottom:3px;padding-top:3px}.adm-button.adm-button-large{font-size:var(--adm-font-size-10);padding-bottom:11px;padding-top:11px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{align-items:center;display:flex;height:1.4em;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}
.adm-dot-loading{display:inline-block}
.adm-check-list-item-extra{color:var(--adm-color-primary);font-size:var(--adm-font-size-10);line-height:1}.adm-check-list-item-readonly{cursor:inherit}
.adm-list{--header-font-size:var(--adm-font-size-7);--prefix-width:"auto";--prefix-padding-right:12px;--align-items:center;--active-background-color:var(--adm-color-border);--border-inner:solid 1px var(--adm-color-border);--border-top:solid 1px var(--adm-color-border);--border-bottom:solid 1px var(--adm-color-border);--padding-left:12px;--padding-right:12px;--font-size:var(--adm-font-size-9);--extra-max-width:70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);font-size:var(--font-size);overflow:hidden}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-bottom:var(--border-bottom);border-top:var(--border-top)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{background-color:var(--adm-color-background);display:block;line-height:1.5;padding-left:var(--padding-left);position:relative}.adm-list-item-description,.adm-list-item-title{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{align-items:var(--align-items);border-top:var(--border-inner);display:flex;justify-content:flex-start;padding-right:var(--padding-right)}.adm-list-item-content-prefix{flex:none;padding-right:var(--prefix-padding-right);width:var(--prefix-width)}.adm-list-item-content-main{flex:auto;padding:12px 0}.adm-list-item-content-extra{color:var(--adm-color-weak);flex:none;font-size:var(--adm-font-size-7);max-width:var(--extra-max-width);padding-left:12px}.adm-list-item-content-arrow{align-items:center;color:var(--adm-color-light);display:flex;flex:none;font-size:19px;margin-left:4px}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{border-bottom:var(--border-inner);bottom:-1px;content:" ";display:block;left:0;position:absolute;width:100%}
.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{background-color:var(--adm-color-background);position:fixed;z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{bottom:0;left:0;width:100%}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{left:0;top:0;width:100%}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;left:0;top:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;right:0;top:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{color:var(--adm-color-weak);cursor:pointer;font-size:18px;line-height:1;padding:4px}
.adm-mask{--z-index:var(--adm-mask-z-index,1000);display:block;position:fixed;z-index:var(--z-index)}.adm-mask,.adm-mask-aria-button{height:100%;left:0;top:0;width:100%}.adm-mask-aria-button{pointer-events:none;position:absolute;z-index:0}.adm-mask-content{z-index:1}
.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);min-width:0;position:relative}.adm-tabs-header{border-bottom:1px solid var(--adm-color-border);position:relative}.adm-tabs-tab-list{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:scroll;position:relative;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{cursor:pointer;font-size:var(--title-font-size);margin:0 auto;padding:8px 0 10px;position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{cursor:not-allowed;opacity:.5}.adm-tabs-tab-line{background:var(--active-line-color);border-radius:var(--active-line-border-radius);bottom:0;height:var(--active-line-height);position:absolute}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{bottom:0;height:100%;pointer-events:none;position:absolute;top:0;width:30px;z-index:1}.adm-tabs-header-mask-left{background:linear-gradient(to right,var(--adm-color-background),hsla(0,0%,100%,0));left:0}.adm-tabs-header-mask-right{background:linear-gradient(to left,var(--adm-color-background),hsla(0,0%,100%,0));right:0}
.adm-tag{--border-radius:var(--adm-tag-border-radius,2px);background:var(--background-color);border:1px solid var(--border-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--text-color);display:inline-block;font-size:var(--adm-font-size-3);font-weight:400;line-height:1;padding:2px 4px;white-space:nowrap}.adm-tag-round{border-radius:100px}
.adm-toast-mask .adm-toast-wrap{height:100%;left:0;position:fixed;text-align:center;top:0;width:100%}.adm-toast-mask .adm-toast-main{background-color:rgba(0,0,0,.7);border-radius:8px;box-sizing:border-box;color:#fff;display:inline-block;font-size:var(--adm-font-size-7);line-height:1.5;max-height:70%;max-width:204px;overflow:auto;pointer-events:all;position:relative;text-align:left;text-align:initial;top:50%;transform:translateY(-50%);width:auto;word-break:break-all}.adm-toast-mask .adm-toast-main-text{min-width:0;padding:12px}.adm-toast-mask .adm-toast-main-icon{min-width:150px;padding:35px 12px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{font-size:36px;line-height:1;margin-bottom:8px;text-align:center}.adm-toast-loading{--size:48px;margin:0 auto 8px}
.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;height:var(--size);width:var(--size)}.adm-spin-loading-svg{animation:adm-spin-loading-rotate .8s linear infinite;height:100%;width:100%}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}
.L8dSk3caqeDHBNj319Ct{box-sizing:border-box;height:100%;min-height:144.92754vw;padding:13.28502vw 8.45411vw env(safe-area-inset-bottom);position:relative;text-align:center}
._1f9OZR0mTh4fI9tx01F{align-items:center;display:flex;flex-direction:column}.cHR5kinQz7X_9YaalL_x{border-radius:8.69565vw;height:17.3913vw;width:17.3913vw}.uOZ3lkgadTpMyg12Xef7{color:#222;font-size:4.10628vw;font-weight:700;letter-spacing:0;margin:2.41546vw 0 15.21739vw}
.FgwGuOYbc5LULGv_8UPg{padding-bottom:3.62319vw}.zUwirLHUhTrjxU0E98iC .adm-tabs-header{border-bottom-width:0}.zUwirLHUhTrjxU0E98iC .adm-tabs-tab-active{font-weight:700}
.MPimZ3DVdcUnUbtSI489{margin-top:3.62319vw}.tqcjqZMUMML_CCrjH3Er{position:relative;width:100%}.tqcjqZMUMML_CCrjH3Er input{border:1px solid #e2e2e2;border-radius:5.31401vw;box-sizing:border-box;font-size:3.86473vw;height:10.62802vw;padding:2.89855vw 24.15459vw 2.89855vw 4.83092vw;transition:border .3s ease-in-out;width:100%}.tqcjqZMUMML_CCrjH3Er input:focus{border:1px solid #222;outline-width:0}.tqcjqZMUMML_CCrjH3Er .jjYNpEoJJFyAP3xu85Ch{align-items:center;display:flex;justify-content:center;position:absolute;right:4.10628vw;top:2.17391vw}.tqcjqZMUMML_CCrjH3Er .jjYNpEoJJFyAP3xu85Ch .xecsz34QondSG2sYzsCX{height:3.86473vw;padding:1.20773vw;width:3.86473vw}.tqcjqZMUMML_CCrjH3Er .i2qnbWLEZJI1rhYmb1SS{position:absolute;right:4.10628vw;top:1.93237vw}.tqcjqZMUMML_CCrjH3Er .i2qnbWLEZJI1rhYmb1SS .Y30ZwDo_KOWCnug9R1uU{height:5.31401vw;padding:1.20773vw;width:5.31401vw}.tqcjqZMUMML_CCrjH3Er .McwfSQ4oBOa1NWjSzRN3{right:13.28502vw}.tqcjqZMUMML_CCrjH3Er .Pufeq_cyvsLsSwXLTP10{right:28.26087vw}.tqcjqZMUMML_CCrjH3Er .bb2K0JzixJ955nYtMBLt{color:#fe3666;flex:0 0 19.32367vw;padding:2.41546vw 0;position:absolute;right:4.83092vw;top:1.20773vw}.tqcjqZMUMML_CCrjH3Er .LBb1wBRYYA7kJ1KcFvqe{opacity:.5}._9V4sXeRa3J4uC8ELVuS{margin-bottom:3.62319vw}
.ek097rSRd31dL0BRHK9A{bottom:7.24638vw;left:50%;padding-bottom:env(safe-area-inset-bottom);position:absolute;transform:translateX(-50%);width:80.91787vw}.oB9d2dlDEemioLLEQXxm{color:#666;font-size:3.1401vw;line-height:4.83092vw;text-align:center}.Ok9PjWcGz3qBnr472W_n{color:#003569}.CIaaBBnS0hbDK6ast3aP{color:#222}.jeaWO0qCiCzSlDFvZyYQ,.CIaaBBnS0hbDK6ast3aP{font-size:3.1401vw;line-height:4.83092vw;text-align:left}.jeaWO0qCiCzSlDFvZyYQ{color:#666}
.a0cum4tFSFpy6anCAYt1{color:#222;font-size:3.38164vw;text-align:center}
.jpQlAyr1Cs3QdhvF7Mmm{margin:6.03865vw auto 3.62319vw}.UYYzL2kap1cUOx3Zojpv{background:#fe3666;border:none;border-radius:5.31401vw;color:#fff;font-size:3.86473vw;font-weight:500;height:10.62802vw;line-height:10.62802vw;width:100%}.bQ7etUtxZskdoVS2IzPM{opacity:.4}
.KBTqriPn5Ww_9U5pxaBT{background-color:#fff;border-radius:4.34783vw 4.34783vw 0 0;box-sizing:border-box;height:100%;width:100%}.KBTqriPn5Ww_9U5pxaBT,.kMONFusRMonrPIRD6aaN{position:relative;text-align:center}.kMONFusRMonrPIRD6aaN{color:#222;font-weight:700;height:12.80193vw;line-height:12.80193vw}.kMONFusRMonrPIRD6aaN .dlDUUsHbu2JnGKh9zfhq{height:4.34783vw;left:4.58937vw;position:absolute;top:4.34783vw;width:4.34783vw}.AIEA2VJADXQp7u8kgtKH{align-items:center;background-color:#fff;border-bottom:1.93237vw solid #fff;border-top:1px solid #f0f0f0;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:1.93237vw 0 env(safe-area-inset-bottom);position:fixed;width:100%}.FME4lpiURsuOTM5fK0oj{max-height:50vh;overflow:auto;padding:0 4.83092vw 24.15459vw}.aGN5xHRugcg1VLChabZr{align-items:center;background:#f8f8f8;border-radius:2.89855vw;display:flex;height:17.3913vw;justify-content:flex-start;margin-bottom:3.38164vw}.nkeFNUctRMJ8sSVh5YAU{border:1px solid #eaeaea;border-radius:50%;height:11.5942vw;width:11.5942vw}.Zu1qpdnUZ_rNbrRgOoy3{color:#222;font-size:3.86473vw;font-weight:400;height:5.7971vw;line-height:5.7971vw;margin-bottom:1.20773vw;overflow:hidden;text-align:left;text-overflow:ellipsis;width:60.86957vw}.aKZutQL8iZ7HiXuf7RPQ{display:flex;flex-direction:row;justify-content:flex-start}
.kpro-common-event-collector-error-boundary-button{background:#326bfb;border-radius:4px;color:#fff;cursor:pointer;height:32px;margin-top:24px;padding:5px 15px}
.kpro-common-event-collector-mobile-result-container{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.kpro-common-event-collector-mobile-result-notice-png{height:84px;margin-top:20%;width:84px}.kpro-common-event-collector-mobile-result-info{color:#9c9c9c;font-size:14px;line-height:22px;margin:16px 0;text-align:center;width:80%}.kpro-common-event-collector-mobile-result-title{font-size:18px;font-weight:600;margin:22px 0 4px}
.kpro-common-event-collector-pc-result-container{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.kpro-common-event-collector-pc-result-icon{margin-top:20%}.kpro-common-event-collector-pc-result-title{font-size:18px;font-weight:600;margin:22px 0 4px}.kpro-common-event-collector-pc-result-subTitle{color:#8c8c8c;line-height:22px}
