@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-4f3b93f9] {
  display: none;
}
.page-title[data-v-4f3b93f9] {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin: 2.5rem auto 2.875rem;
}
.page-title img[data-v-4f3b93f9] {
  margin-right: 0.625rem;
}
.page-title .setp[data-v-4f3b93f9] {
  margin-left: 0.625rem;
  color: #959db7;
}
.tip[data-v-4f3b93f9] {
  margin-bottom: 1.875rem;
  line-height: 1.6;
}
.tip span[data-v-4f3b93f9] {
  color: #ffb400;
}
.tips[data-v-4f3b93f9] {
  margin: 1.875rem 0 0.625rem;
}
.tips .note[data-v-4f3b93f9] {
  margin-top: 0.3125rem;
  line-height: 1.2;
}
.upload-style[data-v-4f3b93f9] {
  margin-bottom: 1.25rem;
}
.btn-add[data-v-4f3b93f9] {
  margin-top: 1.875rem;
}
.account-type[data-v-4f3b93f9] {
  color: #747c9a;
  margin: 1.25rem 0;
}
.bank-checkbox-type[data-v-4f3b93f9] .van-checkbox {
  height: 1.875rem;
}
.sampel[data-v-4f3b93f9] {
  width: 4.5rem;
  height: 1.0625rem;
  font-size: 0.75rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.0625rem;
  text-decoration: underline;
  opacity: 1;
}
