@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.top-info[data-v-0faf4323] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-info span[data-v-0faf4323] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
.top-info i[data-v-0faf4323] {
    font-size: 16px;
    color: #FC6E06;
    font-weight: bold;
}
[data-v-0faf4323] .el-step__title {
  color: #888;
  font-weight: normal !important;
}
[data-v-0faf4323] .el-step__line {
  height: 4px !important;
  background-color: #ccc;
}
[data-v-0faf4323] .el-step__line-inner {
  border-width: 0 !important;
  height: 4px;
  background-color: #ff6d25;
}
[data-v-0faf4323] .el-step__title.is-finish {
  color: #ff6d25;
}
[data-v-0faf4323] .el-step__icon {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: 0;
}
[data-v-0faf4323] .el-step__head.is-finish .el-step__icon.is-text {
  background-color: #ff6d25;
}
.active[data-v-0faf4323] .el-step__head.is-finish {
  position: relative;
}
.active[data-v-0faf4323] .el-step__head.is-finish .el-step__icon.is-text {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #ff6d25;
    background-color: #fff;
}
.active[data-v-0faf4323] .el-step__head.is-finish .el-step__icon.is-text i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      background-color: #ff6d25;
      border-radius: 50%;
}
.active[data-v-0faf4323] .el-step__title.is-finish {
  margin-top: 19px;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.health-question-page {
  width: 100vw;
  background: #f7f7f7;
  min-height: 100vh;
}
.health-question-page .main-content-box {
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.health-question-page .main-content-box .content-left {
      width: 840px;
      background-color: #fff;
      float: left;
      padding: 30px;
      min-height: 589px;
}
.health-question-page .main-content-box .content-left .page-content .healthy-content p {
        padding: 5px 0;
        line-height: 1.6;
        font-size: 16px;
}
.health-question-page .main-content-box .content-left .page-content .check-target {
        font-size: 14px;
        line-height: 20px;
        background: #f7f7f7;
        border-radius: 4px;
        color: #000000;
        cursor: pointer;
        padding: 15px 15px 15px 39px;
        margin-top: 20px;
        position: relative;
}
.health-question-page .main-content-box .content-left .page-content .check-target.active .check-ico {
          color: #ff6f00;
}
.health-question-page .main-content-box .content-left .page-content .check-target .check-ico {
          font-size: 18px;
          position: absolute;
          left: 15px;
          top: 16px;
}
.health-question-page .main-content-box .content-left .page-content .check-target .self-design-circle {
          display: inline-block;
          width: 16px;
          height: 16px;
          border: 1px solid #999;
          border-radius: 50%;
}
.health-question-page .main-content-box .content-left .page-content .check-target span {
          vertical-align: middle;
}
.health-question-page .main-content-box .content-left .page-content .divider_line {
        width: 100%;
        height: 1px;
        background: #eeeeee;
        margin-top: 30px;
}
.health-question-page .main-content-box .content-left .page-content .question-content {
        padding-top: 30px;
}
.health-question-page .main-content-box .content-left .sub-btn-box {
        width: 150px;
        height: 40px;
        background: #fd6e06;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        border-radius: 4px;
        margin: 20px auto;
        cursor: pointer;
}
.health-question-page .main-content-box .content-right {
      width: 350px;
      background-color: #fff;
      float: right;
}
.step {
  margin-bottom: 20px;
}

