.pagination-wrap[data-v-19a5454a] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-wrap .page-list[data-v-19a5454a] {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.pagination-wrap .page-list li[data-v-19a5454a] {
  display: inline-block;
  padding: 0;
  margin-right: 10px;
  width: 40px;
  height: 30px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
}
.pagination-wrap .page-list li.active[data-v-19a5454a] {
  border-color: #2b99ff;
  background-color: #fff;
  color: #2b99ff;
}
.pagination-wrap .page-list li.disabled[data-v-19a5454a] {
  background-color: #fff;
  cursor: not-allowed;
  color: #e2e2e2;
}
.pagination-wrap .page-list li.btn-next[data-v-19a5454a],
.pagination-wrap .page-list li.btn-prev[data-v-19a5454a] {
  width: 75px;
  height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}
.pagination-wrap .page-list li.btn-next[data-v-19a5454a] {
  margin: 0;
}
.none[data-v-6476ba00] {
  display: none;
}
.base-font[data-v-6476ba00] {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm[data-v-6476ba00] {
  margin: 0;
  padding: 0;
}
.wh100[data-v-6476ba00] {
  width: 100%;
  height: 100%;
}
.clearfix[data-v-6476ba00]:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix[data-v-6476ba00] {
  zoom: 1;
}
.text-scale[data-v-6476ba00] {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover[data-v-6476ba00] {
  position: absolute;
  top: 0;
  right: 0;
}
.center[data-v-6476ba00] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct[data-v-6476ba00] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl[data-v-6476ba00] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green[data-v-6476ba00] {
  color: #3aa60d;
}
.text-red[data-v-6476ba00] {
  color: red;
}
.text-orange[data-v-6476ba00] {
  color: #f60;
}
.fdc[data-v-6476ba00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor[data-v-6476ba00] {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(146, 0, 249, 0.99)),
    color-stop(44%, rgba(146, 0, 249, 0.99)),
    color-stop(93%, rgba(127, 0, 255, 0.99)),
    color-stop(97%, rgba(137, 0, 252, 0.99)),
    to(rgba(146, 0, 249, 0.99))
  );
  background: linear-gradient(
    0deg,
    rgba(146, 0, 249, 0.99),
    rgba(146, 0, 249, 0.99) 44%,
    rgba(127, 0, 255, 0.99) 93%,
    rgba(137, 0, 252, 0.99) 97%,
    rgba(146, 0, 249, 0.99)
  );
}
.row[data-v-6476ba00] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-start[data-v-6476ba00],
.row[data-v-6476ba00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-start[data-v-6476ba00] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end[data-v-6476ba00] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around[data-v-6476ba00],
.row-end[data-v-6476ba00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-around[data-v-6476ba00] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column[data-v-6476ba00] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column-start[data-v-6476ba00],
.column[data-v-6476ba00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-start[data-v-6476ba00] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start[data-v-6476ba00] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-end[data-v-6476ba00],
.column-left-start[data-v-6476ba00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-end[data-v-6476ba00] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-left[data-v-6476ba00] {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-left[data-v-6476ba00],
.row-between[data-v-6476ba00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between[data-v-6476ba00] {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.audit-filters[data-v-6476ba00] {
  overflow: hidden;
}
.audit-filters .filter-item[data-v-6476ba00] {
  float: left;
}
.audit-filters .filter-item + .filter-item[data-v-6476ba00] {
  margin-left: 10px;
}
.audit-filters .filter-item[data-v-6476ba00] .el-select {
  width: 100px;
}
.audit-filters .filter-item[data-v-6476ba00] .el-select .el-input .el-input__inner {
  border-radius: 4px;
  height: 36px;
  padding: 0 20px 0 10px;
}
.audit-filters .filter-item[data-v-6476ba00] .el-select .el-input .el-input__inner::-webkit-input-placeholder {
  color: #ccc !important;
}
.audit-filters .filter-item[data-v-6476ba00] .el-select .el-input .el-input__inner:-moz-placeholder,
.audit-filters .filter-item[data-v-6476ba00] .el-select .el-input .el-input__inner::-moz-placeholder {
  color: #ccc !important;
}
.audit-filters .filter-item[data-v-6476ba00] .el-select .el-input .el-input__inner:-ms-input-placeholder {
  color: #ccc !important;
}
.audit-upload-img[data-v-df033578] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.audit-upload-img[data-v-df033578] .el-upload--picture-card,
.audit-upload-img[data-v-df033578] .el-upload-list__item {
  width: 80px;
  height: 80px;
  line-height: 86px;
}
.audit-upload-img[data-v-df033578] .el-upload-after {
  margin-left: 10px;
}
.audit-upload-img[data-v-df033578] .el-upload__tip {
  display: inline-block;
  font-style: normal;
  color: #999;
}
.audit-upload-img .label[data-v-df033578] {
  font-size: 14px;
  color: #1f2d3d;
  line-height: 40px;
  width: 100px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.audit-upload-img .cover-wrap[data-v-df033578] {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.audit-upload-img .cover-wrap:hover .mask[data-v-df033578] {
  display: block;
}
.audit-upload-img .cover-wrap .img[data-v-df033578] {
  width: 100%;
  height: 100%;
}
.audit-upload-img .cover-wrap .mask[data-v-df033578] {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.audit-upload-img .cover-wrap .mask .icon[data-v-df033578] {
  margin: 30px 5px 0;
}
.none[data-v-7371b320] {
  display: none;
}
.base-font[data-v-7371b320] {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm[data-v-7371b320] {
  margin: 0;
  padding: 0;
}
.wh100[data-v-7371b320] {
  width: 100%;
  height: 100%;
}
.clearfix[data-v-7371b320]:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix[data-v-7371b320] {
  zoom: 1;
}
.text-scale[data-v-7371b320] {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover[data-v-7371b320] {
  position: absolute;
  top: 0;
  right: 0;
}
.center[data-v-7371b320] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct[data-v-7371b320] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl[data-v-7371b320] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green[data-v-7371b320] {
  color: #3aa60d;
}
.text-red[data-v-7371b320] {
  color: red;
}
.text-orange[data-v-7371b320] {
  color: #f60;
}
.fdc[data-v-7371b320] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor[data-v-7371b320] {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(146, 0, 249, 0.99)),
    color-stop(44%, rgba(146, 0, 249, 0.99)),
    color-stop(93%, rgba(127, 0, 255, 0.99)),
    color-stop(97%, rgba(137, 0, 252, 0.99)),
    to(rgba(146, 0, 249, 0.99))
  );
  background: linear-gradient(
    0deg,
    rgba(146, 0, 249, 0.99),
    rgba(146, 0, 249, 0.99) 44%,
    rgba(127, 0, 255, 0.99) 93%,
    rgba(137, 0, 252, 0.99) 97%,
    rgba(146, 0, 249, 0.99)
  );
}
.row[data-v-7371b320] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-start[data-v-7371b320],
.row[data-v-7371b320] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-start[data-v-7371b320] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end[data-v-7371b320] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around[data-v-7371b320],
.row-end[data-v-7371b320] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-around[data-v-7371b320] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column[data-v-7371b320] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column-start[data-v-7371b320],
.column[data-v-7371b320] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-start[data-v-7371b320] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start[data-v-7371b320] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-end[data-v-7371b320],
.column-left-start[data-v-7371b320] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-end[data-v-7371b320] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-left[data-v-7371b320] {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-left[data-v-7371b320],
.row-between[data-v-7371b320] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between[data-v-7371b320] {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reason-con[data-v-7371b320] {
  overflow-y: auto;
  height: 200px;
}
.reason-con li[data-v-7371b320] {
  padding: 5px;
  cursor: pointer;
}
.reason-con li + li[data-v-7371b320] {
  border-top: 1px solid #e6e6e6;
}
.reason-con li .short-cut-content[data-v-7371b320] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
}
.reason-con li .short-cut-content span[data-v-7371b320] {
  color: #f60;
}
.detail-content[data-v-7371b320] {
  position: relative;
  height: 310px;
}
.detail-content .con[data-v-7371b320] {
  overflow: auto;
  height: 150px;
  border: 1px solid #f2f2f2;
  padding: 10px;
}
.detail-content[data-v-7371b320] .audit-upload-img .label {
  width: 70px;
}
.detail-content [contenteditable][data-v-7371b320]:focus {
  outline: none;
}
.detail-content .bot-btns[data-v-7371b320] {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  width: 100%;
  padding-top: 12px;
}
.detail-content .bot-btns .btn[data-v-7371b320] {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.detail-content .bot-btns .btn.comfirn[data-v-7371b320] {
  color: #fff;
  background-color: #2b99ff;
  margin-right: 10px;
}
.detail-content .bot-btns .btn.cancel[data-v-7371b320] {
  color: #333;
  background-color: #f2f2f2;
}
[data-v-7371b320] .el-tabs__item {
  padding-left: 10px !important;
  border-bottom: 1px solid #e6e6e6;
}
[data-v-7371b320] .single {
  background-color: #f2f2f2;
  color: #333;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 10px;
}
[data-v-7371b320] .single:hover {
  color: #fff;
  background-color: #2b99ff;
  border-color: #2b99ff;
}
[data-v-7371b320] .reject {
  background-color: #f60;
  border-color: #f60;
  padding: 12px 10px;
  color: #fff;
  margin: 0 10px;
}
[data-v-7371b320] .reject .text {
  padding: 0 8px;
  border-right: 1px solid #ddd;
}
[data-v-7371b320] .reject .icon {
  font-size: 14px;
}
.doc-list .doc-item[data-v-02801de5] {
  position: relative;
  padding: 25px 20px 12px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.doc-list .doc-item.active[data-v-02801de5] {
  border-color: #2b99ff;
}
.doc-list .doc-item .check-box[data-v-02801de5] {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #9b9b9b;
  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;
}
.doc-list .doc-item .check-box.active[data-v-02801de5] {
  background-color: #2b99ff;
}
.doc-list .doc-item .check-box i[data-v-02801de5] {
  color: #fff;
}
.doc-list .doc-item .top-info[data-v-02801de5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.doc-list .doc-item .top-info .info .fileType-wrap .tit[data-v-02801de5] {
  position: relative;
  top: -2px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  border: none;
  width: 700px;
  padding: 4px 5px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.doc-list .doc-item .top-info .info .fileType-wrap .tit[data-v-02801de5]:hover {
  background-color: #f2f2f2;
}
.doc-list .doc-item .top-info .info .fileType-wrap .file-icon[data-v-02801de5] {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-size: 100% 100%;
  margin-right: 3px;
}
.doc-list .doc-item .top-info .action-btns[data-v-02801de5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doc-list .doc-item .top-info .action-btns .btn[data-v-02801de5] {
  background-color: #f2f2f2;
  color: #333;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.doc-list .doc-item .top-info .action-btns .btn[data-v-02801de5]:hover {
  color: #fff;
  background-color: #2b99ff;
  border-color: #2b99ff;
}
.doc-list .doc-item .preview-wrap[data-v-02801de5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doc-list .doc-item .preview-wrap .preview-item[data-v-02801de5] {
  overflow: hidden;
  width: 186px;
  height: 138px;
  border: 1px solid #eee;
  border-radius: 6px;
  cursor: pointer;
}
.doc-list .doc-item .preview-wrap .preview-item + .preview-item[data-v-02801de5] {
  margin-left: 10px;
}
.doc-list .doc-item .preview-wrap .preview-item img[data-v-02801de5] {
  width: 100%;
  height: 100%;
}
.doc-list .doc-item .preview-wrap .preview-item.empty[data-v-02801de5] {
  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;
  background-color: #eee;
  cursor: auto;
}
.doc-list .doc-item .preview-wrap .preview-item.empty .text[data-v-02801de5] {
  color: #999;
}
.doc-list .doc-item .bot-info[data-v-02801de5] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.doc-list .doc-item .bot-info[data-v-02801de5],
.doc-list .doc-item .course-info .course-item[data-v-02801de5],
.doc-list .doc-item .course-info[data-v-02801de5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doc-list .doc-item .course-info .course-item[data-v-02801de5] {
  line-height: 12px;
}
.doc-list .doc-item .course-info .course-item .label[data-v-02801de5] {
  color: #666;
  font-size: 12px;
}
.doc-list .doc-item .course-info .course-item .text[data-v-02801de5] {
  color: #333;
}
.doc-list .doc-item .course-info .course-item .text.active[data-v-02801de5] {
  color: #2b99ff;
  cursor: pointer;
  padding-right: 10px;
}
.doc-list .doc-item .course-info .course-item .course-name[data-v-02801de5] {
  font-size: 12px;
  color: #333;
  padding-right: 10px;
  line-height: 30px;
}
.doc-list .doc-item .course-info .course-item .course-name .high-light[data-v-02801de5] {
  color: #f60;
}
.doc-list .doc-item .course-info .course-item + .course-item .label[data-v-02801de5] {
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.doc-list .doc-item .course-info .course-item .audit-select[data-v-02801de5] .el-input__inner {
  border: none;
  font-size: 12px;
  color: #333;
  padding-left: 0;
  width: 120px;
}
.doc-list .doc-item .course-info .course-item .audit-cascader[data-v-02801de5] .el-input__inner {
  border: none;
  font-size: 12px;
  color: #333;
  padding-left: 0;
  width: 180px;
}
.doc-list .doc-item .course-info .course-item .edit-icon[data-v-02801de5] {
  cursor: pointer;
  font-size: 16px;
  color: #2b99ff;
}
.doc-list .doc-item .course-info.sup-info .course-item .label[data-v-02801de5] {
  font-size: 14px;
}
.doc-list .doc-item .course-info.sup-info .course-item .audit-select.price[data-v-02801de5] .el-input__inner {
  width: 75px;
}
.doc-list .doc-item .course-info.sup-info .course-item .audit-select[data-v-02801de5] .el-input__inner {
  width: 65px;
  font-size: 14px;
}
.doc-list .doc-item .course-info.sup-info .course-item .audit-cascader[data-v-02801de5] .el-input__inner {
  width: 130px;
  font-size: 14px;
}
.preview-dialog[data-v-4463be14] .el-dialog__body,
.preview-dialog[data-v-4463be14] .el-dialog__header {
  padding: 0;
}
.preview-dialog[data-v-4463be14] .el-carousel__container {
  height: 88px;
}
.preview-dialog .dialog-content[data-v-4463be14] {
  position: relative;
  width: 100%;
}
.preview-dialog .dialog-content .previews-wrap .content[data-v-4463be14] {
  min-height: 300px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-file-title[data-v-4463be14] {
  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;
  width: 100%;
  font-size: 18px;
  padding: 0 20px;
  height: 60px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-file-title .doc-files[data-v-4463be14] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  background-size: 100% 100%;
  margin: 0 5px 3px 0;
}
.preview-dialog .dialog-content .previews-wrap .content .multiple-toggle-wrap[data-v-4463be14] {
  margin-bottom: 10px;
  padding: 10px 0;
}
.preview-dialog .dialog-content .previews-wrap .content .multiple-toggle-wrap .preview-tips-wrap[data-v-4463be14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-tips-wrap
  .preview-tips[data-v-4463be14] {
  font-size: 12px;
  color: #999;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-tips-wrap
  .slide-btns
  .slide-btn[data-v-4463be14] {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 16px;
  border: 1px solid #999;
  border-radius: 2px;
  text-align: center;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-tips-wrap
  .slide-btns
  .slide-btn[data-v-4463be14]:hover {
  border-color: #2b99ff;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-tips-wrap
  .slide-btns
  .slide-btn.prev[data-v-4463be14] {
  margin-right: 4px;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-tips-wrap
  .slide-btns
  .slide-btn.next[data-v-4463be14] {
  margin-left: 4px;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-tips-wrap
  .slide-btns
  .slide-btn.stop[data-v-4463be14] {
  cursor: not-allowed;
  border-color: #f2f2f2;
  color: #ddd;
}
.preview-dialog .dialog-content .previews-wrap .content .multiple-toggle-wrap .preview-files-list[data-v-4463be14] {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
  overflow: hidden;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap[data-v-4463be14] {
  overflow: hidden;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file[data-v-4463be14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  float: left;
  width: 120px;
  margin-left: 30px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file[data-v-4463be14]:first-child {
  margin-left: 0;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file.on[data-v-4463be14] {
  border-bottom-color: #2b99ff;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file.on[data-v-4463be14]:after {
  border-color: transparent transparent #2b99ff;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file.on
  .file-title[data-v-4463be14] {
  color: #2b99ff;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file[data-v-4463be14]:after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -1px;
  content: '';
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file
  .doc-files[data-v-4463be14] {
  width: 32px;
  height: 32px;
  position: relative;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .multiple-toggle-wrap
  .preview-files-list
  .slide-wrap
  .preview-file
  .file-title[data-v-4463be14] {
  font-size: 12px;
  color: #666;
  text-align: center;
  height: 32px;
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-content[data-v-4463be14] {
  padding: 0 20px;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-content .preview-item[data-v-4463be14] {
  border-top: 1px solid #f2f2f2;
  padding: 10px 0;
  text-align: center;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-content .preview-item[data-v-4463be14]:first-child {
  border-top: none;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-content .preview-item img[data-v-4463be14] {
  max-width: 100%;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-content .preview-item video[data-v-4463be14] {
  height: 300px;
  width: 80%;
}
.preview-dialog .dialog-content .previews-wrap .content .preview-content .preview-item.audio[data-v-4463be14] {
  padding: 30px 0;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .preview-content
  .preview-item
  .no-preview-wrap[data-v-4463be14] {
  padding: 50px 0;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .preview-content
  .preview-item
  .no-preview-wrap
  .no-detail-img[data-v-4463be14] {
  margin: 0 auto 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA7VBMVEUAAAD//////4D/qlX/mWb/qlX/km3/mWb/klv/j2D/lF7/klv/ilP/iVX/j1f/jFX/jlX/i1P/jVT/i1P/jFX/ilT/i1X/ilT/i1P/i1T/jFT/i1L/iVT/ilL/i1L/ilT/ilP/i1P/ilP/ilL/i1L/ilL/i1T/i1L/iVP/i1P/ilP/ilP/ilP/iVP/ilL/i1P/ilL/iVL/iVP/ilP/ilL/iVL/ilP/ilP/ilP/ilL/ilP/ilP/iVP/iVL/iVP/ilP/ilP/iVL/iVL/iVL/ilP/ilP/ilL/iVP/ilL/ilP/iVL/ilP/iVP/ilL/iVLnYujdAAAATnRSTlMAAQIDBQYHCg4QExwlJykzNjc6REVGS0xNT1JaW2BjZGZub3Z5fH1/hIqLjpmgoaKkp6mqrrS1ubu9vr/Bw87R2Nnf4+3x8vP4+vv8/f40JGY6AAABhUlEQVQ4y42UWzsCURiFPx3URBIdBiFCosIkmiYqqjHU+/9/jotM9p7dRftq1nrWPN95iSjPqrT6I3826rcqlqx/di9g9YKevUaSHwDTTr1aLlfrnSkwyEcksQYsnGIyxMmis4BGTNWku+Dm9P9yLnTTimbIvGZmUJszXKliXfxSCHaz2WwYpeTTDb8bzFcamQCpEJTmNP7qAiXWJ3wrEWFZ4wBXSWQEEwW6DEREbBZqXe/woda4wBaRHo5a0hsMVezQE7ECCir5Cm8qLhJYUmGaVMlneFFxckpF2no0eYQnjejQEo+6xjWhqRF1PBlT1bh7uNOIKmPxKWvcLVxrRBnfEF3BRUQ0M8Jdwmkk3MhI/ByOI4n3pU1H407g0GhBtJlHsG800wooqmQik4kbY4kOWLZTYgw4uipnXz835qroS2cFwJ6xdPr67gAcmOurH8IDuHHzEPST2irYCVlzUhsd52ZnHhpG4d8wCqZhrKzHWVqPs9Z6NjSxpR22vbHvj72IHf4CLpJbdGK3LloAAAAASUVORK5CYII=)
    no-repeat;
  width: 36px;
  height: 36px;
}
.preview-dialog
  .dialog-content
  .previews-wrap
  .content
  .preview-content
  .preview-item
  .no-preview-wrap
  .text[data-v-4463be14] {
  color: #999;
  text-align: center;
  font-size: 16px;
}
.preview-dialog .dialog-content .previews-wrap .content .remain-previews[data-v-4463be14] {
  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;
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  color: #333;
  border-top: 1px solid #eee;
}
.preview-dialog .dialog-content .previews-wrap .content .remain-previews .read-continue[data-v-4463be14] {
  cursor: pointer;
  color: #2b99ff;
}
.preview-dialog .dialog-content .previews-wrap .content .remain-previews .read-continue .icon[data-v-4463be14] {
  font-size: 20px;
  vertical-align: middle;
}
.preview-dialog .dialog-content .doc-btn[data-v-4463be14] {
  position: fixed;
  top: 30%;
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}
.preview-dialog .dialog-content .doc-btn .icon[data-v-4463be14] {
  font-size: 40px;
}
.preview-dialog .dialog-content .doc-btn .text[data-v-4463be14] {
  font-size: 14px;
}
.preview-dialog .dialog-content .doc-btn.prev[data-v-4463be14] {
  border-radius: 6px 0 0 6px;
  left: calc((100% - 910px) / 2 - 60px);
}
.preview-dialog .dialog-content .doc-btn.prev.left[data-v-4463be14] {
  left: calc((100% - 910px) / 2 - 63px);
}
.preview-dialog .dialog-content .doc-btn.next[data-v-4463be14] {
  border-radius: 0 6px 6px 0;
  right: calc((100% - 910px) / 2 - 60px);
}
.preview-dialog .dialog-content .doc-btn.next.right[data-v-4463be14] {
  right: calc((100% - 910px) / 2 - 57px);
}
.preview-dialog .dialog-content .doc-btn.disabled[data-v-4463be14] {
  cursor: not-allowed;
  background: #000;
  opacity: 0.2;
}
.preview-dialog .dialog-content .action-bar[data-v-4463be14] {
  position: fixed;
  right: calc((100% - 910px) / 2 - 63px);
  top: 8vh;
  text-align: center;
}
.preview-dialog .dialog-content .action-bar li[data-v-4463be14] {
  position: relative;
  margin-bottom: 24px;
  width: 60px;
}
.preview-dialog .dialog-content .action-bar li[data-v-4463be14]:first-child {
  margin-bottom: 75px;
}
.preview-dialog .dialog-content .action-bar li .action-icon[data-v-4463be14] {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 6px;
  cursor: pointer;
}
.preview-dialog .dialog-content .action-bar li .action-icon .iconfont[data-v-4463be14] {
  font-size: 18px;
}
.preview-dialog .dialog-content .action-bar li .action-icon .iconfont.iconhtmal5icon29[data-v-4463be14] {
  font-size: 24px;
}
.preview-dialog .dialog-content .action-bar li .action-icon.basket-wrap[data-v-4463be14],
.preview-dialog .dialog-content .action-bar li .action-icon.down-wrap[data-v-4463be14],
.preview-dialog .dialog-content .action-bar li .action-icon:hover .iconfont[data-v-4463be14] {
  color: #2b99ff;
}
.preview-dialog .dialog-content .action-bar li .action-text[data-v-4463be14] {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.preview-dialog .dialog-content .action-bar li .close-tips[data-v-4463be14] {
  position: absolute;
  margin-top: 7px;
  background-color: #999;
  color: #fff;
  border-radius: 4px;
  padding: 5px 3px;
  width: 115px;
  font-size: 12px;
  letter-spacing: 1px;
}
.preview-dialog .dialog-content .action-bar li .close-tips .preview-arrow[data-v-4463be14] {
  position: absolute;
  top: -5px;
  left: 30px;
  margin-left: -6px;
  font-size: 0;
  line-height: 0;
  border-width: 0 6px 6px;
  border-color: #999 transparent;
  border-style: dashed dashed solid;
  border-bottom-color: #999;
}
.preview-dialog .dialog-content .action-bar li .close-tips .preview-arrow[data-v-4463be14]:after {
  position: absolute;
  content: ' ';
  border-width: 6px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #999;
}
.none[data-v-b9c172ae] {
  display: none;
}
.base-font[data-v-b9c172ae] {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm[data-v-b9c172ae] {
  margin: 0;
  padding: 0;
}
.wh100[data-v-b9c172ae] {
  width: 100%;
  height: 100%;
}
.clearfix[data-v-b9c172ae]:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix[data-v-b9c172ae] {
  zoom: 1;
}
.text-scale[data-v-b9c172ae] {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover[data-v-b9c172ae] {
  position: absolute;
  top: 0;
  right: 0;
}
.center[data-v-b9c172ae] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct[data-v-b9c172ae] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl[data-v-b9c172ae] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green[data-v-b9c172ae] {
  color: #3aa60d;
}
.text-red[data-v-b9c172ae] {
  color: red;
}
.text-orange[data-v-b9c172ae] {
  color: #f60;
}
.fdc[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor[data-v-b9c172ae] {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(146, 0, 249, 0.99)),
    color-stop(44%, rgba(146, 0, 249, 0.99)),
    color-stop(93%, rgba(127, 0, 255, 0.99)),
    color-stop(97%, rgba(137, 0, 252, 0.99)),
    to(rgba(146, 0, 249, 0.99))
  );
  background: linear-gradient(
    0deg,
    rgba(146, 0, 249, 0.99),
    rgba(146, 0, 249, 0.99) 44%,
    rgba(127, 0, 255, 0.99) 93%,
    rgba(137, 0, 252, 0.99) 97%,
    rgba(146, 0, 249, 0.99)
  );
}
.row[data-v-b9c172ae] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-start[data-v-b9c172ae],
.row[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-start[data-v-b9c172ae] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end[data-v-b9c172ae] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around[data-v-b9c172ae],
.row-end[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-around[data-v-b9c172ae] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column[data-v-b9c172ae] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column-start[data-v-b9c172ae],
.column[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-start[data-v-b9c172ae] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start[data-v-b9c172ae] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-end[data-v-b9c172ae],
.column-left-start[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-end[data-v-b9c172ae] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-left[data-v-b9c172ae] {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-left[data-v-b9c172ae],
.row-between[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between[data-v-b9c172ae] {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.re-audit-content[data-v-b9c172ae] {
  background-color: #f5f5f5;
}
.re-audit-content .top-filter[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
.re-audit-content .top-filter[data-v-b9c172ae] .el-input-group__append {
  background-color: #2b99ff;
  border-color: #2b99ff;
  color: #fff;
}
.re-audit-content .mid-action-bar[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 4px;
  padding: 10px 20px;
  background-color: #fff;
}
.re-audit-content .mid-action-bar.fixed[data-v-b9c172ae] {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  margin-top: 0;
  width: 1200px;
  z-index: 100;
  border-radius: 0 0 6px 6px;
  -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);
}
.re-audit-content .mid-action-bar .action-btns[data-v-b9c172ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.re-audit-content .list-wrap[data-v-b9c172ae] {
  min-height: 275px;
  margin-top: 10px;
  border-radius: 4px;
}
.re-audit-content .list-wrap .empty[data-v-b9c172ae] {
  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: 350px;
  color: #ddd;
  background-color: #fff;
}
.re-audit-content[data-v-b9c172ae] .loading .el-icon-loading {
  font-size: 24px;
}
.re-audit-content[data-v-b9c172ae] .loading .el-loading-spinner {
  top: 150px;
}
.re-audit-content .pagination-wrap[data-v-b9c172ae] {
  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;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px 20px;
}
.re-audit-content .pagination-wrap[data-v-b9c172ae] .btn-next span,
.re-audit-content .pagination-wrap[data-v-b9c172ae] .btn-prev span {
  padding: 0 10px;
}
.re-audit-content .back-to-top[data-v-b9c172ae] {
  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-radius: 6px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  position: fixed;
  bottom: 140px;
  right: calc((100% - 1200px) / 2 - 85px);
  cursor: pointer;
}
.re-audit-content .back-to-top:hover i[data-v-b9c172ae] {
  color: #2b99ff;
}
.re-audit-content .back-to-top i[data-v-b9c172ae] {
  font-size: 30px;
  color: #333;
}
.re-audit-content[data-v-b9c172ae] .el-input__inner::-webkit-input-placeholder {
  color: #ccc !important;
}
.re-audit-content[data-v-b9c172ae] .el-input__inner:-moz-placeholder,
.re-audit-content[data-v-b9c172ae] .el-input__inner::-moz-placeholder {
  color: #ccc !important;
}
.re-audit-content[data-v-b9c172ae] .el-input__inner:-ms-input-placeholder {
  color: #ccc !important;
}
