@charset "UTF-8";

/* stylelint-disabled */
html[data-v-601df285],
body[data-v-601df285],
div[data-v-601df285],
span[data-v-601df285],
iframe[data-v-601df285],
h1[data-v-601df285],
h2[data-v-601df285],
h3[data-v-601df285],
h4[data-v-601df285],
h5[data-v-601df285],
h6[data-v-601df285],
p[data-v-601df285],
blockquote[data-v-601df285],
pre[data-v-601df285],
a[data-v-601df285],
abbr[data-v-601df285],
acronym[data-v-601df285],
address[data-v-601df285],
big[data-v-601df285],
cite[data-v-601df285],
code[data-v-601df285],
del[data-v-601df285],
dfn[data-v-601df285],
em[data-v-601df285],
img[data-v-601df285],
ins[data-v-601df285],
kbd[data-v-601df285],
q[data-v-601df285],
s[data-v-601df285],
samp[data-v-601df285],
small[data-v-601df285],
strike[data-v-601df285],
strong[data-v-601df285],
sub[data-v-601df285],
sup[data-v-601df285],
tt[data-v-601df285],
b[data-v-601df285],
u[data-v-601df285],
i[data-v-601df285],
dl[data-v-601df285],
dt[data-v-601df285],
dd[data-v-601df285],
ol[data-v-601df285],
ul[data-v-601df285],
li[data-v-601df285],
fieldset[data-v-601df285],
form[data-v-601df285],
label[data-v-601df285],
legend[data-v-601df285],
table[data-v-601df285],
caption[data-v-601df285],
tbody[data-v-601df285],
tfoot[data-v-601df285],
thead[data-v-601df285],
tr[data-v-601df285],
th[data-v-601df285],
td[data-v-601df285],
article[data-v-601df285],
aside[data-v-601df285],
canvas[data-v-601df285],
details[data-v-601df285],
embed[data-v-601df285],
figure[data-v-601df285],
figcaption[data-v-601df285],
footer[data-v-601df285],
header[data-v-601df285],
menu[data-v-601df285],
nav[data-v-601df285],
output[data-v-601df285],
ruby[data-v-601df285],
section[data-v-601df285],
summary[data-v-601df285],
time[data-v-601df285],
mark[data-v-601df285],
audio[data-v-601df285],
video[data-v-601df285],
input[data-v-601df285],
button[data-v-601df285],
optgroup[data-v-601df285],
select[data-v-601df285],
textarea[data-v-601df285] {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
}
[data-v-601df285] {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早起浏览器*/
  -moz-user-select: none;
  /*火狐浏览器*/
  -ms-user-select: none;
  /*IE浏览器*/
  user-select: none;
  /*用户是否能够选中文本*/
}
input[data-v-601df285] {
  user-select: auto;
  -webkit-user-select: auto;
  /*webkit浏览器*/
}

/* HTML5 display-role reset for older browsers */
article[data-v-601df285],
aside[data-v-601df285],
details[data-v-601df285],
figcaption[data-v-601df285],
figure[data-v-601df285],
footer[data-v-601df285],
header[data-v-601df285],
menu[data-v-601df285],
nav[data-v-601df285],
section[data-v-601df285] {
  display: block;
}
html[data-v-601df285] {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body[data-v-601df285] {
  line-height: 1;
}
blockquote[data-v-601df285],
q[data-v-601df285] {
  quotes: none;
}
blockquote[data-v-601df285]:before,
blockquote[data-v-601df285]:after,
q[data-v-601df285]:before,
q[data-v-601df285]:after {
  content: none;
}
table[data-v-601df285] {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a[data-v-601df285] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: underline;
  color: #4187ff;
  background-color: transparent;
}
li[data-v-601df285] {
  list-style: none;
}
body[data-v-601df285] {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[data-v-601df285] {
  border-style: none;
}
button[data-v-601df285],
input[data-v-601df285],
optgroup[data-v-601df285],
select[data-v-601df285],
textarea[data-v-601df285] {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
button[data-v-601df285],
input[data-v-601df285] {
  /* 1 */
  overflow: visible;
  scrollbar-highlight-color: transparent;
}
button[data-v-601df285],
select[data-v-601df285] {
  /* 1 */
  text-transform: none;
}
button[data-v-601df285],
[type=button][data-v-601df285],
[type=reset][data-v-601df285],
[type=submit][data-v-601df285] {
  -webkit-appearance: none;
}
button[data-v-601df285]::-moz-focus-inner,
[type=button][data-v-601df285]::-moz-focus-inner,
[type=reset][data-v-601df285]::-moz-focus-inner,
[type=submit][data-v-601df285]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-601df285]:-moz-focusring,
[type=button][data-v-601df285]:-moz-focusring,
[type=reset][data-v-601df285]:-moz-focusring,
[type=submit][data-v-601df285]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-601df285] {
  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[data-v-601df285] {
  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[data-v-601df285] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-601df285] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-601df285],
[type=radio][data-v-601df285] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-601df285]::-webkit-inner-spin-button,
[type=number][data-v-601df285]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-601df285] {
  -webkit-appearance: none;
  /* 1 */
  outline-offset: -0.125rem;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-601df285]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type=search][data-v-601df285]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-601df285]::-webkit-file-upload-button {
  -webkit-appearance: none;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-601df285] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-601df285] {
  display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template[data-v-601df285] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-601df285] {
  display: none;
}
.id-type[data-v-601df285] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 0.625rem;
  color: #fff;
  height: 100vh;
}
.id-type .id-type-title[data-v-601df285] {
  padding-bottom: 2.8125rem;
  font-size: 1.125rem;
}
.id-type .id-type-card[data-v-601df285] {
  height: 5.625rem;
  background: linear-gradient(272deg, #ffbf24 0%, #fe9013 100%);
  border-radius: 0.5rem;
  margin-top: 0.9375rem;
  padding: 1.375rem;
}
.id-type .id-type-card > div[data-v-601df285] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.id-type .id-type-card .left div[data-v-601df285]:first-child {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.id-type .id-type-card .left div:last-child span[data-v-601df285] {
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid #ffeecb;
  border-radius: 0.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  font-size: 0.75rem;
  opacity: 0.7;
  margin-right: 0.5rem;
}
.id-type .id-hk[data-v-601df285] {
  background: linear-gradient(270deg, #48a1ff 0%, #064ffb 100%);
}
.id-type .footer[data-v-601df285] {
  color: #bfc7de;
}
.id-type .footer .prepare[data-v-601df285] {
  display: flex;
  justify-content: center;
}
.id-type .footer .condition[data-v-601df285] {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.id-type .footer .condition > div[data-v-601df285] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.id-type .footer .condition > div .img[data-v-601df285] {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.625rem;
}
.van-button.van-dialog__cancel[data-v-601df285] {
  width: 5rem !important;
}
