@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.questionSubItem[data-v-0ae6936f] {
  background: #fff;
  padding-top: 19px;
  padding-left: 10px;
}
.questionSubItem .title[data-v-0ae6936f] {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 11px;
    line-height: 22px;
    position: relative;
}
.questionSubItem .title i[data-v-0ae6936f] {
      position: absolute;
      top: 4px;
      left: 0px;
      width: 3px;
      height: 14px;
      background: #fd6e06;
      border-radius: 3px;
}
.questionItem[data-v-0ae6936f] {
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 21px;
}
.questionItem .subTitle[data-v-0ae6936f] {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    width: 880px;
    float: left;
}
.questionItem .btns[data-v-0ae6936f] {
    width: 249px;
    float: right;
}
.questionItem .btns .btn[data-v-0ae6936f] {
      display: inline-block;
      margin-bottom: 10px;
      min-width: 68px;
      padding: 0 10px;
      font-size: 14px;
      text-align: center;
      line-height: 32px;
      margin-right: 10px;
      border: 1px solid #dddddd;
      border-radius: 4px;
      color: #333333;
      background-color: #fff;
      cursor: pointer;
      display: inline-block;
}
.questionItem .btns .btn.active[data-v-0ae6936f] {
        background-color: #fff6f0;
        color: #fd6e06;
        border-color: #fd6e06;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.select-ill-question {
  width: 100vw;
  background: #f7f7f7;
  min-height: 100vh;
}
.select-ill-question .main-content-box {
    width: 1200px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 54px;
}
.select-ill-question .main-content-box.BPS {
      min-height: calc(100vh - 144px);
}
.select-ill-question .main-content-box .question-ill-box {
      margin-top: 30px;
      color: #fd6e06;
      font-size: 14px;
      line-height: 20px;
}
.select-ill-question .main-content-box .wrapper {
      margin-top: 10px;
}
.select-ill-question .main-content-box .fx-btns {
      width: 330px;
      height: 40px;
      overflow: hidden;
      margin: 0 auto;
      margin-top: 40px;
}
.select-ill-question .main-content-box .fx-btns div {
        width: 150px;
        height: 40px;
        border: 1px solid #fd6e06;
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        border-radius: 4px;
        cursor: pointer;
}
.select-ill-question .main-content-box .fx-btns .preBtn {
        color: #fc6e06;
        background-color: #fff;
        float: left;
}
.select-ill-question .main-content-box .fx-btns .nextBtn {
        background-color: #fd6e06;
        color: #ffffff;
        float: right;
}

