@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-595f684c] {
  white-space: nowrap;
}
.del-btn[data-v-595f684c] {
  color: #f56c6c;
}
.tips[data-v-595f684c] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-595f684c] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-595f684c] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-595f684c] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-595f684c] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-595f684c] {
  margin: 20px 0;
  text-align: right;
}
[data-v-595f684c] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-34a0cfc3] {
  white-space: nowrap;
}
.del-btn[data-v-34a0cfc3] {
  color: #f56c6c;
}
.tips[data-v-34a0cfc3] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-34a0cfc3] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-34a0cfc3] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-34a0cfc3] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-34a0cfc3] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-34a0cfc3] {
  margin: 20px 0;
  text-align: right;
}
[data-v-34a0cfc3] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-7bbe9534] {
  white-space: nowrap;
}
.del-btn[data-v-7bbe9534] {
  color: #f56c6c;
}
.tips[data-v-7bbe9534] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-7bbe9534] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-7bbe9534] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-7bbe9534] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-7bbe9534] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-7bbe9534] {
  margin: 20px 0;
  text-align: right;
}
[data-v-7bbe9534] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-49350cde] {
  white-space: nowrap;
}
.del-btn[data-v-49350cde] {
  color: #f56c6c;
}
.tips[data-v-49350cde] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-49350cde] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-49350cde] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.degreeApplicationSTPrint[data-v-49350cde] {
  background: #fff;
  min-height: 100vh;
  margin: -1rem;
}
.degreeApplicationSTPrint .list[data-v-49350cde] {
    width: 565px;
    height: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #b6c2c9;
}
.degreeApplicationSTPrint .list[data-v-49350cde]:last-of-type {
      border-bottom: 0;
}
.degreeApplicationSTPrint .list-item[data-v-49350cde] {
      letter-spacing: 2px;
      padding-top: 388px;
      font-size: 14px;
      width: 390px;
      margin: 0 auto;
}
.degreeApplicationSTPrint .list-item_name[data-v-49350cde] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 6px;
}
.degreeApplicationSTPrint .list-item_type[data-v-49350cde], .degreeApplicationSTPrint .list-item_test[data-v-49350cde] {
        padding-top: 6px;
}
.degreeApplicationSTPrint .list-item_type b[data-v-49350cde], .degreeApplicationSTPrint .list-item_test b[data-v-49350cde] {
          margin: 0 4px;
}
.degreeApplicationSTPrint .list-item_signature[data-v-49350cde] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 164px;
        padding-top: 40px;
}
.degreeApplicationSTPrint .list-item_signature p[data-v-49350cde] {
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
}
.degreeApplicationSTPrint .list-item_code[data-v-49350cde] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 94px;
}
.degreeApplicationSTPrint .list-item_code div[data-v-49350cde] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.degreeApplicationSTPrint .list .print[data-v-49350cde] {
      page-break-after: always !important;
}
@media print {
.degreeApplicationSTPrint .list[data-v-49350cde] {
      border-bottom: 0;
}
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-06b105b4] {
  white-space: nowrap;
}
.del-btn[data-v-06b105b4] {
  color: #f56c6c;
}
.tips[data-v-06b105b4] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-06b105b4] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-06b105b4] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.span[data-v-06b105b4] {
  color: #409dff;
  cursor: pointer;
}
.span[data-v-06b105b4]:hover {
    opacity: 0.7;
}
.base-list .search-form[data-v-06b105b4] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-645d5286] {
  white-space: nowrap;
}
.del-btn[data-v-645d5286] {
  color: #f56c6c;
}
.tips[data-v-645d5286] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-645d5286] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-645d5286] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-645d5286] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-645d5286] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-645d5286] {
  margin: 20px 0;
  text-align: right;
}
[data-v-645d5286] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-0c98b637] {
  white-space: nowrap;
}
.del-btn[data-v-0c98b637] {
  color: #f56c6c;
}
.tips[data-v-0c98b637] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-0c98b637] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-0c98b637] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-0c98b637] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-0c98b637] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-0c98b637] {
  margin: 20px 0;
  text-align: right;
}
[data-v-0c98b637] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
body {
  padding: 0;
  margin: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-34ba258c] {
  white-space: nowrap;
}
.del-btn[data-v-34ba258c] {
  color: #f56c6c;
}
.tips[data-v-34ba258c] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-34ba258c] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-34ba258c] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.diplomaProvePrintAE[data-v-34ba258c] {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 10px;
  border: 1px solid transparent;
}
.diplomaProvePrintAE .print[data-v-34ba258c] {
    margin-top: 50px;
    text-align: center;
}
.diploma-box[data-v-34ba258c] {
  border: 1px solid transparent;
}
.diploma-box .diploma[data-v-34ba258c] {
    border: 1px solid transparent;
    width: 925px;
    height: 649px;
    margin: 20px auto;
    position: relative;
    font-size: 1.8em;
    font-family: "宋体";
    font-weight: 600;
    background-size: 100% 100%;
}
.diploma-box .diploma.rotate[data-v-34ba258c] {
      width: 1225.73px;
      height: 860px;
      font-size: 2.5em;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: 35.08% 50%;
              transform-origin: 35.08% 50%;
      page-break-after: always;
      margin: 0;
}
.diploma-box .diploma .photo[data-v-34ba258c] {
      width: 12%;
      height: 22%;
      position: absolute;
      top: 13%;
      left: 76.5%;
}
.diploma-box .diploma .photo img[data-v-34ba258c] {
        width: 100%;
        height: 100%;
}
.diploma-box .diploma .diploma-row[data-v-34ba258c] {
      width: 100%;
      position: absolute;
}
.diploma-box .diploma .diploma-row .text[data-v-34ba258c] {
        position: absolute;
}
.diploma-box .diploma .diploma-row1[data-v-34ba258c] {
      top: 27.5%;
}
.diploma-box .diploma .diploma-row1 .name[data-v-34ba258c] {
        left: 15%;
}
.diploma-box .diploma .diploma-row1 .sex[data-v-34ba258c] {
        left: 33%;
}
.diploma-box .diploma .diploma-row1 .year[data-v-34ba258c] {
        left: 43%;
}
.diploma-box .diploma .diploma-row1 .month[data-v-34ba258c] {
        left: 53%;
}
.diploma-box .diploma .diploma-row1 .day[data-v-34ba258c] {
        left: 59%;
}
.diploma-box .diploma .diploma-row1 .startYear[data-v-34ba258c] {
        left: 74%;
}
.diploma-box .diploma .diploma-row1 .startMonth[data-v-34ba258c] {
        left: 85%;
}
.diploma-box .diploma .diploma-row2[data-v-34ba258c] {
      top: 34%;
}
.diploma-box .diploma .diploma-row2 .endYear[data-v-34ba258c] {
        left: 12%;
}
.diploma-box .diploma .diploma-row2 .endMonth[data-v-34ba258c] {
        left: 24%;
}
.diploma-box .diploma .diploma-row2 .major[data-v-34ba258c] {
        left: 38%;
        display: inline-block;
        width: 45%;
        text-align: center;
}
.diploma-box .diploma .diploma-row3[data-v-34ba258c] {
      top: 40.5%;
}
.diploma-box .diploma .diploma-row3 .type[data-v-34ba258c] {
        left: 10%;
}
.diploma-box .diploma .diploma-row3 .study_year[data-v-34ba258c] {
        left: 33%;
}
.diploma-box .diploma .diploma-row3 .type2[data-v-34ba258c] {
        left: 45%;
}
.diploma-box .diploma .diploma-row4[data-v-34ba258c] {
      top: 47%;
}
.diploma-box .diploma .diploma-row4 .certificateNo[data-v-34ba258c] {
        left: 41%;
}
.diploma-box .diploma .diploma-row5[data-v-34ba258c] {
      top: 66.5%;
}
.diploma-box .diploma .diploma-row5 .school[data-v-34ba258c] {
        left: 64%;
}
.diploma-box .diploma .diploma-row6[data-v-34ba258c] {
      top: 71%;
}
.diploma-box .diploma .diploma-row6 .approvalNo[data-v-34ba258c] {
        left: 22%;
}
.diploma-box .diploma .diploma-row7[data-v-34ba258c] {
      top: 76%;
}
.diploma-box .diploma .diploma-row7 .supplementNumber[data-v-34ba258c] {
        left: 22%;
}
.diploma-box .diploma .diploma-row8[data-v-34ba258c] {
      top: 78%;
}
.diploma-box .diploma .diploma-row8 .graduationYear[data-v-34ba258c] {
        left: 66%;
}
.diploma-box .diploma .diploma-row8 .graduationMonth[data-v-34ba258c] {
        left: 77%;
}
.diploma-box .diploma .diploma-row8 .graduationDay[data-v-34ba258c] {
        left: 85%;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
body {
  padding: 0;
  margin: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-323512aa] {
  white-space: nowrap;
}
.del-btn[data-v-323512aa] {
  color: #f56c6c;
}
.tips[data-v-323512aa] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-323512aa] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-323512aa] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.diplomaPrintAE[data-v-323512aa] {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 10px;
  border: 1px solid transparent;
}
.diplomaPrintAE .print[data-v-323512aa] {
    margin-top: 50px;
    text-align: center;
}
.diploma-box[data-v-323512aa] {
  border: 1px solid transparent;
}
.diploma-box .diploma[data-v-323512aa] {
    border: 1px solid transparent;
    width: 925px;
    height: 649px;
    margin: 20px auto;
    position: relative;
    font-size: 1.8em;
    font-family: "宋体";
    font-weight: 600;
}
.diploma-box .diploma.rotate[data-v-323512aa] {
      width: 1225.73px;
      height: 860px;
      font-size: 2.5em;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: 35.08% 50%;
              transform-origin: 35.08% 50%;
      page-break-after: always;
      margin: 0;
}
.diploma-box .diploma .photo[data-v-323512aa] {
      width: 13.5%;
      height: 28%;
      position: absolute;
      top: 11%;
      left: 76.5%;
}
.diploma-box .diploma .photo img[data-v-323512aa] {
        width: 100%;
        height: 100%;
}
.diploma-box .diploma .diploma-row[data-v-323512aa] {
      width: 100%;
      position: absolute;
}
.diploma-box .diploma .diploma-row .text[data-v-323512aa] {
        position: absolute;
}
.diploma-box .diploma .diploma-row1[data-v-323512aa] {
      top: 33%;
}
.diploma-box .diploma .diploma-row1 .name[data-v-323512aa] {
        left: 20%;
}
.diploma-box .diploma .diploma-row1 .sex[data-v-323512aa] {
        left: 37%;
}
.diploma-box .diploma .diploma-row1 .year[data-v-323512aa] {
        left: 46.1%;
}
.diploma-box .diploma .diploma-row1 .month[data-v-323512aa] {
        left: 58%;
}
.diploma-box .diploma .diploma-row1 .day[data-v-323512aa] {
        left: 66.1%;
}
.diploma-box .diploma .diploma-row1 .startYear[data-v-323512aa] {
        left: 82%;
}
.diploma-box .diploma .diploma-row2[data-v-323512aa] {
      top: 40%;
}
.diploma-box .diploma .diploma-row2 .startMonth[data-v-323512aa] {
        left: 11%;
}
.diploma-box .diploma .diploma-row2 .endYear[data-v-323512aa] {
        left: 22%;
}
.diploma-box .diploma .diploma-row2 .endMonth[data-v-323512aa] {
        left: 35%;
}
.diploma-box .diploma .diploma-row2 .major[data-v-323512aa] {
        left: 48%;
        display: inline-block;
        width: 43%;
        text-align: center;
}
.diploma-box .diploma .diploma-row3[data-v-323512aa] {
      top: 47%;
}
.diploma-box .diploma .diploma-row3 .type[data-v-323512aa] {
        left: 16%;
}
.diploma-box .diploma .diploma-row3 .type2[data-v-323512aa] {
        left: 42%;
}
.diploma-box .diploma .diploma-row4[data-v-323512aa] {
      top: 61.5%;
}
.diploma-box .diploma .diploma-row4 .school[data-v-323512aa] {
        left: 26.5%;
}
.diploma-box .diploma .diploma-row5[data-v-323512aa] {
      top: 70.5%;
}
.diploma-box .diploma .diploma-row5 .approvalNo[data-v-323512aa] {
        left: 21%;
}
.diploma-box .diploma .diploma-row6[data-v-323512aa] {
      top: 75.5%;
}
.diploma-box .diploma .diploma-row6 .certificateNo[data-v-323512aa] {
        left: 20%;
}
.diploma-box .diploma .diploma-row6 .graduationYear[data-v-323512aa] {
        left: 58%;
}
.diploma-box .diploma .diploma-row7[data-v-323512aa] {
      top: 75.5%;
}
.diploma-box .diploma .diploma-row7 .graduationYear[data-v-323512aa] {
        left: 58%;
}
.diploma-box .diploma .diploma-row7 .graduationMonth[data-v-323512aa] {
        left: 73%;
}
.diploma-box .diploma .diploma-row7 .graduationDay[data-v-323512aa] {
        left: 80.5%;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-c17b5e62] {
  white-space: nowrap;
}
.del-btn[data-v-c17b5e62] {
  color: #f56c6c;
}
.tips[data-v-c17b5e62] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-c17b5e62] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-c17b5e62] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.bloack[data-v-c17b5e62] {
  display: block;
}
.grade div[data-v-c17b5e62] {
  padding: 3px 0;
}
.list[data-v-c17b5e62] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list .input[data-v-c17b5e62] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 5px 0 10px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.sectionManagementST .el-button-group .el-upload .el-button {
  border-top-right-radius: 0;
}
.sectionManagementST .el-button-group .el-upload .el-button:not(:last-child) {
  margin-right: -1px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-1ea48ef7] {
  white-space: nowrap;
}
.del-btn[data-v-1ea48ef7] {
  color: #f56c6c;
}
.tips[data-v-1ea48ef7] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-1ea48ef7] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-1ea48ef7] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
[data-v-1ea48ef7] .el-collapse-item__wrap {
  border: 0;
}
[data-v-1ea48ef7] .el-collapse-item__header {
  line-height: 0px;
  border-bottom: 0px;
  font-size: 18px;
}
.lessons[data-v-1ea48ef7] {
  margin: 5px 0px;
}
.el-card__body > div[data-v-1ea48ef7] {
  font-size: 14px;
  text-align: center;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.search-form[data-v-1ea48ef7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1ea48ef7] .el-collapse-item__arrow {
  display: none;
}
[data-v-1ea48ef7] .el-collapse {
  border: 0 !important;
}
.section-chilren div[data-v-1ea48ef7] {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-v-1ea48ef7] .el-card__body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px 2px 20px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-0d7b9d81] {
  white-space: nowrap;
}
.del-btn[data-v-0d7b9d81] {
  color: #f56c6c;
}
.tips[data-v-0d7b9d81] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-0d7b9d81] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-0d7b9d81] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.tableDiv .see-img[data-v-0d7b9d81] {
  width: 80px;
}
.tableDiv .see-img img[data-v-0d7b9d81] {
    -o-object-fit: contain;
       object-fit: contain;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.pop-upload .btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pop-upload .btn-box .btn-item {
    width: 50%;
    text-align: center;
}
.pop-upload .btn-box .btn-item img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 60px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.invigilationTeacherST .el-form-item.import .el-form-item__label {
  width: 100% !important;
  text-align: left;
}
.invigilationTeacherST .el-form-item.import .el-form-item__content {
  margin-left: 0 !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.el-radio-button__inner,
.el-radio-group {
  vertical-align: inherit;
}
.upload-demo {
  display: inline-block;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-a903a864] {
  white-space: nowrap;
}
.del-btn[data-v-a903a864] {
  color: #f56c6c;
}
.tips[data-v-a903a864] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-a903a864] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-a903a864] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.falcon-homework-list .link[data-v-a903a864] {
  cursor: pointer;
}


