@charset "UTF-8";
*[data-v-ce959288] {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  /*早起浏览器*/
  -moz-user-select: none;
  /*火狐浏览器*/
  -ms-user-select: none;
  /*IE浏览器*/
  user-select: none;
  /*用户是否能够选中文本*/
}
.el-radio-group[data-v-ce959288] {
  display: flex;
  flex-direction: column;
}
.el-radio-group .el-radio[data-v-ce959288] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
}
.el-radio-group .el-radio[data-v-ce959288] {
    margin-top: 0.26667rem;
}
.el-radio-group[data-v-ce959288] .el-radio__label {
    white-space: normal;
    line-height: 0.53333rem;
    display: flex;
}
.el-checkbox-group[data-v-ce959288] {
  display: flex;
  flex-direction: column;
}
.el-checkbox-group .el-checkbox[data-v-ce959288] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
}
.el-checkbox-group .el-checkbox[data-v-ce959288] {
    margin-top: 0.26667rem;
}
.el-checkbox-group[data-v-ce959288] .el-checkbox__label {
    white-space: normal;
    display: flex;
}
[data-v-ce959288] .el-textarea .el-textarea__inner {
  height: 100%;
  resize: none;
}
.searchQuestion[data-v-ce959288] {
  background: #fff;
  min-height: 100%;
}
.searchQuestion[data-v-ce959288] .van-tabs__line {
    background: #2fa0eb;
}
.searchQuestion .content .result[data-v-ce959288] {
    padding: 0.26667rem 0.53333rem;
    text-align: left;
    line-height: 0.53333rem;
    font-size: 0.37333rem;
}
.searchQuestion .content .question[data-v-ce959288] {
    padding: 0 0.53333rem;
    padding-bottom: 1.06667rem;
}
.searchQuestion .content .question .question_ul .question_li[data-v-ce959288] {
      height: 1.06667rem;
      padding: 0 3%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 0.02667rem dashed #a5a4a4;
}
.searchQuestion .content .question .question_ul .question_li .tips[data-v-ce959288] {
        background: #65caf1;
        color: #fff;
        padding: 0.13333rem;
}
.searchQuestion .content .question .question_ul .question_li .timu[data-v-ce959288] {
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        font-size: 0.37333rem;
}
.searchQuestion .content .question .question_ul .exame-questions-body[data-v-ce959288] {
      margin-top: 0.26667rem;
      padding-left: 0.26667rem;
      padding-right: 0.26667rem;
}
.searchQuestion .content .question .question_ul .exame-questions-body .timu[data-v-ce959288] {
        text-align: left;
        font-size: 0.37333rem;
        line-height: 0.53333rem;
}

