@charset "UTF-8";
/*评论 */
.content-commentview[data-v-efa249de] {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
}
.comment-title[data-v-efa249de] {
  font-family: D-DIN-Bold;
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.2rem;
  margin-bottom: 1.3rem;
}
[data-v-efa249de] .el-textarea {
  font-size: 1rem;
}
[data-v-efa249de] .el-textarea .el-textarea__inner {
    resize: none;
}
[data-v-efa249de] .el-input {
  font-size: 1rem;
}
[data-v-efa249de] .el-input .el-input__inner {
    height: 3.3rem;
}
input[data-v-efa249de]:-ms-input-placeholder,
textarea[data-v-efa249de]:-ms-input-placeholder {
  color: #d0d0d0;
}
input[data-v-efa249de]::-webkit-input-placeholder,
textarea[data-v-efa249de]::-webkit-input-placeholder {
  color: #d0d0d0;
}
.videoSubmit[data-v-efa249de] {
  margin-top: 1.3rem;
  background-color: #ffffff;
  border: 1px solid #2582ff;
  color: #2582ff;
  font-size: 1.1rem;
  float: right;
  cursor: pointer;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.videoSubmit[data-v-efa249de]:hover {
  background-color: #2582ff;
  color: #fff;
}

/* 评论列表 */
.content-comments-list[data-v-efa249de] {
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 1.9rem;
  margin-bottom: 5rem;
}
.comments-header[data-v-efa249de] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.comments-header > img[data-v-efa249de] {
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1.3rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.comments-header > span[data-v-efa249de] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  color: #333333;
  word-wrap: break-word;
  word-break: break-word;
}
.mar_l_70[data-v-efa249de] {
  margin-left: 4.4rem !important;
}
.my-question-cont[data-v-efa249de] {
  word-wrap: break-word;
  word-break: break-word;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #333333;
}
.my-quetion > .time[data-v-efa249de] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 12px;
}
.reply-btn[data-v-efa249de] {
  cursor: pointer;
  color: #333333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reply-btn[data-v-efa249de]:hover {
  color: #0073fa;
}
.actived[data-v-efa249de] {
  color: #0073fa;
}

