@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-3a339ee2] {
  display: none;
}
.financial-info .option-title[data-v-3a339ee2] {
  margin-bottom: 0.875rem;
}
.financial-info .checkbox .van-checkbox-group[data-v-3a339ee2] {
  display: flex;
  flex-wrap: wrap;
}
.financial-info .checkbox .van-checkbox-group .van-checkbox[data-v-3a339ee2] {
  width: 50%;
}
.financial-info .checkbox .van-checkbox[data-v-3a339ee2] {
  margin-bottom: 0.9375rem;
}
.financial-info .other-product[data-v-3a339ee2] {
  margin-bottom: 0.9375rem;
}
.financial-info .derivative .van-field[data-v-3a339ee2]:last-child {
  margin-bottom: 0.9375rem;
}
.financial-info .derivative .van-checkbox[data-v-3a339ee2] {
  margin-top: 0.9375rem;
}
.financial-info .option-title[data-v-3a339ee2] {
  margin-bottom: 0.875rem;
}
.financial-info .van-radio-group[data-v-3a339ee2] {
  margin-bottom: 1.25rem;
}
.financial-info .van-radio-group .van-radio[data-v-3a339ee2] {
  height: 1.875rem;
}
.financial-info .employment-period[data-v-3a339ee2] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.financial-info .employment-period .van-field[data-v-3a339ee2] {
  flex: 1;
}
.financial-info .employment-period div.to[data-v-3a339ee2] {
  color: #bfc7de;
  height: 4.375rem;
  line-height: 4.375rem;
  margin: 0 0.3125rem;
}
.trade-record-upload[data-v-3a339ee2] {
  padding: 0.25rem 0 0 1.875rem;
}
@charset "UTF-8";

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type=search]::-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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: none;
  /* 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;
}
.custom-field-wrapper .custom-label {
  padding: var(--van-cell-group-title-padding);
  margin-bottom: 0.25rem;
}
.custom-field-wrapper .custom-picker .custom-van-field {
  padding: 0;
}
.custom-field-wrapper .custom-close-icon {
  font-size: 1rem;
  color: #747c9a;
}
.custom-field-wrapper .van-field__control--custom {
  display: block;
}
.custom-field-wrapper .bot-border .van-field__body {
  height: 2.625rem;
  border-bottom: 0.0625rem solid #2a3148;
}
