body[data-v-7205c1f2] {
  padding: 0;
  margin: 0;
}
.process-box[data-v-7205c1f2] {
  height: 5px;
  background: #D0EBFF;
  position: relative;
}
.process-box .process[data-v-7205c1f2] {
  width: 50%;
  background: #76D6FE;
  position: absolute;
  left: 0;
  height: 5px;
  top: 0;
}
.nav-bar[data-v-7205c1f2] {
  background: #f2f2f2;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.nav-bar .nav-item[data-v-7205c1f2] {
  background: #E5E5E5;
  border-radius: 2px;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  flex: 0 1 auto;
  padding: 0 11px;
  margin: 0 5px;
  text-align: center;
}
.nav-bar .nav-item.active[data-v-7205c1f2] {
  background: #76D6FE;
  color: #ffffff;
}
.panel[data-v-7205c1f2] {
  background: #ffffff;
}
.panel .panel-title[data-v-7205c1f2] {
  padding: 16px 12px 16px 26px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.panel .panel-title[data-v-7205c1f2]::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 20px;
  left: 12px;
  top: 17px;
  background: #76D6FE;
  border-radius: 2px;
}
.panel .panel-body[data-v-7205c1f2] {
  padding: 0 12px;
  text-align: left;
}
.panel .panel-body .qs-title[data-v-7205c1f2] {
  font-weight: bold;
  color: #323246;
  font-size: 16px;
  margin: 30px 0 0 0;
}
.panel .panel-body .qs-title span[data-v-7205c1f2] {
  color: #9B9BBE;
}
.panel .panel-body .error[data-v-7205c1f2] {
  font-size: 14px;
  color: red;
  margin-top: 10px;
}
.panel .split-line[data-v-7205c1f2] {
  height: 10px;
  background: #f2f2f2;
  width: 100%;
  margin-top: 30px;
}
.panel .van-cell[data-v-7205c1f2] {
  padding: 10px 0 10px 10px;
}
.panel .van-cell .van-cell__title[data-v-7205c1f2] {
  color: #323246;
}
.panel .van-cell[data-v-7205c1f2] ::-webkit-input-placeholder {
  color: #9b9bbe;
}
.panel .van-cell .van-cell__right-icon[data-v-7205c1f2] {
  color: #d6d6d6;
}
.panel .van-cell--required[data-v-7205c1f2]::before {
  left: 0;
}
.panel .sex-checkbox .sex-checkbox-item[data-v-7205c1f2] {
  display: inline-block;
  padding: 5px;
  color: #ffffff;
  background: #9b9bbe;
  line-height: 1em;
  margin-right: 15px;
  border-radius: 3px;
}
.panel .sex-checkbox .sex-checkbox-item.active[data-v-7205c1f2] {
  background: #76D6FE;
}
.panel .panel-bottom[data-v-7205c1f2] {
  padding: 5px;
  display: flex;
  margin-top: 20px;
  background: #F9F9F9;
}
.panel .panel-bottom .van-button[data-v-7205c1f2] {
  flex: 0 0 calc(50% - 10px);
  margin: 5px;
  background: #76D6FE;
  border: none;
}
.panel .text-input[data-v-7205c1f2] {
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  width: calc(100% - 20px);
  margin-top: 10px;
  padding: 0 10px;
}
.qs-result[data-v-7205c1f2] {
  text-align: left;
  background: #5AC7F4;
  padding: 20px 12px 10px 12px;
  min-height: 100vh;
}
.qs-result .qs-header[data-v-7205c1f2] {
  display: flex;
  margin-bottom: 20px;
}
.qs-result .qs-header .head-picture[data-v-7205c1f2] {
  flex: 0 0 53px;
}
.qs-result .qs-header .head-picture img[data-v-7205c1f2] {
  border-radius: 50%;
  width: 53px;
  height: 53px;
}
.qs-result .qs-header .head-info[data-v-7205c1f2] {
  padding-left: 10px;
  flex: 0 0 auto;
  color: #ffffff;
  text-align: left;
}
.qs-result .qs-header .head-info .name[data-v-7205c1f2] {
  line-height: 1em;
  font-size: 15px;
  font-weight: bold;
}
.qs-result .qs-header .head-info .info[data-v-7205c1f2] {
  font-size: 12px;
  margin-top: 7px;
}
.qs-result .qs-result-panel[data-v-7205c1f2] {
  box-shadow: 0px 0px 9px 1px rgba(66, 181, 228, 0.08);
  border-radius: 5px;
  background: #ffffff;
  padding: 0 20px 20px 20px;
  margin-bottom: 10px;
}
.qs-result .qs-result-panel .qs-result-panel-title[data-v-7205c1f2] {
  font-size: 18px;
  padding: 16px 0 16px 14px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.qs-result .qs-result-panel .qs-result-panel-title[data-v-7205c1f2]::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  left: 0;
  top: 18px;
  background: #76D6FE;
  border-radius: 2px;
}
.qs-result .qs-result-panel .qs-result-panel-body[data-v-7205c1f2] {
  padding-top: 20px;
}
.qs-result .qs-result-panel .qs-result-panel-body .chart[data-v-7205c1f2] {
  height: 218px;
  width: 100%;
}
.qs-result .qs-result-panel .qs-result-panel-body .qs-title[data-v-7205c1f2] {
  font-weight: bold;
  color: #323246;
  font-size: 16px;
  margin: 30px 0 0 0;
}
.qs-result .qs-result-panel .qs-result-panel-body .qs-title span[data-v-7205c1f2] {
  color: #9B9BBE;
}
.qs-result .qs-result-panel .qs-result-panel-body .finish-title[data-v-7205c1f2] {
  text-align: center;
  font-size: 16px;
  color: #323246;
  line-height: 1em;
}
.qs-result .qs-result-panel .qs-result-panel-body .title[data-v-7205c1f2] {
  color: #333333;
  font-size: 14px;
  position: relative;
  background: #ffffff;
  margin: 10px 0;
  line-height: 1em;
  text-align: left;
  z-index: 1;
}
.qs-result .qs-result-panel .qs-result-panel-body .title span[data-v-7205c1f2] {
  position: relative;
  background: #ffffff;
  display: inline-block;
  z-index: 1;
  padding-right: 10px;
}
.qs-result .qs-result-panel .qs-result-panel-body .title[data-v-7205c1f2]::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  position: relative;
  top: -8px;
  z-index: 0;
}
.qs-result .qs-result-panel .qs-result-panel-body .top-title[data-v-7205c1f2] {
  line-height: 1em;
  color: #1890FF;
  margin: 20px 0 20px 0;
  font-size: 16px;
}
.qs-result .qs-result-panel .qs-result-panel-body .risk-factor-box[data-v-7205c1f2] {
  text-align: left;
  margin-top: 20px;
}
.qs-result .qs-result-panel .qs-result-panel-body .risk-factor-box .risk-factor[data-v-7205c1f2] {
  background: #FEE8E8;
  font-size: 14px;
  border-radius: 2px;
  padding: 9px 10px;
  color: #728BFE;
  background: #E6EAFC;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-title[data-v-7205c1f2] {
  color: #333333;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1em;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-result[data-v-7205c1f2] {
  display: flex;
  justify-content: center;
  margin: 15px 0 30px 0;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-result .left[data-v-7205c1f2] {
  flex: 0 0 13px;
  position: relative;
  vertical-align: bottom;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-result .center[data-v-7205c1f2] {
  flex: 0 0 auto;
  padding: 0 10px;
  color: #5AC7F4;
  font-size: 24px;
  line-height: 1em;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-result .right[data-v-7205c1f2] {
  flex: 0 0 13px;
  position: relative;
  vertical-align: bottom;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-result img[data-v-7205c1f2] {
  width: 13px;
  height: 13px;
  bottom: 5px;
  position: absolute;
}
.qs-result .qs-result-panel .qs-result-panel-body .nature-remark[data-v-7205c1f2] {
  color: #333333;
  line-height: 32px;
}
.qs-result[data-v-7205c1f2] {
  background: #fff;
  text-align: center;
  padding: 0;
  height: 100vh;
}
.qs-success[data-v-7205c1f2] {
  display: inline-block;
  text-align: center;
  margin-top: calc((100vh - 176px)/2 - 50px);
}
.qs-success .qs-success-icon[data-v-7205c1f2] {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #13be13;
  border-radius: 50%;
}
.qs-success .text[data-v-7205c1f2] {
  margin-top: 15px;
  font-size: 16px;
}
.qs-success .van-icon[data-v-7205c1f2] {
  line-height: 100px;
  font-size: 50px;
  color: #fff;
}

