#question{
  max-height:350px;
  overflow-y: auto;
}
.question_wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #efefef;
    z-index: 1000;
    padding: 50px 10px 10px 10px;
    color: #333;
    box-sizing: border-box;
    display: none;


}
.question_wrap .question_btn{
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-direction: row;
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;

}
.question_wrap .question_btn .que_btn{
    display: inline-block;
    padding:5px 20px;
    border:1px solid #ddd;
    border-radius: 5px;
    margin: 5px 0;
}
.question-head img {
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
  }
  .question-title {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    word-break: break-word;
  }
  .question-title .text {
    margin-right: 4px;
    display: inline;
  }
  .question-title .text .pe-view,
  .question-title .text .pe-line:last-child {
    display: inline;
  }
  .question-title .type-description {
    font-size: 14px;
    line-height: 26px;
    white-space: pre-line;
  }
  .question-required {
    position: absolute;
    left: -14px;
    top: 1px;
    background-size: 100%;
    vertical-align: -2px;
    margin-right: 4px;
    color: #ef5350;
  }
  .question-required i {
    color: inherit;
    font-style: normal;
  }
  .question-seq {
    display: block;
    margin-right: 8px;
    font-size: 18px;
    float: left;
  }
  .question-tag {
    display: inline-block;
    vertical-align: 2px;
    margin-left: 4px;
    padding: 2px 7px;
    background: #EBF3FD;
    border-radius: 3px;
    font-size: 14px;
  }
  .question-tag.error {
    background-color: #EF5350;
    color: #fff;
  }
  .question-tag.animated {
    -webkit-animation: shake-horizontal 1s ease-in-out both;
            animation: shake-horizontal 1s ease-in-out both;
  }
  .question-body {
    padding-top: 14px;
  }
  .question-body img {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .question-body .video_showframe {
    vertical-align: top;
    display: inline-block;
    height: unset;
    width: unset;
    margin: 0 10px;
  }
  .question-body .check-box {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #cbd5de;
    border-radius: 3px;
  }
  .question-body .check-box .checkbox-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    width: 11px;
    height: 9px;
    stroke-dasharray: 16, 16;
    stroke-dashoffset: 16;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .question-body .checkbox-option .check-box {
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .checkbox-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .inputs-input, .inputs-textarea {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
  }
  .radio-box {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #cbd5de;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .checkbox-input:checked + .checkbox-cell .radio-box {
    border: solid 4px #018fff;
  }
  .checkbox-cell {
    width: 100%;
    padding: 0 !important;
    min-height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    word-break: break-word;
  }
  .checkbox-cell .vote-info-bar {
    left: 15px;
    right: 15px;
  }
  .checkbox-cell:hover {
    background-color: #F5F5F5;
  }
  .checkbox-cell .cell-m {
    padding-left: 30px;
  }
  .checkbox-input:checked + .checkbox-cell .check-box {
    border: 1px solid transparent;
    background: #018fff;
  }
  .checkbox-input:checked + .checkbox-cell .checkbox-icon {
    stroke-dashoffset: 0;
  }
  .multiple-item-per-line {
    display: inline-block;
    width: 100%;
  }
  .multiple-item-per-line .checkbox-option {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  .multiple-item-per-line .checkbox-option .checkbox-cell {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }