.ks-box{
    margin: 10px 10px 0 10px;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
}
.ks-box__title{
    font-size: 16px;
    line-height:32px;
    height: 32px;
    overflow: hidden;
    font-weight:bold;
    color:#333;
}
.ks-no-data{
    width: 60%;
    height: 300px;
    background: url(./images/nodata_pc.png) no-repeat center center;
    background-size: contain;
    margin-left: 20%;
    position: relative;
}
.ks-no-data p{
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size:14px;
    color: #888;
    text-align: center;
}

.ks-default-image{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.ks-default-image--user{
    width: 100%;
    height: 100%;
    background-image: url('/sysImg/avatar.jpg')
}
.ks-default-image--default{
    width: 100%;
    height: 100%;
    background-image: url('/sysImg/nopic.png')
}
.ks-default-image--logo{
    width: 100%;
    height: 100%;
    background-image: url('/sysImg/nologo.gif')
}
.ks-default-image--teacher{
    width: 100%;
    height: 100%;
    background-image: url('/sysImg/eavatar.jpg')
}

.ks-toast__mask{
    width: 100%;
    height: 100%;
    z-index: 5000;
    position: fixed;
    left: 0;
    top: 0
}
.ks-toast {
    position: fixed;
    z-index: 5001;
    width: 7.6em;
    min-height: 7.6em;
    top: 40%;
    left: 50%;
    margin-left: -3.8em;
    margin-top:-3.8em;
    background: hsla(0,0%,7%,.7);
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.ks-toast__content {
    font-size: 14px;
    margin-top: 5px;
}

.ks-toast__icon{
    margin: 25px 0 0;
    width: 44px;
    height: 44px;
    vertical-align: baseline;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.ks-toast__icon__success{
    background-image: url(./images/checkmark-circle-2-outline.png);
}
.ks-toast__icon__error{
    background-image: url(./images/close-circle-outline.png);
}
.ks-toast__icon__tips{
    background-image: url(./images/alert-circle-outline.png);
}
.ks-toast__icon__loading {
    
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    animation: weuiLoading 1s steps(12, end) infinite;
    background-image: url(./images/loding.svg);
    
}
@-webkit-keyframes weuiLoading{
   0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
   to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes weuiLoading {
   0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
   to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}

/*长提示处理*/
.ks-toast-long{
    max-width: 80%;
    position: fixed;
    z-index: 5001;
    top:40%;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align:center
}
.ks-toast-long span{
    line-height: 24px;
    background: rgba(0,0,0,0.6);
    color:#fff;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

/*分页容器*/
.page-scroll-container__nomore {
  height: 36px;
  line-height: 36px;
  color: #999;
 text-align: center;
}

.ks-sort-popup {
  width: 100%;
  height: 178px;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  position: fixed;
  bottom: 0;
  text-align: center;
}
.ks-sort-box__title {
  margin-top: 12px;
  height: 40px;
  border-bottom: 1px solid #eee;
}
.ks-sort-box__title p {
  width: 100px;
  font-size: 16px;
  color: rgba(26, 26, 26, 1);
  float: left;
  padding-left: 50%;
  margin-left: -50px;
  text-align: center;
}
.ks-sort-box__title img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  float: right;
  margin-top: 2.5px;
}
.ks-sort-box span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #fb6e52;
  border-radius: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  text-align: center;
  margin: 45px 30px 0 30px;
}

/*考试部分组件*/
.paper-medal {
    background: #fff;
    padding: 20px 0;
}
.paper-medal__img {
    background: url(../assets/exam/exam_sheet_bg.png) no-repeat center;
    height: 160px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    position: relative;
}
.paper-medal__value {
    text-align: center;
    padding-top: 22px;
    font-weight: bold;
}
.paper-medal__value span {
    font-size: 36px;
    color: #ff7827;
}
.paper-medal__value i{
    font-size: 18px;
    font-style: normal;
}
.paper-medal__info {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
}

/*答题卡*/
.answer-sheet {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 480px;
    top:103px;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .answer-sheet__body {
    padding: 20px 15px;
    box-sizing: border-box;
  }
  
  .answer-sheet__answer {
    display: flex;
    flex-wrap: wrap;
  }
  .answer-sheet__answer-item {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #ff795c;
    color: #ff795c;
    text-align: center;
    font-size: 15px;
    margin: 10px;
  }
  .answer-sheet__submit {
    line-height: 51px;
    text-align: center;
    background: #ff795c;
    color: #fff;
    width: 100%;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 100;
    max-width: 480px;
  
  }
  .answer-sheet__sign {
    display: inline-block;
    padding-left: 20px;
    font-size: 15px;
    color: #8f8f8f;
    position: relative;
    margin:0 10px;
  }
  .answer-sheet__sign i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
  }
  .answer-sheet__sign--color1 i {
    background: #ff795c;
  }
  .answer-sheet__sign--color2 i {
    background: #ed7c78;
  }
  .answer-sheet__sign--color3 i {
    background: #fff;
    border: 1px solid #dcdcdc;
  }
  .answer-sheet__sign--color4 i {
    background: #dcdcdc;
  }
  .answer-sheet__opear {
    padding-right: 20px;
    margin-top:10px;
    text-align: right;
  }
  
  .answer-sheet  .active {
    background: #ff795c;
    color: #fff;
  }

  .answer-sheet  .signed {
    background: #dcdcdc;
    border-color: #dcdcdc;
    color: #8f8f8f;
  }

  /*题目标题*/
  .question-title {
    font-size: 16px;
    color: #3e4754;
    line-height: 1.6;
    display: flex
  }
  .question-title__type{
      display: inline-block;
      padding:1px 6px;
      height: 16px;
      line-height: 16px;
      font-size: 10px;
      overflow: hidden;
      position: relative;
      top:4px;
      margin-right: 10px;
      background: #80c269;
      border-radius: 20px 20px 0 20px;
      color:#fff;
  
  }
  .question-title__cont{
      display: inline-block;
      flex: 1
  }
  .question-title__cont img{
      max-width:100% !important; 
  }


  /*题目解析*/
 .analysis-info {
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    background: #f9f9f9;
  }
  .analysis-info__title {
    font-size: 14px;
  }
  .analysis-info__content {
    font-size: 14px;
    color: #999;
    padding: 5px 0 10px 0;
    line-height: 22px;
    border-radius: 4px;
  }
  .analysis-info .score_rule{
    font-size: 14px;
  }
  .audiofile-btn{
    border: 0.05rem solid #e64a3b;
    color: #e64a3b;
    padding: 0 0.5rem;
    line-height: 1rem;
    height: 1rem;
    border-radius: 1rem;
    display: inline-block;
  }
  .analysis-info .underline{
    text-decoration: underline;
  }
  .analysis-video,.success{
    margin: 0.5rem 0;
  }
  .analysis-info .mr10{
    margin-right:0.5rem;
  }


  /*多选题*/

  .multiple-choice {
    margin-top: 10px;
  }
  .multiple-choice__inner {
    padding: 10px 0;
    line-height: 28px;
    color: #3e4754;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .multiple-choice__letter {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    color: #3e4754;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    margin-right: 15px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .multiple-choice__option img{
    max-width: 80%;
  }
  
  /*回答样式*/
  .multiple-choice .right {
    color: #80c269;
  }
  .multiple-choice .right .multiple-choice__letter {
    background-color: #80c269;
    border: 1px solid #80c269;
    color: #fff;
    text-indent: 64px;
    background-image: url(../assets/exam/checkmark.png);
  }
  .multiple-choice .error {
    color: #f95d5d;
  }
  .multiple-choice .error .multiple-choice__letter {
    background-color: #f95d5d;
    border: 1px solid #f95d5d;
    color: #fff;
    text-indent: 64px;
    background-image: url(../assets/exam/close.png);
  }
  .multiple-choice .miss {
    color: #80c269;
    position: relative;
  }
  .multiple-choice .miss .multiple-choice__letter {
    background-color: #80c269;
    border: 1px solid #80c269;
    color: #fff;
    text-indent: 64px;
    position: relative;
    overflow: hidden;
    background-image: url(../assets/exam/checkmark.png);
  }
  .multiple-choice .miss::after {
    content: "漏选";
    color: #80c269;
    position: absolute;
    background: #fff;
    border: 1px solid #80c269;
    line-height: 1;
    border-radius: 15px;
    padding: 1px 0;
    width: 28px;
    text-align: center;
    left: 10px;
    top: 3px;
    font-size: 10px;
  }
  .multiple-choice .done .multiple-choice__letter {
    background-color: #ff795c;
    border: 1px solid #ff795c;
    color: #fff;
  }

  /*填空题*/
  .fill-blanks {
    margin: 20px 0;
    line-height: 32px;
    color: #3e4754;
    font-size: 14px;
  }

  .fill-blanks__input {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    width: 75%;
  }

  /*简答题*/
  .short-answer {
    display: block;
    resize: vertical;
    padding: 10px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    height: 10rem;
    font-size: 14px;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top:10px;
  }
  .short-answer:focus{
    border: 1px solid #9fb9f3;
  }


  /*题目解析项*/
  .analysis-item {
    padding:15px 0
  }
  .analysis-item__title {
    font-size: 14px;
    color: #3e4754;
    line-height: 24px;
    
  }
  .analysis-item__body {
    padding-top: 15px;
  }
  .analysis-subjective {
    border: 1px solid #e6e6e6;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .analysis-subjective,
  .analysis-fill-blank {
    color: #666;
  }
  .analysis-fill-blank {
    line-height: 24px;
    font-size: 14px;
  }
  .analysis-fill-blank p {
    padding-top: 5px;
  }
  
  .analysis-score {
    line-height: 34px;
    margin-top: 15px;
    font-size: 14px;
  }
  .analysis-item .uncorrected {
    color: #ff7827;
  }