.blockscope[data-v-33db147f] {
  margin-top: 15px;
}
@charset "UTF-8";
/* 改变主题色变量 */
html[data-v-06f2f500] {
  --color-primary: #1E69FA;
  --color-primary-light: #e9f0ff;
  --color-gradient: linear-gradient(90deg, #2a73ff, #724fff);
  --color-assist: #7a70fd;
  --container-color-tab-selected: #d9e1fc;
  --border-color-secondary: rgba(63, 113, 246, 50%);
  --container-card-blue-light3-gradient: linear-gradient(90deg, #f0f3ff 0%, #e1e8ff 100%);
}

/* 输入框全局样式 */
[data-v-06f2f500] .el-input__inner {
  height: 32px;
  padding: 12px 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
[data-v-06f2f500] .el-input__inner:hover {
  border-color: var(--color-primary);
}
[data-v-06f2f500] .el-input__inner:focus {
  border-color: var(--color-primary);
}
[data-v-06f2f500] .el-input__inner[disabled] {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #ccc;
  cursor: not-allowed;
}
[data-v-06f2f500] .el-input__inner::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-06f2f500] .el-input__inner::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-06f2f500] .el-input__inner:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-06f2f500] .el-input__inner::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-06f2f500] .el-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* 表格 Table
-------------------------- */
/* Tab
-------------------------- */
/* Dialog
-------------------------- */
[data-v-06f2f500] .el-pagination.is-background .el-pager li {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-06f2f500] .el-pagination.is-background .btn-next,[data-v-06f2f500] .el-pagination.is-background .btn-prev {
  background-color: #fff;
  border: none;
}
[data-v-06f2f500] .el-pagination.is-background.el-pagination--small .btn-next,[data-v-06f2f500] .el-pagination.is-background.el-pagination--small .btn-prev,[data-v-06f2f500] .el-pagination.is-background.el-pagination--small .el-pager li {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
[data-v-06f2f500] .el-pagination.is-background.el-pagination--small .el-select .el-input .el-input__inner {
  height: 26px;
  font-size: 14px;
}
[data-v-06f2f500] .el-table {
  border-radius: 12px;
}
[data-v-06f2f500] .el-table th {
  background-color: #f6f7fb;
  padding: 12px 0 10px 0;
}
[data-v-06f2f500] .el-table__header th:first-child,[data-v-06f2f500] .el-table tbody tr td:first-child {
  padding-left: 12px;
}
[data-v-06f2f500] .el-table__header th:last-child,[data-v-06f2f500] .el-table tbody tr td:nth-last-child(1) {
  padding-right: 12px;
}
[data-v-06f2f500] .el-table .el-button {
  padding: 2px 0 2px 5px;
  font-weight: 600;
}
[data-v-06f2f500] .el-table tbody tr {
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-06f2f500] .el-tabs__item {
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
}
[data-v-06f2f500] .el-tabs__active-bar,[data-v-06f2f500] .el-tabs__item.is-active::after {
  height: 3px;
  border-radius: 1.5px;
}
[data-v-06f2f500] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-06f2f500] .el-tabs__header {
  margin: 0 0 16px;
}
[data-v-06f2f500] .first-tabs .el-tabs__item {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
[data-v-06f2f500] .first-tabs .el-tabs__active-bar,[data-v-06f2f500] .first-tabs .el-tabs__item.is-active::after {
  display: none;
}
[data-v-06f2f500] .first-tabs .el-tabs__item.is-active {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-06f2f500] .first-tabs .el-tabs__nav-wrap::after {
  display: block;
  height: 1px;
  color: rgba(0, 0, 0, 0.06);
}
[data-v-06f2f500] .first-tabs .el-tabs__header {
  margin: 0 0 8px;
}
[data-v-06f2f500] .el-divider--horizontal {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
[data-v-06f2f500] .el-divider--vertical {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: inherit;
}
[data-v-06f2f500] .el-link.el-link--primary {
  color: var(--color-primary);
}
[data-v-06f2f500] .el-link.el-link--info {
  color: rgba(0, 0, 0, 0.6);
}
[data-v-06f2f500] .el-tag--small {
  border-radius: 6px;
}
[data-v-06f2f500] .el-tag--mini {
  border-radius: 4px;
}
[data-v-06f2f500] .el-tag-special {
  border-top-left-radius: 0;
}
[data-v-06f2f500] .el-tag.el-tag--info {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
[data-v-06f2f500] .el-popper {
  padding: 4px 0;
}
[data-v-06f2f500] .el-popper .el-dropdown-menu__item {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-06f2f500] .el-popper .deleted {
  color: #f24b55;
}
[data-v-06f2f500] .el-dropdown-menu .popper__arrow {
  display: none;
}
[data-v-06f2f500] .el-range-editor--mini.el-input__inner {
  height: 24px;
}
[data-v-06f2f500] .el-date-editor .el-range-input {
  background: transparent;
}
[data-v-06f2f500] .el-input--prefix .el-input__inner {
  padding-left: 30px;
}
[data-v-06f2f500] .el-input--prefix .el-input__inner {
  padding-right: 30px;
}
[data-v-06f2f500] .el-date-picker, .el-picker-panel[data-v-06f2f500] {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
[data-v-06f2f500] .el-range-editor--mini {
  border-radius: 4px;
}
[data-v-06f2f500] .el-range-editor--small {
  border-radius: 6px;
}
[data-v-06f2f500] .el-range-editor--large {
  border-radius: 8px;
}
[data-v-06f2f500] .el-popover {
  padding: 12px;
}
[data-v-06f2f500] .el-popover .el-popconfirm__main {
  margin: 10px 0;
}
[data-v-06f2f500] .el-popover .popper__arrow {
  display: none;
}
[data-v-06f2f500] .el-dialog {
  border-radius: 12px;
  font-weight: 600;
}
[data-v-06f2f500] .el-dialog__header {
  padding-bottom: 16px;
}
[data-v-06f2f500] .el-dialog__body {
  overflow: auto;
  padding-top: 0;
  padding-bottom: 24px;
}
[data-v-06f2f500] .el-page-header {
  padding: 16px;
}
.header-div-css[data-v-06f2f500] {
  margin: 0 36px;
}
.header-search-position-css[data-v-06f2f500] {
  width: 470px;
  padding-left: 8px;
  border: none;
  margin-top: 24px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 100px;
}
[data-v-06f2f500] .header-div-css .el-dropdown {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #999999;
  line-height: 14px;
  margin-left: 16px;
}
.my-material-font-css[data-v-06f2f500] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 14px;
  margin-bottom: 16px;
}
#tag-select[data-v-06f2f500] {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yesFontCss[data-v-06f2f500] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 0px;
  margin-right: 15px;
  width: 36px;
  height: 7px;
  background: linear-gradient(89deg, var(--color-primary) 0%, rgba(15, 215, 179, 0) 100%);
  background-position-y: bottom;
  cursor: pointer;
}
.noFontCss[data-v-06f2f500] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 0px;
  margin-right: 15px;
  cursor: pointer;
}
.body-created-fenzu-css[data-v-06f2f500] {
  width: 88px;
  height: 32px;
  background: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 32px;
  margin-right: 12px;
  border: none;
  cursor: pointer;
}
.body-upload-content-css[data-v-06f2f500] {
  width: 88px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #262626;
  border: none;
  line-height: 16px;
  cursor: pointer;
}
.body-tag-overflow-css[data-v-06f2f500] {
  width: 936px;
  height: 28px;
  margin-right: 36px;
  line-height: 30px;
  white-space: nowrap;
  overflow-x: auto;
}
[data-v-06f2f500] .body-tag-overflow-css::-webkit-scrollbar {
  display: none;
}
.body-biaoqian-title-css[data-v-06f2f500] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
}
.body-selected-tag-css[data-v-06f2f500] {
  height: 20px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
}
.body-no-selected-tag-css[data-v-06f2f500] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
}
.card-container[data-v-06f2f500] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
  padding-bottom: 56px;
}
.doucument-div-css[data-v-06f2f500] {
  width: 221px;
  height: 176px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.document-img-css[data-v-06f2f500] {
  width: 221px;
  height: 119px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
  border-radius: 16px 16px 0px 0px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.document-bottom-div-css[data-v-06f2f500] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
  overflow: hidden;
  width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}
.document-bottom-time-css[data-v-06f2f500] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #cccccc;
  line-height: 14px;
}
.project-num-font-css[data-v-06f2f500] {
  min-width: 65px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  margin-top: 8px;
  margin-left: 148px;
  position: absolute;
  height: 20px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}
