@charset "UTF-8";

/* stylelint-disabled */
html[data-v-7e998adb],
body[data-v-7e998adb],
div[data-v-7e998adb],
span[data-v-7e998adb],
iframe[data-v-7e998adb],
h1[data-v-7e998adb],
h2[data-v-7e998adb],
h3[data-v-7e998adb],
h4[data-v-7e998adb],
h5[data-v-7e998adb],
h6[data-v-7e998adb],
p[data-v-7e998adb],
blockquote[data-v-7e998adb],
pre[data-v-7e998adb],
a[data-v-7e998adb],
abbr[data-v-7e998adb],
acronym[data-v-7e998adb],
address[data-v-7e998adb],
big[data-v-7e998adb],
cite[data-v-7e998adb],
code[data-v-7e998adb],
del[data-v-7e998adb],
dfn[data-v-7e998adb],
em[data-v-7e998adb],
img[data-v-7e998adb],
ins[data-v-7e998adb],
kbd[data-v-7e998adb],
q[data-v-7e998adb],
s[data-v-7e998adb],
samp[data-v-7e998adb],
small[data-v-7e998adb],
strike[data-v-7e998adb],
strong[data-v-7e998adb],
sub[data-v-7e998adb],
sup[data-v-7e998adb],
tt[data-v-7e998adb],
b[data-v-7e998adb],
u[data-v-7e998adb],
i[data-v-7e998adb],
dl[data-v-7e998adb],
dt[data-v-7e998adb],
dd[data-v-7e998adb],
ol[data-v-7e998adb],
ul[data-v-7e998adb],
li[data-v-7e998adb],
fieldset[data-v-7e998adb],
form[data-v-7e998adb],
label[data-v-7e998adb],
legend[data-v-7e998adb],
table[data-v-7e998adb],
caption[data-v-7e998adb],
tbody[data-v-7e998adb],
tfoot[data-v-7e998adb],
thead[data-v-7e998adb],
tr[data-v-7e998adb],
th[data-v-7e998adb],
td[data-v-7e998adb],
article[data-v-7e998adb],
aside[data-v-7e998adb],
canvas[data-v-7e998adb],
details[data-v-7e998adb],
embed[data-v-7e998adb],
figure[data-v-7e998adb],
figcaption[data-v-7e998adb],
footer[data-v-7e998adb],
header[data-v-7e998adb],
menu[data-v-7e998adb],
nav[data-v-7e998adb],
output[data-v-7e998adb],
ruby[data-v-7e998adb],
section[data-v-7e998adb],
summary[data-v-7e998adb],
time[data-v-7e998adb],
mark[data-v-7e998adb],
audio[data-v-7e998adb],
video[data-v-7e998adb],
input[data-v-7e998adb],
button[data-v-7e998adb],
optgroup[data-v-7e998adb],
select[data-v-7e998adb],
textarea[data-v-7e998adb] {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
}
[data-v-7e998adb] {
  -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-7e998adb] {
  user-select: auto;
  -webkit-user-select: auto;
  /*webkit浏览器*/
}

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

/* custom */
a[data-v-7e998adb] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: underline;
  color: #4187ff;
  background-color: transparent;
}
li[data-v-7e998adb] {
  list-style: none;
}
body[data-v-7e998adb] {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[data-v-7e998adb] {
  border-style: none;
}
button[data-v-7e998adb],
input[data-v-7e998adb],
optgroup[data-v-7e998adb],
select[data-v-7e998adb],
textarea[data-v-7e998adb] {
  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-7e998adb],
input[data-v-7e998adb] {
  /* 1 */
  overflow: visible;
  scrollbar-highlight-color: transparent;
}
button[data-v-7e998adb],
select[data-v-7e998adb] {
  /* 1 */
  text-transform: none;
}
button[data-v-7e998adb],
[type=button][data-v-7e998adb],
[type=reset][data-v-7e998adb],
[type=submit][data-v-7e998adb] {
  -webkit-appearance: none;
}
button[data-v-7e998adb]::-moz-focus-inner,
[type=button][data-v-7e998adb]::-moz-focus-inner,
[type=reset][data-v-7e998adb]::-moz-focus-inner,
[type=submit][data-v-7e998adb]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-7e998adb]::-webkit-inner-spin-button,
[type=number][data-v-7e998adb]::-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-7e998adb] {
  -webkit-appearance: none;
  /* 1 */
  outline-offset: -0.125rem;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-7e998adb]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type=search][data-v-7e998adb]::-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-7e998adb]::-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-7e998adb] {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-7e998adb] {
  display: none;
}
.id-card--supplement-only[data-v-7e998adb] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.id-card .supplement-panel[data-v-7e998adb] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: #1a1f30;
  border: 0.0625rem solid rgba(38, 46, 67, 0.6);
  border-radius: 0.75rem;
  box-shadow: inset 0 0.125rem 0.25rem rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.id-card .supplement-panel__head[data-v-7e998adb] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.id-card .supplement-panel__title[data-v-7e998adb] {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}
