.pagination-wrap[data-v-78e40646] {
  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-78e40646] {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.pagination-wrap .page-list li[data-v-78e40646] {
  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-78e40646] {
  border-color: #2b99ff;
  background-color: #fff;
  color: #2b99ff;
}
.pagination-wrap .page-list li.disabled[data-v-78e40646] {
  background-color: #fff;
  cursor: not-allowed;
  color: #e2e2e2;
}
.pagination-wrap .page-list li.btn-next[data-v-78e40646],
.pagination-wrap .page-list li.btn-prev[data-v-78e40646] {
  width: 75px;
  height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}
.pagination-wrap .page-list li.btn-next[data-v-78e40646] {
  margin: 0;
}
.none[data-v-0fcb4c26] {
  display: none;
}
.base-font[data-v-0fcb4c26] {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm[data-v-0fcb4c26] {
  margin: 0;
  padding: 0;
}
.wh100[data-v-0fcb4c26] {
  width: 100%;
  height: 100%;
}
.clearfix[data-v-0fcb4c26]:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix[data-v-0fcb4c26] {
  zoom: 1;
}
.text-scale[data-v-0fcb4c26] {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover[data-v-0fcb4c26] {
  position: absolute;
  top: 0;
  right: 0;
}
.center[data-v-0fcb4c26] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct[data-v-0fcb4c26] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl[data-v-0fcb4c26] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green[data-v-0fcb4c26] {
  color: #3aa60d;
}
.text-red[data-v-0fcb4c26] {
  color: red;
}
.text-orange[data-v-0fcb4c26] {
  color: #f60;
}
.fdc[data-v-0fcb4c26] {
  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-0fcb4c26] {
  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-0fcb4c26] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-start[data-v-0fcb4c26],
.row[data-v-0fcb4c26] {
  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-0fcb4c26] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end[data-v-0fcb4c26] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around[data-v-0fcb4c26],
.row-end[data-v-0fcb4c26] {
  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-0fcb4c26] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column[data-v-0fcb4c26] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column-start[data-v-0fcb4c26],
.column[data-v-0fcb4c26] {
  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-0fcb4c26] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start[data-v-0fcb4c26] {
  -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-0fcb4c26],
.column-left-start[data-v-0fcb4c26] {
  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-0fcb4c26] {
  -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-0fcb4c26] {
  -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-0fcb4c26],
.row-between[data-v-0fcb4c26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between[data-v-0fcb4c26] {
  -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;
}
#multi-upload-container .info-form[data-v-0fcb4c26],
#single-upload-container .info-form[data-v-0fcb4c26],
#uploadlist-container .info-form[data-v-0fcb4c26] {
  padding: 40px 0 40px 35px;
  border-bottom: 1px solid #eee;
}
#multi-upload-container .info-form .info-item[data-v-0fcb4c26],
#single-upload-container .info-form .info-item[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item[data-v-0fcb4c26] {
  display: block;
  margin-bottom: 20px;
}
#multi-upload-container .info-form .info-item[data-v-0fcb4c26]:last-of-type,
#single-upload-container .info-form .info-item[data-v-0fcb4c26]:last-of-type,
#uploadlist-container .info-form .info-item[data-v-0fcb4c26]:last-of-type {
  margin-bottom: 0;
}
#multi-upload-container .info-form .info-item .info-item-title[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .info-item-title[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .info-item-title[data-v-0fcb4c26] {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
  height: 20px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
#multi-upload-container .info-form .info-item .upload-btn[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-btn[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-btn[data-v-0fcb4c26] {
  display: inline-block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2b99ff;
  color: #fff;
  border-radius: 2px;
}
#multi-upload-container .info-form .info-item .upload-btn .el-upload[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-btn .el-upload[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-btn .el-upload[data-v-0fcb4c26] {
  width: 100%;
  height: 100%;
}
#multi-upload-container .info-form .info-item .upload-btn .el-upload[data-v-0fcb4c26]:focus,
#single-upload-container .info-form .info-item .upload-btn .el-upload[data-v-0fcb4c26]:focus,
#uploadlist-container .info-form .info-item .upload-btn .el-upload[data-v-0fcb4c26]:focus {
  color: #fff;
}
#multi-upload-container .info-form .info-item .upload-finish[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-finish[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-finish[data-v-0fcb4c26] {
  display: inline-block;
  font-size: 14px;
}
#multi-upload-container .info-form .info-item .upload-finish .success[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-finish .success[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-finish .success[data-v-0fcb4c26] {
  color: #2b99ff;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