.upload-demo[data-v-07c5cb48] {
  display: inline-block;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.el-radio-button__inner,
.el-radio-group {
  vertical-align: inherit;
}
.upload-demo {
  display: inline-block;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-030429a8] {
  white-space: nowrap;
}
.del-btn[data-v-030429a8] {
  color: #f56c6c;
}
.tips[data-v-030429a8] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-030429a8] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-030429a8] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.falcon-homework-list .link[data-v-030429a8] {
  cursor: pointer;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-5705b044] {
  white-space: nowrap;
}
.del-btn[data-v-5705b044] {
  color: #f56c6c;
}
.tips[data-v-5705b044] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-5705b044] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-5705b044] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.span[data-v-5705b044] {
  color: #409dff;
  cursor: pointer;
}
.span[data-v-5705b044]:hover {
    opacity: .7;
}
.base-list .search-form[data-v-5705b044] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.dissertationStudentAETable {
  min-height: 100vh;
  margin: -1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dissertationStudentAETable .box {
    padding: 20px 0 100px;
    width: 1000px;
}
.dissertationStudentAETable .box h2 {
      font-size: 12px;
      font-weight: normal;
      text-align: center;
}
.dissertationStudentAETable .box h3 {
      font-size: 16px;
      font-weight: normal;
      text-align: center;
}
.dissertationStudentAETable .box-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.dissertationStudentAETable .box-title div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.dissertationStudentAETable .box-title div span {
          display: block;
          margin-top: 10px;
}
.dissertationStudentAETable .box-table {
      margin-top: 10px;
      border-top: 1px solid black;
      border-left: 1px solid black;
}
.dissertationStudentAETable .box-table_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.dissertationStudentAETable .box-table_title__content {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.dissertationStudentAETable .box-table_title__content p {
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            margin-bottom: 0;
            height: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.dissertationStudentAETable .box-table_title__content strong {
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            margin-bottom: 0;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.dissertationStudentAETable .box-table_title__content span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            height: 40px;
}
.dissertationStudentAETable .box-table_title__content ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}
.dissertationStudentAETable .box-table_title__content ul li {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
}
.dissertationStudentAETable .box-table_title__content ul li b {
                height: 40px;
                border-right: 1px solid black;
                border-bottom: 1px solid black;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                font-style: normal;
}
.dissertationStudentAETable .box-table_title__content ul li em {
                font-style: normal;
                height: 40px;
                border-right: 1px solid black;
                border-bottom: 1px solid black;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
}
.dissertationStudentAETable .box-table_topic {
        padding: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        min-height: 120px;
}
.dissertationStudentAETable .box-table_record {
        padding: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
}
.dissertationStudentAETable .box-table_record ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.dissertationStudentAETable .box-table_record ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
}
.dissertationStudentAETable .box-table_record ul li b {
              font-weight: normal;
              min-height: 50px;
}
.dissertationStudentAETable .box-table_record ul li span {
              min-height: 120px;
}
.dissertationStudentAETable .box-table_record div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.dissertationStudentAETable .box-table_record div span {
            width: 100px;
}
.dissertationStudentAETable .box-table_opinion {
        padding: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
}
.dissertationStudentAETable .box-table_opinion p {
          min-height: 120px;
}
.dissertationStudentAETable .box-table_opinion div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.dissertationStudentAETable .box-table_opinion div span {
            width: 100px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.configRoleAE label.el-checkbox {
  margin-bottom: 0;
}
.configRoleAE .el-form .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.configRoleAE .el-form .el-form-item .el-form-item__label {
    line-height: 32px;
}
.configRoleAE .el-form .el-form-item .el-form-item__content {
    margin-left: 10px !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-8b67d998] {
  white-space: nowrap;
}
.del-btn[data-v-8b67d998] {
  color: #f56c6c;
}
.tips[data-v-8b67d998] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-8b67d998] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-8b67d998] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-wrap[data-v-8b67d998] .el-checkbox,
.uni-question-wrap[data-v-8b67d998] .el-checkbox-group,
.uni-question-wrap[data-v-8b67d998] .el-checkbox__label,
.uni-question-wrap[data-v-8b67d998] .el-radio__label,
.uni-question-wrap[data-v-8b67d998] .el-radio-group,
.uni-question-wrap[data-v-8b67d998] .el-radio,
.uni-question-wrap[data-v-8b67d998] .el-radio--medium.is-bordered .el-radio__label {
  font-size: inherit;
}
.uni-question-wrap[data-v-8b67d998] .el-checkbox__label,
.uni-question-wrap[data-v-8b67d998] .el-radio__label {
  width: 100% !important;
  white-space: normal;
}
.uni-question-wrap[data-v-8b67d998] .el-checkbox__input.is-disabled + span.el-checkbox__label,
.uni-question-wrap[data-v-8b67d998] .el-radio__input.is-disabled .el-radio__inner {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #333;
}
.uni-question-wrap[data-v-8b67d998] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
.uni-question-wrap[data-v-8b67d998] .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #2E58FF;
  border-color: #2E58FF;
}
.uni-question-wrap[data-v-8b67d998] .el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff;
  color: #666;
}
.uni-question-wrap .subject .stem[data-v-8b67d998] {
  padding: 20px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uni-question-wrap .subject .stem .nameText[data-v-8b67d998] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 16px;
}
.uni-question-wrap .subject .stem .nameText em[data-v-8b67d998] {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-style: normal;
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      margin-right: 10px;
}
.theme-blue .uni-question-wrap .subject .stem .nameText em[data-v-8b67d998] {
        background-color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText em[data-v-8b67d998] {
        background-color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText em.error[data-v-8b67d998] {
        background: #e64040 !important;
}
.uni-question-wrap .subject .stem .nameText em.success[data-v-8b67d998] {
        background: #0ca850 !important;
}
.uni-question-wrap .subject .stem .nameText em.partiallyCorrect[data-v-8b67d998] {
        background: #eca722 !important;
}
.uni-question-wrap .subject .stem .nameText em.active[data-v-8b67d998] {
        background: #2E58FF !important;
}
.uni-question-wrap .subject .stem .nameText em.notDone[data-v-8b67d998] {
        background: #aaa !important;
}
.theme-blue .uni-question-wrap .subject .stem .nameText span[data-v-8b67d998] {
      color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText span[data-v-8b67d998] {
      color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText span[data-v-8b67d998]:last-child {
      color: #343434;
      margin: 0 10px;
}
.uni-question-wrap .subject .stem .operation[data-v-8b67d998] {
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.uni-question-wrap .subject .stem .operation div[data-v-8b67d998] {
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      color: #66b1ff;
}
.uni-question-wrap .subject .stem .operation div[data-v-8b67d998]:last-child {
        margin-left: 22px;
}
.uni-question-wrap .subject .stem .operation div i[data-v-8b67d998] {
        margin-right: 3px;
}
.theme-blue .uni-question-wrap .subject .stem .operation div.active[data-v-8b67d998] {
        color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .operation div.active[data-v-8b67d998] {
        color: #AB1212 !important;
}
.uni-question-wrap .subject .answer[data-v-8b67d998] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 30px;
}
.uni-question-wrap .subject .answer .span[data-v-8b67d998] {
    margin-left: 10px;
    margin-right: 10px;
}
.uni-question-wrap .subject .topic-content[data-v-8b67d998] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}
.audioDiv[data-v-8b67d998] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-8b67d998] {
  width: 350px;
  margin: 20px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-1e8fa9c0] {
  white-space: nowrap;
}
.del-btn[data-v-1e8fa9c0] {
  color: #f56c6c;
}
.tips[data-v-1e8fa9c0] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-1e8fa9c0] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-1e8fa9c0] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-wrap[data-v-1e8fa9c0] .el-checkbox,
.uni-question-wrap[data-v-1e8fa9c0] .el-checkbox-group,
.uni-question-wrap[data-v-1e8fa9c0] .el-checkbox__label,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio__label,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio-group,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio--medium.is-bordered .el-radio__label {
  font-size: inherit;
}
.uni-question-wrap[data-v-1e8fa9c0] .el-checkbox__label,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio__label {
  width: 100% !important;
  white-space: normal;
}
.uni-question-wrap[data-v-1e8fa9c0] .el-checkbox__input.is-disabled + span.el-checkbox__label,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio__input.is-disabled .el-radio__inner {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #333;
}
.uni-question-wrap[data-v-1e8fa9c0] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
.uni-question-wrap[data-v-1e8fa9c0] .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #2E58FF;
  border-color: #2E58FF;
}
.uni-question-wrap[data-v-1e8fa9c0] .el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff;
  color: #666;
}
.uni-question-wrap .subject .stem[data-v-1e8fa9c0] {
  padding: 20px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uni-question-wrap .subject .stem .nameText[data-v-1e8fa9c0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 16px;
}
.uni-question-wrap .subject .stem .nameText em[data-v-1e8fa9c0] {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-style: normal;
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      margin-right: 10px;
}
.theme-blue .uni-question-wrap .subject .stem .nameText em[data-v-1e8fa9c0] {
        background-color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText em[data-v-1e8fa9c0] {
        background-color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText em.error[data-v-1e8fa9c0] {
        background: #e64040 !important;
}
.uni-question-wrap .subject .stem .nameText em.success[data-v-1e8fa9c0] {
        background: #0ca850 !important;
}
.uni-question-wrap .subject .stem .nameText em.partiallyCorrect[data-v-1e8fa9c0] {
        background: #eca722 !important;
}
.uni-question-wrap .subject .stem .nameText em.active[data-v-1e8fa9c0] {
        background: #2E58FF !important;
}
.uni-question-wrap .subject .stem .nameText em.notDone[data-v-1e8fa9c0] {
        background: #aaa !important;
}
.theme-blue .uni-question-wrap .subject .stem .nameText span[data-v-1e8fa9c0] {
      color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText span[data-v-1e8fa9c0] {
      color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText span[data-v-1e8fa9c0]:last-child {
      color: #343434;
      margin: 0 10px;
}
.uni-question-wrap .subject .stem .operation[data-v-1e8fa9c0] {
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.uni-question-wrap .subject .stem .operation div[data-v-1e8fa9c0] {
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      color: #66b1ff;
}
.uni-question-wrap .subject .stem .operation div[data-v-1e8fa9c0]:last-child {
        margin-left: 22px;
}
.uni-question-wrap .subject .stem .operation div i[data-v-1e8fa9c0] {
        margin-right: 3px;
}
.theme-blue .uni-question-wrap .subject .stem .operation div.active[data-v-1e8fa9c0] {
        color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .operation div.active[data-v-1e8fa9c0] {
        color: #AB1212 !important;
}
.uni-question-wrap .subject .answer[data-v-1e8fa9c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 30px;
}
.uni-question-wrap .subject .answer .span[data-v-1e8fa9c0] {
    margin-left: 10px;
    margin-right: 10px;
}
.uni-question-wrap .subject .topic-content[data-v-1e8fa9c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}
.audioDiv[data-v-1e8fa9c0] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-1e8fa9c0] {
  width: 350px;
  margin: 20px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-db4c3874] {
  white-space: nowrap;
}
.del-btn[data-v-db4c3874] {
  color: #f56c6c;
}
.tips[data-v-db4c3874] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-db4c3874] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-db4c3874] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-wrap[data-v-db4c3874] .el-checkbox,
.uni-question-wrap[data-v-db4c3874] .el-checkbox-group,
.uni-question-wrap[data-v-db4c3874] .el-checkbox__label,
.uni-question-wrap[data-v-db4c3874] .el-radio__label,
.uni-question-wrap[data-v-db4c3874] .el-radio-group,
.uni-question-wrap[data-v-db4c3874] .el-radio,
.uni-question-wrap[data-v-db4c3874] .el-radio--medium.is-bordered .el-radio__label {
  font-size: inherit;
}
.uni-question-wrap[data-v-db4c3874] .el-checkbox__label,
.uni-question-wrap[data-v-db4c3874] .el-radio__label {
  width: 100% !important;
  white-space: normal;
}
.uni-question-wrap[data-v-db4c3874] .el-checkbox__input.is-disabled + span.el-checkbox__label,
.uni-question-wrap[data-v-db4c3874] .el-radio__input.is-disabled .el-radio__inner {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #333;
}
.uni-question-wrap[data-v-db4c3874] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
.uni-question-wrap[data-v-db4c3874] .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #2E58FF;
  border-color: #2E58FF;
}
.uni-question-wrap[data-v-db4c3874] .el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff;
  color: #666;
}
.uni-question-wrap .subject .stem[data-v-db4c3874] {
  padding: 20px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uni-question-wrap .subject .stem .nameText[data-v-db4c3874] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 16px;
}
.uni-question-wrap .subject .stem .nameText em[data-v-db4c3874] {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-style: normal;
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      margin-right: 10px;
}
.theme-blue .uni-question-wrap .subject .stem .nameText em[data-v-db4c3874] {
        background-color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText em[data-v-db4c3874] {
        background-color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText em.error[data-v-db4c3874] {
        background: #e64040 !important;
}
.uni-question-wrap .subject .stem .nameText em.success[data-v-db4c3874] {
        background: #0ca850 !important;
}
.uni-question-wrap .subject .stem .nameText em.partiallyCorrect[data-v-db4c3874] {
        background: #eca722 !important;
}
.uni-question-wrap .subject .stem .nameText em.active[data-v-db4c3874] {
        background: #2E58FF !important;
}
.uni-question-wrap .subject .stem .nameText em.notDone[data-v-db4c3874] {
        background: #aaa !important;
}
.theme-blue .uni-question-wrap .subject .stem .nameText span[data-v-db4c3874] {
      color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText span[data-v-db4c3874] {
      color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText span[data-v-db4c3874]:last-child {
      color: #343434;
      margin: 0 10px;
}
.uni-question-wrap .subject .stem .operation[data-v-db4c3874] {
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.uni-question-wrap .subject .stem .operation div[data-v-db4c3874] {
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      color: #66b1ff;
}
.uni-question-wrap .subject .stem .operation div[data-v-db4c3874]:last-child {
        margin-left: 22px;
}
.uni-question-wrap .subject .stem .operation div i[data-v-db4c3874] {
        margin-right: 3px;
}
.theme-blue .uni-question-wrap .subject .stem .operation div.active[data-v-db4c3874] {
        color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .operation div.active[data-v-db4c3874] {
        color: #AB1212 !important;
}
.uni-question-wrap .subject .answer[data-v-db4c3874] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 30px;
}
.uni-question-wrap .subject .answer .span[data-v-db4c3874] {
    margin-left: 10px;
    margin-right: 10px;
}
.uni-question-wrap .subject .topic-content[data-v-db4c3874] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}
.audioDiv[data-v-db4c3874] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-db4c3874] {
  width: 350px;
  margin: 20px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-cf79659c] {
  white-space: nowrap;
}
.del-btn[data-v-cf79659c] {
  color: #f56c6c;
}
.tips[data-v-cf79659c] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-cf79659c] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-cf79659c] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-wrap[data-v-cf79659c] .el-checkbox,
.uni-question-wrap[data-v-cf79659c] .el-checkbox-group,
.uni-question-wrap[data-v-cf79659c] .el-checkbox__label,
.uni-question-wrap[data-v-cf79659c] .el-radio__label,
.uni-question-wrap[data-v-cf79659c] .el-radio-group,
.uni-question-wrap[data-v-cf79659c] .el-radio,
.uni-question-wrap[data-v-cf79659c] .el-radio--medium.is-bordered .el-radio__label {
  font-size: inherit;
}
.uni-question-wrap[data-v-cf79659c] .el-checkbox__label,
.uni-question-wrap[data-v-cf79659c] .el-radio__label {
  width: 100% !important;
  white-space: normal;
}
.uni-question-wrap[data-v-cf79659c] .el-checkbox__input.is-disabled + span.el-checkbox__label,
.uni-question-wrap[data-v-cf79659c] .el-radio__input.is-disabled .el-radio__inner {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #333;
}
.uni-question-wrap[data-v-cf79659c] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
.uni-question-wrap[data-v-cf79659c] .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #2E58FF;
  border-color: #2E58FF;
}
.uni-question-wrap[data-v-cf79659c] .el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff;
  color: #666;
}
.uni-question-wrap .subject .stem[data-v-cf79659c] {
  padding: 20px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uni-question-wrap .subject .stem .nameText[data-v-cf79659c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 16px;
}
.uni-question-wrap .subject .stem .nameText em[data-v-cf79659c] {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-style: normal;
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      margin-right: 10px;
}
.theme-blue .uni-question-wrap .subject .stem .nameText em[data-v-cf79659c] {
        background-color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText em[data-v-cf79659c] {
        background-color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText em.error[data-v-cf79659c] {
        background: #e64040 !important;
}
.uni-question-wrap .subject .stem .nameText em.success[data-v-cf79659c] {
        background: #0ca850 !important;
}
.uni-question-wrap .subject .stem .nameText em.partiallyCorrect[data-v-cf79659c] {
        background: #eca722 !important;
}
.uni-question-wrap .subject .stem .nameText em.active[data-v-cf79659c] {
        background: #2E58FF !important;
}
.uni-question-wrap .subject .stem .nameText em.notDone[data-v-cf79659c] {
        background: #aaa !important;
}
.theme-blue .uni-question-wrap .subject .stem .nameText span[data-v-cf79659c] {
      color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText span[data-v-cf79659c] {
      color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText span[data-v-cf79659c]:last-child {
      color: #343434;
      margin: 0 10px;
}
.uni-question-wrap .subject .stem .operation[data-v-cf79659c] {
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.uni-question-wrap .subject .stem .operation div[data-v-cf79659c] {
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      color: #66b1ff;
}
.uni-question-wrap .subject .stem .operation div[data-v-cf79659c]:last-child {
        margin-left: 22px;
}
.uni-question-wrap .subject .stem .operation div i[data-v-cf79659c] {
        margin-right: 3px;
}
.theme-blue .uni-question-wrap .subject .stem .operation div.active[data-v-cf79659c] {
        color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .operation div.active[data-v-cf79659c] {
        color: #AB1212 !important;
}
.uni-question-wrap .subject .answer[data-v-cf79659c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 30px;
}
.uni-question-wrap .subject .answer .span[data-v-cf79659c] {
    margin-left: 10px;
    margin-right: 10px;
}
.uni-question-wrap .subject .topic-content[data-v-cf79659c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}
.audioDiv[data-v-cf79659c] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-cf79659c] {
  width: 350px;
  margin: 20px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-54cebce6] {
  white-space: nowrap;
}
.del-btn[data-v-54cebce6] {
  color: #f56c6c;
}
.tips[data-v-54cebce6] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-54cebce6] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-54cebce6] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-wrap[data-v-54cebce6] .el-checkbox,
.uni-question-wrap[data-v-54cebce6] .el-checkbox-group,
.uni-question-wrap[data-v-54cebce6] .el-checkbox__label,
.uni-question-wrap[data-v-54cebce6] .el-radio__label,
.uni-question-wrap[data-v-54cebce6] .el-radio-group,
.uni-question-wrap[data-v-54cebce6] .el-radio,
.uni-question-wrap[data-v-54cebce6] .el-radio--medium.is-bordered .el-radio__label {
  font-size: inherit;
}
.uni-question-wrap[data-v-54cebce6] .el-checkbox__label,
.uni-question-wrap[data-v-54cebce6] .el-radio__label {
  width: 100% !important;
  white-space: normal;
}
.uni-question-wrap[data-v-54cebce6] .el-checkbox__input.is-disabled + span.el-checkbox__label,
.uni-question-wrap[data-v-54cebce6] .el-radio__input.is-disabled .el-radio__inner {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #333;
}
.uni-question-wrap[data-v-54cebce6] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
.uni-question-wrap[data-v-54cebce6] .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #2E58FF;
  border-color: #2E58FF;
}
.uni-question-wrap[data-v-54cebce6] .el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff;
  color: #666;
}
.uni-question-wrap .subject .stem[data-v-54cebce6] {
  padding: 20px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uni-question-wrap .subject .stem .nameText[data-v-54cebce6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 16px;
}
.uni-question-wrap .subject .stem .nameText em[data-v-54cebce6] {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-style: normal;
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      margin-right: 10px;
}
.theme-blue .uni-question-wrap .subject .stem .nameText em[data-v-54cebce6] {
        background-color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText em[data-v-54cebce6] {
        background-color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText em.error[data-v-54cebce6] {
        background: #e64040 !important;
}
.uni-question-wrap .subject .stem .nameText em.success[data-v-54cebce6] {
        background: #0ca850 !important;
}
.uni-question-wrap .subject .stem .nameText em.partiallyCorrect[data-v-54cebce6] {
        background: #eca722 !important;
}
.uni-question-wrap .subject .stem .nameText em.active[data-v-54cebce6] {
        background: #2E58FF !important;
}
.uni-question-wrap .subject .stem .nameText em.notDone[data-v-54cebce6] {
        background: #aaa !important;
}
.theme-blue .uni-question-wrap .subject .stem .nameText span[data-v-54cebce6] {
      color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .nameText span[data-v-54cebce6] {
      color: #AB1212 !important;
}
.uni-question-wrap .subject .stem .nameText span[data-v-54cebce6]:last-child {
      color: #343434;
      margin: 0 10px;
}
.uni-question-wrap .subject .stem .operation[data-v-54cebce6] {
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.uni-question-wrap .subject .stem .operation div[data-v-54cebce6] {
      display: flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      color: #66b1ff;
}
.uni-question-wrap .subject .stem .operation div[data-v-54cebce6]:last-child {
        margin-left: 22px;
}
.uni-question-wrap .subject .stem .operation div i[data-v-54cebce6] {
        margin-right: 3px;
}
.theme-blue .uni-question-wrap .subject .stem .operation div.active[data-v-54cebce6] {
        color: #2E58FF !important;
}
.theme-red .uni-question-wrap .subject .stem .operation div.active[data-v-54cebce6] {
        color: #AB1212 !important;
}
.uni-question-wrap .subject .answer[data-v-54cebce6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 30px;
}
.uni-question-wrap .subject .answer .span[data-v-54cebce6] {
    margin-left: 10px;
    margin-right: 10px;
}
.uni-question-wrap .subject .topic-content[data-v-54cebce6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}
.audioDiv[data-v-54cebce6] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-54cebce6] {
  width: 350px;
  margin: 20px;
}
.answer-box .item[data-v-54cebce6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.blanksDiv[data-v-54cebce6] {
  margin: 0 20px;
}
.blanksDiv p[data-v-54cebce6] {
    margin-bottom: 10px;
}
.blanksDiv .update[data-v-54cebce6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blanksDiv .update .updateImgDiv[data-v-54cebce6] {
      width: 100px;
      height: 100px;
      border: 1px solid #e8e8e8;
      margin-right: 20px;
      position: relative;
      z-index: 1;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
}
.blanksDiv .update .updateImgDiv .updateImg[data-v-54cebce6] {
        width: 100px;
        height: 100px;
}
.blanksDiv .update .updateImgDiv .detIcon[data-v-54cebce6] {
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 5;
        cursor: pointer;
        background: #666;
        padding: 5px;
        border-radius: 50%;
        color: #fff;
}
.updateImgDivActive[data-v-54cebce6] {
  cursor: no-drop !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-error-modal .el-collapse-item__header {
  background: #F8F8F8;
  padding: 0 20px;
  height: auto;
}
.uni-error-modal .el-radio__input.is-disabled + span.el-radio__label {
  color: #666;
}
.uni-error-modal .el-dialog__footer {
  text-align: center;
}
.uni-error-modal .el-dialog__body {
  padding: 10px 50px;
}
.uni-error-modal .el-dialog__header {
  border-bottom: 1px solid #EAEEF7;
}
.uni-error-modal .el-textarea__inner {
  border: none;
  outline: none;
  background: #F4F4F4;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-aca17b22] {
  white-space: nowrap;
}
.del-btn[data-v-aca17b22] {
  color: #f56c6c;
}
.tips[data-v-aca17b22] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-aca17b22] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-aca17b22] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-error-modal .title[data-v-aca17b22] {
  color: #333;
}
.uni-error-modal .title .iconfont[data-v-aca17b22] {
    font-size: 56px;
    margin-right: 25px;
    vertical-align: middle;
}
.uni-error-modal .err-radio .radio[data-v-aca17b22] {
  margin-top: 15px;
}
.uni-error-modal .textarea-box[data-v-aca17b22] {
  margin-top: 25px;
}
.uni-error-modal .dialog-footer .refer-btn[data-v-aca17b22] {
  width: 110px;
  height: 34px;
  padding: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-analysis .el-timeline,
.uni-question-analysis .el-timeline-item__timestamp {
  font-size: inherit;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-04ce767d] {
  white-space: nowrap;
}
.del-btn[data-v-04ce767d] {
  color: #f56c6c;
}
.tips[data-v-04ce767d] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-04ce767d] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-04ce767d] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-question-analysis .answer-box[data-v-04ce767d] {
  width: 100%;
  padding-left: 20px;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 0 solid #EAEEF7;
}
.uni-question-analysis .answer-box .ChangeType[data-v-04ce767d] {
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}
.uni-question-analysis .answer-box .scorePoints[data-v-04ce767d] {
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 40px;
    border-radius: 6px;
}
.uni-question-analysis .answer-box .scorePoints .score[data-v-04ce767d] {
      width: 100%;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px;
      border-bottom: 1px solid #EAEEF7;
      font-size: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.theme-blue .uni-question-analysis .answer-box .scorePoints .score[data-v-04ce767d] {
        color: #2E58FF !important;
}
.theme-red .uni-question-analysis .answer-box .scorePoints .score[data-v-04ce767d] {
        color: #AB1212 !important;
}
.uni-question-analysis .answer-box .scorePoints .scorePointsList[data-v-04ce767d] {
      width: 100%;
      padding: 20px;
}
.uni-question-analysis .answer-box .scorePoints .scorePointsList h3[data-v-04ce767d] {
        color: #333;
        font-size: 16px;
}
.uni-question-analysis .answer-box .scorePoints .scorePointsList ul li .scoreCenter[data-v-04ce767d] {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.uni-question-analysis .answer-box .scorePoints .scorePointsList ul li .scoreCenter p[data-v-04ce767d] {
          height: 100%;
}
.uni-question-analysis .answer-box .scorePoints .scorePointsList ul li .scoreCenter p em[data-v-04ce767d] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #333;
            display: inline-block;
}
.uni-question-analysis .answer-box .scorePoints .scorePointsList ul li .scoreDf[data-v-04ce767d] {
        margin-top: 10px;
}
.theme-blue .uni-question-analysis .answer-box .scorePoints .scorePointsList ul li .scoreDf[data-v-04ce767d] {
          color: #2E58FF !important;
}
.theme-red .uni-question-analysis .answer-box .scorePoints .scorePointsList ul li .scoreDf[data-v-04ce767d] {
          color: #AB1212 !important;
}
.uni-question-analysis .answer-box.active[data-v-04ce767d] {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 26px;
    padding-bottom: 26px;
    border-top-width: 1px;
}
.uni-question-analysis .answer-box .yes[data-v-04ce767d] {
    color: #3AB583;
    padding-left: 5px;
    width: 90%;
}
.uni-question-analysis .answer-box .p1[data-v-04ce767d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 20px;
}
.uni-question-analysis .answer-box .p1 .opera[data-v-04ce767d] {
      cursor: pointer;
      margin-left: 10px;
}
.uni-question-analysis .answer-box .p2[data-v-04ce767d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #A8A8A8;
    margin-top: 25px;
}
.uni-question-analysis .answer-box .p2 .resolve[data-v-04ce767d] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 5px;
}
.uni-question-analysis .answer-box .note-box[data-v-04ce767d] {
    margin-top: 25px;
}
.uni-question-analysis .answer-box .note-box .my-note[data-v-04ce767d] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.uni-question-analysis .answer-box .note-box .my-note span[data-v-04ce767d] {
        padding-top: 8px;
}
.uni-question-analysis .answer-box .note-box .my-note .textarea-box[data-v-04ce767d] {
        height: 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.uni-question-analysis .answer-box .note-box .my-note .textarea-box.active[data-v-04ce767d] {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          margin-top: 20px;
}
.uni-question-analysis .answer-box .note-box .my-note .textarea-box .input[data-v-04ce767d] {
          width: 650px;
}
.uni-question-analysis .answer-box .note-box .note-list[data-v-04ce767d] {
      margin-top: 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 20px 70px;
      background: #F8F8F8;
}
.uni-question-analysis .answer-box .note-btn[data-v-04ce767d] {
    width: 90px;
    height: 32px;
    padding: 0 3px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.el-radio__input.is-disabled + span.el-radio__label {
  color: #666;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-2b592122] {
  white-space: nowrap;
}
.del-btn[data-v-2b592122] {
  color: #f56c6c;
}
.tips[data-v-2b592122] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-2b592122] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-2b592122] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.topicDivButton[data-v-2b592122] {
  background: #fff;
  margin-bottom: 20px;
}
.topicDiv[data-v-2b592122] {
  padding-bottom: 30px;
}
.newQuestionsPractice[data-v-2b592122] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 132px - 50px - 20px);
}
.newQuestionsPractice .iconfanhui[data-v-2b592122] {
    color: #999999;
    font-size: 38px;
    position: absolute;
    left: 20px;
}
.newQuestionsPractice .iconfanhui[data-v-2b592122]:hover {
      color: #666666;
}
.newQuestionsPractice .spanColor[data-v-2b592122] {
    color: #666666;
    font-size: 14px;
}
.newQuestionsPractice .leftBox[data-v-2b592122] {
    height: calc(100vh - 132px - 50px - 20px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 20px 20px 0 20px;
    position: relative;
}
.newQuestionsPractice .leftBox[data-v-2b592122]::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
}
.newQuestionsPractice .leftBox .titlePosition[data-v-2b592122] {
      width: calc(100% - 290px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      height: 80px;
      position: fixed;
      top: 132px;
      z-index: 10;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.newQuestionsPractice .leftBox .titlePosition span[data-v-2b592122] {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.newQuestionsPractice .leftBox .titlePosition span[data-v-2b592122]:first-child {
          font-size: 20px;
          font-weight: 700;
}
.newQuestionsPractice .leftBox .titlePosition span em[data-v-2b592122] {
          margin: 0 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 26px;
          width: 1px;
          background: #D4D9E2;
}
.newQuestionsPractice .leftBox .title[data-v-2b592122] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      height: 80px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.newQuestionsPractice .leftBox .title span[data-v-2b592122] {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.newQuestionsPractice .leftBox .title span[data-v-2b592122]:first-child {
          font-size: 20px;
          font-weight: 700;
}
.newQuestionsPractice .leftBox .title span em[data-v-2b592122] {
          margin: 0 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 26px;
          width: 1px;
          background: #D4D9E2;
}
.newQuestionsPractice .leftBox .total-text[data-v-2b592122] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #A8A8A8;
      margin-top: 20px;
      padding: 10px 0;
      border-bottom: 1px solid #E4E4E4;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.newQuestionsPractice .leftBox .total-text .totalTextSpan[data-v-2b592122] {
        margin-bottom: 5px;
}
.newQuestionsPractice .leftBox .clear[data-v-2b592122] {
      margin: 65px 60px 0 60px;
      height: 1px;
      border: 1px dashed #e8e8e8;
}
.newQuestionsPractice .leftBox .speed[data-v-2b592122] {
      padding-bottom: 52px;
      border-bottom: 1px dashed #e8e8e8;
}
.newQuestionsPractice .leftBox .speed .text[data-v-2b592122] {
        color: #9a9a9a;
        font-size: 14px;
        margin: 30px 0 20px 0;
}
.newQuestionsPractice .leftBox .speed .strip[data-v-2b592122] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.newQuestionsPractice .leftBox .speed .strip .box[data-v-2b592122] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.newQuestionsPractice .leftBox .speed .strip .textBox[data-v-2b592122] {
          margin-left: 32px;
}
.newQuestionsPractice .leftBox .speed .strip .textBox span[data-v-2b592122] {
            font-size: 14px;
            color: #9a9a9a;
}
.newQuestionsPractice .leftBox .speed .strip .textBox span[data-v-2b592122]:first-child {
              color: #f38829;
}
.newQuestionsPractice .leftBox .speed .strip .textBox em[data-v-2b592122] {
            font-style: normal;
            margin: 0 10px;
            color: #9a9a9a;
}
.tit_button[data-v-2b592122] {
  position: absolute;
  right: 20px;
  margin: 0;
}
.tit_button button[data-v-2b592122] {
    width: 130px;
    height: 36px;
    margin-left: 5px;
    border-style: none;
    color: #fff;
    border-radius: 36px;
}
.theme-blue .tit_button button[data-v-2b592122] {
      background-color: #2E58FF !important;
}
.theme-red .tit_button button[data-v-2b592122] {
      background-color: #AB1212 !important;
}
.tit_button button[data-v-2b592122]:hover {
    opacity: 0.7;
}
.questionAskTitle[data-v-2b592122] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  text-indent: 2em;
  line-height: 26px;
  color: #333;
  word-break: break-word;
  white-space: pre-line;
}
.audioDiv[data-v-2b592122] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-2b592122] {
  width: 300px;
  margin: 20px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-39cff366] {
  white-space: nowrap;
}
.del-btn[data-v-39cff366] {
  color: #f56c6c;
}
.tips[data-v-39cff366] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-39cff366] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-39cff366] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.scroll-container[data-v-39cff366] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-39cff366] .el-scrollbar__bar {
    bottom: 0px;
}
.scroll-container[data-v-39cff366] .el-scrollbar__wrap {
    height: 49px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-ec78a0a2] {
  white-space: nowrap;
}
.del-btn[data-v-ec78a0a2] {
  color: #f56c6c;
}
.tips[data-v-ec78a0a2] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-ec78a0a2] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-ec78a0a2] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.tags-view-container[data-v-ec78a0a2] {
  height: 34px;
  margin-left: 220px;
  background: #fff;
  border-bottom: 1px solid #d8dce5;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-ec78a0a2] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d8dce5;
    color: #495060;
    background: #fff;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 4px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-ec78a0a2]:first-of-type {
      margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-ec78a0a2]:last-of-type {
      margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-ec78a0a2] {
      background-color: #42b983;
      color: #fff;
      border-color: #42b983;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-ec78a0a2]::before {
        content: '';
        background: #fff;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: relative;
        margin-right: 2px;
}
.tags-view-container .contextmenu[data-v-ec78a0a2] {
    margin: 0;
    background: #fff;
    z-index: 3000;
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-ec78a0a2] {
      margin: 0;
      padding: 7px 16px;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-ec78a0a2]:hover {
        background: #eee;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    display: inline-block;
    vertical-align: -3px;
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
    background-color: #b4bccc;
    color: #fff;
}


.active-bar[data-v-7a253ea8] {
  color: #00acac !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-3e02780f] {
  white-space: nowrap;
}
.del-btn[data-v-3e02780f] {
  color: #f56c6c;
}
.tips[data-v-3e02780f] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-3e02780f] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-3e02780f] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.nav .nav-profile .selectType[data-v-3e02780f] {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: #fff;
}
.nav .nav-profile .selectType .text[data-v-3e02780f] {
    font-size: 14px;
}
.nav .nav-profile .selectType .switch[data-v-3e02780f] {
    margin-left: 5px;
    opacity: .75;
    cursor: pointer;
    font-size: 12px;
}