/* 回复框 */
.my-question-ipt-view[data-v-efa249de] {
  margin-top: 1.3rem;
  margin-bottom: 1.9rem;
}
.my-question-ipt[data-v-efa249de] {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 1.3rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: right;
}
.my-question-ipt[data-v-efa249de]::before {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: -10px;
  border-bottom: 10px solid #dbdbdb;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.my-question-ipt[data-v-efa249de]::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: -8px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.form-group[data-v-efa249de] {
  text-align: left;
}
.my-question-ipt .input-cont[data-v-efa249de] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 0.9rem 1.9rem;
  margin-bottom: 1.3rem;
  outline: none;
}
.form-control[data-v-efa249de] {
  height: auto !important;
}
.listSubmit[data-v-efa249de] {
  background: #ffffff;
  border: 1px solid #2582ff;
  color: #2582ff;
  margin-top: 1.3rem;
  cursor: pointer;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.listSubmit[data-v-efa249de]:hover {
  background-color: #2582ff;
  color: #fff;
}

/* 评论回复列表 */
.reply-list[data-v-efa249de] {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0 1.9rem 1.3rem;
}
.reply-list-items[data-v-efa249de] {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.3rem 0;
}
.reply-items-detail[data-v-efa249de] {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.reply-name[data-v-efa249de] {
  color: #333333;
  margin-bottom: 10px;
  margin-right: 6px;
}
.reply-cont[data-v-efa249de] {
  word-wrap: break-word;
  word-break: break-word;
  color: #666666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reply-items-time[data-v-efa249de] {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reply-time[data-v-efa249de] {
  color: #999999;
}
.form-horizontal .has-feedback .form-control-feedback[data-v-efa249de] {
  display: none !important;
}
@media screen and (max-width: 46.9rem) {
.content-comments-list[data-v-efa249de] {
    padding: 10px;
}
.reply-items-detail[data-v-efa249de] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.reply-name[data-v-efa249de] {
    word-wrap: break-word;
    word-break: break-word;
}
.reply-cont[data-v-efa249de] {
    word-wrap: break-word;
    word-break: break-word;
}
}

.dis_flex_center[data-v-32f798e4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course-tip[data-v-32f798e4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 21.9rem;
  height: 4.5rem;
  border-radius: 2px;
  border: 1px solid #ceddee;
  position: relative;
}
.rate-view[data-v-32f798e4] {
  font-size: 1.1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.rate-view img[data-v-32f798e4] {
    height: 1.3rem;
    margin: 0 4px;
}
.not-rate[data-v-32f798e4] {
  color: #006cff;
}
.is-rate[data-v-32f798e4] {
  color: #000;
}
.is-rate .rate-title[data-v-32f798e4] {
    margin-right: 1.3rem;
}
.content-download > span[data-v-32f798e4] {
  font-family: D-DIN-Bold;
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.2rem;
}
.score-view[data-v-32f798e4] {
  margin-left: 0.9rem;
  font-family: D-DIN-Bold;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
}
.score-view > span[data-v-32f798e4] {
    font-size: 2.3rem;
    color: #000;
    margin: 0 2px;
}
.tip-view[data-v-32f798e4] {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 10px;
  right: 10px;
  height: 8.8rem;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #006cff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 108, 255, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 108, 255, 0.2);
}
.tip-view[data-v-32f798e4]::after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-right: 1px solid #006cff;
    border-bottom: 1px solid #006cff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
}
.tip-view .setStart[data-v-32f798e4] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.tip-view .setStart img[data-v-32f798e4] {
      height: 1.3rem;
      margin: 0 4px;
}
.tip-view .com-btn[data-v-32f798e4] {
    width: 6.8rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem;
    border: 1px solid #006cff;
    font-size: 0.9rem;
    color: #006cff;
    text-align: center;
    margin: 1.3rem auto 0;
    cursor: pointer;
}
.tip-view .not-can-rate[data-v-32f798e4] {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333333;
    padding: 0 1.3rem;
}

@charset "UTF-8";
/* 打分弹窗 */
.video-playover-dialog[data-v-75d0dff8] {
  z-index: 66;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* display: none; */
}
.video-playover-dialog-body[data-v-75d0dff8] {
  position: absolute;
  width: 22.9rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #272727;
  -webkit-box-shadow: 0 5px 0.9rem 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 5px 0.9rem 0 rgba(38, 38, 38, 0.5);
  border-radius: 1.3rem;
  padding: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-playover-dialog-body > .close[data-v-75d0dff8] {
  width: 1.9rem;
  height: 1.9rem;
  float: right;
}
.video-playover-dialog-body-cont[data-v-75d0dff8] {
  padding: 0 10px;
  margin-top: 1.9rem;
  margin-bottom: 1.9rem;
}
.video-playover-dialog-body-cont-view[data-v-75d0dff8] {
  text-align: center;
}
.video-playover-dialog-body-cont-view > h3[data-v-75d0dff8] {
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.3rem;
}
.setStart[data-v-75d0dff8] {
  margin-bottom: 1.3rem;
}
.setStart img[data-v-75d0dff8] {
  height: 1.3rem;
  margin: 0 5px;
}
.score-view[data-v-75d0dff8] {
  font-family: D-DIN-Bold;
  font-size: 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
}
.score-view > span[data-v-75d0dff8] {
    font-size: 2.3rem;
    color: #fff;
    margin: 0 2px;
}
.video-playover-dialog-body-cont-item[data-v-75d0dff8] {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.video-playover-dialog-body-cont-item > h3[data-v-75d0dff8] {
  font-family: D-DIN-Bold;
  font-size: 1.1rem;
  color: #e3e3e3;
  margin-bottom: 10px;
}
.video-playover-dialog-body-cont-item > div[data-v-75d0dff8] {
  margin-bottom: 4px;
}
.video-playover-dialog-body-cont-item > div > span[data-v-75d0dff8]:nth-child(1) {
  display: inline-block;
  width: 5.5rem;
  text-align: right;
  margin-right: 10px;
}
.video-playover-dialog-body-cont-item span[data-v-75d0dff8] {
  font-size: 0.9rem;
  color: #c9c9c9;
  letter-spacing: 0;
  text-align: right;
  line-height: 1rem;
}
.video-playover-dialog-body-cont-item span img[data-v-75d0dff8] {
  height: 13px;
}
.video-playover-dialog-body-textarea[data-v-75d0dff8] {
  width: 100%;
  background: #272727;
  /* border: 1px solid #7b7b7b; */
  border-radius: 10px;
  color: #fff;
  margin-bottom: 1.3rem;
  outline: none;
}
.video-playover-dialog-body-textarea[data-v-75d0dff8] .el-textarea__inner {
    background: transparent;
    resize: none;
    color: #fff;
}
.video-playover-dialog-body-btn[data-v-75d0dff8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-playover-dialog-body-btn > span[data-v-75d0dff8] {
  display: inline-block;
  background: #202020;
  border: 1px solid #ffffff;
  border-radius: 1.7rem;
  font-size: 1.3rem;
  color: #ffffff;
  padding: 4px 1.5rem;
  margin: 0 auto;
  cursor: pointer;
}

@charset "UTF-8";
.right-view[data-v-a64b9694] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border-left: 1px solid #484848;
  min-width: 21.9rem;
}
.right-view .right-list[data-v-a64b9694] {
    position: absolute;
    top: 10px;
    left: 0;
    right: 2px;
    bottom: 10px;
    overflow-y: auto;
}
.right-view .right-list[data-v-a64b9694] .el-collapse {
      border-top: none;
      border-bottom: 1px solid #484848;
}
.right-view .right-list[data-v-a64b9694] .el-collapse-item__header {
      background-color: #1f1f1f;
      color: #fff;
      font-size: 1.3rem;
      padding: 0 1.3rem;
      border-bottom: 1px solid #484848;
}
.right-view .right-list[data-v-a64b9694] .el-collapse-item__header .header-cont {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        word-break: keep-all;
        /* 不换行 */
        white-space: nowrap;
        /* 不换行 */
        overflow: hidden;
        /* 内容超出宽度时隐藏超出部分的内容 */
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
}
.right-view .right-list[data-v-a64b9694] .el-collapse-item__wrap {
      background-color: transparent;
      border-bottom: 1px solid #484848;
}
.right-view .right-list[data-v-a64b9694] .el-collapse-item__wrap .el-collapse-item__content {
        color: #fff;
        padding-bottom: 0;
}
.right-header[data-v-a64b9694] {
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1f1f1f;
  border-bottom: 1px solid #484848;
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}
.right-header span[data-v-a64b9694]:nth-child(1) {
    font-family: D-DIN-Bold;
    font-size: 1.5rem;
    color: #ffffff;
}
.right-header span[data-v-a64b9694]:nth-child(2) {
    font-size: 1.3rem;
    color: #e9e9e9;
    letter-spacing: 0;
    line-height: 1.5rem;
}

/*滚动条整体部分,必须要设置*/
.right-list[data-v-a64b9694]::-webkit-scrollbar {
  background-color: #000;
  width: 6px;
  height: 10px;
}

/*滚动条的轨道*/
.right-list[data-v-a64b9694]::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 10px;
}

/*滚动条的滑块按钮*/
.right-list[data-v-a64b9694]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.card-cont-item[data-v-a64b9694] {
  position: relative;
  padding: 6px 1.3rem;
  cursor: pointer;
  color: #fff;
}
.card-cont-item.card-cont-item-complete[data-v-a64b9694] {
  background-color: #353434;
  color: #6f6f6f;
}
.card-cont-item.active[data-v-a64b9694] {
  background-color: #515151;
  color: #fff;
}
.card-cont-item[data-v-a64b9694]:nth-last-child(1)::after {
  display: none;
}
.card-cont-item[data-v-a64b9694]::after {
  content: '';
  display: block;
  position: absolute;
  left: 1.8rem;
  right: 1.3rem;
  bottom: 0;
  height: 1px;
  background-color: #484848;
}
.card-cont-title[data-v-a64b9694] {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.card-cont-date[data-v-a64b9694] {
  padding-left: 1.8rem;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-cont-date span[data-v-a64b9694]:nth-child(1) {
    color: #4ed53b;
}
.card-cont-date span[data-v-a64b9694]:nth-child(2) {
    color: #6c6c6c;
}
@media screen and (max-width: 46.9rem) {
.right-view[data-v-a64b9694] {
    height: auto;
    margin-top: 10px;
    min-width: 0;
}
.right-view .right-list[data-v-a64b9694] {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
}
}

.exam-item-view[data-v-4b4209b9] {
  height: 100%;
  font-size: 1rem;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exam-item-view .exam-item-view-title[data-v-4b4209b9] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: D-DIN-Bold;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.5rem;
}
.exam-item-view .exam-item-view-answer[data-v-4b4209b9] {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #6ca4f7;
    border-bottom: 1px solid #6ca4f7;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip[data-v-4b4209b9] {
      color: #4ed53b;
      margin-right: 10px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span[data-v-4b4209b9] {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #4ed53b;
        border-radius: 50%;
        text-align: center;
        line-height: 1.3rem;
        margin-right: 8px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span i[data-v-4b4209b9] {
          color: #4ed53b;
}
.exam-item-view .exam-item-view-answer .errorAnswer[data-v-4b4209b9] {
      color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span[data-v-4b4209b9] {
        border-color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span i[data-v-4b4209b9] {
          color: #dd4747;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-your[data-v-4b4209b9] {
      width: 100%;
      text-align: center;
      margin-top: 6px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-your span[data-v-4b4209b9] {
        font-weight: 700;
}
.exam-item-view .exam-item-view-options[data-v-4b4209b9] {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #183969;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item[data-v-4b4209b9] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 1.9rem;
      border: 1px solid #183969;
      padding: 4px 2rem 4px 1.3rem;
      margin: 8px 1.5rem;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .item-code[data-v-4b4209b9] {
        font-weight: 700;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .item-opt[data-v-4b4209b9] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .right-icon[data-v-4b4209b9] {
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
        width: 1.3rem;
        height: 1.3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #0073fa;
        border-radius: 50%;
        text-align: center;
        line-height: 1.3rem;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .error-icon[data-v-4b4209b9] {
        border-color: #dd4747;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .error-icon i[data-v-4b4209b9] {
          color: #dd4747;
}
.exam-item-view .exam-item-view-options .checkedOption[data-v-4b4209b9] {
      position: relative;
      color: #0073fa;
      border-color: #0073fa;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 115, 250, 0.41);
              box-shadow: 0px 0px 10px 0px rgba(0, 115, 250, 0.41);
}
.flex-default[data-v-4b4209b9] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-default .exam-item-view-options[data-v-4b4209b9] {
    margin-top: 3rem;
}

.exam-item-view[data-v-4b50213a] {
  height: 100%;
  font-size: 1rem;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exam-item-view .exam-item-view-title[data-v-4b50213a] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: D-DIN-Bold;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.5rem;
}
.exam-item-view .exam-item-view-options[data-v-4b50213a] {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #183969;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item[data-v-4b50213a] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 1.9rem;
      border: 1px solid #183969;
      padding: 4px 1.5rem;
      margin: 8px 1.5rem;
      cursor: pointer;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item[data-v-4b50213a]:hover {
        background-color: #fff;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item > span[data-v-4b50213a] {
        font-family: D-DIN-Bold;
        font-weight: 700;
}
.exam-item-view .exam-item-view-options .checkedOption[data-v-4b50213a] {
      color: #0073fa;
      border-color: #0073fa;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 115, 250, 0.41);
              box-shadow: 0px 0px 10px 0px rgba(0, 115, 250, 0.41);
}
.exam-item-view .exam-item-view-statistics[data-v-4b50213a] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 1px solid #6ca4f7;
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-echart[data-v-4b50213a] {
      width: 65%;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right[data-v-4b50213a] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: auto;
      height: 100%;
      border-left: 1px solid #6ca4f7;
      padding: 0 1rem;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts[data-v-4b50213a] {
        border-bottom: 1px solid #6ca4f7;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts > div[data-v-4b50213a] {
          margin-bottom: 12px;
          color: #183969;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts > div > span[data-v-4b50213a] {
            font-family: D-DIN-Bold;
            font-weight: 700;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your[data-v-4b50213a] {
        padding-top: 1.3rem;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your > div[data-v-4b50213a]:nth-child(1) {
          color: #183969;
          margin-bottom: 4px;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your > div[data-v-4b50213a]:nth-child(2) {
          color: #0073fa;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your > div:nth-child(2) > span[data-v-4b50213a] {
            font-family: D-DIN-Bold;
            font-weight: 700;
}
.flex-default[data-v-4b50213a] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-default .exam-item-view-options[data-v-4b50213a] {
    margin-top: 3rem;
}

.type3-dialog {
  width: auto;
  font-size: 1rem;
  line-height: 1.3rem;
}
.type3-dialog .el-dialog__header .el-dialog__headerbtn {
    border: 1px solid rgba(20, 81, 250, 0.6);
    width: 2rem;
    height: 2rem;
    border-radius: 4px;
}
.type3-dialog .el-dialog__header .el-dialog__headerbtn .el-icon {
      font-size: 1.5rem;
      color: rgba(20, 81, 250, 0.6);
}
.type3-dialog .el-dialog__body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.type3-dialog .el-dialog__body .type3-dialog-header {
      color: #183969;
      margin-bottom: 2rem;
}
.type3-dialog .el-dialog__body .type3-dialog-header .exam-item-view-title {
        font-size: 1.1rem;
        line-height: 1.4rem;
        font-family: D-DIN-Bold;
        font-weight: 700;
        color: #183969;
}
.type3-dialog .el-dialog__body .type3-dialog-header > div:nth-of-type(2) {
        margin-top: 1.3rem;
        border-radius: 4px;
        background: rgba(0, 115, 250, 0.05);
        padding: 1rem;
}
.type3-dialog .el-dialog__body .type3-dialog-container {
      padding-top: 2rem;
      border-bottom: 1px solid #7eb8fc;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-header > div:nth-of-type(1) {
          font-family: D-DIN-Bold;
          font-size: 1.5rem;
          color: #183969;
          margin-bottom: 1.5rem;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) {
          margin-bottom: 1.5rem;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) > div {
            margin-top: 0;
            margin-bottom: 0;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list {
        border-radius: 4px;
        background: #f2f8fe;
        padding: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item {
          width: calc(50% - 6px);
          border-radius: 4px;
          background: #ffffff;
          padding: 1rem;
          margin-bottom: 1rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-cont {
            margin-bottom: 1rem;
            height: 6.3rem;
            overflow: hidden;
            color: #333333;
            word-wrap: break-word;
            word-break: break-word;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer {
            border-top: 1px solid #7eb8fc;
            padding-top: 1rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div:nth-of-type(1) {
              -webkit-box-flex: 1;
              -webkit-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              font-family: D-DIN-Bold;
              font-size: 1rem;
              line-height: 1.4rem;
              color: #183969;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div:nth-of-type(2) {
              color: #7eb8fc;
              padding-left: 12px;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div:nth-of-type(2) > span {
                display: inline-block;
                vertical-align: sub;
}
.type3-dialog .el-dialog__body .type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div:nth-of-type(2) > img {
                width: 1.1rem;
                margin-left: 8px;
                cursor: pointer;
                vertical-align: middle;
}

@media screen and (max-width: 46.9rem) {
.type3-dialog-container .type3-dialog-container-header[data-v-17c4786c] {
    display: block !important;
}
.type3-dialog-container .type3-dialog-container-header > div[data-v-17c4786c]:nth-of-type(1) {
      margin-bottom: 1rem;
}
.type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) > div[data-v-17c4786c] {
      margin: 0;
      margin-bottom: 8px !important;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) > div[data-v-17c4786c] .el-select {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto !important;
}
.type3-dialog-container .type3-dialog-container-list[data-v-17c4786c] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item[data-v-17c4786c] {
      width: 100% !important;
}
}

.exam-item-view[data-v-4b5e38bb] {
  height: 100%;
  font-size: 1rem;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exam-item-view .exam-item-view-title[data-v-4b5e38bb] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: D-DIN-Bold;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.5rem;
}
.exam-item-view .exam-item-view-answer[data-v-4b5e38bb] {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #183969;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-title[data-v-4b5e38bb] {
      margin-bottom: 12px;
}
.exam-item-view .exam-item-view-answer[data-v-4b5e38bb] .el-textarea .el-textarea__inner {
      background-color: #f3f7fc;
      border-color: #7eb8fc;
      color: #7eb8fc;
      font-size: 0.9rem;
}
.exam-item-view .exam-item-view-answer[data-v-4b5e38bb] .el-textarea .el-input__count {
      background-color: #f3f7fc;
      color: #7eb8fc;
      font-size: 0.9rem;
}
.exam-item-view .exam-item-view-hasAnswer[data-v-4b5e38bb] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 1px solid #6ca4f7;
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #006cff;
}
.exam-item-view .exam-item-view-hasAnswer > div[data-v-4b5e38bb]:nth-of-type(1) {
      text-align: center;
}
.exam-item-view .exam-item-view-hasAnswer > div[data-v-4b5e38bb]:nth-of-type(2) {
      text-align: center;
}
.exam-item-view .exam-item-view-hasAnswer .view-answer-btn[data-v-4b5e38bb] {
      font-size: 0.9rem;
      margin-top: 1.9rem;
      padding: 5px 1.3rem;
      border-radius: 18.8rem;
      border: 1px solid #0073fa;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
}
.exam-item-view .exam-item-view-hasAnswer .view-answer-btn > img[data-v-4b5e38bb] {
        width: 0.9rem;
        margin-left: 8px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
}

.exam-item-view[data-v-4b6c503c] {
  height: 100%;
  font-size: 1rem;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #183969;
}
.exam-item-view .exam-item-view-title[data-v-4b6c503c] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: D-DIN-Bold;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.5rem;
}
.exam-item-view .exam-item-view-answer[data-v-4b6c503c] {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #6ca4f7;
    border-bottom: 1px solid #6ca4f7;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip[data-v-4b6c503c] {
      color: #4ed53b;
      margin-right: 10px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span[data-v-4b6c503c] {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #4ed53b;
        border-radius: 50%;
        text-align: center;
        line-height: 1.3rem;
        margin-right: 8px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span i[data-v-4b6c503c] {
          color: #4ed53b;
}
.exam-item-view .exam-item-view-answer .errorAnswer[data-v-4b6c503c] {
      color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span[data-v-4b6c503c] {
        border-color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span i[data-v-4b6c503c] {
          color: #dd4747;
}
.exam-item-view .exam-item-view-stem[data-v-4b6c503c] {
    padding: 1rem;
    border-bottom: 1px solid #7eb8fc;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item[data-v-4b6c503c] {
      margin-bottom: 12px;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont[data-v-4b6c503c] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        cursor: pointer;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont[data-v-4b6c503c]:hover {
          color: #006cff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont:hover > div[data-v-4b6c503c]:nth-of-type(2) {
            border-color: #006cff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div[data-v-4b6c503c]:nth-of-type(1) {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 0.9rem;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div:nth-of-type(1) > span[data-v-4b6c503c] {
            font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt[data-v-4b6c503c] {
          width: 35%;
          position: relative;
          width: 35%;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-cont-opt-text[data-v-4b6c503c] {
            background: #dbe4f1;
            border: 1px solid #183969;
            padding: 4px 2rem 4px 12px;
            min-height: 1.9rem;
            border-radius: 4px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-cont-opt-text > span[data-v-4b6c503c] {
              font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-cont-opt-text > i[data-v-4b6c503c] {
              position: absolute;
              font-size: 1rem;
              top: 6px;
              right: 8px;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .hasIcon[data-v-4b6c503c] {
            padding: 4px 12px;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .answerWrong[data-v-4b6c503c] {
            border-color: #dd4747;
            color: #dd4747;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-answer[data-v-4b6c503c] {
            font-size: 12px;
            line-height: 1rem;
            margin-top: 4px;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-answer > div[data-v-4b6c503c] {
              color: #4ed53b;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-answer > div > span[data-v-4b6c503c] {
                font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .current-stem-cont[data-v-4b6c503c] {
        color: #006cff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .current-stem-cont > div[data-v-4b6c503c]:nth-of-type(1) {
          text-decoration: underline;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .current-stem-cont > div[data-v-4b6c503c]:nth-of-type(2) {
          border-color: #006cff;
}
.exam-item-view .exam-item-view-options[data-v-4b6c503c] {
    padding: 6px 10px;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item[data-v-4b6c503c] {
      display: inline-block;
      width: 50%;
      padding: 0px 12px;
      margin: 10px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      vertical-align: text-top;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item > div[data-v-4b6c503c] {
        cursor: pointer;
        width: 100%;
        border: 1px solid #183969;
        padding: 4px 12px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item > div > span[data-v-4b6c503c] {
          font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item > div[data-v-4b6c503c]:hover {
          color: #006cff;
          background-color: #fff;
          border-color: #006cff;
}
.exam-item-view .exam-item-view-options .width100[data-v-4b6c503c] {
      width: 100%;
}
.exam-item-view .exam-item-view-options .current-option > div[data-v-4b6c503c] {
      color: #006cff;
      background-color: #fff;
      border-color: #006cff;
}

.interact-dialog {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 99;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.interact-dialog .interact-dialog-body {
    width: 100%;
    height: 100%;
    background: rgba(0, 76, 184, 0.88);
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.interact-dialog .interact-dialog-body .interact-dialog-view {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(113%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 113%);
      background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 113%);
      background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 113%);
      padding: 8px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
}
.interact-dialog .interact-dialog-body .interact-dialog-view .interact-dialog-content {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #3380f4;
        padding: 1rem;
        line-height: 1.4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow-y: auto;
}
.interact-dialog .interact-dialog-body .interact-dialog-view .interact-dialog-close {
        position: absolute;
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid rgba(20, 81, 250, 0.6392);
        border-radius: 4px;
        text-align: center;
        line-height: 2rem;
        right: 8px;
        top: 8px;
        cursor: pointer;
}
.interact-dialog .interact-dialog-body .interact-dialog-view .interact-dialog-close i {
          font-size: 1.3rem;
          font-weight: 700;
          color: rgba(20, 81, 250, 0.6392);
}
.interact-dialog .interact-dialog-body .interact-footer {
      padding: 8px 0;
      margin-top: 10px;
      background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(255, 255, 255, 0)), color-stop(99%, #ffffff));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 37%, #ffffff 99%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 37%, #ffffff 99%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 37%, #ffffff 99%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.interact-dialog .interact-dialog-body .interact-footer .footer-right-name {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        letter-spacing: 0em;
        color: #ffffff;
        margin-right: 2.3rem;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-right: 1rem;
        font-family: D-DIN-Bold;
        font-size: 1.1rem;
        font-weight: 700;
        color: #0073fa;
        overflow: hidden;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          color: #ffffff;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps .footer-right-steps-item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 12px;
            cursor: pointer;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps .footer-right-steps-item > div {
              width: 1.4rem;
              height: 1.4rem;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              text-align: center;
              line-height: 1.4rem;
              border: 1px solid #fff;
              border-radius: 50%;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps .footer-right-steps-item::after {
              content: '';
              display: block;
              height: 1px;
              background-color: #fff;
              width: 1.3rem;
              margin: 0 4px;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps .footer-right-steps-item .exam-isSubmitted {
              background-color: #006cff;
              border-color: #006cff;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps .current-step > div {
            background-color: #fff;
            color: #006cff;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .footer-right-steps .footer-right-steps-item:last-of-type::after {
            display: none;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .submit-btn {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right .submit-btn > img {
            width: 1rem;
            -webkit-transform: translateX(8.1rem);
                -ms-transform: translateX(8.1rem);
                    transform: translateX(8.1rem);
            -webkit-filter: drop-shadow(#0073fa -8.1rem 0px 0px);
                    filter: drop-shadow(#0073fa -8.1rem 0px 0px);
            margin-left: 6px;
}

@charset "UTF-8";
/*滚动条整体部分,必须要设置*/
.interact-dialog-content::-webkit-scrollbar {
  background-color: #0073fa;
  width: 6px;
  height: 10px;
}

/*滚动条的轨道*/
.interact-dialog-content::-webkit-scrollbar-track {
  background-color: #0073fa;
  border-radius: 10px;
}

/*滚动条的滑块按钮*/
.interact-dialog-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.prism-fullscreen .interact-dialog {
  background-color: rgba(0, 76, 184, 0.88);
}
.prism-fullscreen .interact-dialog .interact-dialog-body {
    width: 50%;
    height: 60%;
    margin: 10% auto;
}

@media screen and (max-width: 46.9rem) {
.interact-dialog {
    background-color: rgba(0, 76, 184, 0.88);
    position: fixed;
    top: 4.3rem;
    bottom: 0;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-stem {
      padding: 6px 10px;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont {
        display: block;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div:nth-of-type(1) {
          margin-right: 0;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div:nth-of-type(2) {
          width: 90%;
          margin-left: 10%;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-answer > div {
        width: 90%;
        margin-left: 10%;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-options .exam-item-view-options-item {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      border-radius: 4px;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-statistics {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-statistics .exam-item-view-statistics-echart {
        width: 100%;
        height: 60vw;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right {
        border-left: none;
        height: auto;
}
.interact-dialog .interact-dialog-body .interact-dialog-content .exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts > div {
          white-space: pre-wrap;
}
.interact-dialog .interact-dialog-body .interact-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      background: none;
}
.interact-dialog .interact-dialog-body .interact-footer .footer-right-name {
        width: 100%;
        margin: 0;
        margin-top: 10px;
}
.interact-dialog .interact-dialog-body .interact-footer .interact-footer-right {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(255, 255, 255, 0)), color-stop(99%, #ffffff));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 37%, #ffffff 99%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 37%, #ffffff 99%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 37%, #ffffff 99%);
        padding: 8px;
}
}

.content-video {
  margin-bottom: 1.9rem;
  height: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  border-radius: 10px;
}
.content-video .left-view {
    height: 100%;
    padding: 6px;
    width: 50.9rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.content-ai-tip {
  font-family: D-DIN;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #838282;
  margin-bottom: 1rem;
}
.content-ai-tip .content-ai-tip-btn {
    margin-bottom: 1rem;
}
.content-ai-tip .content-ai-tip-btn .content-ai-tip-btn-item {
      display: inline-block;
      padding: 6px 2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #006cff;
      color: #006cff;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-ai-tip .content-ai-tip-btn .content-ai-tip-btn-item:hover {
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01);
}
.content-ai-tip p:nth-of-type(1) {
    margin-bottom: 1.3rem;
}
@media screen and (max-width: 46.9rem) {
.content-video {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    border-radius: 0;
}
.content-video .left-view {
      width: 100%;
      height: 12.5rem;
}
}


.interact-swiper-item-tooltip {
  border-color: #82b7ff !important;
  border-radius: 2px;
  font-size: 0.9rem;
}
.interact-swiper-item-tooltip[x-placement^='top'] .popper__arrow {
  border-top-color: #82b7ff !important;
}

.interact-header[data-v-4b445b4c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #7eb8fc;
}
.interact-header .interact-swiper[data-v-4b445b4c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 6px;
    border-left: 2px solid #006cff;
    border-right: 2px solid #006cff;
}
.interact-header .interact-swiper .interact-swiper-item[data-v-4b445b4c] {
      padding: 8px 1rem;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      cursor: pointer;
      background: #ffffff;
      color: #006cff;
      font-size: 1.1rem;
      line-height: 1.5rem;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border: 1px solid #006cff;
}
.interact-header .interact-swiper .active-section[data-v-4b445b4c] {
      background: #006cff;
      color: #fff;
}
.interact-header .interact-header-btn[data-v-4b445b4c] {
    width: 1rem;
    margin-right: 12px;
    cursor: pointer;
}
.interact-header .next-btn[data-v-4b445b4c] {
    margin-right: 0px;
    margin-left: 12px;
}
.interact-header .prev-btn[data-v-4b445b4c] {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.interact-header .btnDisabled[data-v-4b445b4c] {
    opacity: 0.6;
    cursor: not-allowed;
}

.exam-item-view .exam-item-view-title[data-v-595a00fa] {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-family: D-DIN-Bold;
  font-weight: 700;
  color: #183969;
  margin-bottom: 1.5rem;
}
.exam-item-view .you-not-answer[data-v-595a00fa] {
  padding-top: 2rem;
  border-top: 1px solid #7eb8fc;
}
.exam-item-view .exam-item-view-answer[data-v-595a00fa] {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 115, 250, 0.05);
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip[data-v-595a00fa] {
    color: #4ed53b;
    margin-right: 10px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span[data-v-595a00fa] {
      display: inline-block;
      width: 1.3rem;
      height: 1.3rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #4ed53b;
      border-radius: 50%;
      text-align: center;
      line-height: 1.3rem;
      margin-right: 8px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span i[data-v-595a00fa] {
        color: #4ed53b;
}
.exam-item-view .exam-item-view-answer .errorAnswer[data-v-595a00fa] {
    color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span[data-v-595a00fa] {
      border-color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span i[data-v-595a00fa] {
        color: #dd4747;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-your[data-v-595a00fa] {
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-your span[data-v-595a00fa] {
      font-weight: 700;
}
.exam-item-view .exam-item-view-options[data-v-595a00fa] {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #183969;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item[data-v-595a00fa] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.9rem;
    border: 1px solid #183969;
    padding: 10px 2rem 10px 1.5rem;
    margin: 12px 1.5rem;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .item-code[data-v-595a00fa] {
      font-weight: 700;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .item-opt[data-v-595a00fa] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item .right-icon[data-v-595a00fa] {
      position: absolute;
      top: calc(50% - 10px);
      right: 10px;
      width: 1.3rem;
      height: 1.3rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #0073fa;
      border-radius: 50%;
      text-align: center;
      line-height: 1.3rem;
}
.exam-item-view .exam-item-view-options .checkedOption[data-v-595a00fa] {
    position: relative;
    color: #0073fa;
    border-color: #0073fa;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 115, 250, 0.41);
            box-shadow: 0px 0px 10px 0px rgba(0, 115, 250, 0.41);
}

.exam-item-view .exam-item-view-title[data-v-5968187b] {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-family: D-DIN-Bold;
  font-weight: 700;
  color: #183969;
  margin-bottom: 1.5rem;
}
.exam-item-view .you-not-answer[data-v-5968187b] {
  padding-top: 2rem;
  border-top: 1px solid #7eb8fc;
}
.exam-item-view .exam-item-view-statistics[data-v-5968187b] {
  height: 16.3rem;
  border-top: 1px solid #6ca4f7;
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-echart[data-v-5968187b] {
    width: 65%;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right[data-v-5968187b] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    height: 100%;
    border-left: 1px solid #6ca4f7;
    padding: 0 1rem;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts[data-v-5968187b] {
      border-bottom: 1px solid #6ca4f7;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts > div[data-v-5968187b] {
        margin-bottom: 12px;
        color: #183969;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts > div > span[data-v-5968187b] {
          font-family: D-DIN-Bold;
          font-weight: 700;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your[data-v-5968187b] {
      padding-top: 1.3rem;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your > div[data-v-5968187b]:nth-child(1) {
        color: #183969;
        margin-bottom: 4px;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your > div[data-v-5968187b]:nth-child(2) {
        color: #0073fa;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-your > div:nth-child(2) > span[data-v-5968187b] {
          font-family: D-DIN-Bold;
          font-weight: 700;
}

.no-data[data-v-59762ffc] {
  height: 7.5rem;
  line-height: 7.5rem;
  text-align: center;
  font-size: 1.1rem;
}
.type3-dialog-header[data-v-59762ffc] {
  color: #183969;
  margin-bottom: 2rem;
}
.type3-dialog-header .exam-item-view-title[data-v-59762ffc] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: D-DIN-Bold;
    font-weight: 700;
    color: #183969;
}
.type3-dialog-header > div[data-v-59762ffc]:nth-of-type(2) {
    border-radius: 4px;
    margin-top: 1.3rem;
    background: rgba(0, 115, 250, 0.05);
    padding: 1rem;
}
.you-not-answer[data-v-59762ffc] {
  padding-top: 2rem;
  border-top: 1px solid #7eb8fc;
}
.type3-dialog-container[data-v-59762ffc] {
  padding-top: 2rem;
  border-top: 1px solid #7eb8fc;
}
.type3-dialog-container .type3-dialog-container-header[data-v-59762ffc] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.type3-dialog-container .type3-dialog-container-header > div[data-v-59762ffc]:nth-of-type(1) {
      font-family: D-DIN-Bold;
      font-size: 1.5rem;
      color: #183969;
      margin-bottom: 1.5rem;
}
.type3-dialog-container .type3-dialog-container-header > div[data-v-59762ffc]:nth-of-type(2) {
      margin-bottom: 1.5rem;
}
.type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) > div[data-v-59762ffc] {
        margin-top: 0;
        margin-bottom: 0;
}
.type3-dialog-container .type3-dialog-container-list[data-v-59762ffc] {
    border-radius: 4px;
    background: #f2f8fe;
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item[data-v-59762ffc] {
      width: calc(50% - 6px);
      border-radius: 4px;
      background: #ffffff;
      padding: 1rem;
      margin-bottom: 1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-cont[data-v-59762ffc] {
        margin-bottom: 1rem;
        height: 6.3rem;
        overflow: hidden;
        color: #333333;
        word-wrap: break-word;
        word-break: break-word;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer[data-v-59762ffc] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div[data-v-59762ffc]:nth-of-type(1) {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-family: D-DIN-Bold;
          font-size: 1rem;
          line-height: 1.4rem;
          color: #183969;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div[data-v-59762ffc]:nth-of-type(2) {
          color: #7eb8fc;
          padding-left: 12px;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div:nth-of-type(2) > span[data-v-59762ffc] {
            display: inline-block;
            vertical-align: sub;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item .type3-dialog-container-list-item-footer > div:nth-of-type(2) > img[data-v-59762ffc] {
            width: 1.1rem;
            margin-left: 8px;
            cursor: pointer;
            vertical-align: middle;
}

@media screen and (max-width: 46.9rem) {
.type3-dialog-container .type3-dialog-container-header[data-v-59762ffc] {
    display: block !important;
}
.type3-dialog-container .type3-dialog-container-header > div[data-v-59762ffc]:nth-of-type(1) {
      margin-bottom: 1rem;
}
.type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) > div[data-v-59762ffc] {
      margin: 0;
      margin-bottom: 8px !important;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.type3-dialog-container .type3-dialog-container-header > div:nth-of-type(2) > div[data-v-59762ffc] .el-select {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto !important;
}
.type3-dialog-container .type3-dialog-container-list[data-v-59762ffc] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.type3-dialog-container .type3-dialog-container-list .type3-dialog-container-list-item[data-v-59762ffc] {
      width: 100% !important;
}
}

.exam-item-view[data-v-5984477d] {
  color: #183969;
}
.exam-item-view .exam-item-view-title[data-v-5984477d] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: D-DIN-Bold;
    font-weight: 700;
    color: #183969;
    margin-bottom: 1.5rem;
}
.exam-item-view .you-not-answer[data-v-5984477d] {
    padding-top: 2rem;
    border-top: 1px solid #7eb8fc;
}
.exam-item-view .exam-item-view-answer[data-v-5984477d] {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 115, 250, 0.05);
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip[data-v-5984477d] {
      color: #4ed53b;
      margin-right: 10px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span[data-v-5984477d] {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #4ed53b;
        border-radius: 50%;
        text-align: center;
        line-height: 1.3rem;
        margin-right: 8px;
}
.exam-item-view .exam-item-view-answer .exam-item-view-answer-tip > span i[data-v-5984477d] {
          color: #4ed53b;
}
.exam-item-view .exam-item-view-answer .errorAnswer[data-v-5984477d] {
      color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span[data-v-5984477d] {
        border-color: #dd4747;
}
.exam-item-view .exam-item-view-answer .errorAnswer > span i[data-v-5984477d] {
          color: #dd4747;
}
.exam-item-view .exam-item-view-stem[data-v-5984477d] {
    padding: 1rem;
    margin: 1.5rem auto;
    border-radius: 4px;
    border: 1px solid #217fff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item[data-v-5984477d] {
      margin-bottom: 12px;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont[data-v-5984477d] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        cursor: pointer;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont[data-v-5984477d]:hover {
          color: #006cff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont:hover .exam-item-view-stem-item-cont-opt-text[data-v-5984477d] {
            border-color: #006cff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div[data-v-5984477d]:nth-of-type(1) {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 0.9rem;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div:nth-of-type(1) > span[data-v-5984477d] {
            font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt[data-v-5984477d] {
          width: 35%;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-cont-opt-text[data-v-5984477d] {
            background: #dbe4f1;
            border: 1px solid #183969;
            padding: 4px 12px;
            min-height: 1.9rem;
            border-radius: 4px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-cont-opt-text > span[data-v-5984477d] {
              font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .answerWrong[data-v-5984477d] {
            border-color: #dd4747;
            color: #dd4747;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-answer[data-v-5984477d] {
            font-size: 12px;
            line-height: 1rem;
            margin-top: 4px;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-answer > div[data-v-5984477d] {
              color: #4ed53b;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont .exam-item-view-stem-item-cont-opt .exam-item-view-stem-item-answer > div > span[data-v-5984477d] {
                font-family: D-DIN-Bold;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .current-stem-cont[data-v-5984477d] {
        color: #006cff;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .current-stem-cont > div[data-v-5984477d]:nth-of-type(1) {
          text-decoration: underline;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .current-stem-cont > div[data-v-5984477d]:nth-of-type(2) {
          border-color: #006cff;
}

.interact-detail[data-v-d5302796] {
  margin-top: 1.5rem;
  border: none;
}
.interact-detail .interact-detail-item[data-v-d5302796] {
    margin-bottom: 1.6rem;
    border: 1px solid #006cff;
    border-radius: 4px;
    padding: 0 1.5rem;
}
.interact-detail .interact-detail-item[data-v-d5302796] .el-collapse-item__header {
      padding: 1rem 0;
      height: auto;
      border: none;
      line-height: 1;
      font-family: D-DIN-Bold;
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 1.5rem;
      color: #183969;
}
.interact-detail .interact-detail-item[data-v-d5302796] .el-collapse-item__header .el-collapse-item__arrow {
        font-size: 1.5rem;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        color: #006cff;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
}
.interact-detail .interact-detail-item[data-v-d5302796] .el-collapse-item__header .el-collapse-item__arrow.is-active {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
}
.interact-detail .interact-detail-item[data-v-d5302796] .el-collapse-item__header.is-active {
      border-bottom: 1px solid #006cff;
}
.interact-detail .interact-detail-item[data-v-d5302796] .el-collapse-item__content {
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      font-size: 1rem;
      line-height: 1.3rem;
      color: #183969;
}

@media screen and (max-width: 46.9rem) {
.exam-item-view .exam-item-view-stem {
    padding: 6px 10px !important;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont {
      display: block !important;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div:nth-of-type(1) {
        margin-right: 0 !important;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-cont > div:nth-of-type(2) {
        width: 90% !important;
        margin-left: 10% !important;
}
.exam-item-view .exam-item-view-stem .exam-item-view-stem-item .exam-item-view-stem-item-answer > div {
      width: 90% !important;
      margin-left: 10% !important;
}
.exam-item-view .exam-item-view-options .exam-item-view-options-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 4px !important;
}
.exam-item-view .exam-item-view-statistics {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    height: auto !important;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-echart {
      width: 100% !important;
      height: 60vw !important;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right {
      border-left: none !important;
      height: auto !important;
      overflow: auto !important;
}
.exam-item-view .exam-item-view-statistics .exam-item-view-statistics-right .exam-item-view-statistics-opts > div {
        white-space: pre-wrap !important;
}
}

