@charset "UTF-8";
/* 改变主题色变量 */
html[data-v-a2072fb8] {
  --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-a2072fb8] .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-a2072fb8] .el-input__inner:hover {
  border-color: var(--color-primary);
}
[data-v-a2072fb8] .el-input__inner:focus {
  border-color: var(--color-primary);
}
[data-v-a2072fb8] .el-input__inner[disabled] {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #ccc;
  cursor: not-allowed;
}
[data-v-a2072fb8] .el-input__inner::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-a2072fb8] .el-input__inner::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-a2072fb8] .el-input__inner:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-a2072fb8] .el-input__inner::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-a2072fb8] .el-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* 表格 Table
-------------------------- */
/* Tab
-------------------------- */
/* Dialog
-------------------------- */
[data-v-a2072fb8] .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-a2072fb8] .el-pagination.is-background .btn-next,[data-v-a2072fb8] .el-pagination.is-background .btn-prev {
  background-color: #fff;
  border: none;
}
[data-v-a2072fb8] .el-pagination.is-background.el-pagination--small .btn-next,[data-v-a2072fb8] .el-pagination.is-background.el-pagination--small .btn-prev,[data-v-a2072fb8] .el-pagination.is-background.el-pagination--small .el-pager li {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
[data-v-a2072fb8] .el-pagination.is-background.el-pagination--small .el-select .el-input .el-input__inner {
  height: 26px;
  font-size: 14px;
}
[data-v-a2072fb8] .el-table {
  border-radius: 12px;
}
[data-v-a2072fb8] .el-table th {
  background-color: #f6f7fb;
  padding: 12px 0 10px 0;
}
[data-v-a2072fb8] .el-table__header th:first-child,[data-v-a2072fb8] .el-table tbody tr td:first-child {
  padding-left: 12px;
}
[data-v-a2072fb8] .el-table__header th:last-child,[data-v-a2072fb8] .el-table tbody tr td:nth-last-child(1) {
  padding-right: 12px;
}
[data-v-a2072fb8] .el-table .el-button {
  padding: 2px 0 2px 5px;
  font-weight: 600;
}
[data-v-a2072fb8] .el-table tbody tr {
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-a2072fb8] .el-tabs__item {
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
}
[data-v-a2072fb8] .el-tabs__active-bar,[data-v-a2072fb8] .el-tabs__item.is-active::after {
  height: 3px;
  border-radius: 1.5px;
}
[data-v-a2072fb8] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-a2072fb8] .el-tabs__header {
  margin: 0 0 16px;
}
[data-v-a2072fb8] .first-tabs .el-tabs__item {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
[data-v-a2072fb8] .first-tabs .el-tabs__active-bar,[data-v-a2072fb8] .first-tabs .el-tabs__item.is-active::after {
  display: none;
}
[data-v-a2072fb8] .first-tabs .el-tabs__item.is-active {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-a2072fb8] .first-tabs .el-tabs__nav-wrap::after {
  display: block;
  height: 1px;
  color: rgba(0, 0, 0, 0.06);
}
[data-v-a2072fb8] .first-tabs .el-tabs__header {
  margin: 0 0 8px;
}
[data-v-a2072fb8] .el-divider--horizontal {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
[data-v-a2072fb8] .el-divider--vertical {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: inherit;
}
[data-v-a2072fb8] .el-link.el-link--primary {
  color: var(--color-primary);
}
[data-v-a2072fb8] .el-link.el-link--info {
  color: rgba(0, 0, 0, 0.6);
}
[data-v-a2072fb8] .el-tag--small {
  border-radius: 6px;
}
[data-v-a2072fb8] .el-tag--mini {
  border-radius: 4px;
}
[data-v-a2072fb8] .el-tag-special {
  border-top-left-radius: 0;
}
[data-v-a2072fb8] .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-a2072fb8] .el-popper {
  padding: 4px 0;
}
[data-v-a2072fb8] .el-popper .el-dropdown-menu__item {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-a2072fb8] .el-popper .deleted {
  color: #f24b55;
}
[data-v-a2072fb8] .el-dropdown-menu .popper__arrow {
  display: none;
}
[data-v-a2072fb8] .el-range-editor--mini.el-input__inner {
  height: 24px;
}
[data-v-a2072fb8] .el-date-editor .el-range-input {
  background: transparent;
}
[data-v-a2072fb8] .el-input--prefix .el-input__inner {
  padding-left: 30px;
}
[data-v-a2072fb8] .el-input--prefix .el-input__inner {
  padding-right: 30px;
}
[data-v-a2072fb8] .el-date-picker, .el-picker-panel[data-v-a2072fb8] {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
[data-v-a2072fb8] .el-range-editor--mini {
  border-radius: 4px;
}
[data-v-a2072fb8] .el-range-editor--small {
  border-radius: 6px;
}
[data-v-a2072fb8] .el-range-editor--large {
  border-radius: 8px;
}
[data-v-a2072fb8] .el-popover {
  padding: 12px;
}
[data-v-a2072fb8] .el-popover .el-popconfirm__main {
  margin: 10px 0;
}
[data-v-a2072fb8] .el-popover .popper__arrow {
  display: none;
}
[data-v-a2072fb8] .el-dialog {
  border-radius: 12px;
  font-weight: 600;
}
[data-v-a2072fb8] .el-dialog__header {
  padding-bottom: 16px;
}
[data-v-a2072fb8] .el-dialog__body {
  overflow: auto;
  padding-top: 0;
  padding-bottom: 24px;
}
[data-v-a2072fb8] .el-page-header {
  padding: 16px;
}
.zhong[data-v-a2072fb8] {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tag-select[data-v-a2072fb8] {
  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-a2072fb8] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 0px;
  margin-right: 15px;
  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-a2072fb8] {
  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-tag-overflow-css[data-v-a2072fb8] {
  width: 936px;
  height: 28px;
  margin-right: 36px;
  line-height: 30px;
  white-space: nowrap;
  overflow-x: auto;
}
[data-v-a2072fb8] .body-tag-overflow-css::-webkit-scrollbar {
  display: none;
}
.body-biaoqian-title-css[data-v-a2072fb8] {
  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-a2072fb8] {
  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-a2072fb8] {
  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-a2072fb8] {
  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: 16px;
}
.doucument-div-css[data-v-a2072fb8] {
  width: 172px;
  height: 152px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.document-img-css[data-v-a2072fb8] {
  width: 172px;
  height: 97px;
  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-a2072fb8] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
  overflow: hidden;
  width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}
.document-bottom-time-css[data-v-a2072fb8] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #cccccc;
  line-height: 14px;
}
.project-num-font-css[data-v-a2072fb8] {
  min-width: 65px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  margin-top: 6px;
  margin-left: 100px;
  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-a2072fb8] {
  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: 6px;
  margin-left: 125px;
}
.img-in-tag-css[data-v-a2072fb8] {
  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: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 80px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 13px;
}
[data-v-a2072fb8] .el-dialog__footer {
  padding: 10px 30px 20px 20px;
}
[data-v-a2072fb8] .el-dialog__body {
  height: 400px;
  overflow: auto;
  padding: 8px 10px 5px 24px;
}
.bottom-cancel-but-css[data-v-a2072fb8] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin-left: 20px;
}
.zhong[data-v-88f6c590] {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tag-select[data-v-88f6c590] {
  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-88f6c590] {
  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, #0fd7b3 0%, rgba(15, 215, 179, 0) 100%);
  background-position-y: bottom;
  cursor: pointer;
}
.noFontCss[data-v-88f6c590] {
  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-tag-overflow-css[data-v-88f6c590] {
  width: 936px;
  height: 28px;
  margin-right: 36px;
  line-height: 30px;
  white-space: nowrap;
  overflow-x: auto;
}
[data-v-88f6c590] .body-tag-overflow-css::-webkit-scrollbar {
  display: none;
}
.body-biaoqian-title-css[data-v-88f6c590] {
  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-88f6c590] {
  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-88f6c590] {
  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-88f6c590] {
  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: 16px;
}
.doucument-div-css[data-v-88f6c590] {
  width: 172px;
  height: 152px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.document-img-css[data-v-88f6c590] {
  width: 172px;
  height: 97px;
  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;
}
.document-bottom-div-css[data-v-88f6c590] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
  overflow: hidden;
  width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}
.document-bottom-time-css[data-v-88f6c590] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #cccccc;
  line-height: 14px;
}
.project-num-font-css[data-v-88f6c590] {
  min-width: 65px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  margin-top: 6px;
  margin-left: 100px;
  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-88f6c590] {
  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: 6px;
  margin-left: 125px;
}
.img-in-tag-css[data-v-88f6c590] {
  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: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 80px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 13px;
}
[data-v-88f6c590] .el-dialog__footer {
  padding: 10px 30px 20px 20px;
}
[data-v-88f6c590] .el-dialog__body {
  height: 400px;
  overflow: auto;
  padding: 8px 10px 5px 24px;
}
.bottom-cancel-but-css[data-v-88f6c590] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin-left: 20px;
}
.main-div[data-v-a857b7bc] {
  padding: 12px 16px;
  background-color: #242426;
  width: 208px;
  height: 100%;
}
[data-v-a857b7bc] .el-input-number.is-controls-right .el-input__inner {
  padding-left: 10px;
  padding-right: 5px;
  color: #fff;
  text-align: left;
}
#top-but[data-v-a857b7bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#top-but p[data-v-a857b7bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: PingFang SC;
  line-height: 22px;
  cursor: pointer;
}
#top-but img[data-v-a857b7bc] {
  position: absolute;
  right: 0px;
  color: #868e9c;
  cursor: pointer;
}
#top-line[data-v-a857b7bc] {
  margin-top: 10px;
}
#top-line p[data-v-a857b7bc] {
  width: 30px;
  height: 2px;
  background: #3afff3;
}
#top-line .hr[data-v-a857b7bc] {
  margin-top: 0px;
  border: 1px solid #303033;
}
.body-top-css[data-v-a857b7bc] {
  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: 12px;
}
.body-top-css .font-css[data-v-a857b7bc] {
  color: #a1a1aa;
  font-weight: 400;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
}
.body-top-css .but-css[data-v-a857b7bc] {
  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;
  padding: 2px 10px;
  height: 24px;
  color: #c9ced4;
  font-weight: 400;
  font-size: 12px;
  background: #303033;
  border-radius: 10px;
  cursor: pointer;
}
.body-two-div-css[data-v-a857b7bc] {
  position: relative;
  padding-left: 12px;
  border-radius: 2px;
  background: #303033;
  width: 200px;
  height: 32px;
  margin-top: 12px;
  line-height: 32px;
  cursor: pointer;
  color: #ffffff;
}
.body-two-svg-css[data-v-a857b7bc] {
  position: absolute;
  margin-top: -18px;
  margin-left: 196px;
}
[data-v-a857b7bc] .el-color-picker__trigger {
  width: 30px;
  height: 30px;
}
.select-div-css[data-v-a857b7bc] {
  width: 100%;
  height: auto;
  background-color: #000000;
  color: #ffffff;
  margin-top: 6px;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  z-index: 999;
}
.select-div-css[data-v-a857b7bc] :hover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #999999;
  cursor: pointer;
}
.jisuan-css[data-v-a857b7bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jisuan-css .plus-css[data-v-a857b7bc] {
  width: 30px;
  text-align: center;
  background: #505157;
  border-radius: 2px 0 0 2px;
  height: 30px;
  cursor: pointer;
}
.jisuan-css .plus-css svg[data-v-a857b7bc] {
  padding-top: 15px;
}
.jisuan-css input[data-v-a857b7bc] {
  width: 40px !important;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #303033;
  border: none;
}
.jisuan-css .jian-css[data-v-a857b7bc] {
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: #505157;
  border-radius: 0 2px 2px 0;
  height: 32px;
  cursor: pointer;
}
.jisuan-css .jian-css svg[data-v-a857b7bc] {
  padding-top: 10px;
}
.font-style-div-css[data-v-a857b7bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.font-style-div-css svg[data-v-a857b7bc] {
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  padding: 8px 16px;
  background-color: transparent;
}
.font-style-div-css[data-v-a857b7bc] :hover {
  background-color: #505157;
  text-align: center;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}
.font-position-div-css[data-v-a857b7bc] {
  margin-top: 20px;
}
.font-position-div-css p[data-v-a857b7bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34px;
  margin-bottom: 12px;
  color: var(--text-2, #a1a1aa);
  font-weight: 400;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
}
.font-position-div-css input[data-v-a857b7bc] {
  width: 41px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  border: 0;
  border-radius: 2px;
  margin-left: 8px;
  padding-left: 6px;
  color: #ffffff;
  padding-right: 25px;
  position: relative;
}
.font-position-div-css .el-icon-caret-top[data-v-a857b7bc] {
  position: absolute;
  margin-top: 0px;
  margin-left: -23px;
  font-size: 20px;
  cursor: pointer;
}
.font-position-div-css .el-icon-caret-bottom[data-v-a857b7bc] {
  cursor: pointer;
  position: absolute;
  margin-top: 12px;
  margin-left: -23px;
  font-size: 20px;
}
.font-duiqi-css[data-v-a857b7bc] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.font-duiqi-css svg[data-v-a857b7bc] {
  width: 20px;
  height: 20px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
.font-duiqi-css[data-v-a857b7bc] :hover {
  padding: 5px;
  background-color: #505157;
  border-radius: 4px;
}
.content_box[data-v-a857b7bc] {
  max-height: calc(100vh - 444px);
  overflow-y: scroll;
}
.content-have-data-css[data-v-a857b7bc] {
  min-height: 70px;
  background-color: #303033;
  width: 208px;
  margin-top: 10px;
  position: relative;
}
.content-have-data-css svg[data-v-a857b7bc] {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #fff;
}
.content-have-data-css .item[data-v-a857b7bc] {
  position: absolute;
  right: 45px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.content-have-data-css p[data-v-a857b7bc] {
  color: #868e9c;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 16px;
}
.content-have-data-css textarea[data-v-a857b7bc] {
  padding: 3px 8px 3px 8px;
  width: 160px;
  resize: none;
  min-height: 32px;
  line-height: 1.5715;
  height: auto;
  color: #868e9c;
  font-size: 14px;
  font-family: Inter;
  line-height: 17px;
  background: #242426;
  border-radius: 4px;
  border: none;
  background-color: #464649;
  margin-left: 16px;
}
[data-v-a857b7bc] ::-webkit-scrollbar {
  width: 0px;
}
.row-css[data-v-02b91fd0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.img-delete-css[data-v-02b91fd0] {
  margin: -350px 0 0 145px;
  width: 20px;
  cursor: pointer;
}
.header-font-title[data-v-02b91fd0] {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 22px;
}
.header-little-font[data-v-02b91fd0] {
  margin: 2px 0 4px 0;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
}
.header-little1-font[data-v-02b91fd0] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #cccccc;
  line-height: 14px;
}
.header-but-css[data-v-02b91fd0] {
  width: 144px;
  height: 36px;
  background: #0fd7b3;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 10px;
  margin-left: 44px;
  margin-right: 36px;
}
.hr-css[data-v-02b91fd0] {
  width: 98%;
  height: 0px;
  border: 1px solid #f5f5f5;
  margin-top: 12px;
}
.left-css[data-v-02b91fd0] {
  width: 828px;
}
.left-title-css[data-v-02b91fd0] {
  margin: 32px 0 20px 32px;
  width: 250px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 2px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#d2efea), to(rgba(210, 239, 234, 0)));
  background: linear-gradient(90deg, #d2efea 0%, rgba(210, 239, 234, 0) 100%);
}
.left-top-t-css[data-v-02b91fd0] {
  width: 13px;
  height: 13px;
  border: 2px solid #0d0d0d;
  margin-right: 6px;
}
.left-top-pt-css[data-v-02b91fd0] {
  font-size: 11px;
  text-align: center;
  line-height: 15.5px;
  font-weight: 550;
}
.left-top-div-css[data-v-02b91fd0] {
  width: 794px;
  height: 167px;
  background: #ffffff;
  border: 0.5px solid #f4f5fa;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(181, 188, 194, 0.12);
          box-shadow: 0px 4px 12px 0px rgba(181, 188, 194, 0.12);
  margin: 35px 0 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.left-top-one-css[data-v-02b91fd0] {
  width: 248px;
  height: 85px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 18px;
  margin-top: 8px;
}
[data-v-02b91fd0] .left-top-one-css {
  overflow-y: auto;
}
[data-v-02b91fd0] .left-top-one-css::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
[data-v-02b91fd0] .left-top-one-css::-webkit-scrollbar-track {
  background-color: #ccc;
}
.left-flex-center[data-v-02b91fd0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-img-css[data-v-02b91fd0] {
  width: 80px;
  height: 100px;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 15px;
}
.div-hr-css[data-v-02b91fd0] {
  width: 0px;
  height: 89px;
  border: 0.5px solid #f4f4f4;
  margin-left: 20px;
  margin-top: 39px;
}
.left-top-but-css[data-v-02b91fd0] {
  margin: -10px 0 0 20px;
  border-style: none;
  width: 128px;
  height: 36px;
  background: #effcfa;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #0bb899;
  line-height: 16px;
  cursor: pointer;
}
.left-upload-font-css[data-v-02b91fd0] {
  padding: 0 0 0 49px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #999999;
}
[data-v-02b91fd0] .el-upload-list--picture-card .el-upload-list__item {
  width: 146px;
  height: 195px;
  margin: 0 -16px 0 32px;
}
.left-bottom-but-css[data-v-02b91fd0] {
  width: 793px;
  height: 44px;
  border-radius: 8px;
  border: 1px #ffffff solid;
  margin: 33px 0 74px 32px;
}
.right-css[data-v-02b91fd0] {
  width: 349.5px;
}
.right-title-css[data-v-02b91fd0] {
  margin: 36px 0 6px 36px;
  width: 160px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 2px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#d2efea), to(rgba(210, 239, 234, 0)));
  background: linear-gradient(90deg, #d2efea 0%, rgba(210, 239, 234, 0) 100%);
}
.right-content-css[data-v-02b91fd0] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin: 6px 0 24px 36px;
}
.right-div-card-css[data-v-02b91fd0] {
  width: 278px;
  height: 288px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  margin: 0 0 26px 36px;
}
.right-card-content-css[data-v-02b91fd0] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 14px;
  margin: 26px 0 25px 20px;
}
.right-card-hr-css[data-v-02b91fd0] {
  width: 238px;
  height: 0px;
  border: 1px solid #eeeeee;
  margin-left: 20px;
}
.right-getNum-css[data-v-02b91fd0] {
  border-style: none;
}
.right-card-content1-css[data-v-02b91fd0] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin: -25px 0 24px 19px;
}
.right-select-css[data-v-02b91fd0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.right-bottom-title-css[data-v-02b91fd0] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin: 0 32px 24px 36px;
}
[data-v-02b91fd0] .right-select-css .el-radio-button__inner {
  height: 24px;
  line-height: 1px;
}
[data-v-02b91fd0] .right-select-css .el-radio-button__inner,
el-radio-group[data-v-02b91fd0] {
  vertical-align: baseline;
}
.tipsFontcss[data-v-02b91fd0] {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #000000;
  line-height: 19px;
}

.footer-close-but-css[data-v-a9b284aa] {
  width: 140px;
  height: 44px;
  border: 1px solid #c0cacc;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: CENTER;
  color: #0c1916;
  line-height: 44px;
  cursor: pointer;
  border: none;
}

