@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
section,
p,
span,
font,
div {
  padding: 0;
  margin: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  font-size: 1.333333rem;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 0.32rem;
  font-family: Microsoft YaHei, "微软雅黑", Helvetica, STHeiti, Droid Sans Fallback;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
* {
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #000;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0.013333rem dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 0.533333rem;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.013333rem solid #c0c0c0;
  margin: 0 0.026667rem;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*
* add by Sun yi
*/
ul,
ol {
  list-style: none;
}
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

/*
*remove outline	by nsee 32015.9.26
*/
a,
input,
textarea,
select {
  outline: none;
}
.form-content[data-v-4bf31da5] {
  margin: 0.4rem 0;
  background-size: 100% 100%;
}
.form-content .text-tip[data-v-4bf31da5] {
  padding: 0 0.4rem;
}
.form-content .text-tip .first[data-v-4bf31da5] {
  font-weight: bold;
  font-size: 0.586667rem;
  color: #171717;
  margin-bottom: 0.053333rem;
}
.form-content .text-tip .second[data-v-4bf31da5] {
  font-size: 0.346667rem;
  color: #4790F2;
}
.form-content .info-wrap[data-v-4bf31da5] {
  padding-bottom: 0.4rem;
  border-bottom: 0.013333rem solid #ddd;
}
.form-content .form-title[data-v-4bf31da5] {
  font-size: 0.48rem;
  text-align: center;
  padding: 0.266667rem 0;
  color: #761125;
}
.form-content ul[data-v-4bf31da5] {
  padding: 0 0.4rem;
}
.form-content ul .last-li[data-v-4bf31da5],
.form-content ul .textarea-li[data-v-4bf31da5] {
  height: 2.666667rem;
  line-height: 2.666667rem;
}
.form-content ul li[data-v-4bf31da5] {
  display: flex;
  height: 1.333333rem;
  line-height: 1.333333rem;
  align-items: center;
}
.form-content ul li .type[data-v-4bf31da5] {
  color: #666666;
  font-size: 0.373333rem;
  margin-right: 0.266667rem;
  flex-shrink: 1;
  width: 19%;
}
.form-content ul li .info-box[data-v-4bf31da5] {
  line-height: 0.666667rem;
  display: flex;
  align-items: center;
  width: 7.066667rem;
}
.form-content ul li .info-box span[data-v-4bf31da5] {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 0.4rem;
}
.form-content ul li .info-box .man[data-v-4bf31da5] {
  margin-right: 0.44rem;
}
.form-content ul li .info-box .icon[data-v-4bf31da5] {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.053333rem;
}
.form-content ul li .info-box .ischecked[data-v-4bf31da5] {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABCFBMVEUAAAAAqv9Vqv9AgP9Jku1Jkv9Aj+88lvBHjvFDlPJJlvFIlPJFk/JIk+9Ik/NHlfNGk/FHlvFHlvVGlPJGlPVGlfJFk/JFk/BGlPFIkvFIlfFHk/FHlPJHlfJIlfJHlPFHlfFGlfNIlPNHlPNIlPNIlPJHlfJHlfJHlPNHlfNHlfFHlfNIlfFIlfNIlPJIlPJIlfJIlfNHlfJIlfJIlPJIlfJIlPJHlfJHlPFHlfNHlfJIlfJHlfJIlPJHlPJIlfJIlPNHlfJHlPJIlPJHlfJIlfJLlvJQmvJWnfNwrPSEuPaPvveYw/ejyvimy/iu0Pmx0vnA2vrD3PrO4/vU5vzi7vz2+v7///8R2LhvAAAARXRSTlMAAwMEDg4QERITODk7QEBBSUtLTExNTlVYWVlajIyOj5CRkpSUmaGvuLq7u7y8vb/AwMHCw8PExcjP1tna3O/x+fr7+/71KzSbAAABP0lEQVQ4y4XU2VbCMBAG4B/EAoriDm64AlpFtK5QoGxTN9zqkvd/Ey8IaUma9r9KT77TzMnJDBDIbKFsNh2neVoupBCelVqXRLpnyyEkd01SbnISSewOSclwJxE0hkmhOTF8k26RJq2MOMskbcwkR8cUkYOxWaTILAAAHqLRPQBsUEzWAdzGIQvIDuJQP4Vtzdaj9/vMl0VUNOaHsW++rsDSGvYqirK1ZjT5suHw1fvfm8aQM0FPjLGPcEOOOO5LKNmQLQp3Pa4UQ5Z/BVyphiqBy3Q9xtinaqiIbH9aqWaQAuokKclQXXoqrqcaWgKAy6AavcjmCgAwH/1S5saPfC/K7PNuSUa1lGjiTFtn2mm/hbMXmv8YwWEwcxRmDhPSXMkr7XeXD5lQq7WeL3rna5pZZ2yWqo1Op1EtbU0V8w/+aBUJ3MszKAAAAABJRU5ErkJggg==) center no-repeat;
  background-size: 0.48rem 0.48rem;
}
.form-content ul li .info-box .nochecked[data-v-4bf31da5] {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAnFBMVEUAAABAQEBwcHBxcXFtbW1tbW1vb29ubm5xcXFwcHBvb29ubm5vb29wcHBwcHBwcHBwcHBvb29wcHBwcHBvb29wcHBvb29vb29wcHB0dHR2dnZ9fX2BgYGCgoKDg4OEhISGhoaIiIicnJyenp6fn5++vr7GxsbHx8fJycnb29vd3d3f39/h4eHi4uLt7e3v7+/x8fH4+Pj6+vr////98gOyAAAAGHRSTlMABBAbHERHSF9gY2SXq6+7v8PLz9ff8/f1nhfMAAABKElEQVQ4y42U63aCMBCEF0XLtVAQOoDaKuVWFSV5/3drwWpRIWZ+5nwnm93sDFFPU8N2gzAMXNuY0rA0Dz152gAy94E4zau6aeoqT2PAn98higWsS8avYuUSsJQ+M3EQZz2kw7IIzqTHLJDs+YN2CRZXSnGwOfEBnTZwLhUtJIMM58cE1l9fiPd8RLsI5x59ZHxUGfxuhlizcYgtoXUXlVygEh6RipiJIBZDJQMpF2oLg2xxNc5z2PSGbzFUwaUAtRiqEdA7mBhqEMpBUuWkHv6KQgwVvyMwnw/TlPsW8iQ+mHR8iFdFl106ekF0EKzvTN4I45Y6fv5bqjPn4Yk55Wx+DozVbWCs7gOj7bGNnq/iHD3Fto2e2UBC6bchpo9knWpe4tBU++c/UXSzOw3vzFwAAAAASUVORK5CYII=) center no-repeat;
  background-size: 0.48rem 0.48rem;
}
.form-content ul li .info-box input[data-v-4bf31da5] {
  font-size: 0.4rem;
  width: 100%;
}
.form-content ul li .info-box input[data-v-4bf31da5]::placeholder {
  color: #666666;
}
.form-content ul li .info-box input[data-v-4bf31da5]::-webkit-input-placeholder {
  line-height: 1.5;
}
.form-content ul li .info-box .sex[data-v-4bf31da5] {
  display: inline-block;
  width: 0.666667rem;
  height: 0.666667rem;
  line-height: 0.666667rem;
  border: 0.013333rem solid #666666;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.266667rem;
  font-size: 0.346667rem;
}
.form-content ul li .info-box .checked[data-v-4bf31da5] {
  color: #fff;
  background-color: #9d2e41;
}
.form-content ul li .info-box .textArea[data-v-4bf31da5] {
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-top: 1.333333rem;
}
.form-content .submit[data-v-4bf31da5] {
  display: block;
  font-size: 0.4rem;
  text-align: center;
  margin: 0.4rem;
}
.form-content .submit a[data-v-4bf31da5] {
  display: inline-block;
  width: 80%;
  height: 1.333333rem;
  background: url('https://img-fe.tengzhihh.com/image/1de98015f24c56-546x97.png') no-repeat;
  background-size: 100% 100%;
  line-height: 1.373333rem;
  border-radius: 0.133333rem;
  color: #873218;
  font-weight: 600;
}
.form-content .newsubmit[data-v-4bf31da5] {
  display: block;
  height: 1.173333rem;
  line-height: 1.173333rem;
  font-size: 0.4rem;
  text-align: center;
  margin: 0.4rem;
  background-image: linear-gradient(to right, #4DA4FC 0%, #4182E6 100%);
  border-radius: 0.066667rem;
}
.form-content .newsubmit a[data-v-4bf31da5] {
  display: inline-block;
  width: 100%;
  height: 1.173333rem;
  color: #ffffff;
  font-weight: 600;
}
.red[data-v-4bf31da5] {
  color: red;
}
.date-icon[data-v-4bf31da5] {
  display: inline-block;
  width: 0.533333rem;
  height: 0.533333rem;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMEBAQHBwcICAgfHx8nJyc/Pz9AQEBDQ0NERERHR0dISEhXV1dbW1tfX19/f3+Dg4OHh4eLi4ujo6Orq6u/v7/Dw8PHx8fT09Pb29vf39/j4+Pr6+vz8/P7+/v///8pJWFPAAAADXRSTlMACBggb5fDy8/T3/P3VVB+pQAAAQRJREFUSMfdlV1TwjAURGkJtFIWNIIfVIigWAzu//97PjhJbpnakpEH6XnbmZxJm5vZDAa9Y4RxLY8xahcmQCpiCkw6haGIw8sJicoKtFBkKpHr0xyd5OLnkhucQR72UMDMWJLUwIGBA6BJktbMAOWFDDA/KzRghWCdQBog88LUL9vokpJSb4JbeAEAOwHQN2HdyYlwFn8Soj/pn86henN8kqR9d/Hjq1F4FeexI6u7EMtG4UUIa3In4n2jsH9YOJ4q8rjycbHt5/UmuX9cOp4r8rjycbm9zLGeDu62a3ARV2Na77tGakUWqvJ3alWpgLlp3cOauSzjJI+s++gHJf7Jum6+AQ75pmL3CRHAAAAAAElFTkSuQmCC) center no-repeat;
  background-size: 0.533333rem;
  position: absolute;
  right: 12%;
}
.brith[data-v-4bf31da5] {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1.066667rem;
}
.info-input[data-v-4bf31da5] {
  color: #1a1a1a;
  background: #f7f8fa;
  border: 0;
  height: 1.066667rem;
  text-indent: 0.32rem;
  border-radius: 0.053333rem;
}
.input-active[data-v-4bf31da5] {
  border: 0.026667rem solid #ef4242 !important;
}
.text-area[data-v-4bf31da5] {
  width: 100%;
  background: #f7f8fa;
  border: 0;
  border-radius: 0.133333rem;
  font-size: 0.4rem;
  color: #1a1a1a;
  box-sizing: border-box;
  resize: none;
  text-indent: 0.32rem;
}
.text-area[data-v-4bf31da5]::placeholder {
  color: #666666;
}
.btn[data-v-4bf31da5] {
  line-height: 1.173333rem;
  font-size: 0.4rem;
  text-align: center;
  width: 40%;
  height: 1.173333rem;
  color: #333;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 0.266667rem;
  border-radius: 0.066667rem;
  background-color: #eee;
}
.clear[data-v-4bf31da5] {
  color: #aaa;
  margin-left: 0.133333rem;
}
.star[data-v-4bf31da5]:before {
  content: '*';
  color: #f56c6c;
  margin-right: 0.053333rem;
}
.relation-picker[data-v-4bf31da5] .van-picker__toolbar {
  height: 1.333333rem;
}
.relation-picker[data-v-4bf31da5] .van-picker-column__item {
  font-size: 0.533333rem;
}
.relation-picker[data-v-4bf31da5] .van-picker__cancel,
.relation-picker[data-v-4bf31da5] .van-picker__confirm {
  font-size: 0.426667rem !important;
}
.form-content[data-v-4cc48dec] {
  margin: 0.4rem 0;
  background-size: 100% 100%;
}
.form-content .text-tip[data-v-4cc48dec] {
  padding: 0 0.4rem;
}
.form-content .text-tip .first[data-v-4cc48dec] {
  font-weight: bold;
  font-size: 0.586667rem;
  color: #171717;
  margin-bottom: 0.053333rem;
}
.form-content .text-tip .second[data-v-4cc48dec] {
  font-size: 0.346667rem;
  color: #4790F2;
}
.form-content .info-wrap[data-v-4cc48dec] {
  padding-bottom: 0.4rem;
  border-bottom: 0.013333rem solid #ddd;
}
.form-content .form-title[data-v-4cc48dec] {
  font-size: 0.48rem;
  text-align: center;
  padding: 0.266667rem 0;
  color: #761125;
}
.form-content ul[data-v-4cc48dec] {
  padding: 0 0.4rem;
}
.form-content ul .last-li[data-v-4cc48dec],
.form-content ul .textarea-li[data-v-4cc48dec] {
  height: 2.666667rem;
  line-height: 2.666667rem;
}
.form-content ul li[data-v-4cc48dec] {
  display: flex;
  height: 1.333333rem;
  line-height: 1.333333rem;
  align-items: center;
}
.form-content ul li .type[data-v-4cc48dec] {
  color: #666666;
  font-size: 0.373333rem;
  margin-right: 0.266667rem;
  flex-shrink: 1;
  width: 19%;
}
.form-content ul li .info-box[data-v-4cc48dec] {
  line-height: 0.666667rem;
  display: flex;
  align-items: center;
  width: 7.066667rem;
}
.form-content ul li .info-box span[data-v-4cc48dec] {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 0.4rem;
}
.form-content ul li .info-box .man[data-v-4cc48dec] {
  margin-right: 0.44rem;
}
.form-content ul li .info-box .icon[data-v-4cc48dec] {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.053333rem;
}
.form-content ul li .info-box .ischecked[data-v-4cc48dec] {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABCFBMVEUAAAAAqv9Vqv9AgP9Jku1Jkv9Aj+88lvBHjvFDlPJJlvFIlPJFk/JIk+9Ik/NHlfNGk/FHlvFHlvVGlPJGlPVGlfJFk/JFk/BGlPFIkvFIlfFHk/FHlPJHlfJIlfJHlPFHlfFGlfNIlPNHlPNIlPNIlPJHlfJHlfJHlPNHlfNHlfFHlfNIlfFIlfNIlPJIlPJIlfJIlfNHlfJIlfJIlPJIlfJIlPJHlfJHlPFHlfNHlfJIlfJHlfJIlPJHlPJIlfJIlPNHlfJHlPJIlPJHlfJIlfJLlvJQmvJWnfNwrPSEuPaPvveYw/ejyvimy/iu0Pmx0vnA2vrD3PrO4/vU5vzi7vz2+v7///8R2LhvAAAARXRSTlMAAwMEDg4QERITODk7QEBBSUtLTExNTlVYWVlajIyOj5CRkpSUmaGvuLq7u7y8vb/AwMHCw8PExcjP1tna3O/x+fr7+/71KzSbAAABP0lEQVQ4y4XU2VbCMBAG4B/EAoriDm64AlpFtK5QoGxTN9zqkvd/Ey8IaUma9r9KT77TzMnJDBDIbKFsNh2neVoupBCelVqXRLpnyyEkd01SbnISSewOSclwJxE0hkmhOTF8k26RJq2MOMskbcwkR8cUkYOxWaTILAAAHqLRPQBsUEzWAdzGIQvIDuJQP4Vtzdaj9/vMl0VUNOaHsW++rsDSGvYqirK1ZjT5suHw1fvfm8aQM0FPjLGPcEOOOO5LKNmQLQp3Pa4UQ5Z/BVyphiqBy3Q9xtinaqiIbH9aqWaQAuokKclQXXoqrqcaWgKAy6AavcjmCgAwH/1S5saPfC/K7PNuSUa1lGjiTFtn2mm/hbMXmv8YwWEwcxRmDhPSXMkr7XeXD5lQq7WeL3rna5pZZ2yWqo1Op1EtbU0V8w/+aBUJ3MszKAAAAABJRU5ErkJggg==) center no-repeat;
  background-size: 0.48rem 0.48rem;
}
.form-content ul li .info-box .nochecked[data-v-4cc48dec] {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAnFBMVEUAAABAQEBwcHBxcXFtbW1tbW1vb29ubm5xcXFwcHBvb29ubm5vb29wcHBwcHBwcHBwcHBvb29wcHBwcHBvb29wcHBvb29vb29wcHB0dHR2dnZ9fX2BgYGCgoKDg4OEhISGhoaIiIicnJyenp6fn5++vr7GxsbHx8fJycnb29vd3d3f39/h4eHi4uLt7e3v7+/x8fH4+Pj6+vr////98gOyAAAAGHRSTlMABBAbHERHSF9gY2SXq6+7v8PLz9ff8/f1nhfMAAABKElEQVQ4y42U63aCMBCEF0XLtVAQOoDaKuVWFSV5/3drwWpRIWZ+5nwnm93sDFFPU8N2gzAMXNuY0rA0Dz152gAy94E4zau6aeoqT2PAn98higWsS8avYuUSsJQ+M3EQZz2kw7IIzqTHLJDs+YN2CRZXSnGwOfEBnTZwLhUtJIMM58cE1l9fiPd8RLsI5x59ZHxUGfxuhlizcYgtoXUXlVygEh6RipiJIBZDJQMpF2oLg2xxNc5z2PSGbzFUwaUAtRiqEdA7mBhqEMpBUuWkHv6KQgwVvyMwnw/TlPsW8iQ+mHR8iFdFl106ekF0EKzvTN4I45Y6fv5bqjPn4Yk55Wx+DozVbWCs7gOj7bGNnq/iHD3Fto2e2UBC6bchpo9knWpe4tBU++c/UXSzOw3vzFwAAAAASUVORK5CYII=) center no-repeat;
  background-size: 0.48rem 0.48rem;
}
.form-content ul li .info-box input[data-v-4cc48dec] {
  font-size: 0.4rem;
  width: 100%;
}
.form-content ul li .info-box input[data-v-4cc48dec]::placeholder {
  color: #666666;
}
.form-content ul li .info-box input[data-v-4cc48dec]::-webkit-input-placeholder {
  line-height: 1.5;
}
.form-content ul li .info-box .sex[data-v-4cc48dec] {
  display: inline-block;
  width: 0.666667rem;
  height: 0.666667rem;
  line-height: 0.666667rem;
  border: 0.013333rem solid #666666;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.266667rem;
  font-size: 0.346667rem;
}
.form-content ul li .info-box .checked[data-v-4cc48dec] {
  color: #fff;
  background-color: #9d2e41;
}
.form-content ul li .info-box .textArea[data-v-4cc48dec] {
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-top: 1.333333rem;
}
.form-content .submit[data-v-4cc48dec] {
  display: block;
  font-size: 0.4rem;
  text-align: center;
  margin: 0.4rem;
}
.form-content .submit a[data-v-4cc48dec] {
  display: inline-block;
  width: 80%;
  height: 1.333333rem;
  background: url('https://img-fe.tengzhihh.com/image/1de98015f24c56-546x97.png') no-repeat;
  background-size: 100% 100%;
  line-height: 1.373333rem;
  border-radius: 0.133333rem;
  color: #873218;
  font-weight: 600;
}
.form-content .newsubmit[data-v-4cc48dec] {
  display: block;
  height: 1.173333rem;
  line-height: 1.173333rem;
  font-size: 0.4rem;
  text-align: center;
  margin: 0.4rem;
  background-image: linear-gradient(to right, #4DA4FC 0%, #4182E6 100%);
  border-radius: 0.066667rem;
}
.form-content .newsubmit a[data-v-4cc48dec] {
  display: inline-block;
  width: 100%;
  height: 1.173333rem;
  color: #ffffff;
  font-weight: 600;
}
.red[data-v-4cc48dec] {
  color: red;
}
.title[data-v-4cc48dec] {
  background-color: #f2f2f2;
  text-align: center;
  padding: 0.186667rem 0;
}
.brith[data-v-4cc48dec] {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1.066667rem;
}
.info-input[data-v-4cc48dec] {
  color: #1a1a1a;
  background: #f7f8fa;
  border: 0;
  height: 1.066667rem;
  text-indent: 0.32rem;
  border-radius: 0.053333rem;
}
.input-active[data-v-4cc48dec] {
  border: 0.026667rem solid #ef4242 !important;
}
.text-area[data-v-4cc48dec] {
  width: 100%;
  background: #f7f8fa;
  border: 0;
  border-radius: 0.133333rem;
  font-size: 0.4rem;
  color: #1a1a1a;
  box-sizing: border-box;
  resize: none;
  padding: 0.2rem;
  text-indent: 0.32rem;
}
.text-area[data-v-4cc48dec]::placeholder {
  color: #666666;
  font-size: 0.306667rem;
}
.clear[data-v-4cc48dec] {
  color: #aaa;
  margin-left: 0.133333rem;
}
.type[data-v-4cc48dec] {
  line-height: 0.373333rem;
}
.region-picker[data-v-4cc48dec] .van-picker__toolbar {
  height: 1.333333rem;
}
.region-picker[data-v-4cc48dec] .van-picker-column__item {
  font-size: 0.426667rem;
}
.region-picker[data-v-4cc48dec] .van-picker__cancel,
.region-picker[data-v-4cc48dec] .van-picker__confirm {
  font-size: 0.426667rem !important;
}
.conditioning-li[data-v-4cc48dec] {
  height: 4rem !important;
}
.star[data-v-4cc48dec]:before {
  content: '*';
  color: #f56c6c;
  margin-right: 0.053333rem;
}
.van-checkbox-group[data-v-4cc48dec] .van-checkbox {
  height: 0.533333rem;
  font-size: 0.426667rem;
  margin: 0.133333rem;
}
.title[data-v-433b8df2] {
  background-color: #f2f2f2;
  text-align: center;
  padding: 0.186667rem 0;
  font-size: 0.4rem;
  font-weight: bold;
}
.options[data-v-433b8df2] {
  line-height: 1.173333rem;
  font-size: 0.4rem;
  text-align: center;
  padding: 0.4rem;
}
.options .btn[data-v-433b8df2] {
  display: inline-block;
  width: 100%;
  height: 1.173333rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0.8rem;
  border-radius: 0.066667rem;
  background-color: #ddd;
}
.options .submit[data-v-433b8df2] {
  color: #ffffff;
  background-color: #2ecc71;
}
.options .add[data-v-433b8df2] {
  width: 50%;
}
.agreement-wrap[data-v-433b8df2] {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  font-size: 0.4rem;
}
.agreement-wrap .van-checkbox[data-v-433b8df2] {
  height: 0.666667rem;
  flex-shrink: 0;
}
.agreement-wrap .van-checkbox[data-v-433b8df2] .van-checkbox__icon {
  font-size: 0.333333rem;
  margin-right: 0.133333rem;
}
.agreement-wrap .van-checkbox[data-v-433b8df2] .van-icon {
  border-radius: 0;
}
.agreement-wrap .van-checkbox[data-v-433b8df2] .van-checkbox__icon--checked .van-icon {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.agreement-wrap .agreement-link[data-v-433b8df2] {
  color: #2ecc71;
  margin-left: 0.066667rem;
}
.chopciphertext-dialog .van-dialog__header {
  font-size: 0.4rem;
}
.chopciphertext-dialog .van-dialog__content {
  padding: 0.666667rem 0 0.533333rem;
}
.chopciphertext-dialog .van-dialog__content p {
  line-height: 0.533333rem;
  text-align: left;
}
.chopciphertext-dialog .van-dialog__content .van-dialog__message--has-title {
  font-size: 0.346667rem;
}
.chopciphertext-dialog .van-dialog__footer {
  height: 1.066667rem;
}
.chopciphertext-dialog .van-dialog__footer button {
  height: 100%;
  font-size: 0.346667rem;
}
.tip-modal {
  width: 8rem;
}
.tip-modal .van-dialog__content {
  padding: 0.666667rem 0 0.533333rem;
  font-size: 0.346667rem;
  text-align: center;
}
.tip-modal .van-dialog__content p {
  padding: 0 0.133333rem;
  line-height: 0.533333rem;
}
.tip-modal .van-dialog__content .btn {
  width: 90%;
  margin: 0.533333rem auto;
  height: 1.066667rem;
  line-height: 1.066667rem;
  background-color: #1677ff;
  color: #fff;
  border-radius: 0.053333rem;
}