.project-time-font-css[data-v-06f2f500] {
  min-width: 35px;
  width: auto;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  position: absolute;
  opacity: 0.8;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin-top: 8px;
  margin-left: 178px;
}
#footer[data-v-06f2f500] {
  position: fixed; /* 使元素相对于视口固定 */
  bottom: 0; /* 距离底部0像素 */
  left: 220px; /* 距离左边36像素 */
  right: 16px; /* 距离右边36像素 */
  background: #ffffff; /* 背景颜色仅为了更明显地展示位置 */
}
.footer-div-css[data-v-06f2f500] {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 56px;
  border-radius: 12px 12px 0px 0px;
  -webkit-box-shadow: 0px 1px 0px 0px #eeeeee inset;
          box-shadow: 0px 1px 0px 0px #eeeeee inset;
}
.bottom-num-css[data-v-06f2f500] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin-right: 12px;
}
.bottom-cancel-but-css[data-v-06f2f500] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin-right: 32px;
}
.bottom-del-but-css[data-v-06f2f500] {
  width: 60px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #ef314a;
  line-height: 32px;
  border: none;
  cursor: pointer;
  margin-right: 16px;
}
.bottom-download-but-css[data-v-06f2f500] {
  width: 60px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 32px;
  border: none;
  cursor: pointer;
  margin-right: 16px;
}
.bottom-move-but-css[data-v-06f2f500] {
  border: none;
  cursor: pointer;
  width: 88px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 32px;
  margin-right: 16px;
}
.dialog-footer[data-v-06f2f500] {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.img-in-tag-css[data-v-06f2f500] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 6px;
  margin-right: 16px;
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 100px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 13px;
}
[data-v-06f2f500] .tagEditCSS .el-input__inner {
  width: 430px;
  background: #f5f5f5;
  border-radius: 12px;
}
.dialog-tag-edit-css[data-v-06f2f500] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 19px;
}
.dialog-input-edit-font-css[data-v-06f2f500] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 12px;
}