.id-card .supplement-panel__desc[data-v-7e998adb] {
  font-size: 0.625rem;
  color: #959DB7;
  line-height: 1.125rem;
}
.id-card .supplement-panel__content[data-v-7e998adb] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.id-card .supplement-panel__cards[data-v-7e998adb] {
  display: flex;
  gap: 0.5rem;
}
.id-card .supplement-panel__card[data-v-7e998adb] {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 1.5rem 0.75rem;
  overflow: hidden;
  border: 0.0625rem solid #525a75;
  border-radius: 0.5rem;
  cursor: pointer;
}
.id-card .supplement-panel__card--active[data-v-7e998adb] {
  border-color: #A79A28;
  background: rgba(199, 185, 95, 0.1);
}
.id-card .supplement-panel__card-body[data-v-7e998adb] {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.id-card .supplement-panel__card-icon[data-v-7e998adb] {
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.id-card .supplement-panel__card-icon--cn[data-v-7e998adb] {
  width: 1.25rem;
  height: 0.875rem;
}
.id-card .supplement-panel__card-icon--others[data-v-7e998adb] {
  width: 0.8125rem;
  height: 1.25rem;
}
.id-card .supplement-panel__card-text[data-v-7e998adb] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.id-card .supplement-panel__card-name[data-v-7e998adb] {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.id-card .supplement-panel__card-desc[data-v-7e998adb] {
  font-size: 0.625rem;
  color: #959DB7;
  line-height: normal;
}
.id-card .supplement-panel__card-check[data-v-7e998adb] {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  pointer-events: none;
}
.id-card .supplement-panel__upload-tip[data-v-7e998adb] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  background: #1f263c;
  border-radius: 0.5rem;
}
.id-card .supplement-panel__upload-tip-icon[data-v-7e998adb] {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
}
.id-card .supplement-panel__upload-tip-text[data-v-7e998adb] {
  font-size: 0.625rem;
  font-weight: 500;
  color: #959db7;
  line-height: 1.25rem;
}
.id-card .supplement-panel__agree-tip[data-v-7e998adb] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  background: #1f263c;
  border-radius: 0.5rem;
  cursor: pointer;
}
.id-card .supplement-panel__agree-tip-icon[data-v-7e998adb] {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
}
.id-card .supplement-panel__agree-tip-text[data-v-7e998adb] {
  font-size: 0.625rem;
  font-weight: 500;
  color: #959DB7;
  line-height: 1.25rem;
}
.id-card .supplement-panel__agree[data-v-7e998adb] {
  border-radius: 0.5rem;
  background: #1f263c;
}
.id-card .supplement-panel__agree[data-v-7e998adb] .van-checkbox {
  padding: 0.75rem;
}
.id-card .supplement-panel__agree[data-v-7e998adb] .van-checkbox__label {
  font-size: 0.625rem;
  font-weight: 500;
  color: #959DB7;
  line-height: 1.25rem;
}
.id-card .supplement-panel__agree-link[data-v-7e998adb] {
  font-style: normal;
  color: #A79A28;
}
.id-card .id-upload-block[data-v-7e998adb] {
  position: relative;
  z-index: 0;
  clear: both;
}
.id-card .supplement-panel + .id-upload-block[data-v-7e998adb] {
  margin-top: 0.25rem;
}
.id-card .id-card-title[data-v-7e998adb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 1rem;
  margin-top: 2.5rem;
}
.id-card .id-card-title .id-card-type[data-v-7e998adb] {
  width: 8.625rem;
}
.id-card .id-card-title[data-v-7e998adb] .van-dropdown-menu__bar {
  border: 0.0625rem solid rgba(165, 178, 220, 0.5);
  border-radius: 0.25rem;
}
.id-card .id-card-title[data-v-7e998adb] .van-popup .van-cell {
  font-size: 0.75rem;
}
.id-card .id-card-title[data-v-7e998adb] .van-popup--top {
  left: 60%;
  width: 8.5rem;
}
.id-card .id-card-title[data-v-7e998adb] .van-cell__title {
  flex: 5;
}
.id-card .id-card-tip[data-v-7e998adb] {
  font-size: 0.75rem;
  color: #959db7;
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
}
.id-card .id-card-upload[data-v-7e998adb] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}
.id-card .id-upload-block .passport[data-v-7e998adb] {
  margin-top: 1.75rem;
}
.id-card .van-uploader[data-v-7e998adb] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  width: 10rem;
  height: 7.375rem;
  background: #212639;
  border-radius: 0.25rem;
}
.id-card .van-uploader[data-v-7e998adb] .van-uploader__preview-image,
.id-card .van-uploader[data-v-7e998adb] img {
  width: 8.75rem;
  height: 5.625rem;
}
.id-card .passport[data-v-7e998adb] {
  margin: 2.5rem auto 1.5rem;
  font-size: 1rem;
}
.id-card .id-upload-block .tips[data-v-7e998adb] {
  margin: 1.25rem 0 0.3125rem;
}
.id-card .tips[data-v-7e998adb] {
  margin: 1.875rem auto 0.3125rem;
}
.id-card a[data-v-7e998adb] {
  font-size: 0.75rem;
}
.id-card .example[data-v-7e998adb] {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  color: #959db7;
}
.id-card .example > div[data-v-7e998adb] {
  text-align: center;
}
.id-card .example > div .img[data-v-7e998adb] {
  width: 5rem;
  height: 3.75rem;
  background: #212639;
  border-radius: 0.125rem;
  margin-bottom: 0.625rem;
}
.id-card .example > div .img img[data-v-7e998adb] {
  width: 4.375rem;
  height: 100%;
}
.id-card-upload[data-v-7e998adb] .van-uploader__preview {
  margin: 0;
}
.face-sample[data-v-7e998adb] {
  position: relative;
  display: flex;
  justify-content: center;
  width: 9rem;
  height: 6.5625rem;
  background-image: url(../../static/img/face-id-card@2x.b3072dff.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.face-sample[data-v-7e998adb] {
    background-image: url(../../static/img/face-id-card@2x.b3072dff.png);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.face-sample[data-v-7e998adb] {
    background-image: url(../../static/img/face-id-card@3x.413fa279.png);
}
}
.face-sample .text[data-v-7e998adb] {
  position: absolute;
  bottom: 0.5rem;
  font-size: 0.6875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0;
  color: #bfc7de;
  opacity: 1;
}
.back-sample[data-v-7e998adb] {
  position: relative;
  display: flex;
  justify-content: center;
  width: 9rem;
  height: 6.5625rem;
  background-image: url(../../static/img/back-id-card@2x.b7a6c78c.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.back-sample[data-v-7e998adb] {
    background-image: url(../../static/img/back-id-card@2x.b7a6c78c.png);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.back-sample[data-v-7e998adb] {
    background-image: url(../../static/img/back-id-card@3x.c77da074.png);
}
}
.back-sample .text[data-v-7e998adb] {
  position: absolute;
  bottom: 0.5rem;
  font-size: 0.6875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0;
  color: #bfc7de;
  opacity: 1;
}
.passport-sample[data-v-7e998adb] {
  position: relative;
  display: flex;
  justify-content: center;
  width: 9rem;
  height: 6.5625rem;
  background-image: url(../../static/img/passport-id-card@2x.e17d47a0.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.passport-sample[data-v-7e998adb] {
    background-image: url(../../static/img/passport-id-card@2x.e17d47a0.png);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.passport-sample[data-v-7e998adb] {
    background-image: url(../../static/img/passport-id-card@3x.e73877ff.png);
}
}
.passport-sample .text[data-v-7e998adb] {
  position: absolute;
  bottom: 0.5rem;
  font-size: 0.6875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0;
  color: #bfc7de;
  opacity: 1;
}