.page-sidebar-minified .sidebar .height-full[data-v-163b6529]{width: 75px}
.sidebar .height-full[data-v-163b6529]{width: 240px}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-ed558de2] {
  white-space: nowrap;
}
.del-btn[data-v-ed558de2] {
  color: #f56c6c;
}
.tips[data-v-ed558de2] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-ed558de2] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-ed558de2] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.el-badge__content.is-fixed[data-v-ed558de2] {
  top: 5px;
}
.flex-bt[data-v-ed558de2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e3e9f1;
  cursor: pointer;
}

/*.flex-bt:hover {*/
/*    background-color: #EAEEF7;*/
/*    border-radius: 5px;*/
/*}*/
.examineMore[data-v-ed558de2] {
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.el-table .el-button + .el-button {
  margin-right: 10px;
}
.see-img {
  width: 40px;
}
.see-img img {
    -o-object-fit: contain;
       object-fit: contain;
}
button:focus {
  outline: none;
}
.content {
  margin-left: 232px;
  margin-right: 10px;
  margin-top: 10px;
}
.all_pages {
  background-color: #fff;
  padding: 30px 20px 30px 20px;
  height: 100%;
  border-radius: 15px;
}
.crumbs {
  background-color: #fff;
  margin-left: 220px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.crumbs .crumbsName {
  font-size: 25px;
  margin: 15px 0 0 20px;
  color: #333;
}
.crumbs .crumbsGo {
  margin-left: 20px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs .crumbsGo em {
  color: #333;
  font-size: 15px;
}
.el-breadcrumb__item .el-breadcrumb__inner {
  color: #909399 !important;
  cursor: text !important;
}
.el-breadcrumb__item:first-child .el-breadcrumb__inner {
  color: #303133 !important;
  cursor: pointer !important;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: 500;
}
@media (max-width: 767.98px) {
.content {
    margin-left: 0 !important;
    padding: 20px 20px;
}
.crumbs {
    height: 100px;
    background-color: #fff;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.crumbs .crumbsGo {
    margin: 10px 0 0 20px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.crumbs .crumbsGo em {
    color: #333;
    font-size: 15px;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #909399 !important;
}
.el-breadcrumb__inner a,
  .el-breadcrumb__inner.is-link {
    font-weight: 500;
}
.all_pages {
    width: 100%;
}
}
.questionAsk .ql-toolbar.ql-snow .ql-picker-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tableDataDivCenter p {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  margin-bottom: 0 !important;
}
.el-image-viewer__wrapper {
  z-index: 2100 !important;
}
.el-table--striped .el-table__body tr.select_row td,
.el-table tr.select_row {
  background: #ecf5ff;
  background-color: #ecf5ff;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-1c48c1b3] {
  white-space: nowrap;
}
.del-btn[data-v-1c48c1b3] {
  color: #f56c6c;
}
.tips[data-v-1c48c1b3] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-1c48c1b3] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-1c48c1b3] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.login.login-v2[data-v-1c48c1b3] {
  width: 800px;
  margin-left: -400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login.login-v2 .login-content[data-v-1c48c1b3] {
    width: 400px;
}


.vue__time-picker {
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 10em;
  font-family: sans-serif;
  vertical-align: middle;
}
.vue__time-picker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vue__time-picker input.display-time {
  border: 1px solid #d2d2d2;
  width: 10em;
  height: 2.2em;
  padding: 0.3em 0.5em;
  font-size: 1em;
}
.vue__time-picker input.has-custom-icon {
  padding-left: 1.8em;
}
.vue__time-picker input.display-time.invalid:not(.skip-error-style) {
  border-color: #cc0033;
  outline-color: #cc0033;
}
.vue__time-picker input.display-time:disabled,
.vue__time-picker input.display-time.disabled {
  color: #d2d2d2;
}
.vue__time-picker .controls {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;

  /* Prevent browser focusing on the controls layer */
  pointer-events: none;
}
.vue__time-picker .controls > * {
  cursor: pointer;
  
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  padding: 0 0.35em;

  color: #d2d2d2;
  line-height: 100%;
  font-style: normal;

  /* Resume pointer-events on children components */
  pointer-events: initial;

  -webkit-transition: color .2s, opacity .2s;

  transition: color .2s, opacity .2s;
}
.vue__time-picker .controls > *:hover {
  color: #797979;
}
.vue__time-picker .controls > *:focus,
.vue__time-picker .controls > *:active {
  outline: 0;
}
.vue__time-picker .controls .char {
  font-size: 1.1em;
  line-height: 100%;

  /* Vertical align fixes for webkit browsers only */
  -webkit-margin-before: -0.15em;
}
.vue__time-picker .custom-icon {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  /* pass down mouse events to the <input> underneath */
  pointer-events: none;
}
.vue__time-picker .custom-icon img,
.vue__time-picker .custom-icon svg,
.vue__time-picker .controls img,
.vue__time-picker .controls svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  outline: 0;
  max-width: 1em;
  height: auto;
}
.vue__time-picker .time-picker-overlay {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vue__time-picker .dropdown,
.vue__time-picker-dropdown {
  position: absolute;
  z-index: 5;
  top: calc(2.2em + 2px);
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
          box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  width: 10em;
  height: 10em;
  font-weight: normal;
}

/* Dropdown class when "append-to-body" is on */
.vue__time-picker-dropdown {
  position: fixed;
  z-index: 100;
}
.vue__time-picker .dropdown.drop-up,
.vue__time-picker-dropdown.drop-up {
  top: auto;
  bottom: calc(2.2em + 1px);
}
.vue__time-picker .dropdown .select-list,
.vue__time-picker-dropdown .select-list {
  width: 10em;
  height: 10em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vue__time-picker .dropdown .select-list:focus,
.vue__time-picker .dropdown .select-list:active,
.vue__time-picker-dropdown .select-list:focus,
.vue__time-picker-dropdown .select-list:active {
  outline: 0;
}
.vue__time-picker .dropdown ul,
.vue__time-picker-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: 0;

  -webkit-box-flex: 1;

      -ms-flex: 1 1 0.00001px;

          flex: 1 1 0.00001px;
  overflow-x: hidden;
  overflow-y: auto;
}
.vue__time-picker .dropdown ul.minutes,
.vue__time-picker .dropdown ul.seconds,
.vue__time-picker .dropdown ul.apms,
.vue__time-picker-dropdown ul.minutes,
.vue__time-picker-dropdown ul.seconds,
.vue__time-picker-dropdown ul.apms {
  border-left: 1px solid #fff;
}
.vue__time-picker .dropdown ul li,
.vue__time-picker-dropdown ul li {
  list-style: none;
  text-align: center;
  padding: 0.3em 0;
  color: #161616;
}
.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover,
.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,
.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):hover,
.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):focus  {
  background: rgba(0,0,0,.08);
  color: #161616;
  cursor: pointer;
}
.vue__time-picker .dropdown ul li:not([disabled]).active,
.vue__time-picker .dropdown ul li:not([disabled]).active:hover,
.vue__time-picker .dropdown ul li:not([disabled]).active:focus,
.vue__time-picker-dropdown ul li:not([disabled]).active,
.vue__time-picker-dropdown ul li:not([disabled]).active:hover,
.vue__time-picker-dropdown ul li:not([disabled]).active:focus {
  background: #41B883;
  color: #fff;
}
.vue__time-picker .dropdown ul li[disabled],
.vue__time-picker .dropdown ul li[disabled]:hover,
.vue__time-picker-dropdown ul li[disabled],
.vue__time-picker-dropdown ul li[disabled]:hover {
  background: transparent;
  opacity: 0.3;
  cursor: not-allowed;
}
.vue__time-picker .dropdown .hint,
.vue__time-picker-dropdown .hint {
  color: #a5a5a5;
  cursor: default;
  font-size: 0.8em;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-5fb76682] {
  white-space: nowrap;
}
.del-btn[data-v-5fb76682] {
  color: #f56c6c;
}
.tips[data-v-5fb76682] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-5fb76682] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-5fb76682] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-4eec55b6] {
  white-space: nowrap;
}
.del-btn[data-v-4eec55b6] {
  color: #f56c6c;
}
.tips[data-v-4eec55b6] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-4eec55b6] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-4eec55b6] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-77ba72bd] {
  white-space: nowrap;
}
.del-btn[data-v-77ba72bd] {
  color: #f56c6c;
}
.tips[data-v-77ba72bd] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-77ba72bd] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-77ba72bd] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-d7cac5aa] {
  white-space: nowrap;
}
.del-btn[data-v-d7cac5aa] {
  color: #f56c6c;
}
.tips[data-v-d7cac5aa] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-d7cac5aa] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-d7cac5aa] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.dissertationStudentAETable {
  min-height: 100vh;
  margin: -1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dissertationStudentAETable .box {
    padding: 20px 0 100px;
    width: 1000px;
}
.dissertationStudentAETable .box h2 {
      font-size: 12px;
      font-weight: normal;
      text-align: center;
}
.dissertationStudentAETable .box h3 {
      font-size: 16px;
      font-weight: normal;
      text-align: center;
}
.dissertationStudentAETable .box-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.dissertationStudentAETable .box-title div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.dissertationStudentAETable .box-title div span {
          display: block;
          margin-top: 10px;
}
.dissertationStudentAETable .box-table {
      margin-top: 10px;
      border-top: 1px solid black;
      border-left: 1px solid black;
}
.dissertationStudentAETable .box-table_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.dissertationStudentAETable .box-table_title__content {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.dissertationStudentAETable .box-table_title__content p {
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            margin-bottom: 0;
            height: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.dissertationStudentAETable .box-table_title__content strong {
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            margin-bottom: 0;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.dissertationStudentAETable .box-table_title__content span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            height: 40px;
}
.dissertationStudentAETable .box-table_title__content ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}
.dissertationStudentAETable .box-table_title__content ul li {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
}
.dissertationStudentAETable .box-table_title__content ul li b {
                height: 40px;
                border-right: 1px solid black;
                border-bottom: 1px solid black;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                font-style: normal;
}
.dissertationStudentAETable .box-table_title__content ul li em {
                font-style: normal;
                height: 40px;
                border-right: 1px solid black;
                border-bottom: 1px solid black;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
}
.dissertationStudentAETable .box-table_topic {
        padding: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        min-height: 120px;
}
.dissertationStudentAETable .box-table_record {
        padding: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
}
.dissertationStudentAETable .box-table_record ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.dissertationStudentAETable .box-table_record ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
}
.dissertationStudentAETable .box-table_record ul li b {
              font-weight: normal;
              min-height: 50px;
}
.dissertationStudentAETable .box-table_record ul li span {
              min-height: 120px;
}
.dissertationStudentAETable .box-table_record div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.dissertationStudentAETable .box-table_record div span {
            width: 100px;
}
.dissertationStudentAETable .box-table_opinion {
        padding: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
}
.dissertationStudentAETable .box-table_opinion p {
          min-height: 120px;
}
.dissertationStudentAETable .box-table_opinion div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.dissertationStudentAETable .box-table_opinion div span {
            width: 100px;
}


.requirements .el-checkbox[data-v-72c93c8c] {
  width: 280px;
}
.w350[data-v-72c93c8c] {
  width: 150px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.addExaminationSettingAE .falcon-onlineTest-form .el-select {
  width: 100%;
}
.addExaminationSettingAE .falcon-onlineTest-form .el-date-editor {
  width: 100%;
}
.addExaminationSettingAE .el-date-editor--datetimerange.el-input__inner {
  width: 100%;
}
.addExaminationSettingAE .el-date-editor--datetime.el-date-editor {
  width: 100%;
}
.addExaminationSettingAE .dynamic-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.addExaminationSettingAE .icon-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addExaminationSettingAE .icon-box .falcon-del-icon {
    color: #c0ccda;
    cursor: pointer;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-56b4a334] {
  white-space: nowrap;
}
.del-btn[data-v-56b4a334] {
  color: #f56c6c;
}
.tips[data-v-56b4a334] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-56b4a334] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-56b4a334] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.falcon-form .flex-form-item[data-v-56b4a334] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.falcon-form .flex-form-item label[data-v-56b4a334] {
    margin-bottom: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.invigilationTeacherAE .el-form-item.import .el-form-item__label {
  width: 100% !important;
  text-align: left;
}
.invigilationTeacherAE .el-form-item.import .el-form-item__content {
  margin-left: 0 !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-52a11e9c] {
  white-space: nowrap;
}
.del-btn[data-v-52a11e9c] {
  color: #f56c6c;
}
.tips[data-v-52a11e9c] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-52a11e9c] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-52a11e9c] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.bg-white[data-v-52a11e9c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 135px - 30px);
  text-align: center;
}
.bg-img[data-v-52a11e9c] {
  width: 714px;
  height: 491px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.configRoleST label.el-checkbox {
  margin-bottom: 0;
}
.configRoleST .el-form .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.configRoleST .el-form .el-form-item .el-form-item__label {
    line-height: 32px;
}
.configRoleST .el-form .el-form-item .el-form-item__content {
    margin-left: 10px !important;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-be75b626] {
  white-space: nowrap;
}
.del-btn[data-v-be75b626] {
  color: #f56c6c;
}
.tips[data-v-be75b626] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-be75b626] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-be75b626] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.list[data-v-be75b626] {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list .check[data-v-be75b626] {
    width: 45%;
}
.list .input[data-v-be75b626] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-855b58f2] {
  white-space: nowrap;
}
.del-btn[data-v-855b58f2] {
  color: #f56c6c;
}
.tips[data-v-855b58f2] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-855b58f2] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-855b58f2] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-855b58f2] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-855b58f2] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-855b58f2] {
  margin: 20px 0;
  text-align: right;
}
[data-v-855b58f2] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-7fcbb26a] {
  white-space: nowrap;
}
.del-btn[data-v-7fcbb26a] {
  color: #f56c6c;
}
.tips[data-v-7fcbb26a] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-7fcbb26a] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-7fcbb26a] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-7fcbb26a] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-7fcbb26a] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-7fcbb26a] {
  margin: 20px 0;
  text-align: right;
}
[data-v-7fcbb26a] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-e0bb78ba] {
  white-space: nowrap;
}
.del-btn[data-v-e0bb78ba] {
  color: #f56c6c;
}
.tips[data-v-e0bb78ba] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-e0bb78ba] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-e0bb78ba] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.title[data-v-e0bb78ba] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.row[data-v-e0bb78ba] {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page_box[data-v-e0bb78ba] {
  margin: 20px 0;
  text-align: right;
}
[data-v-e0bb78ba] .el-dialog__body {
  padding-top: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-77c6ce50] {
  white-space: nowrap;
}
.del-btn[data-v-77c6ce50] {
  color: #f56c6c;
}
.tips[data-v-77c6ce50] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-77c6ce50] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-77c6ce50] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.studentHistoryST .box[data-v-77c6ce50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studentHistoryST .box .span[data-v-77c6ce50] {
    color: #409dff;
    cursor: pointer;
}
.studentHistoryST .box .span[data-v-77c6ce50]:hover {
      opacity: 0.7;
}
.studentHistoryST .box .emClass[data-v-77c6ce50] {
    display: inline-block;
    height: 14px;
    width: 1px;
    background-color: #e5e5e5;
    margin: 0 10px;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress {
  white-space: nowrap;
}
.del-btn {
  color: #f56c6c;
}
.tips {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
body {
  padding: 0;
  margin: 0;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-71599108] {
  white-space: nowrap;
}
.del-btn[data-v-71599108] {
  color: #f56c6c;
}
.tips[data-v-71599108] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-71599108] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-71599108] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.baccalaureatePrint[data-v-71599108] {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 10px;
  border: 1px solid transparent;
}
.baccalaureatePrint .print[data-v-71599108] {
    margin-top: 50px;
    text-align: center;
}
.diploma-box[data-v-71599108] {
  border: 1px solid transparent;
}
.diploma-box .diploma[data-v-71599108] {
    border: 1px solid transparent;
    width: 210mm;
    height: 320mm;
    margin: 20px auto;
    position: relative;
    font-size: 2.3em;
    font-family: "宋体";
    font-weight: 600;
}
.diploma-box .diploma.print[data-v-71599108] {
      page-break-after: always;
      margin: 0;
}
.diploma-box .diploma .diploma-row[data-v-71599108] {
      width: 100%;
      position: absolute;
}
.diploma-box .diploma .diploma-row .text[data-v-71599108] {
        position: absolute;
}
.diploma-box .diploma .diploma-row1[data-v-71599108] {
      top: 58%;
}
.diploma-box .diploma .diploma-row1 .name[data-v-71599108] {
        width: 20%;
        display: inline-block;
        text-align: right;
        left: 28%;
}
.diploma-box .diploma .diploma-row1 .sex[data-v-71599108] {
        left: 54%;
}
.diploma-box .diploma .diploma-row1 .year[data-v-71599108] {
        left: 66%;
}
.diploma-box .diploma .diploma-row1 .month[data-v-71599108] {
        left: 79%;
}
.diploma-box .diploma .diploma-row1 .day[data-v-71599108] {
        left: 88.5%;
}
.diploma-box .diploma .diploma-row2[data-v-71599108] {
      top: 62.5%;
}
.diploma-box .diploma .diploma-row2 .study_title[data-v-71599108] {
        left: 41%;
}
.diploma-box .diploma .diploma-row2 .profession_title[data-v-71599108] {
        left: 54%;
}
.diploma-box .diploma .diploma-row3[data-v-71599108] {
      top: 70.5%;
}
.diploma-box .diploma .diploma-row3 .degree_title[data-v-71599108] {
        width: 12%;
        display: inline-block;
        text-align: center;
        left: 70%;
}
.diploma-box .diploma .diploma-row4[data-v-71599108] {
      bottom: 1.8%;
      font-size: 0.9em;
}
.diploma-box .diploma .diploma-row4 .degree_number[data-v-71599108] {
        left: 34%;
}
.diploma-box .diploma .diploma-row5[data-v-71599108] {
      bottom: 1.4%;
      font-size: 0.8em;
}
.diploma-box .diploma .diploma-row5 .issue_year[data-v-71599108] {
        left: 68%;
}
.diploma-box .diploma .diploma-row5 .issue_month[data-v-71599108] {
        width: 8%;
        display: inline-block;
        text-align: center;
        left: 84%;
}
.diploma-box .diploma .diploma-row5 .issue_day[data-v-71599108] {
        width: 10%;
        display: inline-block;
        text-align: center;
        left: 93%;
}
.diploma-box .diploma .diploma-row6[data-v-71599108] {
      bottom: -2%;
      text-align: center;
      font-size: 0.9em;
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-77c614c0] {
  white-space: nowrap;
}
.del-btn[data-v-77c614c0] {
  color: #f56c6c;
}
.tips[data-v-77c614c0] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-77c614c0] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-77c614c0] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.degreeApplicationAEPrint[data-v-77c614c0] {
  background: #fff;
  min-height: 100vh;
  margin: -1rem;
}
.degreeApplicationAEPrint .list[data-v-77c614c0] {
    width: 565px;
    height: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #b6c2c9;
}
.degreeApplicationAEPrint .list[data-v-77c614c0]:last-of-type {
      border-bottom: 0;
}
.degreeApplicationAEPrint .list-item[data-v-77c614c0] {
      letter-spacing: 2px;
      padding-top: 388px;
      font-size: 14px;
      width: 390px;
      margin: 0 auto;
}
.degreeApplicationAEPrint .list-item_name[data-v-77c614c0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 6px;
}
.degreeApplicationAEPrint .list-item_type[data-v-77c614c0], .degreeApplicationAEPrint .list-item_test[data-v-77c614c0] {
        padding-top: 6px;
}
.degreeApplicationAEPrint .list-item_type b[data-v-77c614c0], .degreeApplicationAEPrint .list-item_test b[data-v-77c614c0] {
          margin: 0 4px;
}
.degreeApplicationAEPrint .list-item_signature[data-v-77c614c0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 164px;
        padding-top: 40px;
}
.degreeApplicationAEPrint .list-item_signature p[data-v-77c614c0] {
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
}
.degreeApplicationAEPrint .list-item_code[data-v-77c614c0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 94px;
}
.degreeApplicationAEPrint .list-item_code div[data-v-77c614c0] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.degreeApplicationAEPrint .list .print[data-v-77c614c0] {
      page-break-after: always !important;
}
@media print {
.degreeApplicationAEPrint .list[data-v-77c614c0] {
      border-bottom: 0;
}
}

@charset "UTF-8";
/* 
  添加的公共样式
*/
.el-progress[data-v-4c81dd33] {
  white-space: nowrap;
}
.del-btn[data-v-4c81dd33] {
  color: #f56c6c;
}
.tips[data-v-4c81dd33] {
  color: #f56c6c;
}
.el-textarea .el-textarea__inner[data-v-4c81dd33] {
  background: none;
  padding-bottom: 24px;
}
.el-textarea .el-input__count[data-v-4c81dd33] {
  line-height: 20px;
}

/* 
    这里添加一些公共的 scss 配置 
    组件中使用需单独引入文件
*/
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.studentHistoryST .box[data-v-4c81dd33] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studentHistoryST .box .span[data-v-4c81dd33] {
    color: #409dff;
    cursor: pointer;
}
.studentHistoryST .box .span[data-v-4c81dd33]:hover {
      opacity: 0.7;
}
.studentHistoryST .box .emClass[data-v-4c81dd33] {
    display: inline-block;
    height: 14px;
    width: 1px;
    background-color: #e5e5e5;
    margin: 0 10px;
}

