@charset "UTF-8";
*[data-v-068b084f] {
  -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-068b084f] {
  display: flex;
  flex-direction: column;
}
.el-radio-group .el-radio[data-v-068b084f] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
}
.el-radio-group .el-radio[data-v-068b084f]:not(:first-child) {
    margin-top: 0.53333rem;
}
.el-radio-group[data-v-068b084f] .el-radio__label {
    white-space: normal;
    line-height: 0.53333rem;
    display: flex;
}
.el-checkbox-group[data-v-068b084f] {
  display: flex;
  flex-direction: column;
}
.el-checkbox-group .el-checkbox[data-v-068b084f] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
}
.el-checkbox-group .el-checkbox[data-v-068b084f]:not(:first-child) {
    margin-top: 0.53333rem;
}
.el-checkbox-group[data-v-068b084f] .el-checkbox__label {
    white-space: normal;
    display: flex;
}
[data-v-068b084f] .el-textarea {
  height: 2.4rem;
}
[data-v-068b084f] .el-textarea .el-textarea__inner {
    height: 100%;
    resize: none;
}
.practiceQuestion[data-v-068b084f] {
  min-height: 100%;
  background: #f5f5f5;
}
.practiceQuestion .exame-moblie[data-v-068b084f] {
    width: 100%;
    background: #f5f5f5;
    text-align: left;
    padding-bottom: 2.13333rem;
}
.practiceQuestion .exame-moblie .exame-moblie-title[data-v-068b084f] {
      height: 0.8rem;
      background: #fff;
      padding: 0.26667rem 0.26667rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.37333rem;
      margin-bottom: 0.26667rem;
}
.practiceQuestion .exame-moblie .exame-moblie-title .exame-title-name[data-v-068b084f] {
        color: #118eea;
}
.practiceQuestion .exame-moblie .exmae-body[data-v-068b084f] {
      width: 100%;
      padding: 0.21333rem;
      background: #fff;
      box-sizing: border-box;
}
.practiceQuestion .exame-moblie .exmae-body .exame-questions[data-v-068b084f] {
        line-height: 0.58667rem;
        font-size: 0.37333rem;
        font-weight: 600;
        color: #606266;
        display: flex;
        margin-bottom: 0.26667rem;
}
.practiceQuestion .exame-moblie .exmae-body .exame-questions-body[data-v-068b084f] {
        display: flex;
        flex-direction: column;
        padding-left: 0.26667rem;
        padding-right: 0.26667rem;
        box-sizing: border-box;
        overflow: hidden;
}
.practiceQuestion .exame-moblie .exmae-body .exame-questions-body .answerClass[data-v-068b084f] {
          padding: 0.26667rem 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          line-height: 0.58667rem;
          font-size: 0.37333rem;
}
.practiceQuestion .exame-moblie .exmae-body .exame-questions-body .answerClass span[data-v-068b084f] {
            color: #1399d8;
}
.practiceQuestion .exame-moblie .exmae-body .exame-questions-body .answerClass .bacuoCss[data-v-068b084f] {
            color: #1399d8;
            padding: 0 0.26667rem;
}
.practiceQuestion .exame-moblie .bottom-sections[data-v-068b084f] {
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 20;
      width: 100%;
      padding: 0.26667rem 0.26667rem;
      box-sizing: border-box;
      background: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.practiceQuestion .exame-moblie .bottom-sections .cuoti[data-v-068b084f] {
        color: #1edfe6;
        font-size: 0.37333rem;
        padding: 0.10667rem 0;
}
.numberlist[data-v-068b084f] {
  font-size: 0.53333rem;
  display: inline-block;
  margin-top: 0.66667rem;
  margin-right: 0.8rem;
  width: 1.06667rem;
  height: 1.06667rem;
  text-align: center;
  line-height: 1.06667rem;
}
.number[data-v-068b084f] {
  border: 0.02667rem solid #cccccc;
  line-height: 1.06667rem;
  display: inline-block;
  width: 1.06667rem;
  height: 1.06667rem;
  border-radius: 50%;
  color: #333;
  background: #ffffff;
}
.number_red[data-v-068b084f] {
  border: 0.02667rem solid #FF0000;
  line-height: 1.06667rem;
  display: inline-block;
  width: 1.06667rem;
  height: 1.06667rem;
  border-radius: 50%;
  color: #FFF;
  background: #FF0000;
}
.number_green[data-v-068b084f] {
  border: 0.02667rem solid #39B4AA;
  line-height: 1.06667rem;
  display: inline-block;
  width: 1.06667rem;
  height: 1.06667rem;
  border-radius: 50%;
  color: #FFF;
  background: #39B4AA;
}