#multi-upload-container .info-form .info-item .upload-finish .success i[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-finish .success i[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-finish .success i[data-v-0fcb4c26] {
  font-size: 16px;
}
#multi-upload-container .info-form .info-item .upload-finish .reset[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-finish .reset[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-finish .reset[data-v-0fcb4c26] {
  padding-left: 15px;
  color: #333;
  cursor: pointer;
}
#multi-upload-container .info-form .info-item .upload-finish .reset[data-v-0fcb4c26]:hover,
#single-upload-container .info-form .info-item .upload-finish .reset[data-v-0fcb4c26]:hover,
#uploadlist-container .info-form .info-item .upload-finish .reset[data-v-0fcb4c26]:hover {
  color: #2b99ff;
}
#multi-upload-container .info-form .info-item .progress-outer[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .progress-outer[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .progress-outer[data-v-0fcb4c26] {
  position: relative;
  width: 570px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .progress-outer .progress-inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner[data-v-0fcb4c26] {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  width: 0;
  height: 40px;
  background-color: #fff;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner.upload-bg[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .progress-outer .progress-inner.upload-bg[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner.upload-bg[data-v-0fcb4c26] {
  background-color: #d7ecff !important;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner .el-input[data-v-0fcb4c26],
#multi-upload-container .info-form .info-item .progress-outer .progress-inner .el-input__inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .progress-outer .progress-inner .el-input[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .progress-outer .progress-inner .el-input__inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner .el-input[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner .el-input__inner[data-v-0fcb4c26] {
  background: transparent !important;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner .img[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .progress-outer .progress-inner .img[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner .img[data-v-0fcb4c26] {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 2px;
  vertical-align: sub;
  background-size: 100% 100%;
}
#multi-upload-container .info-form .info-item .text-red[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .text-red[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .text-red[data-v-0fcb4c26] {
  padding-left: 15px;
}
#multi-upload-container .info-form .info-item .title-input .el-input__prefix[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .title-input .el-input__prefix[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .title-input .el-input__prefix[data-v-0fcb4c26] {
  left: 0;
  width: 44px;
  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;
}
#multi-upload-container .info-form .info-item .upload-progress[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .upload-progress[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .upload-progress[data-v-0fcb4c26] {
  padding-left: 10px;
  font-size: 14px;
  color: #2b99ff;
  line-height: 20px;
}
#multi-upload-container .info-form .info-item .del-icon[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .del-icon[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .del-icon[data-v-0fcb4c26] {
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  margin-left: 215px;
  cursor: pointer;
}
#multi-upload-container .info-form .info-item .del-icon[data-v-0fcb4c26]:hover,
#single-upload-container .info-form .info-item .del-icon[data-v-0fcb4c26]:hover,
#uploadlist-container .info-form .info-item .del-icon[data-v-0fcb4c26]:hover {
  color: #2b99ff;
}
#multi-upload-container .info-form .info-item.info-description[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-description[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-description[data-v-0fcb4c26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#multi-upload-container .info-form .info-item.info-description .upload-progress[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-description .upload-progress[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-description .upload-progress[data-v-0fcb4c26] {
  color: #ccc;
  line-height: 39px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#multi-upload-container .info-form .info-item.info-description .info-item-title[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-description .info-item-title[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-description .info-item-title[data-v-0fcb4c26] {
  line-height: 39px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#multi-upload-container .info-form .info-item.info-description .el-textarea__inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-description .el-textarea__inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-description .el-textarea__inner[data-v-0fcb4c26] {
  height: 39px;
  padding: 8px 15px;
}
#multi-upload-container .info-form .info-item.info-single-select .jx-select .el-input__inner[data-v-0fcb4c26],
#multi-upload-container .info-form .info-item.info-single-select .jx-select[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-single-select .jx-select .el-input__inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-single-select .jx-select[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-single-select .jx-select .el-input__inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-single-select .jx-select[data-v-0fcb4c26] {
  width: 120px;
}
#multi-upload-container .info-form .info-item.info-single-select .link[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-single-select .link[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-single-select .link[data-v-0fcb4c26] {
  color: #2b99ff;
}
#multi-upload-container .info-form .info-item.info-title .el-input__inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-title .el-input__inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-title .el-input__inner[data-v-0fcb4c26] {
  padding-left: 40px;
}
#multi-upload-container .info-form .info-item.info-knowledge-tags[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-knowledge-tags[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-knowledge-tags[data-v-0fcb4c26] {
  margin-bottom: 0;
}
#multi-upload-container .info-form .info-item.info-knowledge-tags .knowledge-tag[data-v-0fcb4c26],
#single-upload-container .info-form .info-item.info-knowledge-tags .knowledge-tag[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item.info-knowledge-tags .knowledge-tag[data-v-0fcb4c26] {
  margin-bottom: 20px;
}
#multi-upload-container .info-form .info-item .error-border .el-input__inner[data-v-0fcb4c26],
#multi-upload-container .info-form .info-item .error-border .el-textarea__inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .error-border .el-input__inner[data-v-0fcb4c26],
#single-upload-container .info-form .info-item .error-border .el-textarea__inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .error-border .el-input__inner[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item .error-border .el-textarea__inner[data-v-0fcb4c26] {
  border-color: red !important;
}
#multi-upload-container .info-form .info-item-group[data-v-0fcb4c26],
#single-upload-container .info-form .info-item-group[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item-group[data-v-0fcb4c26] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#multi-upload-container .info-form .info-item-group .info-item[data-v-0fcb4c26],
#single-upload-container .info-form .info-item-group .info-item[data-v-0fcb4c26],
#uploadlist-container .info-form .info-item-group .info-item[data-v-0fcb4c26] {
  margin-bottom: 0;
  margin-left: 30px;
}
#multi-upload-container .info-form .info-item-group .info-item[data-v-0fcb4c26]:first-of-type,
#single-upload-container .info-form .info-item-group .info-item[data-v-0fcb4c26]:first-of-type,
#uploadlist-container .info-form .info-item-group .info-item[data-v-0fcb4c26]:first-of-type {
  margin-left: 0;
}
#multi-upload-container .submit-form[data-v-0fcb4c26],
#single-upload-container .submit-form[data-v-0fcb4c26],
#uploadlist-container .submit-form[data-v-0fcb4c26] {
  padding: 20px 0;
}
#multi-upload-container .submit-form .jx-button[data-v-0fcb4c26],
#single-upload-container .submit-form .jx-button[data-v-0fcb4c26],
#uploadlist-container .submit-form .jx-button[data-v-0fcb4c26] {
  float: left;
  margin-left: 250px;
  width: 140px;
}
#multi-upload-container .submit-form .jx-button span[data-v-0fcb4c26],
#single-upload-container .submit-form .jx-button span[data-v-0fcb4c26],
#uploadlist-container .submit-form .jx-button span[data-v-0fcb4c26] {
  font-size: 16px;
  color: #fff;
}
#multi-upload-container .submit-form .error-message[data-v-0fcb4c26],
#single-upload-container .submit-form .error-message[data-v-0fcb4c26],
#uploadlist-container .submit-form .error-message[data-v-0fcb4c26] {
  float: left;
  height: 40px;
  line-height: 18px;
  margin-left: 20px;
  color: #e6321a;
  padding: 10px 8px;
  background-color: rgba(230, 50, 26, 0.1);
  border: 1px solid #e6321a;
}
#multi-upload-container .submit-form .error-message i[data-v-0fcb4c26],
#multi-upload-container .submit-form .error-message span[data-v-0fcb4c26],
#single-upload-container .submit-form .error-message i[data-v-0fcb4c26],
#single-upload-container .submit-form .error-message span[data-v-0fcb4c26],
#uploadlist-container .submit-form .error-message i[data-v-0fcb4c26],
#uploadlist-container .submit-form .error-message span[data-v-0fcb4c26] {
  vertical-align: middle;
}
#multi-upload-container .submit-form .error-message i[data-v-0fcb4c26],
#single-upload-container .submit-form .error-message i[data-v-0fcb4c26],
#uploadlist-container .submit-form .error-message i[data-v-0fcb4c26] {
  padding-right: 3px;
}
#multi-upload-container .may-select[data-v-0fcb4c26],
#single-upload-container .may-select[data-v-0fcb4c26],
#uploadlist-container .may-select[data-v-0fcb4c26] {
  color: #ccc;
  padding-left: 10px;
}
#multi-upload-container .knowledge-tag[data-v-0fcb4c26],
#single-upload-container .knowledge-tag[data-v-0fcb4c26],
#uploadlist-container .knowledge-tag[data-v-0fcb4c26] {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
#multi-upload-container .knowledge-tag .knowledge-tag-close[data-v-0fcb4c26],
#single-upload-container .knowledge-tag .knowledge-tag-close[data-v-0fcb4c26],
#uploadlist-container .knowledge-tag .knowledge-tag-close[data-v-0fcb4c26] {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 13px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
#multi-upload-container .knowledge-tag .knowledge-tag-close[data-v-0fcb4c26]:hover,
#single-upload-container .knowledge-tag .knowledge-tag-close[data-v-0fcb4c26]:hover,
#uploadlist-container .knowledge-tag .knowledge-tag-close[data-v-0fcb4c26]:hover {
  background-color: rgba(230, 50, 26, 0.6);
}
#multi-upload-container .knowledge-tag[data-v-0fcb4c26]:last-of-type,
#single-upload-container .knowledge-tag[data-v-0fcb4c26]:last-of-type,
#uploadlist-container .knowledge-tag[data-v-0fcb4c26]:last-of-type {
  margin-right: 0;
}
#multi-upload-container .knowledge-tag.add-tag[data-v-0fcb4c26],
#single-upload-container .knowledge-tag.add-tag[data-v-0fcb4c26],
#uploadlist-container .knowledge-tag.add-tag[data-v-0fcb4c26] {
  cursor: pointer;
  background: #f2f2f2;
}
#multi-upload-container .knowledge-tag.add-tag .knowledge-tag-close[data-v-0fcb4c26],
#single-upload-container .knowledge-tag.add-tag .knowledge-tag-close[data-v-0fcb4c26],
#uploadlist-container .knowledge-tag.add-tag .knowledge-tag-close[data-v-0fcb4c26] {
  height: 0;
  display: none;
  overflow: hidden;
}
#multi-upload-container .knowledge-tag.error-border[data-v-0fcb4c26],
#single-upload-container .knowledge-tag.error-border[data-v-0fcb4c26],
#uploadlist-container .knowledge-tag.error-border[data-v-0fcb4c26] {
  border-color: #e6321a !important;
}
#multi-upload-container .dialog-knowledge-tag[data-v-0fcb4c26],
#single-upload-container .dialog-knowledge-tag[data-v-0fcb4c26],
#uploadlist-container .dialog-knowledge-tag[data-v-0fcb4c26] {
  margin: 0 16px 15px 0;
}
#multi-upload-container .knowledge-dialg .el-dialog__header[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__header[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__header[data-v-0fcb4c26] {
  padding: 17px 20px;
  border: 1px solid #eee;
  text-align: left;
}
#multi-upload-container .knowledge-dialg .el-dialog__header .el-dialog__title[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__header .el-dialog__title[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__header .el-dialog__title[data-v-0fcb4c26] {
  font-size: 16px;
  color: #333;
}
#multi-upload-container .knowledge-dialg .el-dialog__body[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__body[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__body[data-v-0fcb4c26] {
  padding: 0 20px;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__body .content[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__body .content[data-v-0fcb4c26] {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content .content-item[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__body .content .content-item[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__body .content .content-item[data-v-0fcb4c26] {
  float: left;
  width: 50%;
  height: 100%;
  overflow-y: auto;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content .right[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__body .content .right[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__body .content .right[data-v-0fcb4c26] {
  padding: 0 10px 0 20px;
  border-left: 1px solid #eee;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content .right .seleted-knowledge[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__body .content .right .seleted-knowledge[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__body .content .right .seleted-knowledge[data-v-0fcb4c26] {
  font-size: 12px;
  color: #666;
  margin: 19px 0 15px 0;
}
#multi-upload-container .knowledge-dialg .el-dialog__footer[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__footer[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__footer[data-v-0fcb4c26] {
  padding: 12px;
  border-top: 1px solid #eee;
}
#multi-upload-container .knowledge-dialg .el-dialog__footer .el-button[data-v-0fcb4c26],
#single-upload-container .knowledge-dialg .el-dialog__footer .el-button[data-v-0fcb4c26],
#uploadlist-container .knowledge-dialg .el-dialog__footer .el-button[data-v-0fcb4c26] {
  width: 120px;
  height: 40px;
  background: #2b99ff;
  border-color: #2b99ff;
  font-size: 16px;
  border-radius: 2px;
}
.reUploadFile[data-v-0fcb4c26] {
  float: right;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  background-color: #2b99ff;
  color: #fff;
  text-align: center;
  margin-right: 30px;
  margin-top: 2px;
}
.reUploadFile .el-upload[data-v-0fcb4c26]:focus {
  color: #fff;
}
.help-center-page[data-v-0fcb4c26] {
  background-color: #f5f5f5;
}
.help-center-page .page-list[data-v-0fcb4c26] {
  float: right;
  width: 950px;
  padding: 30px 40px;
  background-color: #fff;
}
.help-center-page .page-list .list-top[data-v-0fcb4c26] {
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.help-center-page .page-list .list-top .list-top-tit[data-v-0fcb4c26] {
  float: left;
  font-size: 16px;
  color: #3d3d3d;
}
.help-center-page .page-list .list-top .list-top-total[data-v-0fcb4c26] {
  float: right;
  font-size: 14px;
  color: #999;
}
.help-center-page .page-list .list-content .list-item[data-v-0fcb4c26] {
  position: relative;
  float: left;
  width: 270px;
  height: 170px;
  border-radius: 8px;
  margin-right: 30px;
  background-color: #d9d9d9;
  margin-bottom: 30px;
  overflow: hidden;
}
.help-center-page .page-list .list-content .list-item[data-v-0fcb4c26]:nth-child(3n) {
  margin-right: 0;
}
.help-center-page .page-list .list-content .list-item .list-item-img[data-v-0fcb4c26] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  -o-object-fit: cover;
  object-fit: cover;
}
.help-center-page .page-list .list-content .list-item .list-item-bot[data-v-0fcb4c26] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding: 0 12px;
  background-color: #f6f6f6;
}
.help-center-page .page-list .list-content .list-item .list-item-bot .list-item-tit[data-v-0fcb4c26] {
  max-width: 100%;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.help-center-page .page-list .list-content .list-item .list-item-bot .list-item-read[data-v-0fcb4c26] {
  font-weight: 300;
  color: #89969f;
  text-align: right;
  font-size: 12px;
  margin-top: 4px;
}
.help-center-page .page-list .page-wrap[data-v-0fcb4c26] {
  width: 100%;
  margin: 10px auto 0;
  border-radius: 6px;
  padding: 16px 0;
}
