@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.card-wrap .top-right .el-radio-button.is-active .el-radio-button__inner {
  background-color: #efe8fe;
  color: #B530FF;
}
.card-wrap .top-right .el-radio-button__inner {
  padding: 4px 6px;
  font-size: 12px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.card-wrap {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
          box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
}
.card-wrap .top-wrap {
    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: 6px 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}
.card-wrap .top-wrap .title {
      font-size: 16px;
      color: #2C2A33;
      padding: 2px 8px;
      font-weight: bold;
}
.card-wrap .content-wrap {
    min-height: 248px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-user-news__item .j-project-user-news__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-project-user-news__item .j-project-user-news__item__header .j-project-user-news__item__header--left {
    /*flex: 1;*/
    margin-right: 8px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.j-project-user-news__item .j-project-user-news__item__header .j-project-user-news__item__header--right {
    font-size: 12px;
    color: #959599;
}
.j-project-user-news__item .j-project-user-news__item__header__content {
  font-size: 12px;
  margin-left: 32px;
  display: inline-block;
  background: #f4f4f5;
  border-radius: 6px;
  padding: 8px 10px;
  word-break: break-all;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-detail-task_flow__username {
  color: #B530FF;
}
.j-project-detail-task-flow__item {
  padding: 16px;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__header .j-project-detail-task-flow__item__header--left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 12px;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__header .j-project-detail-task-flow__item__header--left .j-project-detail-task-flow__item__header__label {
        margin-bottom: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__header .j-project-detail-task-flow__item__header--left .j-project-detail-task-flow__item__header__label .j-project-detail-task-flow__item__header__label--left {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 14px;
          font-weight: bold;
          color: #57565b;
          color: #57565B;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__header .j-project-detail-task-flow__item__header--left .j-project-detail-task-flow__item__header__label .j-project-detail-task-flow__item__header__label--right {
          font-size: 14px;
          color: #57565b;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content {
    margin-top: 10px;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content .el-collapse {
      border: none !important;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content .el-collapse-item {
      background: white;
      border-radius: 4px;
      border: 1px solid #d9d9d9;
      overflow: hidden;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content .el-collapse-item.is-active {
        border: 1px solid #B530FF;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content .el-collapse-item__header {
      height: 32px;
      line-height: 32px;
      padding-left: 12px;
      color: #57565b;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content .el-collapse-item__content {
      padding-bottom: 20px;
}
.j-project-detail-task-flow__item .j-project-detail-task-flow__item__content .j-project-detail-task-flow__item__card__header {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}

@charset "UTF-8"

/*单行文本溢出*/
/*多行文本溢出*/

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-detail-task-flow {
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.j-project-detail-task-flow .j-project-detail-task-flow__header {
    padding: 12px 12px;
    text-align: center;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 8px;
}
.j-project-detail-task-flow .j-project-detail-task-flow__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item {
    display: inline-block;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item i {
      font-size: 14px;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item span {
      color: #57565B;
      font-size: 12px;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item + .j-project-detail-task-flow__state__item {
      margin-left: 10px;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.UNCLAIMED {
      color: #BEBEBE;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.FREEZE {
      color: #DFDFDF;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.TO_BEGIN {
      color: #33A8FB;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.EDITOR {
      color: #FF9300;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.COMPLETE {
      color: #895CF2;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.ADOPT {
      color: #00C400;
}
.j-project-detail-task-flow .j-project-detail-task-flow__state__item.UNABLE {
      color: #FF505B;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-detail-task__table thead .cell {
  font-weight: 700 !important;
}
.j-project-detail-task__table thead th {
  padding: 3px 0 !important;
  /*height: 30px !important;*/
  color: #959599 !important;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-card {
  position: relative;
}
.task-card .top-wrap .dropdown-wrap .el-dropdown-link {
    padding: 4px 0;
    border: 1px solid #B530FF;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 2px;
}
.task-card .top-wrap .dropdown-wrap .el-dropdown-link .title {
      font-size: 12px;
}
.task-card .top-wrap .dropdown-wrap .j-icon {
    margin-right: 2px;
    color: inherit;
}
.task-card .top-wrap .dropdown-wrap .j-icon .msicon {
      margin: 0;
}
.task-card .card-content {
    width: 100%;
}
.task-card .card-content .el-tabs__content .table-content {
      height: 518px;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap {
        height: 476px;
        overflow-y: auto;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table__body,
        .task-card .card-content .el-tabs__content .table-content .table-wrap .el-table__empty-block {
          width: inherit !important;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table::before {
          height: 0;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td {
          padding: 4px 0 3px;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .img img {
              width: 20px !important;
              height: 20px !important;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .img .msicon {
              font-size: 20px;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .imageName {
            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;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .imageName .name {
              min-width: 36px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .imageName span {
              white-space: nowrap;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table td .metadataSetName {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.task-card .card-content .el-tabs__content .table-content .table-wrap .el-table .dropdown-wrap .el-dropdown-link {
          background-color: inherit;
          -webkit-box-shadow: none;
                  box-shadow: none;
}
.task-card .card-content .operate-icon {
      padding: 6px 12px;
      cursor: pointer;
}
.task-card .card-content .dropdown-list-modal-wrap {
      position: fixed;
      z-index: 2;
      left: 100px;
      top: 200px;
      padding: 6px 0;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
      border-radius: 2px;
      background-color: #fff;
}
.task-card .card-content .dropdown-list-modal-wrap .bg {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
}
.task-card .card-content .dropdown-list-modal-wrap li {
        position: relative;
        padding: 6px 16px;
        white-space: nowrap;
        color: #57565B;
        font-size: 14px;
        cursor: pointer;
}
.task-card .card-content .dropdown-list-modal-wrap li:hover {
          background-color: #F2F0FE;
          color: #B530FF;
}
.task-card .card-content .dropdown-list-modal-wrap li[disabled] {
          color: #C9C8CC;
          cursor: default;
}
.task-card .card-content .dropdown-list-modal-wrap li[disabled]:hover {
            background-color: #fff;
            color: #C9C8CC;
}
.task-card .card-content .dropdown-list-modal-wrap li.is-selected {
          background-color: #F2F0FE;
          color: #B530FF;
}
.task-card .card-content .dropdown-list-modal-wrap li .dropdown-children-list {
          position: absolute;
          left: 100%;
          -webkit-transform: translateX(10px);
                  transform: translateX(10px);
          padding: 6px 0;
          -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
                  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
          border-radius: 2px;
          background-color: #fff;
}
.task-card .card-content .dropdown-list-modal-wrap li .dropdown-children-list .arrow {
            position: absolute;
            display: inline-block;
            left: -7px;
            border-top: 7px solid transparent;
            border-right: 7px solid #fff;
            border-bottom: 7px solid transparent;
}
.task-card .operate-popover-btn {
    position: fixed;
}
.task-operate__popover {
  padding: 6px 0 !important;
  min-width: inherit;
}
.task-operate__popover .task-operate__list li {
    white-space: nowrap;
    color: #57565B;
    font-size: 14px;
    cursor: pointer;
}
.task-operate__popover .task-operate__list li p {
      padding: 6px 16px;
}
.task-operate__popover .task-operate__list li:hover {
      background-color: #F2F0FE;
      color: #B530FF;
}
.task-operate__popover .task-operate__list li[disabled] {
      color: #C9C8CC;
      cursor: default;
}
.task-operate__popover .task-operate__list li[disabled]:hover {
        background-color: #fff;
        color: #C9C8CC;
}
.task-operate__popover .task-operate__list li.is-selected {
      background-color: #F2F0FE;
      color: #B530FF;
}
.task-operate__popover .task-operate__list li .dropdown-children-list {
      position: absolute;
      left: 100%;
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      padding: 6px 0;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
      border-radius: 2px;
      background-color: #fff;
}
.task-operate__popover .task-operate__list li .dropdown-children-list .arrow {
        position: absolute;
        display: inline-block;
        left: -7px;
        border-top: 7px solid transparent;
        border-right: 7px solid #fff;
        border-bottom: 7px solid transparent;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-card-process .el-progress__text {
  font-size: 34px !important;
  font-weight: bold;
}

@charset "UTF-8";
[data-v-2770e876]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.project-detail-wrap .dashboard[data-v-2770e876] {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
          box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
  background-color: #fff;
  padding: 32px 14px;
}
.project-detail-wrap .dashboard .tit[data-v-2770e876] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #2C2A33;
    padding-bottom: 25px;
    width: 605px;
    margin: 0 auto;
}
.project-detail-wrap .dashboard .tit .img[data-v-2770e876] {
      width: 107px;
      height: 112px;
      margin-right: 17px;
      display: inline-block;
      background-image: url(data:image/png;base64,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);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .tit .img[data-v-2770e876] {
          background-image: url(../img/chuangjianchenggong@3x.ba77c78f.png);
}
}
.project-detail-wrap .dashboard .operate-list[data-v-2770e876] {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
}
.project-detail-wrap .dashboard .operate-list li[data-v-2770e876] {
      margin: 10px;
      background-color: #F9F9FA;
      width: 105px;
      padding: 16px 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      cursor: pointer;
}
.project-detail-wrap .dashboard .operate-list li.is-disabled[data-v-2770e876] {
        cursor: not-allowed;
}
.project-detail-wrap .dashboard .operate-list li .bg[data-v-2770e876] {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
}
.project-detail-wrap .dashboard .operate-list li .desc[data-v-2770e876] {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 12px 8px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
}
.project-detail-wrap .dashboard .operate-list li .desc p[data-v-2770e876] {
          font-size: 12px;
          color: #fff;
}
.project-detail-wrap .dashboard .operate-list li .desc .btn[data-v-2770e876] {
          border: 1px solid #fff;
          color: #fff;
          margin-top: 12px;
          padding: 4px 0;
          cursor: pointer;
}
.project-detail-wrap .dashboard .operate-list li .desc .btn i[data-v-2770e876] {
            font-weight: bold;
}
.project-detail-wrap .dashboard .operate-list li:hover .is-show.bg[data-v-2770e876] {
        opacity: .6;
}
.project-detail-wrap .dashboard .operate-list li:hover .is-show.desc[data-v-2770e876] {
        opacity: 1;
}
.project-detail-wrap .dashboard .operate-list li .icon[data-v-2770e876] {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
        display: inline-block;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHaADAAQAAAABAAAAHQAAAADeexZRAAACMElEQVRIDe1Wz0sbURCeeboaFTViD7VGELTFW+if0B6KHiI9hZ7antSjiIjgxZOHttD0Jnrx0tr2UkQQQejFf0DvKrSk/sAgYSUkRnbHecqbxPDSbGn2loG8N++b2e/beW92swANC3EH0HDTBDnpY5j2EYYNVq9ZERzEHkEKV/BaczYb4vQpvPUB3gEZpH4z8wLzZ3la1axKD9o40H/nhTOW84uo8sOosVRAOb+IEsJ+KaX+Xjm/NJKWSSfouRdCIzXpRtrEn/UvpcFo2QE50+xXGoIibBMFeDkg5Jlroec1frRw1oSke1kwGUhQUxK08ThTk71KgoiyYGuVHCvMW9RiDQQA5TWICFcsHNg4tWhLnh/LTTA+pRDXl7ba39typFK+7+8sfGBLqsS4ygJvsf08SfVx7Cn5EKu8zqyl0ugrPGTwsQmEOZcqDVOlglsemQo88PLbh+Ib8vxFc8HJEXSf/fJ6HvQpNzaCFwZXCKnkXOSTXsv26kV6nJ5xgwxr/2+GBIW2Ltjo/Ywun10X5w6afOSgNmwixlHHbo0Qo8YX0d8Jeun58MMEas05F3Y450WHctbz/vWuyc+ee5PsT7kZ/DLwREn3tjrOickRUb7B+D88MfrPN65JErOY4Un/bm1+NH+qnWKBMsm5lr079P4ojeQr+O/zvU9dfSWi7PypnmaJEBxb0ECQbG/sIazx12CUv2VqP6v8wneaYdmmEO2MpC5zhTUPI64t3sBC34EbvayWHwRTejAAAAAASUVORK5CYII=);
        background-size: 100%;
        background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .operate-list li .icon[data-v-2770e876] {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAALKADAAQAAAABAAAALAAAAAD8buejAAACM0lEQVRYCe2YO0sDQRCAZ+6Si4gvfGFlSov8BbETbLRQBCtTWNiIIIoIlqKFBGxsRWwEESy0F0tLwc5GTZGg4AMfSIRknUT2cndzl4e5iwnsQtiZ2d2Z7ya3c3cLoJrKgMpAXTOAzmjJcbEpAFZAgOEcq6uO8E1wicEzXLfGZcD34yLz77CSkKCjZxiRar7XrEpB/u/MWoFcWDiwdUEDygo46D+FZxjhMeigFft3YQk5FyPCNFWJOUCw7U7nvMB1ARli2As8jgqgMqAyUDoD7F3i7UDEcwiLQvy9SlClSVHY+a5ZvC0dvvpRVtayCLtU1tqqd1VcQRcbo5K0RJbFotUfiT84aoSVWOiTH+lP9hxYjjRo33TA7B6uZ2LXxj5fZTzNaB3aOsUHqXv1HBjho9ZNlw8m8n7Kt05zSsjlY8IcLAoMWBew4FNZ2ymG8U9iwB1xPCD3+V9DtqbbdE0HzB7NQdwHR9uZawFiwOn76jzbK22x4fBT2MjRkYi9zay29Fkt7B62DvolE2w3VR4TztWvyPXQnLKNAScnxAjkav5ESol22Ige4ktZgionMGB6cTkmH/2VXG3JWO/wTeNrhTm6NqVl7Sc4v2uzF789wNdnaDISEc9S9+oZMIH2e02uxk6bw/Qzs2xcuq2lJ51pvrvRL7dOMG0aPISmqxIK2OOf9M3MM0xHnD5598uPDYdtOtosCXrTqu1AGyGNGuzbIrkpuj4qzYYOT1JWvcqAykADZeAH07lw4Ennix8AAAAASUVORK5CYII=);
}
}
.project-detail-wrap .dashboard .operate-list li .icon.dataset[data-v-2770e876] {
          display: inline-block;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHaADAAQAAAABAAAAHQAAAADeexZRAAACMElEQVRIDe1Wz0sbURCeeboaFTViD7VGELTFW+if0B6KHiI9hZ7antSjiIjgxZOHttD0Jnrx0tr2UkQQQejFf0DvKrSk/sAgYSUkRnbHecqbxPDSbGn2loG8N++b2e/beW92swANC3EH0HDTBDnpY5j2EYYNVq9ZERzEHkEKV/BaczYb4vQpvPUB3gEZpH4z8wLzZ3la1axKD9o40H/nhTOW84uo8sOosVRAOb+IEsJ+KaX+Xjm/NJKWSSfouRdCIzXpRtrEn/UvpcFo2QE50+xXGoIibBMFeDkg5Jlroec1frRw1oSke1kwGUhQUxK08ThTk71KgoiyYGuVHCvMW9RiDQQA5TWICFcsHNg4tWhLnh/LTTA+pRDXl7ba39typFK+7+8sfGBLqsS4ygJvsf08SfVx7Cn5EKu8zqyl0ugrPGTwsQmEOZcqDVOlglsemQo88PLbh+Ib8vxFc8HJEXSf/fJ6HvQpNzaCFwZXCKnkXOSTXsv26kV6nJ5xgwxr/2+GBIW2Ltjo/Ywun10X5w6afOSgNmwixlHHbo0Qo8YX0d8Jeun58MMEas05F3Y450WHctbz/vWuyc+ee5PsT7kZ/DLwREn3tjrOickRUb7B+D88MfrPN65JErOY4Un/bm1+NH+qnWKBMsm5lr079P4ojeQr+O/zvU9dfSWi7PypnmaJEBxb0ECQbG/sIazx12CUv2VqP6v8wneaYdmmEO2MpC5zhTUPI64t3sBC34EbvayWHwRTejAAAAAASUVORK5CYII=);
          background-size: 100%;
          background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .operate-list li .icon.dataset[data-v-2770e876] {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAALKADAAQAAAABAAAALAAAAAD8buejAAACM0lEQVRYCe2YO0sDQRCAZ+6Si4gvfGFlSov8BbETbLRQBCtTWNiIIIoIlqKFBGxsRWwEESy0F0tLwc5GTZGg4AMfSIRknUT2cndzl4e5iwnsQtiZ2d2Z7ya3c3cLoJrKgMpAXTOAzmjJcbEpAFZAgOEcq6uO8E1wicEzXLfGZcD34yLz77CSkKCjZxiRar7XrEpB/u/MWoFcWDiwdUEDygo46D+FZxjhMeigFft3YQk5FyPCNFWJOUCw7U7nvMB1ARli2As8jgqgMqAyUDoD7F3i7UDEcwiLQvy9SlClSVHY+a5ZvC0dvvpRVtayCLtU1tqqd1VcQRcbo5K0RJbFotUfiT84aoSVWOiTH+lP9hxYjjRo33TA7B6uZ2LXxj5fZTzNaB3aOsUHqXv1HBjho9ZNlw8m8n7Kt05zSsjlY8IcLAoMWBew4FNZ2ymG8U9iwB1xPCD3+V9DtqbbdE0HzB7NQdwHR9uZawFiwOn76jzbK22x4fBT2MjRkYi9zay29Fkt7B62DvolE2w3VR4TztWvyPXQnLKNAScnxAjkav5ESol22Ige4ktZgionMGB6cTkmH/2VXG3JWO/wTeNrhTm6NqVl7Sc4v2uzF789wNdnaDISEc9S9+oZMIH2e02uxk6bw/Qzs2xcuq2lJ51pvrvRL7dOMG0aPISmqxIK2OOf9M3MM0xHnD5598uPDYdtOtosCXrTqu1AGyGNGuzbIrkpuj4qzYYOT1JWvcqAykADZeAH07lw4Ennix8AAAAASUVORK5CYII=);
}
}
.project-detail-wrap .dashboard .operate-list li .icon.tag[data-v-2770e876] {
          display: inline-block;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAH6ADAAQAAAABAAAAHwAAAABwh9X2AAADqUlEQVRIDe1WTWhTQRCeeTG2sbWNVfGnRDwIInr3IuJJrFotYjyo+IeIVL0pkio1BW2p/6AIelBERWgPIkJFVBAEQfDgRbx4sE1rrUqp1vT1tekbv43duhtNTAKiBxfem9nZmf12Z3Z3huh/+wseYBNT9kgw8Y6aiGm7CDnMdDMyn47yBfZMvXx4OSAlibd0HPNsxTw+CV2PzKVjfIVHtf0kzSiqgIUoBsV0g+HBni6aIjcl9l2S/7+nnVpgX68sQFWLYX7VGtJ//Kydd9VKDxTn6kFFeTLR1PWmJD9+8C5AR2xdeODdvHtcraWOZhQFsNUfl5kqefPju7X04QBrs5bbVYxhdNC0cBy6Ggz+cJU5louHXbNPtMvUAfIts2+Bq8PVk6ApvkP1auVYzDX4Yn/5ZnZNo3z4RFT2I2SMeXZiHnJ8ulQdoaOmreUGNSBtUjng0oDigyGaU76J3yu+mPa1TWaPutSrbMMhCvMm/mzO81OMzcE/zf9VcCvmhez0Mh6kzm5vxbTpJc8O3eCkto3XSZjGhivi90JdWpaNFg3e2e3W+76c7/841B+rSV50HH6A/g7Pc7cAbFK8zl0IOpwNWMmLBscpDqoJcCmq8GscG5NG1U9L8E95TiDdzfErPubMfdnmZWY/Ein5rduLBmdfZmQDhzeSvb0ULItSH960p7jnDzOvmbItCvxITbIWACezgeOdnuqNurebkB+nbePl4W288le6BYM3rPGW+MJtQpLzvGB83fBzt/lXoFpWMDhLqlTYThB6skyK53NZpszsFwx+oqPsBVMoEiDegMf/DNZhXSeEox834SWA91JpKGcyzuk6c5Um33KfP6J/R30Nq5IjAEwXGzhYA+LTY+Z0Jl9QVZ77nluJRZU+yGpnzazGAdoXac+e1eI1UuHR0BvsdiaTsxthGfSZ16UXy/K61C1vjT/hlLl4zVs7T3yvudKlj1LAjnYSKhlkp4nSRxtSigSpti9+n7/EVg/VOsSLT3SUXlPjR1a7s3zxl5LwouHQ0C6IrkzYGYy18861otLfbGMceZWoos6STHRgfCe8HbHPaPHoq8kjg/MbUDUuUEPicHtrRxkKK7tZBw4xQ/FhN1UI5GjWYdN68fbFI2Mp7xxs1dkgPEgbD0elUo9raoHDz9f1gKaqAlGFwE9fgCqx681aL5O2Pqr67ASc07iUnxC+D9Vfcx8+UnV711ppVlWsCgHoKXUIMycupN8WlYAIXob/7V/xwDeYx0gO16odKAAAAABJRU5ErkJggg==);
          background-size: 100%;
          background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .operate-list li .icon.tag[data-v-2770e876] {
              background-image: url(data:image/png;base64,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);
}
}
.project-detail-wrap .dashboard .operate-list li .icon.team[data-v-2770e876] {
          display: inline-block;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAdCAYAAADGgB7AAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAJqADAAQAAAABAAAAHQAAAABSA6nMAAAESUlEQVRYCe1XXWgcVRQ+Z2Z3ZjZb2rQxmJbEPLTSqg9q8yKKPqmoNC0m9sda00okT7UviqltwRAl9ZcGEdGgaCkVjNhiWy2CUForFAX1QUGlIunG/gSk9SfZNNnO8buTTLgzO3d3tuBbL+zOPd/5ud/ce865u0TXRm07wLWZz1iPrpFHfJ8eJaGlxPQP0BO5LL3ZeIDPXU28JJ+aiJ1/XPJTl2hIhDaWBWMas5k2NB/iY2W6qwBSExMRLrTTcSG627QOM12xmO5T5Hasluv9qYmXmDmHXf1mQT733vaP+S+TbxxPTWxkjXTRFdobDxCXQe6nlja6jfu4tP2B8R+gv1XZMPFptu2HBz5zf4z7JMlWEhjHpE8s9ml3HE+Sccy3FL6jrkBn8cuhjZAs8/3Sib52uS7EKj1TEcNCK7HgkkqBIjqfVim5Pp/7PIILLZwqTb4QwQxCKmLwXWbwN8E3KsVsTo3pRsjVLcNrxdaxpHk6YkJekrMRQ0KFOkx/C+fqiSP1vh+/vFTHkubpiBGdTXI2Yajcn+d0TNm5+eyEfWmJY3E5FbH8fDqFPZiOOxtlJq3ypDVu53gU2cW4XsmpiDXs57/RBoaSAsQx2BXtDL2r8OcevHwziqYxYsN08fmD3kgESxBSEVN+jk392DV1/VQbe5oP8GhgJP62uDGL9QqaLk678khNrOkgjyFzH6sUDrv1bUsDBe1g16pJVKZ06/Yg9Kvb5A3qmGmempgK0HqED2Px06ZgKMVB/oAn1fVVKvmvogIzuq0l3N0HvY6Z5jURww2gFlpoCoZ8CnQ7O6kJL/AvWkUpYutK1dwK7ef6TQiYnmfbZcW00C7oE4+T0RQyTXTRXUI9i1rpKHfx+M6Hiq3YtWd9oW4ScXFjfpph6+kXj3pVq7IiMXlK3MLv9IQw9SC/bk8kjT13kE3eCmidWQvsFn5lDGWZ9tRt4tEdHbLYn5gYyDq0pXm5RfWN/CWJPbC+N3ssMSZAI7FCu3TiTV+HTVkfCoMx7oO6O4nshhCJPhF8Wiz6MGtT77yNfGFff/FJx7PeRg4GVxKO++uM527o3DZbxZp7GTHBPVYo0iDqeatmVzZVR5e/F41wXpmqHGA6Z1nUsWATn/rotanN5Mv7qkCUIb7O4HP/ul7vF92xLPnPTNJb1UipALk7UpJSxkKL8VP8i0v7ZOX6Z5y9yLegAc+o6Aas99XwGxJpxBFif6yWuxCkRzlUGln8AEKi1zaE5pM/c3tkcm6/7gxijX5xeq2ORYjhrZAx1YdzU3WbJAsQaJNhyamcwvFF/rigWCKtJUKMbHPzDBeyckj2RaFU2xPJfoHXcTHuBfx8pi77iY5HiDU7dAhGJ3WD+NxUgXG7RJmDPkiH35E6YT6JBjyMz25P3LaOrfyn7hNUhg4EvWsEFenTPaibvK5Tcw89yw3+XsQ1ZhkvW8CtsL9+M/rXtfE/7cB/yYY0FZjJ1m4AAAAASUVORK5CYII=);
          background-size: 100%;
          background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .operate-list li .icon.team[data-v-2770e876] {
              background-image: url(data:image/png;base64,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);
}
}
.project-detail-wrap .dashboard .operate-list li .icon.test[data-v-2770e876] {
          display: inline-block;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAABhUlEQVRIS+2WP08CQRDF39whdnYWNtZ8ARKNASorY6GtMZHGQhPrWwoTosAGMRQmaEjUxMZY2PkFJLGjo7Q0MTbEyqjcsWM4JeAf4BZOqtt2Z+aXfftmdsmK2wpai49lJbzdThGJRpKZTrVKmBwlK95grSQYJVkJdYGdJLM606mhDARgL4IFUgfmGuyToJ0Ga+RG+NROItYoeSS6YUzGrayErjqz2p6H4nWdGkpNSNJJ8DM2AH9Tk4WIwLYfqFB46SUzp1IzACJa1+A41b5SsxCrADZRry9TuWz/VZyFSIKh9R5DGdHBYMY1gEvksmtE9OvT8N9ggOiIctmdn6ceGsyWqPW5nykAs5193iUp97rjRwHr/LkYMLZIZk7a8HGBW7wmTGOOMpmqO8mGNRdbQufELdQFpNwgwM0bF/gGk+EVSqed0aUWYrqnuZiXADr/2r/D+9siFYuvvpir38RxB8hnH9cATpCUz761kwfwIVRzgfL5x3FOrhgc84kO9u97zuohXf0BSB44VpWAlkwAAAAASUVORK5CYII=);
          background-size: 100%;
          background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .operate-list li .icon.test[data-v-2770e876] {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAsCAYAAADxRjE/AAACWUlEQVRoQ+2YP2gTYRjGn+dyd81kkeLioBQc3BzcFELp6KCDUHApiKAoKKKtvaTV+CG5piXSLoJ0E8TFtYooqIMoKHRzM4MiiLWDRouSy90raTGckr/mkp7y3Xrfve/vnnve93vvo5PyAkRySbFSsQ4WnnM1HG4i9X3YovVERHZ1nYa4B98cp5MqS9fBAIhI0fftA/WgTSSeAogAmssaWivdyK/U9tCF2LiZaXvoPt1kq9P20PbQ9mg+C+rZQ88eTRzSV3tkR2RPFH8uFQPeviG8H7tLPxzv5H6xdgxipxnA6jaP52PdGsVHdhtoK57X0P1S/f9XWrLZJJX60S9FG7brTgDEyVxGgo9gmi+pVFuHPJJOD4E8C+H2TnLVXSvyGkn7dkf2kEwmD8FRBP4JJJPP2gGXiZlhmH40hzXAMiDjnUMHMgliBSLHmM+/aaVeXKCnNkDJFQxuG6XjfGkGHi/oTdL7SBhnmMu9bQTeE2jJZCZbfeLafZFDEIyE1nsg7sC2z1Opz/Xi9AbaSUdwasrrGLAu1SvMGENDQOMqfG+B8/Nfw4rHGbrK+Q3gFQxYN6hU+Rd43KGrnK9g8Ahd98O/AU0WQZyC6z4mUKuTOCu9CuI4bPvBn8UYV+gSDI7BdR+GFe6tPaand3fQp6cQyOnaerIEYgZraze5tOT1rU+3DVw9+qoOTIFsbuOADzCLSnmRhcJ6X3fEv4QWJIxrMM1cuL3FWemLIG7Bti9QqVKrl+5JIbZK+tvutmEP7IVY5zin3rXz7NZDp9OHAbzg7OyndoCra3oB/RMf1krfQEUhEAAAAABJRU5ErkJggg==);
}
}
.project-detail-wrap .dashboard .operate-list li .icon.scene[data-v-2770e876] {
          display: inline-block;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAABiUlEQVRYR2OssPv1n4EEwMTI6NR2kHU/TEu5y39+xl+/P5BgBAPTfwbjtsNs55D1MI46ZDREkBLEaBpBz1GDIkSYGX8zeCps8rdZGLlpwLIvyBEx6rMY1AWvfmRkYnJnbJ91EuYYupUjSI6A2Y3iGLo4BIsjMBxDc4fgcQSqY6rsfzuSUk+wMrKcbzzACK9bVoX+Z77w6o8dNjO4md9zpOpM7BPhfKmBzw5Ghv8LGElxBClq/+fmsjNw/Vj/n+G/JwF96xg5pMNp4hCSHdHY+IfqDiHHEaAQo6pDyHUE2CEV9r8WkxL3uNSyMv5gKDRo1RVgf6tPVJpobPxDUcmKzRIisihMGyRhojkCEiIkNhXRHUINR1DsEGo5giKHUNMRZDuE2o4gyyG0cATJDqGVI0h2iATXE4Y8/TZCxQ7OLIq34iMl+0pwPWXI02/FZx5ZjiAjRPA6hGxHUNMhFDkC5pC5hCIdJi/J9Yw1XnOKJIj/n4GRkYvl62cWpp/3mDhkyrEV28SaC1IHAMkATLzaKRgvAAAAAElFTkSuQmCC);
          background-size: 100%;
          background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-detail-wrap .dashboard .operate-list li .icon.scene[data-v-2770e876] {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAtCAYAAAADfVPBAAAC5klEQVRoQ+2aTWgTQRTH/29381EtpTVqMcUi9tAoFAqKl1ojPejBD3rSU4sHpSCk4E2LkoNtsAWh4KEpevdsDvZQKlaCIKJieylY8ANqjyIitskmUxKbZBOz3Z3t7GaFzTH79s383/vNvDeT0O0zGQYBH4kwmlj0P6p1NXuC+T43q5Ng7NZuhyFQiuWVaw/S9KOeL/LE1AmLlxlO7jzMOANWNPcw44yahxlnwDzMrATMw8xK1OzezSTKoXf/29XTR9KXwg/HVv7bdqYgpCf0HoNHnyIob67AJ13G/eQqEVX1la7vzRTK4mT7a5zvfIaAvFFKyAdiuInJx2+0glwtppCRU+1pnOtMISj/0ZKVB/CRfPJVGp/9VHrgWjFatDQZqVoqBKpCzpVidNDS25cqyLntPLMDWnpiKsiNRTMxK1vxP+8ovsXEAi3Vfh+PMynzUu0jsF6jcRRJVc52PO/rP7RwUZayASN7zXOViJ4Qxwu2mrJYLIA9m9dBLMEYa+EYTCUgBUUZdYUYFo8r2FgfAfLjDGjlEAICXkBRhjGR/N5wMdtCroDYjIWMvALbN0hTU78KAWioGCFoTSTXynWGJ6UibQWiVW5pGpIZkWhpA0x3B1iXyIgb+Qo1ffWPdE9faPL/vmdhjfzdtTRoVYm5E818MZqAqOcScugPz0sDh+cOKJQN8vit2bXq3sIKa2eMJmam19LxUagjVbuW3liOiOHstbRzrRREHbSqMBPVm+lFy0KvVXZlBi3HxDiBliNinELLdjFOomWrGKfRsk1MI9CyRUyj0BIuRqI8ekLvivdaepcPuy2IRkW5eAQQUWfCzd9w4/i0FSE79lpmBAjPzLG2JQxFklxj8xZEM86FZCbStozhyIyZ8Qo2pnstsw5Ldk6L4eq1XC3GDrSErxkTmNmGltNibEWr9qQ5xMtmrX1363JLtGO+CwxU+A09zxj5KKce3Lu2HpDUn5Clue17LSH/09Gb7xbrwXrB0rlBOwAAAABJRU5ErkJggg==);
}
}
.project-detail-wrap .dashboard .operate-list li p[data-v-2770e876] {
        color: #2C2A33;
        font-size: 14px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.toTeam_dialog .el-dialog {
  max-width: none;
  min-width: 0;
  width: 334px;
  border-radius: 6px;
}
.toTeam_dialog .el-dialog .el-dialog__body {
    padding-top: 0;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner {
      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;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner img {
        margin-bottom: 16px;
        width: 130px;
        height: 130px;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner .title {
        font-size: 20px;
        color: #2C2A33;
        font-weight: bold;
        margin-bottom: 12px;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner .txt {
        color: #57565B;
        font-size: 14px;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner .bottom_btn {
        margin-top: 34px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner .bottom_btn .later {
          padding: 8px 32px;
          background-color: transparent;
          font-size: 14px;
          color: #959599;
}
.toTeam_dialog .el-dialog .el-dialog__body .toTeam__inner .bottom_btn .now {
          padding: 8px 32px;
          background-color: transparent;
          font-size: 14px;
          color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-delivery-date-setting__disabled {
  color: #B530FF;
}
.j-delivery-date-setting {
  color: #B530FF;
  text-decoration: underline;
}
.j-delivery-date-setting:hover {
    cursor: pointer;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-detail-work-load .j-project-detail-work-load__rest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-project-detail-work-load .j-project-detail-work-load__rest .j-project-detail-work-load__rest__label {
    color: #57565B;
    font-size: 22px;
    font-weight: bold;
}
.j-project-detail-work-load .j-project-detail-work-load__rest .j-project-detail-work-load__rest__tips {
    color: #959599;
    font-size: 12px;
}
.j-project-detail-work-load .content-wrap {
  min-height: auto;
  height: 129px !important;
}
.j-project-detail-work-load .j-project-detail-work-load__number {
  font-weight: bold;
  color: #57565B;
  font-size: 36px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-detail__header {
  margin-top: 16px;
}
.j-project-detail__header .j-project-detail__content {
    height: 140px;
    font-size: 20px;
    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;
}
.j-project-detail__header .j-project-detail__header__detail {
    background: white;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
            box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
    border-radius: 4px;
    height: 166px;
    overflow: hidden;
    position: relative;
}
.j-project-detail__header .j-project-detail__header__detail .state-wrap {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__header {
      font-size: 16px;
      color: #2C2A33;
      padding: 9px 16px 8px 16px;
      font-weight: bold;
      border-bottom: 1px solid #D9D9D9;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content {
      padding: 11px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__content__user {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__content__user img {
          width: 38px;
          height: 38px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__content__user .j-project-detail__header__detail__content__user__description {
          margin-left: 10px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__content__user .j-project-detail__header__detail__content__user__description > div:first-child {
            color: #959599;
            font-size: 12px;
            line-height: 22px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__content__user .j-project-detail__header__detail__content__user__description > div:last-child {
            color: #57565b;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item {
          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: start;
              -ms-flex-align: start;
                  align-items: flex-start;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item + .j-project-detail__header__detail__meta__item {
            margin-left: 16px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item > span {
            display: block;
            color: #959599;
            font-size: 12px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item > div {
            margin-left: 2px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item i {
            font-size: 20px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item .tool-type-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            max-width: 100px;
}
.j-project-detail__header .j-project-detail__header__detail .j-project-detail__header__detail__content .j-project-detail__header__detail__meta .j-project-detail__header__detail__meta__item .tool-type-list .tool-type-item {
              margin: 2px;
}
.j-project-detail__header .j-project-detail__header__progress {
    height: 90px;
    margin: 0 12px;
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 16px;
      font-size: 14px;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--left .j-project-detail__header__progress--left__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #57565B;
        margin-bottom: 6px;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--left .j-project-detail__header__progress--left__label > div:first-child {
          color: #57565B;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--right {
      font-size: 12px;
      text-align: right;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--right .j-project-detail__header__progress--right__delivery {
        color: #57565B;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--right .j-project-detail__header__progress--right__countdown {
        color: #959599;
}
.j-project-detail__header .j-project-detail__header__progress .j-project-detail__header__progress--right .j-project-detail__header__progress--right__countdown .j-project-detail__header__progress--right__countdown__number {
          color: #2C2A33;
          font-size: 16px;
          font-weight: bold;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-user-message__item .j-user-message__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-user-message__item .j-user-message__item__header .j-user-message__item__header--left {
    /*flex: 1;*/
    margin-right: 8px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.j-user-message__item .j-user-message__item__header .j-user-message__item__header--right {
    font-size: 12px;
    color: #959599;
}
.j-user-message__item .j-user-message__item__header__content {
  font-size: 12px;
  margin-left: 32px;
  display: inline-block;
  background: #f4f4f5;
  border-radius: 6px;
  padding: 8px 10px;
  word-break: break-all;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-copy {
  color: #4A9EFF;
}
.j-copy:hover {
    cursor: copy;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-detail-news .content-wrap {
  display: block;
  padding: 12px 0;
}
.j-project-detail-news .el-divider__text {
  padding-left: 0 !important;
  left: 0 !important;
}

@charset "UTF-8";
[data-v-289f87f3]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.project-detail-wrap .content-wrap[data-v-289f87f3] {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 19px;
}
.project-detail-wrap .content-wrap .content[data-v-289f87f3] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.project-detail-wrap .content-wrap .content .dashboard[data-v-289f87f3] {
      -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
              box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
      background-color: #fff;
      padding: 32px 14px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.project-detail-wrap {
  position: relative;
}
.project-detail-wrap .page-title {
    font-size: 24px;
    color: #2C2A33;
    font-weight: bold;
    background-color: #F4F5F7;
    position: absolute;
    top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
}
.project-detail-wrap .page-title .j-enterprise-type-icon .msicon {
      font-size: 24px;
      margin-right: 5px;
}
.project-detail-wrap .page-title .project-type-wrap {
      margin-right: 5px;
}
.project-detail-wrap .page-title .project-type-wrap .msicon {
        font-size: 24px;
        margin: 0 0 0 10px;
}
.project-detail-wrap .page-title .state-wrap {
      margin-left: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-filed-desc-dialog {
  border-radius: 8px;
  width: 600px;
  max-width: 600px;
}
.j-filed-desc-dialog .el-dialog__header {
    padding: 15px 20px;
    border-bottom: 1px solid #D9D9D9;
}
.j-filed-desc-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 15px;
      right: 15px;
}
.j-filed-desc-dialog .el-dialog__body {
    padding: 16px 24px;
}
.j-filed-desc-dialog .el-dialog__body .title {
      text-align: center;
      padding-bottom: 10px;
}
.j-filed-desc-dialog .el-dialog__body .el-table.el-table--border {
      border-radius: 4px;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__header-wrapper th {
      padding: 0 !important;
      color: #2C2A33;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__body-wrapper {
      max-height: 430px;
      min-height: 200px;
      overflow-y: auto;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__body-wrapper tr:nth-child(odd) td {
        background: #f9f9fa;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__body-wrapper td {
        font-size: 14px;
        line-height: 1;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-data-statistics-table-item .label-type-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: inherit;
  padding: 0;
}
.j-data-statistics-table-item .label-type-wrap div {
    padding: 0;
    line-height: inherit;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-data-statistics .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.j-data-statistics .table-header .last-modified-time {
    font-size: 15px;
    color: #2C2A33;
    font-weight: bold;
}
.j-data-statistics .table-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-data-statistics .table-header .right .select-item {
      margin-left: 14px;
}
.j-data-statistics .table-header .right .el-date-editor--daterange.el-input__inner {
      width: 220px !important;
}
.j-data-statistics .j-data-statistics-table-item {
  margin-top: 16px;
}
.j-data-statistics .j-data-statistics-table-item .table-title {
    font-size: 16px;
    color: #2C2A33;
    font-weight: bold;
    padding: 0 0 8px 0;
}
.j-data-statistics .j-data-statistics-table-item .el-table {
    border-radius: 4px;
}
.j-data-statistics .j-data-statistics-table-item .el-table .el-table__header-wrapper th {
      padding: 5px 0;
      font-size: 14px;
      font-weight: normal;
      color: #57565B;
}
.j-data-statistics .j-data-statistics-table-item .el-table .el-table__body-wrapper td {
      padding: 8px 0;
}
.j-data-statistics .j-data-statistics-table-item .table-count .el-table__body-wrapper td {
    padding: 30px 0;
}
.j-data-statistics .j-data-statistics-table-item .number-bold .el-table__body-wrapper td {
    font-weight: bold;
    font-size: 18px;
}
.j-data-statistics .j-data-statistics-table-item .export-record-table .el-table__body-wrapper td {
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.receiveTaskPopover {
  min-width: 0;
  padding: 6px 0;
  width: 135px;
}
.receiveTaskPopover .item.loading {
    height: 120px;
}
.receiveTaskPopover .item li {
    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;
    cursor: pointer;
    padding: 5px 12px;
    color: #57565B;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.receiveTaskPopover .item li i {
      margin-right: 4px;
}
.receiveTaskPopover .item li:hover {
      color: #B530FF;
      background-color: #f2ecff;
}
.receiveTaskPopover .item li.is-disable {
      color: #C9C8CC;
      cursor: not-allowed;
      /*pointer-events: none;*/
}
.receiveTaskPopover .item li .name {
      max-width: 90px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-tip-dialog .el-dialog {
  min-width: 0;
  max-width: none;
  width: 334px;
  border-radius: 8px;
}
.task-tip-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 12px;
    right: 12px;
}
.task-tip-dialog .el-dialog .el-dialog__body {
    padding: 0 27px 24px;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner {
      text-align: center;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner img {
        width: 146px;
        height: 130px;
        margin-bottom: 16px;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .title {
        font-size: 20px;
        color: #2C2A33;
        font-weight: bold;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .msg {
        margin: 12px 0 10px;
        text-align: left;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap {
        margin-top: 16px;
        padding: 0 36px;
        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;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .confirm {
          color: #B530FF;
          background-color: transparent;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .confirm:hover {
            color: #C955FF;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .confirm:focus {
            color: #C955FF;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .confirm:hover, .task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .confirm:focus {
            background-color: inherit;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .cancel {
          background-color: inherit;
          color: #57565B;
}
.task-tip-dialog .el-dialog .el-dialog__body .task-tip-dialog_inner .btn-wrap .cancel:hover {
            color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.my-task-table {
  margin-top: 18px;
}
.my-task-table .btn-wraps {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
.my-task-table .btn-wraps .left-btn {
      float: left;
      background-color: #B530FF;
      color: #fff;
      text-align: center;
      margin-left: 0;
      padding: 6px 8px;
      height: 33px;
}
.my-task-table .btn-wraps .left-btn i {
        margin-right: 9px;
}
.my-task-table .btn-wraps .left-btn span {
        margin-left: 0;
}
.my-task-table .btn-wraps .left-btn[disabled] {
        background-color: #C9C8CC;
        color: #fff;
}
.my-task-table .btn-wraps .right-btns {
      float: right;
}
.my-task-table .btn-wraps button {
      margin-left: 10px;
      background-color: transparent;
      color: #B530FF;
      border: 1px solid #B530FF;
      border-radius: 2px;
      padding: 6px 12px;
}
.my-task-table .btn-wraps button.remove {
        color: #EF3939;
        border-color: #EF3939;
}
.my-task-table .btn-wraps button[disabled] {
        cursor: not-allowed;
        color: #C9C8CC;
        border-color: #C9C8CC;
}
.my-task-table .j-table .progress-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #57565B;
}
.my-task-table .j-table .progress-info .info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 12px;
}
.my-task-table .j-table .progress-info .info-item:last-of-type {
        margin-right: 0;
}
.my-task-table .j-table .progress-info .info-item span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 4px;
}
.my-task-table .j-table .cell .metadata-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my-task-table .j-table .cell .metadata-type-wrap .j-icon {
      height: 27px;
}
.my-task-table .j-table .cell .metadata-type-wrap .j-icon .msicon {
        font-size: 26px;
}
.my-task-table .j-table .cell .tooltip-wrap .name {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-task-table .j-table .cell .progress-done {
    color: #57565B;
}
.my-task-table .j-table .cell .progress {
    position: relative;
    margin-top: 4px;
    height: 12px;
}
.my-task-table .j-table .cell .operation {
    margin: 0 14px;
}
.my-task-table .j-table .cell .operation .j-router-link {
      margin-right: 12px;
      color: #B530FF;
      font-weight: 500;
}
.my-task-table .j-table .cell .operation .j-router-link .is-disabled {
        color: #C9C8CC;
}
.my-task-table .j-table .cell .operation button {
      font-size: 14px;
      background-color: transparent;
      margin-right: 12px;
}
.my-task-table .j-table .cell .operation button:last-of-type {
        margin-right: 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
#v-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 12px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
#v-title span {
    font-size: 16px;
    font-weight: bold;
    color: #2C2A33;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-owners .task-owners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task-owners .task-owners__list .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.task-owners .task-owners__list .line.line-1 .task-owners__item .work-flow {
      right: 100%;
      bottom: inherit;
      top: 50%;
      -webkit-transform: translate(9px, -50%);
              transform: translate(9px, -50%);
}
.task-owners .task-owners__list .line.line-1 .task-owners__item.first-item .work-flow {
      left: 50%;
      bottom: 100%;
      top: inherit;
      -webkit-transform: translate(-50%, 8px) rotateZ(90deg);
              transform: translate(-50%, 8px) rotateZ(90deg);
}
.task-owners .task-owners__list .line.line-1 .task-owners__item .stage-change {
      display: none;
}
.task-owners .task-owners__list .line.line-1 .task-owners__item.is-status-change .taskflow {
      display: none;
}
.task-owners .task-owners__list .line.line-1 .task-owners__item.is-status-change .stage-change {
      display: block;
      border-radius: 2px;
      background-color: #FA9202;
      color: #fff;
      padding: 2px 4px;
}
.task-owners .task-owners__list .line.line-2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
}
.task-owners .task-owners__list .line.line-2 .task-owners__item .work-flow {
        left: 100%;
        top: 50%;
        bottom: inherit;
        -webkit-transform: translate(-9px, -50%) rotateZ(180deg);
                transform: translate(-9px, -50%) rotateZ(180deg);
}
.task-owners .task-owners__list .line.line-2 .task-owners__item.first-item .work-flow {
        bottom: 100%;
        top: inherit;
        left: 50%;
        -webkit-transform: translate(-50%, 8px) rotateZ(90deg);
                transform: translate(-50%, 8px) rotateZ(90deg);
}
.task-owners .task-owners__list .task-owners__item {
    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;
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content {
      position: relative;
      width: 90px;
      height: 120px;
      padding: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 12px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 5px;
      border: 1px solid #D9D9D9;
      background-color: #fff;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.QUALITY_TASK {
        border-color: #FF6153 !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.QUALITY_TASK:hover {
          background-color: #FFEFED !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.AUDIT_TASK {
        border-color: #FF9821 !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.AUDIT_TASK:hover {
          background-color: #FFF4E8 !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.TAGGING_TASK {
        border-color: #B530FF !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.TAGGING_TASK:hover {
          background-color: #F1EBFE !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.ADOPT {
        border-color: #31BF45 !important;
        color: #31BF45  !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.ADOPT:hover {
          background-color: #EAF8EC !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.UNABLE {
        border-color: #EB303C !important;
        color: #EB303C !important;
}
.task-owners .task-owners__list .task-owners__item .task-owners__item-content.UNABLE:hover {
          background-color: #FDE9EB !important;
}
.task-owners .task-owners__list .task-owners__item.empty {
      width: inherit;
      border: none;
      font-size: 12px;
      padding: 20px 0;
      color: #959599;
}
.task-owners .task-owners__list .task-owners__item.empty .username {
        color: #2C2A33;
}
.task-owners .task-owners__list .task-owners__item .no {
      position: absolute;
      left: 6px;
      top: 6px;
      background: #B530FF;
      color: #fff;
      padding: 0px 5px;
      border-radius: 50%;
      text-align: center;
      line-height: 16px;
      z-index: 1;
}
.task-owners .task-owners__list .task-owners__item .j-user {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.task-owners .task-owners__list .task-owners__item .j-user .name {
        margin-top: 0;
}
.task-owners .task-owners__list .task-owners__item .j-user img {
        width: 40px;
        margin: 0 0 2px;
}
.task-owners .task-owners__list .task-owners__item .j-user span {
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #57565B;
}
.task-owners .task-owners__list .task-owners__item .taskflow {
      text-align: center;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.task-owners .task-owners__list .task-owners__item .taskflow.empty {
        color: #959599;
}
.task-owners .task-owners__list .task-owners__item .taskflow.empty i {
          font-size: 14px;
}
.task-owners .task-owners__list .task-owners__item .duration-time {
      margin-top: 2px;
      line-height: 16px;
      color: #57565B;
}
.task-owners .task-owners__list .task-owners__item .work-flow {
      position: absolute;
      display: inline-block;
      width: 18px;
      height: 16px;
}
.task-owners .task-owners__list .task-owners__item .work-flow.is-forward {
        color: #B530FF;
}
.task-owners .task-owners__list .task-owners__item .work-flow.is-reverse {
        color: #EF4848;
}
.task-owners .task-owners__list .task-owners__item .work-flow.is-status-update {
        color: #FA9201;
}
.task-owners .task-owners__list .task-owners__item .work-flow.empty {
        color: #959599;
}
.task-owners .task-owners__list .task-owners__item .work-flow .msicon {
        font-size: 12px;
}
.task-owners .task-owners__list .task-owners__item .work-flow i {
        display: inline-block;
}
.task-owners .task-owners__list .task-owners__item .empty-user {
      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;
      color: #D9D9D9;
}
.task-owners .task-owners__list .task-owners__item .empty-user .msicon {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 2px;
}
.task-owners .task-owners__list .task-owners__item .empty-user .username {
        color: #57565B;
}
.task-owners .task-owners__list .task-owners__item .complate {
      text-align: center;
}
.task-owners .task-owners__list .task-owners__item .complate .icon {
        padding: 4px 0 1px;
}
.task-owners .task-owners__list .task-owners__item .complate .icon .msicon {
          font-size: 36px;
}
.task-owners .task-owners__list .task-owners__item .complate .desc {
        font-size: 12px;
        font-weight: bold;
        padding: 3px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.dispatch-user-panel .el-input {
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.dispatch-user-panel .el-input .el-input__inner {
    height: 32px;
    border: none;
}
.dispatch-user-panel .el-input .el-input__prefix {
    left: 0;
}
.dispatch-user-panel .el-input .el-input__prefix .el-input__icon {
      color: #57565B;
      line-height: 32px;
      text-align: left;
}
.dispatch-user-panel .dispatch-person-list {
  max-height: 207px;
  overflow-y: auto;
}
.dispatch-user-panel .dispatch-person-list .person-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
    padding: 4px 10px;
    cursor: pointer;
}
.dispatch-user-panel .dispatch-person-list .person-info:last-of-type {
      margin-bottom: 0;
}
.dispatch-user-panel .dispatch-person-list .person-info img {
      width: 24px;
      margin-right: 6px;
      border-radius: 50%;
      border: 2px solid transparent;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
}
.dispatch-user-panel .dispatch-person-list .person-info span {
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      font-size: 14px;
      color: #57565B;
      max-width: 114px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.dispatch-user-panel .dispatch-person-list .person-info:hover, .dispatch-user-panel .dispatch-person-list .person-info.is-selected {
      background-color: rgba(181, 48, 255, 0.1);
}
.dispatch-user-panel .dispatch-person-list .person-info:hover img, .dispatch-user-panel .dispatch-person-list .person-info.is-selected img {
        border: 2px solid #B530FF;
}
.dispatch-user-panel .dispatch-person-list .person-info:hover span, .dispatch-user-panel .dispatch-person-list .person-info.is-selected span {
        color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-trace-single-dispatch {
  min-width: 0;
  width: 192px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0 8px 0;
}
.task-trace-single-dispatch .el-input {
    border-bottom: 1px solid #D9D9D9;
    margin: 0 12px 10px;
    width: 160px;
}
.task-trace-single-dispatch .el-input .el-input__inner {
      height: 32px;
      border: none;
}
.task-trace-single-dispatch .el-input .el-input__prefix {
      left: 0;
}
.task-trace-single-dispatch .el-input .el-input__prefix .el-input__icon {
        color: #57565B;
        line-height: 32px;
        text-align: left;
}
.task-trace-single-dispatch .el-checkbox {
    margin: 0 12px 10px;
}
.task-trace-single-dispatch .person-list {
    max-height: 175px;
    overflow-y: auto;
}
.task-trace-single-dispatch .person-list .person-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 4px;
      padding: 4px 12px;
      cursor: pointer;
}
.task-trace-single-dispatch .person-list .person-info:last-of-type {
        margin-bottom: 0;
}
.task-trace-single-dispatch .person-list .person-info img {
        width: 24px;
        margin-right: 6px;
        border-radius: 50%;
        border: 2px solid transparent;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.task-trace-single-dispatch .person-list .person-info span {
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 14px;
        color: #57565B;
        max-width: 114px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.task-trace-single-dispatch .person-list .person-info:hover img {
        border: 2px solid #B530FF;
}
.task-trace-single-dispatch .person-list .person-info:hover span {
        color: #B530FF;
}
.task-trace-single-dispatch .person-list .person-info.chosen {
        background-color: rgba(181, 48, 255, 0.1);
}
.task-trace-single-dispatch .person-list .person-info.chosen img {
          border: 2px solid #B530FF;
}
.task-trace-single-dispatch .person-list .person-info.chosen span {
          color: #B530FF;
}
.task-trace-single-dispatch .btn-wrap {
    text-align: right;
    padding: 8px 12px 0;
}
.task-trace-single-dispatch .btn-wrap button {
      color: #B530FF;
      background-color: #fff;
      border-radius: 4px;
      border: none;
      padding: 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-owners-popover {
  padding: 0;
}
.task-owners-popover .task-owners-popover__content {
    max-height: 400px;
    min-width: 218px;
    overflow: auto;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.column-thumbnail {
  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;
}
.column-thumbnail .j-audio_play-btn {
    margin-right: 4px;
}
.column-thumbnail .j-audio_play-btn .play-btn {
      width: 26px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.column-thumbnail .small-img-wrap {
    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%;
}
.column-thumbnail .small-img-wrap .small-img {
      position: relative;
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
}
.column-thumbnail .small-img-wrap .small-img.is-voice img {
        max-width: 140px;
        border-radius: 1px;
}
.column-thumbnail .small-img-wrap .is-new {
      line-height: 12px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 12px;
      color: #fff;
      padding: 0 4px;
      background: #41bf1c;
      border-radius: 3px;
      white-space: nowrap;
}
.column-thumbnail .small-img-wrap img {
      display: inline-block;
      max-width: 42px;
      max-height: 42px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.my-task-drawer_table {
  padding: 0 24px;
}
.my-task-drawer_table .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 12px;
}
.my-task-drawer_table .btn-wrap button {
      padding: 7px 12px;
      border: 1px solid #B530FF;
      background-color: transparent;
      color: #B530FF;
      border-radius: 2px;
      margin-left: 12px;
}
.my-task-drawer_table .btn-wrap button.is-disable {
        color: #C9C8CC;
        border-color: #C9C8CC;
        pointer-events: none;
}
.my-task-drawer_table .drawer-table-wrap {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .metadata-type-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .metadata-type-wrap .j-icon {
        height: 27px;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .metadata-type-wrap .j-icon .msicon {
          font-size: 26px;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .j-thumb-nail-image {
      max-width: 42px;
      max-height: 42px;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .imageName {
      display: inline-block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      white-space: pre-wrap;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .img-wrap {
      text-align: center;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .operation .j-router-link {
      margin-right: 12px;
      color: #B530FF;
      font-weight: 500;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .operation .j-router-link .is-disabled {
        color: #C9C8CC;
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .operation button {
      font-size: 14px;
      /*color: $themeColor;*/
      background-color: transparent;
      /*margin-right: 24px;*/
      /*&[disabled]{
                            cursor: not-allowed;
                            color: $disabledColor;
                        }*/
}
.my-task-drawer_table .drawer-table-wrap .j-table .cell .operation button:last-of-type {
        margin-right: 0;
}
.my-task-drawer_img {
  padding: 5px;
}
.my-task-drawer_img img {
    max-width: 300px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.my-task-drawer .el-drawer__container .el-drawer {
  /*width: calc(348/1440*100vw)!important;*/
  min-width: 862px;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body {
    background-color: #F4F5F7;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .top {
      padding: 19px 24px;
      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;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
              box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
      color: #2C2A33;
      background-color: #fff;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .top .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .top .left .msicon {
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg);
          cursor: pointer;
          font-size: 20px;
          margin-right: 9px;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .top .left .title {
          font-size: 24px;
          font-weight: bold;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .top .right {
        font-size: 12px;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress {
      margin: 19px 24px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
              box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
      border-radius: 4px;
      background-color: #fff;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress .progress-info {
        padding: 23px 20px 18px;
        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;
        color: #57565B;
        font-size: 14px;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress .progress-info .progress-detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress .progress-info .progress-detail .info-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 12px;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress .progress-info .progress-detail .info-item:last-of-type {
              margin-right: 0;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress .progress-info .progress-detail .info-item span {
              width: 10px;
              height: 10px;
              border-radius: 50%;
              margin-right: 4px;
}
.my-task-drawer .el-drawer__container .el-drawer .el-drawer__body .task-progress .progress {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px;
        padding-bottom: 24px;
        width: calc(100% - 40px);
        height: 24px;
}

@charset "UTF-8"

/*单行文本溢出*/
/*多行文本溢出*/

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-trace-dialog .el-dialog {
  width: 306px;
  min-width: 0;
  border-radius: 6px;
}
.task-trace-dialog .el-dialog .el-dialog__header {
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
}
.task-trace-dialog .el-dialog .el-dialog__header .el-dialog__title {
      font-size: 18px;
      font-weight: bold;
}
.task-trace-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 19px;
      right: 18px;
}
.task-trace-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
        font-size: 18px;
}
.task-trace-dialog .el-dialog .el-dialog__body {
    padding: 19px 30px 16px;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 21px;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner:last-of-type {
        margin-bottom: 0;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .title {
        /*margin-right: 15px;*/
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail {
        height: 100%;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap {
          position: relative;
          cursor: pointer;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap .selected {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap .selected img {
              width: 28px;
              border-radius: 50%;
              margin-right: 4px;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap .selected .name {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              max-width: 83px;
              color: #B530FF;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap .selected .el-icon-arrow-down {
              color: #57565B;
              font-size: 12px;
              margin-left: 3px;
              font-weight: bold;
              -webkit-transition: all 0.25s;
              transition: all 0.25s;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap .selected .el-icon-arrow-down.chosen {
                color: #B530FF;
                -webkit-transform: rotateZ(180deg);
                        transform: rotateZ(180deg);
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .img-wrap .unselected {
            color: #B530FF;
            text-decoration: underline;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .el-radio-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .el-radio-group .el-radio {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 16px;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .el-radio-group .el-radio .el-radio__input {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .el-radio-group .el-radio .el-radio__label {
              display: inline-block;
              padding-left: 4px;
              height: 18px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .el-radio-group .el-radio .el-radio__label .msicon {
                margin-left: 4px;
                color: #C5C4CE;
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .content .content-inner .detail .el-radio-group .el-radio .el-radio__label .msicon:hover {
                  color: #B530FF;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .btn-wrap {
      text-align: center;
      margin-top: 68px;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .btn-wrap button {
        width: 78px;
        color: #fff;
        background-color: #fff;
        border-radius: 4px;
        font-size: 14px;
        padding: 6px 0;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .btn-wrap button.cancel {
          color: #57565B;
          margin-right: 12px;
          background-color: #fff;
          border: 1px solid #D9D9D9;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .btn-wrap button.confirm {
          background-color: #B530FF;
}
.task-trace-dialog .el-dialog .el-dialog__body .task-trace-dialog__inner .btn-wrap button[disabled] {
          background-color: #C9C8CC;
          cursor: not-allowed;
}
.task-trace-dialog_popover {
  min-width: 0;
  width: 192px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 12px 8px 12px;
}
.task-trace-dialog_popover .el-input {
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}
.task-trace-dialog_popover .el-input .el-input__inner {
      height: 32px;
      border: none;
}
.task-trace-dialog_popover .el-input .el-input__prefix {
      left: 0;
}
.task-trace-dialog_popover .el-input .el-input__prefix .el-input__icon {
        color: #57565B;
        line-height: 32px;
        text-align: left;
}
.task-trace-dialog_popover .person-list {
    max-height: 175px;
    overflow-y: auto;
}
.task-trace-dialog_popover .person-list .person-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 4px;
      padding: 4px 0;
      cursor: pointer;
}
.task-trace-dialog_popover .person-list .person-info:last-of-type {
        margin-bottom: 0;
}
.task-trace-dialog_popover .person-list .person-info img {
        width: 24px;
        margin-right: 6px;
        border-radius: 50%;
        border: 2px solid transparent;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.task-trace-dialog_popover .person-list .person-info span {
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 14px;
        color: #57565B;
        max-width: 114px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.task-trace-dialog_popover .person-list .person-info:hover img {
        border: 2px solid #B530FF;
}
.task-trace-dialog_popover .person-list .person-info:hover span {
        color: #B530FF;
}
.task-trace-dialog_popover .person-list .person-info.chosen img {
        border: 2px solid #B530FF;
}
.task-trace-dialog_popover .person-list .person-info.chosen span {
        color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-standard {
  line-height: 1;
}
.task-standard .standard {
    font-size: 12px;
    display: inline-block;
    padding: 2px 4px;
    color: #B530FF;
    border: 1px solid #B530FF;
    border-radius: 3px;
}
.task-standard .reject {
    font-size: 12px;
    display: inline-block;
    padding: 2px 4px;
    color: #FF7275;
    border: 1px solid #FF7275;
    border-radius: 3px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-track-modal.change-status .model-content .title {
  font-weight: bold;
  margin-bottom: 11px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-track-modal.import-file .file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.task-track-modal.import-file .file-info p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.task-track-modal.import-file .file-info .link {
    color: #B530FF;
}
.task-track-modal.import-file .j-count-total-bar .container {
  margin: 12px 0 8px;
}
.task-track-modal.import-file .table-wrap .table-header {
  margin-bottom: 0;
}
.task-track-modal.import-file .table-wrap .el-table.el-table--mini th {
  padding: 0 10px;
}
.task-track-modal.import-file .table-wrap .el-table.el-table--mini th.el-table-column--selection .cell {
    padding: 0 !important;
}
.task-track-modal.import-file .table-wrap .header-row th {
  height: 30px;
}
.task-track-modal.import-file .batch-command .title {
  font-weight: bold;
  margin: 16px 0 8px;
}
.task-track-modal.import-file .batch-command .el-radio-group {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.task-track-modal.import-file .batch-command .el-radio-group .el-radio {
    margin: 0;
}
.task-track-modal.import-file .model-content {
  padding-bottom: 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-number-input {
  margin: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
}
.j-number-input .el-input-number .el-input .el-input__inner {
    border: 0;
    padding: 0 4px;
}
.j-number-input .append {
    border-left: 1px solid #D9D9D9;
    background-color: #F5F7FA;
    color: #909399;
    padding: 0 4px;
}
.j-number-input.mini .el-input-number .el-input__inner {
    line-height: 26px;
    height: 26px;
}
.j-number-input.mini .append {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}
.j-number-input.is-focus {
    border-color: #B530FF;
}
.j-number-input.is-focus .append {
      border-color: #B530FF;
}
.j-number-input.hide-control .el-input-number {
    width: 40px;
}
.j-number-input.hide-control .el-input-number .el-input-number__decrease,
    .j-number-input.hide-control .el-input-number .el-input-number__increase {
      display: none;
}
.j-number-input.is-error {
    border-color: red;
}
.j-number-input.is-error .el-input__inner {
      background-color: #FFF3F3;
      color: red;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-track-modal.rule-model .model-content .warning-info {
  border: 1px solid #E7A23B;
  background-color: rgba(231, 162, 59, 0.1);
  color: #E7A23B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  padding: 5px 8px;
}
.task-track-modal.rule-model .model-content .warning-info .tooltip-wrap {
    margin-right: 4px;
}
.task-track-modal.rule-model .model-content .warning-info .help-tooltips__icon {
    color: #E7A23B;
}
.task-track-modal.rule-model .model-content .warning-info .help-tooltips__icon:hover {
      color: #B530FF;
}
.task-track-modal.rule-model .model-content .rule-item .is-required:after {
  content: '*';
  color: red;
}
.task-track-modal.rule-model .model-content .rule-item .rule-title {
  font-weight: bold;
  padding: 10px 0;
}
.task-track-modal.rule-model .model-content .rule-item:first-child .rule-title {
  padding: 0 0 10px;
}
.task-track-modal.rule-model .model-content .rule-item .line {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.task-track-modal.rule-model .model-content .rule-item .line .el-radio {
    margin-right: 0 !important;
    -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
}
.task-track-modal.rule-model .model-content .rule-item .line .el-select .el-input {
    width: 60px;
}
.task-track-modal.rule-model .model-content .rule-item .line .el-select .el-input .el-input__suffix {
      right: 0;
      border-left: 1px solid #D9D9D9;
}
.task-track-modal.rule-model .model-content .rule-item .line .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-input__icon {
        width: 16px;
}
.task-track-modal.rule-model .model-content .rule-item .rule-detail {
  padding: 0 0 0 20px;
}
.task-track-modal.rule-model .model-content .rule-item .pre::after {
  content: '预估：';
  color: #E7A23B;
}
.task-track-modal.rule-model .model-content .rule-item .is-error {
  color: red;
}
.task-track-modal.rule-model .model-content .rule-item .j-task-flow-label .label {
  font-size: 14px;
}
.task-track-modal.rule-model .model-content .rule-item .el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.task-track-modal.rule-model .model-content .rule-item .el-radio-group .el-radio {
    margin: 0 10px 0 0;
    -webkit-box-flex: 25%;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
}
.task-track-modal.rule-model .model-content .rule-item .el-radio {
  line-height: 26px;
}
.task-track-modal.rule-model .model-content .rule-item .el-radio .el-radio__label {
    font-weight: normal;
}
.task-track-modal.rule-model .model-content .rule-item .el-checkbox {
  line-height: 28px;
  margin-right: 10px;
}
.task-track-modal.rule-model .model-content .rule-item .el-checkbox .el-checkbox__label {
    font-weight: normal;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-dialog.task-track-modal .el-dialog__body {
  padding: 0 !important;
}
.j-dialog.task-track-modal .el-dialog__body .model-content {
    padding: 18px 25px;
}
.j-dialog.task-track-modal .el-dialog__body .model-footer {
    text-align: center;
    padding: 40px 0 18px;
}
.j-dialog.task-track-modal .el-dialog__body .model-footer .el-button {
      display: inline-block;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.task-trace-table {
  margin-top: 8px;
}
.task-trace-table .btn-wrap {
    margin-bottom: 12px;
    position: relative;
}
.task-trace-table .btn-wrap .workflow-radio-list {
      position: absolute;
      right: 0;
      top: -44px;
}
.task-trace-table .btn-wrap .operator-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.task-trace-table .btn-wrap .operator-list button {
        padding: 7px 12px;
        border: 1px solid #B530FF;
        background-color: #fff;
        color: #B530FF;
        border-radius: 2px;
        margin-left: 12px;
}
.task-trace-table .btn-wrap .operator-list button.remove {
          color: #EF3939;
          border-color: #EF3939;
}
.task-trace-table .btn-wrap .operator-list button.chosen {
          color: #fff;
          background-color: #B530FF;
}
.task-trace-table .btn-wrap .operator-list button[disabled] {
          cursor: not-allowed;
          color: #C9C8CC;
          background-color: transparent;
          border-color: #C9C8CC;
}
.task-trace-table .btn-wrap .operator-list .j-drop-down-menu {
        margin-left: 12px;
        height: 32px;
}
.task-trace-table .btn-wrap .operator-list .j-drop-down-menu .el-menu {
          background-color: inherit;
}
.task-trace-table .btn-wrap .operator-list .j-drop-down-menu .el-menu button {
            margin-left: 0;
            height: 32px;
}
.task-trace-table .j-table .cell {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.task-trace-table .j-table .cell .metadata-type-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.task-trace-table .j-table .cell .metadata-type-wrap .j-icon {
        height: 27px;
}
.task-trace-table .j-table .cell .metadata-type-wrap .j-icon .msicon {
          font-size: 26px;
}
.task-trace-table .j-table .cell .image-name {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      white-space: pre-wrap;
}
.task-trace-table .j-table .cell .j-thumb-nail-image {
      max-width: 42px;
      max-height: 42px;
}
.task-trace-table .j-table .cell .imageName {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 124px;
}
.task-trace-table .j-table .cell .operation {
      margin: 0 14px;
}
.task-trace-table .j-table .cell .operation .j-router-link {
        margin-right: 12px;
        color: #B530FF;
        font-weight: 500;
}
.task-trace-table .j-table .cell .operation .j-router-link .is-disabled {
          color: #C9C8CC;
}
.task-trace-table .j-table .cell .operation button {
        font-size: 14px;
        /*color: $themeColor;*/
        background-color: transparent;
        margin-left: 0;
        /*margin-right: 24px;*/
        /*&.disable{
                        pointer-events: none;
                        color: $disabledColor;
                    }*/
}
.task-trace-table .j-table .cell .operation button:last-of-type {
          margin-right: 0;
}
.task-trace-table .j-table .cell .operation button.el-popover__reference {
          margin-right: 12px;
}
.task-trace-popper {
  min-width: 0;
  width: auto;
  padding: 8px 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  background-color: #fff;
}
.task-trace-popper ul {
    width: 80px;
    color: #57565B;
}
.task-trace-popper ul li {
      padding: 7px 16px;
      cursor: pointer;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
}
.task-trace-popper ul li:hover {
        background-color: #F1ECFF;
        color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.team-role__filter {
  /*display: flex !important;*/
}
.team-role__filter .team-role__filter-type {
    -webkit-box-flex: 160px;
        -ms-flex: 160px 0 0px;
            flex: 160px 0 0;
    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-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
}
.team-role__filter .team-role__filter-type .el-radio-group {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.team-role__filter .team-role__filter-type .el-radio-group .el-radio {
        margin-right: 24px;
}
.team-role__filter .team-role__filter-type .el-radio-group .el-radio .el-radio__label {
          padding-left: 3px;
          font-size: 14px;
}
.team-role__filter .team-role__filter-type .shuaxin {
      font-size: 12px;
      cursor: pointer;
      color: #B530FF;
}
.team-role__filter .team-role__filter-rolelist {
    padding-top: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleitem {
      width: calc((100% - 64px)/5);
      margin-right: 16px;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 12px;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleitem:nth-of-type(5n) {
        margin-right: 0;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleicon {
      width: 20px;
      height: 20px;
      display: block;
      cursor: pointer;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleicon.shuaxin {
        padding: 0;
        line-height: 20px;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleicon.is-disabled {
        cursor: not-allowed;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion .team-role__filter-unionitem {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion .team-role__filter-unionitem.divider {
          color: #ccc;
          padding: 0 4px;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion .el-divider {
        padding: 0;
        margin: 0;
        -webkit-transform: scaleY(3) rotateZ(45deg);
                transform: scaleY(3) rotateZ(45deg);
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion .team-role__filter-unionicon {
        display: block;
        padding: 0;
        width: 12px;
        height: 14px;
        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: 1px solid #E7E7E9;
        color: #57565B;
        border-radius: 3px;
        cursor: pointer;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion .team-role__filter-unionicon.is-disabled {
          cursor: not-allowed;
          opacity: 0.2;
}
.team-role__filter .team-role__filter-rolelist .team-role__filter-roleunion .team-role__filter-unionicon.is-checked {
          background-color: #B530FF;
          color: #fff;
}

@charset "UTF-8";
[data-v-035ff77b]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
#team_table[data-v-035ff77b] {
  margin-top: 16px;
}
#team_table .table-wrap .cell .checked-roles[data-v-035ff77b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
#team_table .table-wrap .cell .checked-roles div[data-v-035ff77b] {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /*&:last-of-type{*/
      /*    img{*/
      /*        margin-right: 0;*/
      /*    }*/
      /*}*/
}
#team_table .table-wrap .cell .checked-roles div img[data-v-035ff77b] {
        width: 20px;
        height: 20px;
        /*margin-right: 12px;*/
}
#team_table .table-wrap .cell .checked-roles div span[data-v-035ff77b] {
        margin: 0 6px;
}
#team_table .table-wrap .cell .history p[data-v-035ff77b] {
    font-size: 14px;
    color: #57565B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: pre-wrap;
}
#team_table .table-wrap .cell .history span[data-v-035ff77b] {
    font-size: 12px;
    color: #959599;
}
#team_table .table-wrap .cell .avator-name[data-v-035ff77b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*justify-content: center;*/
}
#team_table .table-wrap .cell .avator-name img[data-v-035ff77b] {
      margin-right: 10px;
}
#team_table .table-wrap .cell .avator-name span[data-v-035ff77b] {
      font-size: 16px;
      color: #2C2A33;
}
#team_table .table-wrap .cell .character[data-v-035ff77b] {
    /*padding-left: 9px;*/
}
#team_table .table-wrap .cell .character img[data-v-035ff77b] {
      width: 20px;
      height: 20px;
      margin-right: 12px;
      cursor: pointer;
}
#team_table .table-wrap .cell .character img[data-v-035ff77b]:last-of-type {
        margin-right: 0;
}
#team_table .table-wrap .cell .character img.role.is-disabled[data-v-035ff77b] {
        cursor: not-allowed !important;
}
#team_table .table-wrap .cell .range .el-icon-caret-top[data-v-035ff77b] {
    color: #33C650;
}
#team_table .table-wrap .cell .range .el-icon-caret-bottom[data-v-035ff77b] {
    color: #FF5555;
}
#team_table .table-wrap .cell .range .number[data-v-035ff77b] {
    font-size: 14px;
    color: #57565B;
    margin-left: 2px;
}
#team_table .table-wrap .cell .progress[data-v-035ff77b] {
    color: #57565B;
    font-size: 14px;
}
#team_table .table-wrap .cell .accuracy-rate[data-v-035ff77b] {
    color: #57565B;
}
#team_table .table-wrap .table-layout-wrap .el-table[data-v-035ff77b] {
    /*所有table头的公共样式*/
}
#team_table .table-wrap .table-layout-wrap .el-table .header-row th .cell .character[data-v-035ff77b] {
      font-size: 14px;
      color: #57565B;
      background-color: transparent;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
}
#team_table .table-wrap .table-layout-wrap .el-table .header-row th .cell .character i[data-v-035ff77b] {
        color: #57565B;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
#team_table .table-wrap .table-layout-wrap .el-table .header-row th .cell .character.active[data-v-035ff77b] {
        color: #B530FF;
}
#team_table .table-wrap .table-layout-wrap .el-table .header-row th .cell .character.active i[data-v-035ff77b] {
          color: #B530FF;
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg);
}
#team_table .table-wrap .table-layout-wrap .el-table .header-row th .cell .character.colored[data-v-035ff77b] {
        color: #B530FF;
}
#team_table .table-wrap .table-layout-wrap .el-table .header-row th .cell .character.colored i[data-v-035ff77b] {
          color: #B530FF;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row .cell .role-img[data-v-035ff77b] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row .cell .role-img img[data-v-035ff77b] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-right: 12px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row .cell .role-img img[data-v-035ff77b]:last-of-type {
          margin-right: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell[data-v-035ff77b] {
      padding-left: 10px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .avator-name[data-v-035ff77b] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /*justify-content: center;*/
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .avator-name img[data-v-035ff77b] {
          margin-right: 10px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .avator-name span[data-v-035ff77b] {
          font-size: 14px;
          color: #2C2A33;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .character[data-v-035ff77b] {
        /*padding-left: 9px;*/
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .character img[data-v-035ff77b] {
          width: 20px;
          height: 20px;
          margin-right: 12px;
          cursor: pointer;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .character img[data-v-035ff77b]:last-of-type {
            margin-right: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .range .el-icon-caret-top[data-v-035ff77b] {
        color: #33C650;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .range .el-icon-caret-bottom[data-v-035ff77b] {
        color: #FF5555;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .range .number[data-v-035ff77b] {
        font-size: 14px;
        color: #57565B;
        margin-left: 2px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .progress[data-v-035ff77b] {
        color: #57565B;
        font-size: 14px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .accuracy-rate[data-v-035ff77b] {
        color: #57565B;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header .cell[data-v-035ff77b] {
      padding: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header .role-img[data-v-035ff77b] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header .role-img img[data-v-035ff77b] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-right: 12px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header .role-img img.hide[data-v-035ff77b] {
          display: none;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header .role-img img[data-v-035ff77b]:last-of-type {
          margin-right: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell[data-v-035ff77b] {
      padding-left: 10px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .avator-name[data-v-035ff77b] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /*justify-content: center;*/
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .avator-name img[data-v-035ff77b] {
          margin-right: 10px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .avator-name span[data-v-035ff77b] {
          font-size: 16px;
          color: #2C2A33;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .character[data-v-035ff77b] {
        /*padding-left: 9px;*/
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .character img[data-v-035ff77b] {
          width: 20px;
          height: 20px;
          margin-right: 12px;
          cursor: pointer;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .character img[data-v-035ff77b]:last-of-type {
            margin-right: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .range .el-icon-caret-top[data-v-035ff77b] {
        color: #33C650;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .range .el-icon-caret-bottom[data-v-035ff77b] {
        color: #FF5555;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .range .number[data-v-035ff77b] {
        font-size: 14px;
        color: #57565B;
        margin-left: 2px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .progress[data-v-035ff77b] {
        color: #57565B;
        font-size: 14px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell .accuracy-rate[data-v-035ff77b] {
        color: #57565B;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.team-filter-popover {
  padding-bottom: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .character {
      /*padding-left: 8px;*/
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .character img {
        width: 20px;
        height: 20px;
        margin-right: 12px;
        cursor: pointer;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body .el-table__row .cell .character img:last-of-type {
          margin-right: 0;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#team_table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body .el-table__row .cell {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

@charset "UTF-8";
[data-v-4b5df817]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
#swim_lane_diagrams[data-v-4b5df817] {
  margin-top: 12px;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  overflow-x: auto;
  padding: 12px;
}
#swim_lane_diagrams .flip-list-move[data-v-4b5df817] {
    /*background-color: red;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#swim_lane_diagrams .no-move[data-v-4b5df817] {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#swim_lane_diagrams .list-group-item[data-v-4b5df817] {
    cursor: move;
}
#swim_lane_diagrams .ghost[data-v-4b5df817] {
    opacity: 0.5;
}
#swim_lane_diagrams .see_more_menu[data-v-4b5df817] {
    z-index: 2;
    position: fixed;
    width: auto;
    padding: 6px 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    background-color: #fff;
    cursor: default;
}
#swim_lane_diagrams .see_more_menu li[data-v-4b5df817] {
      position: relative;
      padding: 6px 16px;
      white-space: nowrap;
      color: #57565B;
      font-size: 14px;
      cursor: pointer;
}
#swim_lane_diagrams .see_more_menu li[data-v-4b5df817]:hover {
        background-color: #F2F0FE;
        color: #B530FF;
}
#swim_lane_diagrams .see_more_menu li[disabled][data-v-4b5df817] {
        color: #C9C8CC;
        cursor: default;
}
#swim_lane_diagrams .see_more_menu li[disabled][data-v-4b5df817]:hover {
          background-color: #fff;
          color: #C9C8CC;
}
#swim_lane_diagrams .see_more_menu li.chosen[data-v-4b5df817] {
        background-color: #F2F0FE;
        color: #B530FF;
}
#swim_lane_diagrams .see_more_menu li .remove[data-v-4b5df817] {
        position: absolute;
        background-color: #fff;
        right: -93px;
        top: -4px;
        padding: 12px 0;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
                box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
        border-radius: 2px;
}
#swim_lane_diagrams .see_more_menu li .remove div[data-v-4b5df817] {
          padding: 6px 12px;
          margin-bottom: 3px;
          color: #57565B;
}
#swim_lane_diagrams .see_more_menu li .remove div[data-v-4b5df817]:last-of-type {
            margin-bottom: 0;
}
#swim_lane_diagrams .see_more_menu li .remove div[data-v-4b5df817]:hover {
            background-color: #F2F0FE;
            color: #B530FF;
}
#swim_lane_diagrams .see_more_menu li .remove div[disabled][data-v-4b5df817] {
            color: #C9C8CC;
}
#swim_lane_diagrams .see_more_menu li .remove div[disabled][data-v-4b5df817]:hover {
              background-color: #fff;
              color: #C9C8CC;
}
#swim_lane_diagrams .see_more_menu li .remove.move-to-left[data-v-4b5df817] {
          left: -93px;
          right: auto;
}
#swim_lane_diagrams .see_more_menu li .remove.move-to-left[data-v-4b5df817]::before {
            right: -7px;
            left: auto;
            -webkit-transform: rotateZ(180deg);
                    transform: rotateZ(180deg);
}
#swim_lane_diagrams .see_more_menu li .remove[data-v-4b5df817]::before {
          content: '';
          position: absolute;
          display: inline-block;
          left: -7px;
          border-top: 7px solid transparent;
          border-right: 7px solid #fff;
          border-bottom: 7px solid transparent;
}
#swim_lane_diagrams .role_list[data-v-4b5df817] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#swim_lane_diagrams .role_list .role_list_li[data-v-4b5df817] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: inline-block;
      background-color: #F4F4F7;
      padding: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 8px;
      margin-right: 12px;
      width: 262px;
      border: 2px solid transparent;
      -webkit-transition: all .3s;
      transition: all .3s;
}
#swim_lane_diagrams .role_list .role_list_li[data-v-4b5df817]:last-of-type {
        margin-right: 0;
}
#swim_lane_diagrams .role_list .role_list_li.moving[data-v-4b5df817] {
        border: 2px dashed #B530FF;
}
#swim_lane_diagrams .role_list .role_list_li.onEnter[data-v-4b5df817] {
        background-color: #F1EBFE;
}
#swim_lane_diagrams .role_list .role_list_li.onEnter.is-disabled[data-v-4b5df817] {
          border: 2px dashed #959599;
          background-color: #F4F5F7;
}
#swim_lane_diagrams .role_list .role_list_li.onEnter.is-disabled .list-group-item[data-v-4b5df817] {
            cursor: not-allowed;
}
#swim_lane_diagrams .role_list .role_list_li .top[data-v-4b5df817] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 12px;
}
#swim_lane_diagrams .role_list .role_list_li .top .left[data-v-4b5df817] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
#swim_lane_diagrams .role_list .role_list_li .top .left img[data-v-4b5df817] {
            width: 20px;
            height: 20px;
            margin-right: 4px;
}
#swim_lane_diagrams .role_list .role_list_li .top .left span[data-v-4b5df817] {
            font-size: 14px;
            color: #2C2A33;
}
#swim_lane_diagrams .role_list .role_list_li .top .right[data-v-4b5df817] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
#swim_lane_diagrams .role_list .role_list_li .top .right .el-icon-user-solid[data-v-4b5df817] {
            font-size: 14px;
            color: #959599;
            margin-right: 4px;
}
#swim_lane_diagrams .role_list .role_list_li .top .right .number[data-v-4b5df817] {
            font-size: 12px;
            color: #2C2A33;
}
#swim_lane_diagrams .role_list .role_list_li .list-group[data-v-4b5df817] {
        height: calc(100% - 10px);
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item[data-v-4b5df817] {
          position: relative;
          background-color: #fff;
          border-radius: 6px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 12px;
          -webkit-box-shadow: 0 1px 2px 0 rgba(64, 2, 189, 0.06);
                  box-shadow: 0 1px 2px 0 rgba(64, 2, 189, 0.06);
          margin-bottom: 12px;
          border: 1px solid transparent;
          -webkit-transition: all .3s;
          transition: all .3s;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item[data-v-4b5df817]:hover {
            border: 1px solid #B530FF;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item.li_chosen[data-v-4b5df817] {
            border: 1px solid #B530FF;
            background-color: #F1EBFE;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item.li_chosen .member_bottom .member_bottom_left .rate[data-v-4b5df817], #swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item.li_chosen .member_bottom .member_bottom_left .progress[data-v-4b5df817] {
              background-color: #fff;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item.li_remove[data-v-4b5df817] {
            opacity: 0;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item[data-v-4b5df817]:last-of-type {
            margin-bottom: 0;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .line[data-v-4b5df817] {
            position: absolute;
            top: 12px;
            left: 0;
            width: 4px;
            height: 24px;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .line.inner[data-v-4b5df817] {
              background-color: #3B98FF;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .line.outer[data-v-4b5df817] {
              background-color: #FFAE3B;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top[data-v-4b5df817] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_left[data-v-4b5df817] {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_left img[data-v-4b5df817] {
                width: 24px;
                height: 24px;
                margin-right: 6px;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_left .name[data-v-4b5df817] {
                display: inline-block;
                max-width: 97px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 14px;
                color: #2C2A33;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_right[data-v-4b5df817] {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_right .el-icon-caret-top[data-v-4b5df817] {
                color: #33C650;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_right .el-icon-caret-bottom[data-v-4b5df817] {
                color: #FF5555;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_top .member_top_right .num[data-v-4b5df817] {
                margin-left: 4px;
                font-size: 14px;
                color: #2C2A33;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom[data-v-4b5df817] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 18px;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_left[data-v-4b5df817] {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_left .rate[data-v-4b5df817] {
                padding: 2px 6px;
                background-color: #F1F2F4;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 12px;
                color: #5B597E;
                margin-right: 6px;
                border-radius: 3px;
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_left .rate .el-icon-check[data-v-4b5df817] {
                  font-size: 12px;
                  color: #5B597E;
                  margin-right: 4px;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_left .progress[data-v-4b5df817] {
                padding: 2px 6px;
                background-color: #F1F2F4;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 12px;
                color: #5B597E;
                border-radius: 3px;
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_left .progress .msicon-jifu_huabanfuben[data-v-4b5df817] {
                  font-size: 12px;
                  color: #5B597E;
                  margin-right: 4px;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right[data-v-4b5df817] {
              position: relative;
              padding: 0 6px;
              height: 100%;
              -webkit-box-shadow: 0 1px 3px 0 rgba(69, 18, 169, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(69, 18, 169, 0.12);
              border-radius: 4px;
              background-color: #fff;
              -webkit-transition: all .3s;
              transition: all .3s;
              cursor: pointer;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right .modal[data-v-4b5df817] {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 12;
                width: 100%;
                height: 100%;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right span[data-v-4b5df817] {
                font-size: 12px;
                color: #494768;
                -webkit-transition: all .3s;
                transition: all .3s;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right[data-v-4b5df817]:hover {
                background: #F1EBFE;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right:hover span[data-v-4b5df817] {
                  color: #B530FF;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right.chosen[data-v-4b5df817] {
                background-color: #B530FF;
}
#swim_lane_diagrams .role_list .role_list_li .list-group .list-group-item .member_bottom .member_bottom_right.chosen span[data-v-4b5df817] {
                  color: #fff;
}
#swim_lane_diagrams .role_list .role_list_li .list-group.is-disabled .list-group-item[data-v-4b5df817] {
          cursor: auto;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.menu-role-info {
  padding: 0;
  min-width: 0 !important;
}
.menu-role-info .character {
    background-color: #fff;
    padding: 12px 0 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    /* &::before{
            content: '';
            position: absolute;
            display: inline-block;
            left: -7px;
            border-top: 7px solid transparent;
            border-right: 7px solid #fff;
            border-bottom: 7px solid transparent;
        }*/
}
.menu-role-info .character .el-checkbox-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.menu-role-info .character .el-checkbox-group .el-checkbox {
        margin-right: 0;
        margin-bottom: 4px;
        padding: 7px 23px 7px 12px;
}
.menu-role-info .character .el-checkbox-group .el-checkbox:last-of-type {
          margin-bottom: 0;
}
.menu-role-info .character .el-checkbox-group .el-checkbox:hover {
          background: #F1EBFE;
}
.menu-role-info .character .el-checkbox-group .el-checkbox:hover .el-checkbox__label {
            color: #B530FF;
}
.menu-role-info .character .confirm_btn {
      border-top: 1px solid #D9D9D9;
      padding: 10px 0;
}
.menu-role-info .character .confirm_btn button {
        padding: 0;
        font-size: 14px;
        color: #B530FF;
        background-color: #fff;
        margin-left: 12px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.team-owner {
  margin-top: 16px;
}
.team-owner .table-wrap .cell .history {
    height: 41px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.team-owner .table-wrap .cell .history .label {
      font-size: 12px;
}
.team-owner .table-wrap .cell .history .log {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      white-space: pre-wrap;
}
.team-owner .table-wrap .cell .character .label {
    font-size: 12px;
}
.team-owner .table-wrap .cell .character img {
    width: 20px;
    height: 20px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.invite-result_dialog .el-dialog {
  position: relative;
  max-width: none;
  min-width: 0;
  width: 334px;
}
.invite-result_dialog .el-dialog .el-dialog__header {
    display: none;
}
.invite-result_dialog .el-dialog .el-dialog__body {
    padding-bottom: 21px;
}
.invite-result_dialog .result_wrap {
  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;
}
.invite-result_dialog .result_wrap .close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    color: #57565B;
}
.invite-result_dialog .result_wrap .back {
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 20px;
    color: #57565B;
}
.invite-result_dialog .result_wrap img {
    margin-bottom: 10px;
}
.invite-result_dialog .result_wrap .title {
    font-size: 20px;
    color: #2C2A33;
    font-weight: bold;
    margin-bottom: 12px;
}
.invite-result_dialog .result_wrap .text {
    font-size: 14px;
    color: #57565B;
}
.invite-result_dialog .result_wrap .bottom_btn {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
}
.invite-result_dialog .result_wrap .bottom_btn .continue {
      background-color: transparent;
      color: #57565B;
      font-size: 14px;
}
.invite-result_dialog .result_wrap .bottom_btn .done {
      background-color: transparent;
      color: #B530FF;
      font-size: 14px;
}
.invite-result_dialog .result_wrap .result-wrong-wrap {
    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;
    width: 100%;
}
.invite-result_dialog .result_wrap .result-wrong-wrap img {
      width: 132px;
      height: 140px;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .text {
      width: 100%;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .see_detail {
      cursor: pointer;
      width: 100%;
      margin-top: 6px;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .see_detail.open .txt {
        color: #B530FF;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .see_detail.open .down {
        color: #B530FF;
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg);
}
.invite-result_dialog .result_wrap .result-wrong-wrap .see_detail .txt {
        font-size: 12px;
        color: #2C2A33;
        margin-right: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .see_detail .down {
        font-size: 12px;
        color: #2C2A33;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail {
      margin-top: 12px;
      width: 100%;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list {
        border: 1px solid #F9F9FA;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list .error-list-item {
          border-bottom: 1px solid #F9F9FA;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list .error-list-item:last-of-type {
            border-bottom: none;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list .error-list-item .email-address {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 4px 12px;
            border-right: 1px solid #F9F9FA;
            font-size: 12px;
            color: #2C2A33;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list .error-list-item .role {
            padding: 4px 0;
            width: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 12px;
            color: #2C2A33;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list .error-list-item .role img {
              width: 16px;
              height: 16px;
              margin-bottom: 0;
              margin-right: 6px;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .error-list .error-list-item .role img:last-of-type {
                margin-right: 0;
}
.invite-result_dialog .result_wrap .result-wrong-wrap .error_detail .pagination {
        margin-top: 3px;
        text-align: center;
}

@charset "UTF-8";
[data-v-cd953b16]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.email-invitation .single[data-v-cd953b16] {
  margin-top: 24px;
  max-height: 420px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.email-invitation .single .checkbox .checkBox_inner[data-v-cd953b16] {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 12px 12px 17px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.email-invitation .single .checkbox .checkBox_inner.is-focus[data-v-cd953b16] {
      border: 1px solid #B530FF;
}
.email-invitation .single .checkbox .checkBox_inner .top[data-v-cd953b16] {
      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-bottom: 12px;
}
.email-invitation .single .checkbox .checkBox_inner .top .index[data-v-cd953b16] {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #343336;
}
.email-invitation .single .checkbox .checkBox_inner .top .el-icon-close[data-v-cd953b16] {
        cursor: pointer;
        color: #57565B;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.email-invitation .single .checkbox .checkBox_inner .top .el-icon-close[data-v-cd953b16]:hover {
          color: #B530FF;
}
.email-invitation .single .checkbox .checkBox_inner .wrap[data-v-cd953b16] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.email-invitation .single .checkbox .checkBox_inner .wrap[data-v-cd953b16]:last-of-type {
        margin-bottom: 0;
}
.email-invitation .single .checkbox .checkBox_inner .wrap .title[data-v-cd953b16] {
        display: inline-block;
        width: 4em;
        font-size: 14px;
        color: #57565B;
        margin-right: 24px;
        padding-left: 28px;
        font-weight: 400;
        white-space: nowrap;
}
.email-invitation .single .checkbox .checkBox_inner .wrap .el-checkbox-group[data-v-cd953b16] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.email-invitation .single .checkbox .checkBox_inner .wrap .el-checkbox-group .el-checkbox[data-v-cd953b16] {
          margin-right: 0;
          margin-bottom: 10px;
          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;
}
.email-invitation .single .checkbox .checkBox_inner .wrap .el-checkbox-group .el-checkbox .el-checkbox__label[data-v-cd953b16] {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.email-invitation .single .checkbox .checkBox_inner .wrap .el-checkbox-group .el-checkbox .el-checkbox__label img[data-v-cd953b16] {
              width: 20px;
              height: 20px;
              margin-right: 4px;
}
.email-invitation .single .checkbox .checkBox_inner .wrap .el-checkbox-group .el-checkbox .el-checkbox__label .job[data-v-cd953b16] {
              color: #474646;
              font-size: 14px;
              margin-right: 16px;
              font-weight: 400;
}
.email-invitation .single .checkbox .checkBox_inner .wrap.role[data-v-cd953b16] {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
}
.email-invitation .single .checkbox .checkBox_inner .wrap.role .title[data-v-cd953b16] {
          margin-top: 2px;
}
.email-invitation .single .checkbox .checkBox_inner .wrap.role .el-checkbox-group .el-checkbox[data-v-cd953b16] {
          min-width: 134px;
}
.email-invitation .group .checkbox[data-v-cd953b16] {
  margin-top: 32px;
  margin-bottom: 12px;
}
.email-invitation .group .checkbox .top[data-v-cd953b16] {
    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;
}
.email-invitation .group .checkbox .top .title[data-v-cd953b16] {
      color: #2C2A33;
      font-size: 14px;
      font-weight: bold;
}
.email-invitation .group .checkbox .top .el-icon-close[data-v-cd953b16] {
      cursor: pointer;
      color: #57565B;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
}
.email-invitation .group .checkbox .top .el-icon-close[data-v-cd953b16]:hover {
        color: #B530FF;
}
.email-invitation .group .checkbox .checkBox_inner[data-v-cd953b16] {
    margin-top: 12px;
}
.email-invitation .group .checkbox .checkBox_inner .el-checkbox-group .el-checkbox[data-v-cd953b16] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
}
.email-invitation .group .checkbox .checkBox_inner .el-checkbox-group .el-checkbox .el-checkbox__label[data-v-cd953b16] {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.email-invitation .group .checkbox .checkBox_inner .el-checkbox-group .el-checkbox .el-checkbox__label img[data-v-cd953b16] {
          width: 20px;
          height: 20px;
          margin-right: 6px;
}
.email-invitation .group .checkbox .checkBox_inner .el-checkbox-group .el-checkbox .el-checkbox__label .job[data-v-cd953b16] {
          color: #474646;
          font-size: 14px;
          margin-right: 48px;
          font-weight: 400;
}
.email-invitation .group .checkbox .checkBox_inner .el-checkbox-group .el-checkbox .el-checkbox__label .des[data-v-cd953b16] {
          color: #959599;
          font-size: 14px;
          font-weight: 400;
}
.email-invitation .group .textarea[data-v-cd953b16] {
  position: relative;
}
.email-invitation .group .textarea p[data-v-cd953b16] {
    height: 92px;
    padding: 6px 8px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #959599;
    font-size: 14px;
    /*font-weight: lighter;*/
    cursor: text;
    font-weight: 400;
}
.email-invitation .group .textarea p.haveWrong[data-v-cd953b16] {
      border: 1px solid #EF3939;
}
.email-invitation .group .textarea p .input-item + .input-item[data-v-cd953b16]::before {
      content: '，';
}
.email-invitation .group .textarea p .input-item .wrong[data-v-cd953b16] {
      border-bottom: 1px solid #EF3939;
}
.email-invitation .group .textarea p .input-item .span-input[data-v-cd953b16] {
      font-size: 12px;
}
.email-invitation .group .textarea .occupy[data-v-cd953b16] {
    /*border: 1px solid black;*/
    position: absolute;
    display: inline-block;
    height: 0;
    font-size: 16px;
    overflow-y: hidden;
    /*letter-spacing: 1px;*/
}
.email-invitation .group .textarea .wrong-msg[data-v-cd953b16] {
    position: absolute;
    left: 0;
    bottom: -16px;
    font-size: 12px;
    color: #EF3939;
}
.email-invitation .group .pagination[data-v-cd953b16] {
  margin-top: 8px;
  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;
}
.email-invitation .group .pagination .total[data-v-cd953b16] {
    font-size: 12px;
    color: #57565B;
}
.email-invitation .add-area[data-v-cd953b16] {
  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;
  border: 1px dashed #B530FF;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.email-invitation .add-area.fat-area[data-v-cd953b16] {
    margin-top: 24px;
    height: 46px;
}
.email-invitation .add-area.fat-area span[data-v-cd953b16] {
      color: #B530FF;
      font-size: 18px;
      font-weight: bold;
}
.email-invitation .add-area.thin-area[data-v-cd953b16] {
    margin-top: 18px;
    height: 46px;
}
.email-invitation .add-area.thin-area span[data-v-cd953b16] {
      color: #B530FF;
      font-size: 18px;
      font-weight: bold;
}
.email-invitation .add-area.have_more_invite[data-v-cd953b16] {
    margin-top: 10px;
}
.email-invitation .add-area[data-v-cd953b16]:hover {
    background: rgba(120, 62, 250, 0.1);
}
.email-invitation .plus_check[data-v-cd953b16] {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.email-invitation .plus_check .single_add[data-v-cd953b16] {
    cursor: pointer;
    color: #B530FF;
}
.email-invitation .plus_check .invite_company .el-checkbox .el-checkbox__label[data-v-cd953b16] {
    color: #57565B;
}
.email-invitation .plus_check .invite_company .el-checkbox .el-checkbox__label span[data-v-cd953b16] {
      font-weight: 400;
}
.email-invitation .bottom_btn[data-v-cd953b16] {
  text-align: center;
  margin-top: 30px;
}
.email-invitation .bottom_btn button[data-v-cd953b16] {
    padding: 10px 17px;
    background-color: #C9C8CC;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: default;
}
.email-invitation .bottom_btn button.t[data-v-cd953b16] {
      cursor: pointer;
      background-color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.email-invitation .single .checkbox .checkBox_inner .wrap .input_wrap .el-input .el-input__inner {
  height: 30px;
}
.email-invitation .group .textarea p .el-input {
  max-width: 100%;
  min-width: 20px;
}
.email-invitation .group .textarea p .el-input .el-input__inner {
    width: 100%;
    padding-left: 0;
}

@charset "UTF-8";
[data-v-08ee857a]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.link-invitation[data-v-08ee857a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*flex-direction: column;*/
}
.link-invitation .link_main[data-v-08ee857a] {
    width: 100%;
    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;
}
.link-invitation .link_main .title[data-v-08ee857a] {
      margin-top: 32px;
      font-size: 14px;
      color: #2C2A33;
}
.link-invitation .link_main .plus[data-v-08ee857a] {
      margin-top: 4px;
      font-size: 12px;
      color: #959599;
}
.link-invitation .link_main .invite-to-company-wrap[data-v-08ee857a] {
      width: 100%;
}
.link-invitation .link_main .invite-to-company-wrap .invite-to-company[data-v-08ee857a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin-top: 41px;
}
.link-invitation .link_main .bottom_btn[data-v-08ee857a] {
      margin-top: 30px;
}
.link-invitation .link_main .bottom_btn button[data-v-08ee857a] {
        color: #fff;
        padding: 10px 17px;
        border-radius: 4px;
        font-size: 16px;
}
.link-invitation .link_main .bottom_btn .forbid[data-v-08ee857a] {
        background-color: #C9C8CC;
        cursor: default;
}
.link-invitation .link_main .bottom_btn .allow[data-v-08ee857a] {
        background-color: #B530FF;
}
.link-invitation .link_page[data-v-08ee857a] {
    width: 100%;
    margin-top: 56px;
}
.link-invitation .link_page .title[data-v-08ee857a] {
      font-size: 14px;
      color: #2C2A33;
      margin-bottom: 12px;
}
.link-invitation .link_page .main_content[data-v-08ee857a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.link-invitation .link_page .main_content .link_origin[data-v-08ee857a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-radius: 4px;
        background-color: #F3F3F5;
        color: #2C2A33;
        font-size: 14px;
        padding: 10px 12px;
}
.link-invitation .link_page .main_content button[data-v-08ee857a] {
        background-color: #B530FF;
        color: #fff;
        font-size: 16px;
        border-radius: 4px;
        padding: 10px 16px;
        margin-left: 12px;
}
.link-invitation .link_page .txt[data-v-08ee857a] {
      margin-top: 10px;
      font-size: 12px;
      color: #959599;
      margin-bottom: 191px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.link-invitation .left {
  position: absolute;
  top: 20px;
  left: 40px;
  color: #57565B;
  font-size: 20px;
  cursor: pointer;
}
.link-invitation .checkbox {
  margin-top: 24px;
  width: 300px;
}
.link-invitation .checkbox .el-checkbox-group .el-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    margin-right: 0;
}
.link-invitation .checkbox .el-checkbox-group .el-checkbox:last-of-type {
      margin-bottom: 0;
}
.link-invitation .checkbox .el-checkbox-group .el-checkbox .el-checkbox__label {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.link-invitation .checkbox .el-checkbox-group .el-checkbox .el-checkbox__label img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
}
.link-invitation .checkbox .el-checkbox-group .el-checkbox .el-checkbox__label .job {
        color: #474646;
        font-size: 14px;
        margin-right: 48px;
        font-weight: 400;
}
.link-invitation .checkbox .el-checkbox-group .el-checkbox .el-checkbox__label .des {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #959599;
        font-size: 14px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        white-space: pre-wrap;
}
.link-invitation .invite-to-company-wrap .j-company-arch__invite__content {
  margin-top: 16px;
}
.link-invitation .invite_company .el-checkbox .el-checkbox__label {
  color: #57565B;
}
.link-invitation .invite_company .el-checkbox .el-checkbox__label span {
    font-weight: 400;
}
.copySuccess .el-dialog {
  width: 334px;
  min-width: 0;
  border-radius: 8px;
}
.copySuccess .el-dialog .el-dialog__header {
    display: none;
}
.copySuccess .el-dialog .el-dialog__body .copySuccess_inner {
    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;
}
.copySuccess .el-dialog .el-dialog__body .copySuccess_inner img {
      margin-top: 5px;
}
.copySuccess .el-dialog .el-dialog__body .copySuccess_inner .title {
      margin-top: 10px;
      color: #2C2A33;
      font-size: 20px;
}
.copySuccess .el-dialog .el-dialog__body .copySuccess_inner .txt {
      font-size: 14px;
      color: #57565B;
      margin: 8px 20px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.organization_confirm-dialog .el-dialog {
  min-width: 0;
  max-width: none;
  width: 386px;
  border-radius: 8px;
}
.organization_confirm-dialog .el-dialog .el-dialog__header {
    padding: 16px 24px;
    border-bottom: 1px solid #D9D9D9;
}
.organization_confirm-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 14px;
}
.organization_confirm-dialog .el-dialog .el-dialog__body {
    padding: 0;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .el-icon-back {
      position: absolute;
      top: 20px;
      left: 24px;
      cursor: pointer;
      font-size: 18px;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap {
      padding: 15px 24px;
      max-height: 413px;
      overflow-y: auto;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item {
        margin-bottom: 16px;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .index {
          margin: 0 4px 6px;
          font-weight: bold;
          color: #2C2A33;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner {
          border-radius: 4px;
          border: 1px solid #E9E6F1;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 1px solid #E9E6F1;
            height: 36px;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .top .roleInfo {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 0 11px;
              border-right: 1px solid #E9E6F1;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .top .roleInfo img {
                width: 20px;
                margin-right: 8px;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .top .roleInfo img:last-of-type {
                  margin-right: 0;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .top .total {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 0 11px;
              line-height: 1;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .members {
            padding: 8px 12px;
            background-color: #F9F9FA;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .members img {
              width: 30px;
              margin-right: 6px;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .computedTableData-wrap .computedTableData-item .computedTableData-item__inner .members .all-member-count {
              font-size: 12px;
              color: #57565B;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .btn-wrap {
      text-align: center;
}
.organization_confirm-dialog .el-dialog .el-dialog__body .organization_confirm-dialog_inner .btn-wrap .el-button {
        margin: 8px auto 18px;
        padding: 5px 35px;
}
.organization-dialog-tooltip {
  padding: 5px !important;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.depart {
  margin-top: 4px;
  border-radius: 4px;
}
.depart .as-table {
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.depart .as-table:nth-of-type(2n) .tab-bar {
      background-color: #fff;
}
.depart .as-table.click {
      border-color: #B530FF;
}
.depart .as-table .tab-bar {
      padding: 8px 12px;
      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: #F9F9FA;
      overflow-x: auto;
}
.depart .as-table .tab-bar .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.depart .as-table .tab-bar .left .msicon-xiala_huaban1 {
          font-size: 12px;
          cursor: pointer;
          -webkit-transition: all 0.25s;
          transition: all 0.25s;
          -webkit-transform: rotateZ(0);
                  transform: rotateZ(0);
}
.depart .as-table .tab-bar .left .msicon-xiala_huaban1.chosen {
            color: #B530FF;
            -webkit-transform: rotateZ(90deg);
                    transform: rotateZ(90deg);
}
.depart .as-table .tab-bar .left .name {
          white-space: nowrap;
          margin-left: 4px;
}
.depart .as-table .tab-bar .right {
        width: 145px;
        white-space: nowrap;
        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;
}
.depart .as-table .tab-bar .right .msicon {
          margin-left: 24px;
          font-size: 14px;
          color: #959599;
}
.depart .as-table .tab-bar .right .button-wrap button {
          background-color: transparent;
          color: #B530FF;
}
.depart .as-table .el-checkbox-group {
      background-color: #fff;
      padding: 8px 12px 0 8px;
}
.depart .as-table .el-checkbox-group .el-checkbox {
        position: relative;
        margin-right: 14px;
        width: calc((100% - 84px)/7);
        margin-bottom: 12px;
}
.depart .as-table .el-checkbox-group .el-checkbox:nth-of-type(7n) {
          margin-right: 0;
}
.depart .as-table .el-checkbox-group .el-checkbox .el-checkbox__input {
          position: absolute;
          top: 0;
          left: 0;
}
.depart .as-table .el-checkbox-group .el-checkbox .el-checkbox__label {
          padding: 0;
          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;
          font-size: 12px;
          color: #6F6F71;
}
.depart .as-table .el-checkbox-group .el-checkbox .el-checkbox__label img {
            width: 32px;
            margin-bottom: 4px;
}
.depart .as-table .el-checkbox-group .el-checkbox .el-checkbox__label span {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.depart .as-table .under-depart .empty {
      color: #57565B;
      font-size: 14px;
      padding: 8px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.team-organization {
  border-top: 1px solid #D9D9D9;
  margin-top: 16px;
  padding: 15px 24px 18px;
}
.team-organization .occupy {
    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;
}
.team-organization .occupy img {
      margin-bottom: 16px;
}
.team-organization .team-wrap {
    max-height: 600px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.team-organization .team-wrap .team-info {
      /*width: 100%;*/
      /*overflow-x: auto;*/
      margin-bottom: 16px;
      border-radius: 4px;
      font-size: 14px;
      border: 1px solid #D9D9D9;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
}
.team-organization .team-wrap .team-info.click {
        border-color: #B530FF;
}
.team-organization .team-wrap .team-info:last-of-type {
        margin-bottom: 0;
}
.team-organization .team-wrap .team-info .title {
        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: 5px 11px;
        border-bottom: 1px solid #D9D9D9;
        color: #57565B;
}
.team-organization .team-wrap .team-info .title .el-icon-close {
          cursor: pointer;
          -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.team-organization .team-wrap .team-info .title .el-icon-close:hover {
            color: #B530FF;
}
.team-organization .team-wrap .team-info .content {
        padding-bottom: 12px;
}
.team-organization .team-wrap .team-info .content .character {
          padding: 12px 12px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #57565B;
          border-bottom: 1px solid #D9D9D9;
}
.team-organization .team-wrap .team-info .content .character .name {
            white-space: nowrap;
}
.team-organization .team-wrap .team-info .content .character .el-checkbox-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}
.team-organization .team-wrap .team-info .content .character .el-checkbox-group .el-checkbox {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: calc((100% - 60px)/4);
              margin-right: 20px;
              margin-bottom: 12px;
}
.team-organization .team-wrap .team-info .content .character .el-checkbox-group .el-checkbox:nth-of-type(4n) {
                margin-right: 0;
}
.team-organization .team-wrap .team-info .content .character .el-checkbox-group .el-checkbox .el-checkbox__label {
                margin-right: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
}
.team-organization .team-wrap .team-info .content .character .el-checkbox-group .el-checkbox .el-checkbox__label img {
                  width: 20px;
                  margin-right: 4px;
}
.team-organization .team-wrap .team-info .content .character .el-checkbox-group .el-checkbox .el-checkbox__label .name {
                  max-width: 57px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
}
.team-organization .team-wrap .team-info .content .select-area {
          padding: 12px;
}
.team-organization .team-wrap .team-info .content .select-area .empty-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.team-organization .team-wrap .team-info .content .select-area .empty-text .icon-wrap {
              width: 30px;
              height: 30px;
              border: 1px dashed #B530FF;
              border-radius: 50%;
              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: rgba(181, 48, 255, 0.1);
              color: #B530FF;
              margin-right: 8px;
}
.team-organization .team-wrap .team-info .content .select-area .empty-text span {
              color: #959599;
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            /*v-move 和 v-leave-active 配合使用，能够实现列表后续的元素，渐渐地漂上来的效果 */
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection .v-enter, .team-organization .team-wrap .team-info .content .select-area .enterprise-selection .v-leave-to {
              opacity: 0;
              /*transform: translateY(30px);*/
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection .v-enter-active, .team-organization .team-wrap .team-info .content .select-area .enterprise-selection .v-leave-active {
              -webkit-transition: all 0.6s ease;
              transition: all 0.6s ease;
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection .v-move {
              -webkit-transition: all 0.6s ease;
              transition: all 0.6s ease;
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection .v-leave-active {
              position: absolute;
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection img {
              width: 30px;
              margin-right: 8px;
}
.team-organization .team-wrap .team-info .content .select-area .enterprise-selection .total {
              font-size: 12px;
              color: #57565B;
}
.team-organization .team-wrap .team-info .content .enterprise {
          margin: 0 12px;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .enterprise-name {
              width: 274px;
              margin-left: 4px;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              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;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 6px 6px 6px 6px;
              border-radius: 4px;
              border: 1px solid #D9D9D9;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .enterprise-name .left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .enterprise-name .left .name {
                  margin-left: 4px;
                  max-width: 120px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  -webkit-transition: all 0.25s;
                  transition: all 0.25s;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .enterprise-name .left .name.chosen {
                    color: #B530FF;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .enterprise-name .right .msicon {
                font-size: 14px;
                color: #959599;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .el-input {
              margin-left: 12px;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .el-input .el-input__inner {
                height: 32px;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .el-input .el-input__prefix .el-input__icon, .team-organization .team-wrap .team-info .content .enterprise .enterprise-top .el-input .el-input__suffix .el-input__icon {
                line-height: 32px;
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .msicon-xiala_huaban1 {
              display: inline-block;
              font-size: 12px;
              cursor: pointer;
              -webkit-transition: all 0.25s;
              transition: all 0.25s;
              -webkit-transform: rotateZ(0);
                      transform: rotateZ(0);
}
.team-organization .team-wrap .team-info .content .enterprise .enterprise-top .msicon-xiala_huaban1.chosen {
                color: #B530FF;
                -webkit-transform: rotateZ(90deg);
                        transform: rotateZ(90deg);
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap {
            margin-top: 4px;
            border-radius: 4px;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table {
              background-color: #F9F9FA;
              border-radius: 4px;
              border: 1px solid transparent;
              -webkit-transition: all 0.25s;
              transition: all 0.25s;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table.click {
                border: 1px solid #B530FF;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .left .name {
                  margin-left: 4px;
                  max-width: 120px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  -webkit-transition: all 0.25s;
                  transition: all 0.25s;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .left .name.chosen {
                    color: #B530FF;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-info {
                padding: 8px 12px;
                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;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-info .right {
                  width: 140px;
                  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;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-info .right .msicon {
                    font-size: 14px;
                    color: #959599;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-info .right button {
                    background-color: transparent;
                    color: #B530FF;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-inner_wrap .part-inner:nth-of-type(2n+1) {
                background-color: #fff;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-inner_wrap .part-inner .part-inner_top {
                padding: 8px 12px 8px 26px;
                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;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-inner_wrap .part-inner .part-inner_top .right {
                  width: 140px;
                  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;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-inner_wrap .part-inner .part-inner_top .right .msicon {
                    font-size: 14px;
                    color: #959599;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table .part-inner_wrap .part-inner .part-inner_top .right button {
                    background-color: transparent;
                    color: #B530FF;
}
.team-organization .team-wrap .team-info .content .enterprise .as-table-wrap .as-table:nth-of-type(2n) {
                background-color: #fff;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group {
            background-color: #fff;
            padding: 8px 12px 0 8px;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group .el-checkbox {
              position: relative;
              margin-right: 14px;
              width: calc((100% - 84px)/7);
              margin-bottom: 12px;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group .el-checkbox:nth-of-type(7n) {
                margin-right: 0;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group .el-checkbox .el-checkbox__input {
                position: absolute;
                top: 0;
                left: 0;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group .el-checkbox .el-checkbox__label {
                padding: 0;
                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;
                font-size: 12px;
                color: #6F6F71;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group .el-checkbox .el-checkbox__label img {
                  width: 32px;
                  margin-bottom: 4px;
}
.team-organization .team-wrap .team-info .content .enterprise .el-checkbox-group .el-checkbox .el-checkbox__label span {
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
}
.team-organization .team-wrap .team-info .content .enterprise .empty-member {
            padding: 15px 0;
            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;
}
.team-organization .add {
    margin-top: 16px;
    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: 4px;
    border: 1px dashed #D9D9D9;
    background-color: #F4F4F4;
    height: 50px;
    cursor: pointer;
    color: #B530FF;
}
.team-organization .add .el-icon-plus {
      margin-right: 4px;
}
.team-organization .btn-wrap {
    text-align: center;
}
.team-organization .btn-wrap .invite-btn {
      margin: 24px auto 0;
      color: #fff;
      background-color: #B530FF;
      padding: 5px 21px;
      border-radius: 4px;
}
.team-organization .btn-wrap .invite-btn[disabled] {
        cursor: not-allowed;
        background-color: #C9C8CC;
}
.team-organization .btn-wrap .invite-btn span {
        margin-left: 4px;
}
.team-organization .empty {
    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;
    color: #2C2A33;
    font-size: 16px;
}
.team-organization .empty img {
      width: 150px;
      margin-bottom: 12px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.team-invite-dialog .el-dialog {
  max-width: none;
  min-width: 0;
  border-radius: 6px;
}
.team-invite-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    margin-right: 15px;
}
.team-invite-dialog .el-dialog .el-dialog__body {
    padding-top: 8px;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .header-tab-list {
        text-align: center;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .checkbox .checkBox_inner .el-checkbox-group .el-checkbox .el-checkbox__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .checkbox .checkBox_inner .input_wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .checkbox .checkBox_inner .input_wrap.warn_input_wrap {
          position: relative;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .checkbox .checkBox_inner .input_wrap.warn_input_wrap .el-input .el-input__inner {
            border: 1px solid #EF3939;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .checkbox .checkBox_inner .input_wrap.warn_input_wrap .warn_text {
            position: absolute;
            font-size: 12px;
            left: 0;
            bottom: -16px;
            color: #EF3939;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .textarea .el-input {
        width: auto;
}
.team-invite-dialog .el-dialog .el-dialog__body .dialog-slot .textarea .el-input .el-input__inner {
          border: none;
          font-size: 16px;
          color: #474646;
          padding: 0;
          height: 1.2em;
}
.team-invite-dialog.thin .el-dialog {
  width: 470px;
}
.team-invite-dialog.fat .el-dialog {
  width: 748px;
}
.team-invite-dialog.link .el-dialog {
  width: 600px;
}
.team-invite-dialog.organization .el-dialog {
  width: 568px;
}
.team-invite-dialog.organization .el-dialog .el-dialog__body {
    padding: 8px 0 0;
}
.team-invite-dialog.organization .el-dialog .el-dialog__body .dialog-slot {
      padding: 0;
}

@charset "UTF-8";
[data-v-b37c0cea]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.project-team .page-title[data-v-b37c0cea] {
  overflow: hidden;
  margin-top: -32px;
}
.project-team .page-title .title-right[data-v-b37c0cea] {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.project-team .msicon-yongdaotu_huaban[data-v-b37c0cea] {
  font-size: 25px !important;
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
}
.project-team .list-display .btn_group[data-v-b37c0cea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}
.project-team .list-display .btn_group .left button[data-v-b37c0cea] {
    padding: 7px;
    background-color: #B530FF;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}
.project-team .list-display .btn_group .left button .txt[data-v-b37c0cea] {
      margin-left: 7px;
}
.project-team .list-display .btn_group .right[data-v-b37c0cea] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-team .list-display .btn_group .right .menu_btn[data-v-b37c0cea] {
      position: relative;
}
.project-team .list-display .btn_group .right .menu_btn .menu[data-v-b37c0cea] {
        width: calc(100% - 12px);
        z-index: 999;
        position: absolute;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        left: 12px;
        top: 38px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
                box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.02);
        border-radius: 2px;
}
.project-team .list-display .btn_group .right .menu_btn .menu .el-checkbox-group[data-v-b37c0cea] {
          padding: 7px 12px;
}
.project-team .list-display .btn_group .right .menu_btn .menu .el-checkbox-group .el-checkbox[data-v-b37c0cea] {
            margin-bottom: 17px;
}
.project-team .list-display .btn_group .right .menu_btn .menu .el-checkbox-group .el-checkbox[data-v-b37c0cea]:last-of-type {
              margin-bottom: 0;
}
.project-team .list-display .btn_group .right .menu_btn .menu .confirm_btn[data-v-b37c0cea] {
          border-top: 1px solid #D9D9D9;
          padding: 10px 0;
}
.project-team .list-display .btn_group .right .menu_btn .menu .confirm_btn button[data-v-b37c0cea] {
            padding: 0;
            color: #B530FF;
            font-size: 14px;
            margin-left: 12px;
            border: none;
            background-color: #fff;
}
.project-team .list-display .btn_group .right .menu_btn .menu .confirm_btn button[disabled][data-v-b37c0cea] {
              cursor: not-allowed;
              background-color: transparent;
              border: 1px solid #C9C8CC;
              color: #C9C8CC;
}
.project-team .list-display .btn_group .right .menu_btn .entrust_character[data-v-b37c0cea] {
        border: 1px solid #B530FF;
        background-color: transparent;
        color: #B530FF;
}
.project-team .list-display .btn_group .right .menu_btn .entrust_character[disabled][data-v-b37c0cea] {
          cursor: not-allowed;
          background-color: transparent;
          border: 1px solid #C9C8CC;
          color: #C9C8CC;
}
.project-team .list-display .btn_group .right button[data-v-b37c0cea] {
      font-size: 14px;
      margin-left: 12px;
      padding: 6px 12px;
      border-radius: 2px;
      color: #B530FF;
      border: 1px solid #B530FF;
      background-color: transparent;
}
.project-team .list-display .btn_group .right button[disabled][data-v-b37c0cea] {
        cursor: not-allowed !important;
        background-color: transparent !important;
        border: 1px solid #C9C8CC !important;
        color: #C9C8CC !important;
}
.project-team .list-display .btn_group .right button.show_all[data-v-b37c0cea] {
        color: #B530FF;
        border: 1px solid #B530FF;
        background-color: transparent;
}
.project-team .list-display .btn_group .right button.delete[data-v-b37c0cea] {
        color: #E94C4C;
        border: 1px solid #E94C4C;
        background-color: transparent;
}
.project-team .list-display .dis_table .little_info[data-v-b37c0cea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(108, 190, 212, 0.3);
  background: rgba(108, 190, 212, 0.1);
  padding: 8px 16px;
  margin-top: 12px;
  border-radius: 3px;
  color: #57565B;
  font-size: 14px;
}
.project-team .list-display .dis_table .little_info .el-icon-warning[data-v-b37c0cea] {
    color: #6CBED4;
    font-size: 14px;
    margin-right: 8px;
}
.project-team .list-display .dis_table .little_info span[data-v-b37c0cea] {
    line-height: 1;
}
.project-team .list-display .dis_table .little_info .img_wrap[data-v-b37c0cea] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 9px;
    margin: 0 4px;
}
.project-team .list-display .dis_table .little_info .img_wrap img[data-v-b37c0cea] {
      margin-right: -9px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
}
.project-team .list-display .dis_table .little_info .img_wrap img[data-v-b37c0cea]:first-of-type {
        margin-left: 0;
}
.project-team .list-display .dis_table .little_info .txt[data-v-b37c0cea] {
    color: #57565B;
    font-size: 14px;
}
.project-team .list-display .dis_table .little_info .choose_all[data-v-b37c0cea] {
    cursor: pointer;
    font-size: 14px;
    color: #B530FF;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info[data-v-b37c0cea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(108, 190, 212, 0.3);
  background: rgba(108, 190, 212, 0.1);
  padding: 8px 16px;
  margin-top: 12px;
  border-radius: 3px;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info .el-icon-warning[data-v-b37c0cea] {
    color: #6CBED4;
    font-size: 14px;
    margin-right: 8px;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info span[data-v-b37c0cea] {
    line-height: 1;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info .img_wrap[data-v-b37c0cea] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 9px;
    margin: 0 4px;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info .img_wrap img[data-v-b37c0cea] {
      margin-right: -9px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info .img_wrap img[data-v-b37c0cea]:first-of-type {
        margin-left: 0;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info .txt[data-v-b37c0cea] {
    color: #57565B;
    font-size: 14px;
}
.project-team .list-display .dis_swimLaneDiagrams .little_info .choose_all[data-v-b37c0cea] {
    cursor: pointer;
    font-size: 14px;
    color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.team_tooltip {
  width: 190px;
}
.project-team .title-wrap .title-right .list-type-wrap .type-icon .tooltip-wrap .j-icon-wrap .j-icon .msicon-yongdaotu_huaban {
  font-size: 25px !important;
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-filed-desc-dialog {
  border-radius: 8px;
  width: 600px;
  max-width: 600px;
}
.j-filed-desc-dialog .el-dialog__header {
    padding: 15px 20px;
    border-bottom: 1px solid #D9D9D9;
}
.j-filed-desc-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 15px;
      right: 15px;
}
.j-filed-desc-dialog .el-dialog__body {
    padding: 16px 24px;
}
.j-filed-desc-dialog .el-dialog__body .title {
      text-align: center;
      padding-bottom: 10px;
}
.j-filed-desc-dialog .el-dialog__body .el-table.el-table--border {
      border-radius: 4px;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__header-wrapper th {
      padding: 0 !important;
      color: #2C2A33;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__body-wrapper {
      max-height: 430px;
      min-height: 200px;
      overflow-y: auto;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__body-wrapper tr:nth-child(odd) td {
        background: #f9f9fa;
}
.j-filed-desc-dialog .el-dialog__body .el-table .el-table__body-wrapper td {
        font-size: 14px;
        line-height: 1;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-download-confirm-dialog {
  width: 334px;
  min-width: inherit;
  border-radius: 8px;
}
.j-download-confirm-dialog .el-dialog__header {
    padding: 16px 16px 10px;
    border-bottom: 1px solid #D9D9D9;
}
.j-download-confirm-dialog .el-dialog__headerbtn {
    top: 16px;
    right: 16px;
}
.j-download-confirm-dialog .el-dialog__body {
    padding: 16px;
}
.j-download-confirm-dialog .el-dialog__body .container {
      height: 160px;
      overflow: auto;
      margin-top: 4px;
      margin-bottom: 8px;
}
.j-download-confirm-dialog .el-dialog__body .container .list {
        font-size: 14px;
        color: #57565C;
        border-radius: 4px;
        border: 1px solid #E9E6F1;
}
.j-download-confirm-dialog .el-dialog__body .container .list .row {
          font-size: 14px;
          padding: 5px 10px;
}
.j-download-confirm-dialog .el-dialog__body .container .list .row:nth-child(odd) {
            background: #F9F9FA;
}
.j-download-confirm-dialog .el-dialog__body .container .list .row .label {
            display: inline-block;
            width: 64px;
            text-align: right;
}
.j-download-confirm-dialog .el-dialog__body .container .list .row + .row {
            border-top: 1px solid #E9E6F1;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-efficiency-tracking .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.j-efficiency-tracking .table-header .last-modified-time {
    font-size: 15px;
    color: #2C2A33;
    font-weight: bold;
}
.j-efficiency-tracking .table-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-efficiency-tracking .table-header .right .select-item {
      margin-left: 14px;
}
.j-efficiency-tracking .table-header .right .el-date-editor--daterange.el-input__inner {
      width: 220px !important;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.dataset-remove-dialog .el-dialog {
  width: 334px;
  min-width: 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}
.dataset-remove-dialog .el-dialog .el-dialog__header {
    display: none;
}
.dataset-remove-dialog .el-dialog .el-dialog__body {
    position: relative;
    padding: 30px 24px 24px;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap {
      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;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .el-icon-close {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 20px;
        cursor: pointer;
        color: #57565B;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .img {
        width: 146px;
        margin-bottom: 16px;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .title {
        color: #2C2A33;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 12px;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .txt {
        width: 100%;
        color: #57565B;
        font-size: 14px;
        margin-bottom: 6px;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .txt .remove {
          color: #FF0000;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .txt .frame {
          color: #B530FF;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list {
        margin: 6px 0 24px;
        width: 100%;
        border: 1px solid #D9D9D9;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .content-wrap {
          max-height: 150px;
          overflow: auto;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-bottom: 1px solid #D9D9D9;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap:last-of-type {
            border: none;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap:nth-of-type(2n) {
            background-color: #F9F9FA;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap .tasks, .dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap .frames {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 6px 8px;
            color: #57565B;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap .tasks .label, .dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap .frames .label {
              color: #2C2A33;
              font-weight: 500;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .task-frame-list .wrap .frames {
            border-left: 1px solid #D9D9D9;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .bottom_btn {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 46px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .bottom_btn .el-button {
          padding: 0;
}
.dataset-remove-dialog .el-dialog .el-dialog__body .dataset-remove-dialog_wrap .bottom_btn .el-button.cancel {
            color: #57565B;
}

@charset "UTF-8";
[data-v-2cd7cce1]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.annotation-import-dialog .annotation-import-form[data-v-2cd7cce1] {
  margin-top: 16px;
}
.annotation-import-dialog .import-tip[data-v-2cd7cce1] {
  margin: 6px 0 0;
  color: #8b93a4;
  font-size: 12px;
  line-height: 18px;
}
.annotation-import-dialog .file-name[data-v-2cd7cce1] {
  margin: 0 12px;
  color: #5e6575;
}
.annotation-import-dialog .hidden-file-input[data-v-2cd7cce1] {
  display: none;
}
.annotation-import-dialog .job-progress[data-v-2cd7cce1] {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #eceff5;
  border-radius: 4px;
  background: #fafbff;
}
.annotation-import-dialog .job-progress__header[data-v-2cd7cce1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  color: #5e6575;
  font-size: 12px;
}
.annotation-import-dialog .job-progress__error[data-v-2cd7cce1] {
  margin: 8px 0 0;
  color: #f56c6c;
  font-size: 12px;
}
.annotation-import-dialog .preview-summary[data-v-2cd7cce1] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.annotation-import-dialog .summary-item[data-v-2cd7cce1] {
  border: 1px solid #eceff5;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fafbff;
}
.annotation-import-dialog .summary-item span[data-v-2cd7cce1] {
    display: block;
    color: #8b93a4;
    font-size: 12px;
}
.annotation-import-dialog .summary-item strong[data-v-2cd7cce1] {
    display: block;
    margin-top: 4px;
    color: #2f3442;
    font-size: 18px;
    line-height: 22px;
}
.annotation-import-dialog .preview-alert[data-v-2cd7cce1],
.annotation-import-dialog .error-table[data-v-2cd7cce1] {
  margin-top: 14px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-dataset-drawer {
  /*.el-table__expanded-cell{*/
  /*    padding: 0;*/
  /*}*/
  /*.el-table__row {*/
  /*    &.expanded{*/
  /*        &+tr{*/
  /*            padding: 0;*/
  /*        }*/
  /*    }*/
  /*}*/
}
.j-dataset-drawer .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-dataset-drawer .j-dataset-drawer-dataset-type i {
    font-size: 24px !important;
}
.task-generate-rule-form .el-select {
  width: 240px;
}
.task-generate-rule-form .el-input-number {
  width: 160px;
}
.task-generate-progress {
  padding: 12px;
  border: 1px solid #eceff5;
  border-radius: 4px;
  background: #fafbff;
}
.task-generate-progress__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
    color: #5e6575;
    font-size: 12px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.dataset-detail-drawer-wrap {
  width: 864px !important;
  background-color: #F4F5F7;
}
.dataset-detail-drawer-wrap .el-drawer__body {
    height: 100%;
}
.dataset-detail-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.dataset-detail-drawer .dataset-detail-drawer__title {
    -webkit-box-flex: 78px;
        -ms-flex: 78px 0 0px;
            flex: 78px 0 0;
    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: 18px 24px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.dataset-detail-drawer .dataset-detail-drawer__title .name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #2C2A33;
      font-size: 24px;
      font-weight: bold;
}
.dataset-detail-drawer .dataset-detail-drawer__title .name .el-icon-arrow-right {
        font-weight: bold;
        cursor: pointer;
}
.dataset-detail-drawer .dataset-detail-drawer__title .name .tags {
        margin-left: 16px;
        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;
}
.dataset-detail-drawer .dataset-detail-drawer__title .name .tags span {
          display: inline-block;
          padding: 3px 11px;
          font-size: 12px;
          border-radius: 2px;
          margin-right: 4px;
}
.dataset-detail-drawer .dataset-detail-drawer__title .name .tags .type-1 {
          border-radius: 2px;
          color: #1989FA;
          border: 1px solid #A3D0FD;
          background-color: #ECF5FF;
}
.dataset-detail-drawer .dataset-detail-drawer__title .dataset-name {
      max-width: 216px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.dataset-detail-drawer .dataset-detail-drawer__title .tool {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 377px;
      padding: 0 !important;
      margin: 0 !important;
}
.dataset-detail-drawer .dataset-detail-drawer__title .tool .type p {
        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: 1px solid #DCDCDC;
        border-radius: 3px;
        padding: 10px 16px;
        width: 377px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 14px;
        color: #57565B;
        cursor: pointer;
}
.dataset-detail-drawer .dataset-detail-drawer__title .tool .type p:hover {
          border-color: #B530FF !important;
          color: #B530FF;
}
.dataset-detail-drawer .dataset-detail-drawer__title .tool .type p:hover span {
            color: #B530FF !important;
}
.dataset-detail-drawer .dataset-detail-drawer__title-tabs {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.dataset-detail-drawer .dataset-detail-drawer__title-tabs .el-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden;
      height: 100%;
}
.dataset-detail-drawer .dataset-detail-drawer__title-tabs .el-tabs .el-tabs__header {
        -webkit-box-flex: 39px;
            -ms-flex: 39px 0 0px;
                flex: 39px 0 0;
}
.dataset-detail-drawer .dataset-detail-drawer__title-tabs .el-tabs .el-tabs__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow-y: auto;
}
.dataset-detail-drawer .dataset-detail-drawer__title-tabs .el-tabs__nav-scroll {
      background: #fff;
      padding: 0 24px;
}
.dataset-detail-drawer .dataset-detail-drawer__title-tabs .el-tabs__nav-scroll .el-tabs__item {
        font-size: 16px;
}
.dataset-detail-drawer .table {
    padding: 0 25px 20px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist {
    background-color: #F4F5F7;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .display {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 24px 12px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
              box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
      border-radius: 4px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .display .list-type-wrap {
        background-color: #fff;
        margin: 0;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .display .list-type-wrap .type-icon + .type-icon {
          margin: 0;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .display .list-type-wrap .type-icon + .type-icon .msicon {
            padding-left: 0;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .display .list-type-wrap .type-icon .msicon {
          padding: 8px 12px;
          font-size: 16px !important;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .display i:first-of-type {
        margin: 0 !important;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .el-table .cell,
    .dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .table-wrap .header-row th.is-left {
      padding-left: 0 !important;
      padding-right: 0;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .el-table-column--selection .cell {
      padding-right: 0 !important;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .small-img-wrap {
      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;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .small-img-wrap .small-img {
        position: relative;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .small-img-wrap .is-new {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        color: #fff;
        padding: 0 4px;
        background: #41bf1c;
        border-radius: 3px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-datalist .table-wrap .small-img-wrap img {
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 3px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-addnew {
    padding: 0 24px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-addnew .tabs-wrap {
      background-color: #fff;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
              box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
      border-radius: 2px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-addnew .tabs-wrap .el-tabs__nav-scroll .el-tabs__item {
        font-size: 14px;
}
.dataset-detail-drawer .dataset-detail-drawer__content-addnew .tabs-wrap .el-tabs__content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px 12px;
}
.datasetDetailDrawer__historyRecord-popover .type-chosen {
  border-color: #B530FF;
  background-color: #fff;
}
.datasetDetailDrawer__historyRecord-popover .type-chosen:hover {
    border: 1px solid #B530FF;
}
.datasetDetailDrawer__historyRecord-popover .type-chosen:hover span {
      color: #B530FF;
}
.datasetDetailDrawer__historyRecord-popover .type-chosen i {
    color: #B530FF;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.add-dataset-confirm-modal {
  width: 334px;
  max-width: 334px;
  min-width: 334px;
  border-radius: 6px;
}
.add-dataset-confirm-modal .el-dialog__header {
    padding: 16px 20px 14px;
    border-bottom: 1px solid #D9D9D9;
}
.add-dataset-confirm-modal .el-dialog__header .el-dialog__headerbtn {
      top: 16px;
}
.add-dataset-confirm-modal .el-dialog__body {
    position: relative;
    padding: 10px 24px 20px;
}
.add-dataset-confirm-modal .el-dialog__body .back {
      position: absolute;
      left: 20px;
      top: -37px;
      font-size: 18px;
      cursor: pointer;
}
.add-dataset-confirm-modal .el-dialog__body .back:hover {
        color: #B530FF;
}
.add-dataset-confirm-modal .el-dialog__body .item {
      margin-bottom: 10px;
}
.add-dataset-confirm-modal .el-dialog__body .item p {
        padding: 6px 0;
}
.add-dataset-confirm-modal .el-dialog__body .item .tags .el-tag {
        margin-right: 6px;
        margin-bottom: 6px;
        border: 1px solid #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.add-dataset-modal .el-dialog__body {
  padding: 0 24px 14px;
  border-top: 1px solid #D9D9D9;
}
.add-dataset-modal .add-dataset-modal__item {
  padding-top: 16px;
}
.add-dataset-modal .addform-item {
  padding: 8px 0 0;
}
.add-dataset-modal .addform-item.is-disabled .addform-item__no-tips {
    color: #CCC;
    background-color: rgba(204, 204, 204, 0.1);
    border: 1px solid #cccccc;
}
.add-dataset-modal .addform-item.is-disabled .addform-item__selected-list .el-tag {
    color: #CCC;
    background-color: rgba(204, 204, 204, 0.1);
    border: 1px solid #cccccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title {
    color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .name.is-required::after {
      color: #cccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input {
      color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input::-webkit-input-placeholder {
        color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input.error {
        color: #ccc;
        border: 2px solid #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input.error::-webkit-input-placeholder {
          color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input.error::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input.error:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #ccc;
}
.add-dataset-modal .addform-item.is-disabled .dataset-title .input input.error:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #ccc;
}
.add-dataset-modal .addform-item .addform-item__no-tips {
    padding: 3px 8px 4px;
    font-size: 14px;
    border-radius: 4px;
    color: #6CBED4;
    border: 1px solid rgba(108, 190, 212, 0.3);
    background: rgba(108, 190, 212, 0.1);
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.add-dataset-modal .addform-item .addform-item__selected-list .el-tag {
    margin-right: 5px;
    border-color: #B530FF;
}
.add-dataset-modal .addform-item .dataset-title {
    padding: 8px 0 0;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.add-dataset-modal .addform-item .dataset-title .name {
      position: relative;
      margin-right: .5em;
}
.add-dataset-modal .addform-item .dataset-title .name.is-required::after {
        content: '*';
        color: #E94C4C;
        position: absolute;
        top: 0;
}
.add-dataset-modal .addform-item .dataset-title .input {
      position: relative;
}
.add-dataset-modal .addform-item .dataset-title .input input {
        line-height: 24px;
        font-size: 14px;
        border-radius: 4px;
        border: 2px solid #F4F5F7;
        background-color: #F4F5F7;
        width: 174px;
        padding: 0 5px;
}
.add-dataset-modal .addform-item .dataset-title .input input::-webkit-input-placeholder {
          color: #959599;
}
.add-dataset-modal .addform-item .dataset-title .input input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #959599;
}
.add-dataset-modal .addform-item .dataset-title .input input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #959599;
}
.add-dataset-modal .addform-item .dataset-title .input input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #959599;
}
.add-dataset-modal .addform-item .dataset-title .input input:focus {
          border: 2px solid rgba(120, 62, 250, 0.24);
          background-color: #fff;
}
.add-dataset-modal .addform-item .dataset-title .input input.error {
          color: #FF4242;
          border: 2px solid rgba(255, 0, 0, 0.26);
          background-color: #FFF3F3;
}
.add-dataset-modal .addform-item .dataset-title .input input.error::-webkit-input-placeholder {
            color: #FF4242;
}
.add-dataset-modal .addform-item .dataset-title .input input.error::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #FF4242;
}
.add-dataset-modal .addform-item .dataset-title .input input.error:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #FF4242;
}
.add-dataset-modal .addform-item .dataset-title .input input.error:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #FF4242;
}
.add-dataset-modal .addform-item .addform-item__content {
    margin-top: 8px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .header-row th {
      height: 26px;
      padding: 5px 0;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .header-row th .cell {
        font-size: 12px;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .header-row th .cell .el-checkbox {
          display: none;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .el-table__empty-text {
      line-height: 1;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .empty-wrap {
      padding: 6px 0;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .empty-wrap .empty {
      padding: 0;
}
.add-dataset-modal .addform-item .addform-item__content .table-wrap .el-table td {
      padding: 9px 0;
}
.add-dataset-modal .addform-item .addform-item__content .upload-wrap {
      padding: 0 0 10px;
}
.add-dataset-modal .addform-item .addform-item__content .upload-wrap .j-upload-file .j-upload-file__wrapper,
      .add-dataset-modal .addform-item .addform-item__content .upload-wrap .j-upload-file .j-upload-file__handy__wrapper {
        margin: 10px;
}
.add-dataset-modal .addform-item .addform-item__content .upload-wrap .j-upload-file .table-wrap {
        max-height: 160px;
        overflow-y: auto;
}
.add-dataset-modal .addform-item .addform-item__content .j-cloud-selector .j-cloud-selector__box {
      margin: 10px;
}
.add-dataset-modal .addform-item .addform-item__content .j-cloud-selector .j-upload-file__table__selection {
      margin-top: 0;
}
.add-dataset-modal .addform-item .pagination-wrap,
  .add-dataset-modal .addform-item .button-wrap {
    border-top: 1px solid #D9D9D9;
}
.add-dataset-modal .addform-item .pagination-wrap.mini {
    padding: 8px 0;
}
.add-dataset-modal .addform-item .el-pagination button, .add-dataset-modal .addform-item .el-pagination span:not([class*=suffix]) {
    font-size: 12px;
}
.add-dataset-modal .addform-item .addform-item__content-table {
    max-height: 160px;
    overflow-y: auto;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.upload-progress-component {
  height: 100%;
}
.upload-progress-component .j-card {
    height: 100%;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.upload-progress-component .j-card .j-card__tabs {
      border-bottom-width: 1px;
}
.upload-progress-component .j-card .j-card__tabs .j-card__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.upload-progress-component .j-card .j-card__tabs .j-card__content > div {
          height: 100%;
}
.upload-progress-component .j-card .j-card__tabs .j-card__content .j-file-upload-progress__wrapper {
          height: 100%;
}
.upload-progress-component .j-card .j-card__tabs .j-card__content .j-file-upload-progress__wrapper > div {
            height: 100%;
}

@charset "UTF-8";
[data-v-c75fb12a]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
#history-record[data-v-c75fb12a] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#history-record .title[data-v-c75fb12a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #2C2A33;
    font-weight: bold;
    padding: 8px 16px;
    border-bottom: 1px solid #D9D9D9;
}
#history-record .upload-status[data-v-c75fb12a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #E9E6F1;
}
#history-record .upload-status span[data-v-c75fb12a] {
      display: inline-block;
      padding: 7px 20px;
      font-size: 14px;
      color: #57565B;
      border-bottom: 4px solid transparent;
      cursor: pointer;
}
#history-record .upload-status span.border-bottom[data-v-c75fb12a] {
        color: #B530FF;
        border-bottom: 4px solid #B530FF;
}
#history-record .upload-status span .item[data-v-c75fb12a] .el-badge__content {
        -webkit-transform: translate3d(15px, -3px, 0);
                transform: translate3d(15px, -3px, 0);
}
#history-record ul[data-v-c75fb12a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
}
#history-record ul li[data-v-c75fb12a] {
      padding: 14px 16px;
      border-bottom: 1px solid #E9E6F1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
}
#history-record ul li div[data-v-c75fb12a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#history-record ul li.odd_bac[data-v-c75fb12a] {
        background-color: #F9F9FA;
}
#history-record ul li span[data-v-c75fb12a] {
        display: inline-block;
}
#history-record ul li .name[data-v-c75fb12a] {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #2C2A33;
        font-size: 14px;
        margin-right: calc(18/1440*100vw);
}
#history-record ul li .detail[data-v-c75fb12a] {
        font-size: 12px;
        color: #2C2A33;
        margin-right: calc(18/1440*100vw);
}
#history-record ul li .progress[data-v-c75fb12a] {
        /*flex: 1;*/
        margin-right: calc(18/1440*100vw);
        min-width: 50px;
}
#history-record ul li .derection[data-v-c75fb12a] {
        /*flex: 0;*/
}
#history-record ul li .ADD[data-v-c75fb12a], #history-record ul li .UPDATE[data-v-c75fb12a] {
        color: #03B754;
}
#history-record ul li .DELETE[data-v-c75fb12a] {
        color: #E94C4C;
}
#history-record ul li .left[data-v-c75fb12a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
#history-record ul li .tail[data-v-c75fb12a] {
        color: #2C2A33;
}
#history-record ul li .success[data-v-c75fb12a] {
        font-size: 14px;
        color: #FE7764;
}
#history-record ul li .fail[data-v-c75fb12a] {
        color: #E94C4C;
}
#history-record ul .empty[data-v-c75fb12a] {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: none;
      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;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
#history-record ul .empty img[data-v-c75fb12a] {
        margin-bottom: 17px;
}
#history-record ul .empty span[data-v-c75fb12a] {
        color: #959599;
        font-size: 14px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-dataset-table__type i {
  font-size: 20px !important;
}
#dataset .table-header {
  margin-top: 12px;
  font-size: 15px;
  color: #2C2A33;
  font-weight: bold;
}

@charset "UTF-8";
[data-v-1e2dbb51]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
#dataset[data-v-1e2dbb51] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#dataset .right-menu[data-v-1e2dbb51] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
#dataset .right-menu .information[data-v-1e2dbb51] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
#dataset .right-menu .information .nothing-upload[data-v-1e2dbb51] {
        width: 55%;
        height: 250px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(232, 232, 232, 0.53);
                box-shadow: 0 0 5px 0 rgba(232, 232, 232, 0.53);
        border-radius: 6px;
}
#dataset .right-menu .information .evt[data-v-1e2dbb51] {
        margin-left: 32px;
        width: calc(45% - 24px);
}
#dataset .right-menu .table[data-v-1e2dbb51] {
      margin: 32px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-export-icon {
  font-size: 12px;
  margin-right: 4px;
}
.j-data-export__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  margin-top: 16px;
}
.j-project-export__dialog {
  border-radius: 8px;
}
.j-project-export__dialog .el-dialog__header {
    padding: 16px 16px 10px;
    border-bottom: 1px solid #D9D9D9;
}
.j-project-export__dialog .el-dialog__body {
    padding: 16px;
}
.j-project-export__dialog .el-dialog__headerbtn {
    top: 16px;
    right: 16px;
}
.j-project-export__dialog__list__container {
  max-height: 220px;
  overflow: auto;
  margin-top: 4px;
  margin-bottom: 8px;
}
.j-project-export__dialog__list {
  font-size: 14px;
  color: #57565C;
  border-radius: 4px;
  border: 1px solid #e9e6f1;
}
.j-project-export__dialog__list .j-project-export__dialog__list__item {
    font-size: 14px;
    padding: 5px 10px;
}
.j-project-export__dialog__list .j-project-export__dialog__list__item .tit {
      display: inline-block;
      width: 100px;
      text-align: right;
}
.j-project-export__dialog__list .j-project-export__dialog__list__item + .j-project-export__dialog__list__item {
      border-top: 1px solid #E9E6F1;
}
.j-project-export__dialog__list .j-project-export__dialog__list__item:nth-child(odd) {
      background: #f9f9fa;
}
.j-project-export__dialog__options {
  margin: 8px 0 12px;
  font-size: 14px;
  color: #57565C;
}
.j-project-export__dialog__options .j-project-export__dialog__option-title {
    margin: 10px 0 6px;
    font-weight: 600;
}
.j-project-export__dialog__options .j-project-export__dialog__tips {
    margin-top: 10px;
    color: #959599;
    font-size: 12px;
    line-height: 18px;
}

@charset "UTF-8";
[data-v-6393da92]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.config-container[data-v-6393da92] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 320px;
  min-height: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
}
.config-container + .config-container[data-v-6393da92] {
    margin-left: 14px;
}
.config-container .config-header[data-v-6393da92] {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 0 16px;
}
.config-container .config-body[data-v-6393da92] {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.config-container .config-body .config-sub-title[data-v-6393da92] {
      margin-bottom: 8px;
      font-size: 12px;
      font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
      font-weight: bold;
      color: #2c2a33;
}
.config-container .config-body .config-form-line[data-v-6393da92] {
      padding: 0 20px;
      padding-right: 0;
}
.config-container .config-body .config-form-line .form-line-label[data-v-6393da92] {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #57565b;
}
.config-container .config-body .receive-rules[data-v-6393da92] {
      margin-top: 8px;
      padding: 0 20px;
      padding-right: 2px;
}
.config-container .config-body .receive-rules-title[data-v-6393da92] {
        margin-bottom: 4px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #57565b;
}
.config-container .config-body .receive-rules .radio-group[data-v-6393da92] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.config-container .config-body .draggable-list-container[data-v-6393da92] {
      width: 100%;
      max-height: 282px;
      min-height: 60px;
      margin-top: 8px;
      overflow: hidden;
      overflow-y: auto;
}
.config-container .config-body .draggable-list-container .draggable-list-main[data-v-6393da92] {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        border: 1px solid #e9e6f1;
}
.config-container .config-body .draggable-list-container .draggable-list-main .list-group-item[data-v-6393da92] {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          height: 28px;
          line-height: 28px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-bottom: 1px solid #f9f9fa;
          cursor: move;
}
.config-container .config-body .draggable-list-container .draggable-list-main .list-group-item[data-v-6393da92]:last-child {
            border: 0 none;
}
.config-container .config-body .draggable-list-container .draggable-list-main .list-group-item[data-v-6393da92]:nth-child(odd) {
            background-color: #f9f9fa;
}
.config-container .config-body .draggable-list-container .draggable-list-main .list-group-item[data-v-6393da92]:nth-child(even) {
            background-color: #fff;
}
.config-container .config-body .draggable-list-container .draggable-list-main .custom-font[data-v-6393da92] {
          font-size: 12px;
          font-family: MicrosoftYaHei;
          color: #57565b;
}
.config-container .config-body .draggable-list-container .draggable-list-main .list-index[data-v-6393da92] {
          width: 30px;
          text-align: center;
          border-right: 1px solid #e9e6f1;
}
.config-container .config-body .draggable-list-container .draggable-list-main .list-content[data-v-6393da92] {
          padding: 0 16px;
}
.config-container .config-body .error-message[data-v-6393da92] {
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      margin-left: 20px;
      font-family: MicrosoftYaHei;
      color: #ff0000;
      white-space: nowrap;
}
.config-container .config-body .short-error-message[data-v-6393da92] {
      margin-left: 162px;
}
.config-container .config-body .error-middle[data-v-6393da92] {
      margin-left: 140px;
}
.config-container .config-body .empty-warning[data-v-6393da92] {
      color: #57565b;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.config-container .j-task-flow-label span {
  font-size: 16px;
  color: #2c2a33;
  font-weight: bold;
  margin-left: 4px;
}
.config-container .config-body .el-form .el-form-item {
  height: 45px;
  margin-bottom: 0;
}
.config-container .config-body .el-form .el-form-item .el-form-item__label {
    width: 142px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #57565b;
    padding: 0;
    margin-left: 20px;
}
.config-container .config-body .el-form .el-form-item .el-form-item__content {
    line-height: 0;
}
.config-container .config-body .el-form .el-form-item .el-form-item__content .el-input {
      width: 88px;
      height: 28px;
}
.config-container .config-body .el-form .el-form-item .el-form-item__content .el-input .el-input__inner {
        width: 88px;
        height: 28px;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #d9d9d9;
        padding: 0 10px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #57565b;
}
.config-container .config-body .el-form .el-form-item .el-form-item__content .el-input .el-input__inner:focus {
          border: 1px solid #B530FF;
          color: #57565b;
}
.config-container .config-body .el-form .is-error .el-input__inner {
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}
.config-container .config-body .el-form .error-message {
  height: 16px;
  line-height: 16px;
}
.config-container .config-body .receive-rules .radio-line {
  margin: 4px 0;
}
.config-container .config-body .receive-rules .radio-line .set-order {
    font-size: 14px;
    float: right;
    color: #c8c9cc;
}

@charset "UTF-8";
[data-v-7ecb5e80]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.package-logic-setting[data-v-7ecb5e80] {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.package-logic-setting .page-container[data-v-7ecb5e80] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.package-logic-setting .page-container .operation-container[data-v-7ecb5e80] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 12px;
}
.package-logic-setting .page-container .operation-container .select-box .select-label[data-v-7ecb5e80] {
        font-size: 16px;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #2c2a33;
}
.package-logic-setting .page-container .page-main[data-v-7ecb5e80] {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.package_logic_select-workflow-group .el-input__inner {
  visibility: hidden;
}
.package_logic_select-workflow-group .el-input__prefix {
  width: 100%;
}
.package_logic_select-workflow-group .el-input__prefix .selected-option {
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    color: #57565B;
    text-align: left;
    padding: 0 30px 0 10px;
}
.package_logic_select-workflow-group .el-input__prefix .selected-option .is-current {
      margin-left: 10px;
      background: #B530FF;
      color: #fff;
      border-radius: 4px;
      padding: 2px 4px;
      font-size: 12px;
}
.package_logic_select-workflow-group_popover .el-select-dropdown__item .is-current {
  margin-left: 10px;
  background: #B530FF;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
}
.package-logic-setting .j-loading-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.package-logic-setting .title-wrap {
  margin-bottom: 18px;
}
.package-logic-setting .operation-container .select-box .el-select {
  height: 32px;
}
.package-logic-setting .operation-container .select-box .el-select .el-input,
  .package-logic-setting .operation-container .select-box .el-select .el-input__inner {
    height: 32px;
}
.package-logic-setting .operation-container .select-box .el-select .el-select__caret {
    height: 32px;
    line-height: 32px;
}
.package-logic-setting .operation-container .select-box .el-select .el-select-dropdown__item {
    height: 32px;
    line-height: 32px;
}
.package-logic-setting .operation-container .el-button {
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.validation-script-page {
  padding: 24px;
}
.validation-script-page .validation-script-layout {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) 520px;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.validation-script-page .validation-script-editor,
  .validation-script-page .validation-script-doc {
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 4px;
    padding: 20px;
}
.validation-script-page .page-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
}
.validation-script-page .page-head h2 {
      margin: 0 0 6px;
      font-size: 22px;
      color: #262a35;
}
.validation-script-page .page-head p {
      margin: 0;
      color: #747b8c;
      line-height: 20px;
}
.validation-script-page .form-tip {
    margin-left: 10px;
    color: #8f95a3;
}
.validation-script-page .action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
}
.validation-script-page pre {
    margin: 0;
    padding: 14px;
    min-height: 520px;
    overflow: auto;
    background: #f7f8fb;
    border: 1px solid #edf0f5;
    border-radius: 4px;
    color: #2b2f3a;
    font-size: 12px;
    line-height: 20px;
}
.validation-script-page .rule-list {
    margin: 0;
    padding-left: 18px;
    color: #3f4656;
    line-height: 28px;
}
.validation-script-page .rule-list code {
      padding: 1px 4px;
      background: #f3edff;
      color: #783efa;
      border-radius: 3px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
#demand__history-record {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#demand__history-record .top_bar {
    height: 100%;
}
#demand__history-record .top_bar .tabs-wrap {
      height: 100%;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs {
        height: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content {
            max-height: 168px;
            overflow-y: auto;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #57565B;
              font-size: 14px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 16px 12px 13px 16px;
              border-bottom: 1px solid #D9D9D9;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator:nth-of-type(2n-1) {
                background-color: #F9F9FA;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator .operator-item {
                margin-right: 16px;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator .user-name {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator .add {
                color: #03B754;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator .del {
                color: #E94C4C;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .operator .filename {
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                white-space: normal;
                word-break: break-all;
}
#demand__history-record .top_bar .tabs-wrap .el-tabs .el-tabs__content .content .touch-bottom {
              text-align: center;
              font-size: 14px;
              color: #57565B;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.msicon.docx {
  color: #558EFF;
}
.msicon.pdf {
  color: #FF5757;
}
.msicon.txt {
  color: #525252;
}
.msicon.other {
  color: #5c5cff;
}
#demand-table .btns {
  text-align: right;
  margin-bottom: 16px;
  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;
}
#demand-table .btns .el-dropdown .el-dropdown-link {
    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: 6px 8px;
    background-color: #B530FF;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
#demand-table .btns .el-dropdown .el-dropdown-link i {
      margin-right: 4px;
}
#demand-table .btns button {
    width: 80px;
    text-align: center;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #B530FF;
    color: #B530FF;
    padding: 7px 0;
    /*&.delete{
                color: $delayColor;
                border: 1px solid $delayColor;
                background-color: transparent;
            }*/
}
#demand-table .btns button:hover {
      background-color: #F1EBFE;
}
#demand-table .btns button.show-all {
      color: #B530FF;
      border: 1px solid #B530FF;
      background-color: transparent;
      margin-right: 12px;
}
#demand-table .btns button.show-all.disable {
        border-color: #C9C8CC;
        color: #C9C8CC;
        pointer-events: none;
}
#demand-table .btns button.delete-group {
      color: #E94C4C;
      border: 1px solid #E94C4C;
      background-color: transparent;
}
#demand-table .btns button.delete-group:hover {
        background-color: transparent;
}
#demand-table .btns button.delete-group.disable {
        border-color: #C9C8CC;
        color: #C9C8CC;
        pointer-events: none;
}
#demand-table .j-table .cell {
  /*padding: 0;*/
  color: #57565B;
}
#demand-table .j-table .cell .file-type-icon .msicon {
    font-size: 22px;
}
#demand-table .j-table .cell .uploadName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#demand-table .j-table .cell .uploadName img {
      width: 26px;
      height: 26px;
      margin-right: 6px;
}
#demand-table .j-table .cell .operation button {
    font-size: 14px;
    color: #B530FF;
    background-color: transparent;
    margin-right: 24px;
}
#demand-table .j-table .cell .operation button:last-of-type {
      margin-right: 0;
}
#demand-table .j-table .cell .operation button.disable {
      pointer-events: none;
      color: #C9C8CC;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row th .cell {
  font-size: 14px;
  color: #2C2A33;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link .menu .tooltip-wrap .el-tooltip {
      color: #2C2A33;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link .j-icon-wrap {
      padding: 0;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__header-wrapper .el-table__header .has-gutter .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link .j-icon-wrap .j-icon {
        padding: 0;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell {
  /*padding: 0;*/
  color: #57565B;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .file-type-icon .msicon {
    font-size: 22px;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .name {
    cursor: pointer;
    padding-right: 15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .name:hover {
      color: #B530FF;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .name p {
      max-width: 300px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .uploadName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .uploadName img {
      width: 26px;
      height: 26px;
      margin-right: 6px;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .operation button {
    font-size: 14px;
    color: #B530FF;
    background-color: transparent;
    margin-right: 24px;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .operation button:last-of-type {
      margin-right: 0;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__body-wrapper .el-table__body tbody .el-table__row td .cell .operation button.disable {
      pointer-events: none;
      color: #C9C8CC;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header thead .header-row th .cell {
  /*padding: 0;*/
  font-size: 14px;
  color: #2C2A33;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header thead .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header thead .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link .menu .tooltip-wrap .el-tooltip {
      color: #2C2A33;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header thead .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link .j-icon-wrap {
      padding: 0;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-header-wrapper .el-table__header thead .header-row th .cell .dropdown-wrap .el-dropdown .el-dropdown-link .j-icon-wrap .j-icon {
        padding: 0;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell {
  /*padding: 0;*/
  color: #57565B;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .file-type-icon .msicon {
    font-size: 22px;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .name {
    cursor: pointer;
    padding-right: 15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .name:hover {
      color: #B530FF;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .name p {
      max-width: 300px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .uploadName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .uploadName img {
      width: 26px;
      height: 26px;
      margin-right: 6px;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .operation button {
    font-size: 14px;
    color: #B530FF;
    background-color: transparent;
    margin-right: 24px;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .operation button:last-of-type {
      margin-right: 0;
}
#demand-table .table-wrap .table-layout-wrap .el-table .el-table__fixed .el-table__fixed-body-wrapper .el-table__body tbody .el-table__row td .cell .operation button.disable {
      color: #C9C8CC;
      pointer-events: none;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.confirm-add-dialog .el-dialog {
  width: 334px;
  min-width: 0;
  border-radius: 6px;
}
.confirm-add-dialog .el-dialog .el-dialog__header {
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
}
.confirm-add-dialog .el-dialog .el-dialog__header .el-dialog__title {
      font-size: 18px;
      font-weight: bold;
}
.confirm-add-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 19px;
      right: 18px;
}
.confirm-add-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
        font-size: 18px;
}
.confirm-add-dialog .el-dialog .el-dialog__body {
    padding: 15px 24px 18px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .top .msicon {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 18px;
      cursor: pointer;
      color: #909399;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .content-title {
      font-size: 14px;
      color: #57565B;
      margin-bottom: 8px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap {
      border: 1px solid #e9e6f1;
      border-radius: 4px;
      min-height: 120px;
      max-height: 300px;
      overflow-y: auto;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail {
        /*background-color: #fff;*/
        color: #57565B;
        border-bottom: 1px solid #e9e6f1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 6px 6px 6px 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail:nth-of-type(2n+1) {
          background-color: #F9F9FA;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail:last-of-type {
          border-bottom: none;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .index {
          margin-right: 13px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon {
          margin-right: 6px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon.docx {
            color: #558EFF;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon.pdf {
            color: #FF5757;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon.txt {
            color: #525252;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .name {
          max-width: 209px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .btn-wrap {
      text-align: center;
      margin-top: 50px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .btn-wrap button {
        width: 98px;
        color: #fff;
        border-radius: 4px;
        padding: 6px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
#settings .msicon {
  position: absolute;
  top: 19px;
  cursor: pointer;
  font-size: 18px;
}
#settings .settings-inner {
  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;
}
#settings .settings-inner .wrap {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
#settings .settings-inner .wrap .title {
      white-space: nowrap;
      text-align: center;
      font-size: 14px;
      color: #2C2A33;
      margin-bottom: 20px;
}
#settings .settings-inner .wrap .setting-options {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
}
#settings .settings-inner .wrap .setting-options .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
}
#settings .settings-inner .wrap .setting-options .options:last-of-type {
          margin-bottom: 17px;
}
#settings .settings-inner .wrap .setting-options .options .el-radio-group .el-radio {
          display: block;
          margin: 5px 0;
}
#settings .settings-inner .wrap .setting-options .options .des {
          margin-left: 8px;
}
#settings .settings-inner .wrap .setting-options .el-radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 49px;
}
#settings .settings-inner .wrap .setting-options .el-radio-group .el-radio {
          margin-bottom: 14px;
}
#settings .settings-inner .wrap .setting-options .el-radio-group .el-radio:last-of-type {
            margin-bottom: 0;
}
#settings button {
  margin-top: 110px;
  width: 98px;
  color: #fff;
  padding: 6px 0;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#settings button:active {
    background-color: #5E2CD1;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.add-doc-dialog .el-dialog {
  width: 448px;
  min-width: 0;
  border-radius: 6px;
}
.add-doc-dialog .el-dialog .el-dialog__header {
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
}
.add-doc-dialog .el-dialog .el-dialog__header .el-dialog__title {
      font-size: 18px;
      font-weight: bold;
}
.add-doc-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 19px;
      right: 18px;
}
.add-doc-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
        font-size: 18px;
}
.add-doc-dialog .el-dialog .el-dialog__body {
    padding: 15px 24px 18px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area {
      position: relative;
      background-color: #F4F4F4;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px dashed #D9D9D9;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 32px 0 32px 0;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner .upload-icon {
          color: #959599;
          font-size: 34px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner p {
          color: #57565B;
          font-size: 12px;
          margin-top: 12px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner .file-select {
          text-align: center;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner .file-select label {
            cursor: pointer;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner .file-select .file-uploads {
            margin-top: 6px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .upload-area .upload-inner .file-select .file-uploads .selectFolder {
              color: #B530FF;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .remark {
      margin-top: 12px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .remark .remark_title {
        font-size: 14px;
        color: #2C2A33;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .remark .el-textarea {
        margin-top: 6px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .remark .el-textarea .el-textarea__inner {
          border: none;
          background-color: #F4F4F4;
          font-size: 12px;
          color: #959599;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .setting {
      text-align: right;
      margin-top: 6px;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .setting button {
        border-radius: 4px;
        color: #57565B;
        font-size: 14px;
        line-height: 19px;
        background-color: #fff;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .setting button:active {
          color: #5E2CD1;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .setting button.disable {
          pointer-events: none;
          color: #C9C8CC;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .btn-wrap {
      margin-top: 24px;
      text-align: center;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .btn-wrap button {
        width: 98px;
        padding: 5px 0;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .btn-wrap button:active {
          background-color: #5E2CD1;
}
.add-doc-dialog .el-dialog .el-dialog__body .add-doc-dialog__inner .btn-wrap button.disable {
          pointer-events: none;
          background-color: #C9C8CC;
          color: #fff;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.demand-drawer .el-drawer__container .el-drawer {
  width: calc(348/1440*100vw) !important;
  min-width: 348px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top {
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top .el-icon-d-arrow-right {
      font-size: 20px;
      cursor: pointer;
      color: #404040;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top .msicon {
      font-size: 20px;
      margin-left: 10px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top .msicon.docx {
        color: #558EFF;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top .msicon.pdf {
        color: #FF5757;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top .msicon.txt {
        color: #525252;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .top .name {
      display: inline-block;
      font-size: 18px;
      margin-left: 8px;
      font-weight: bold;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .title {
    margin-top: 17px;
    padding-left: 24px;
    font-size: 14px;
    color: #2C2A33;
    margin-bottom: 20px;
    font-weight: bold;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap {
    margin-top: 20px;
    padding-left: 48px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .options:last-of-type {
          margin-bottom: 17px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .options .el-radio-group .el-radio {
          display: block;
          margin: 5px 0;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .options .des {
          margin-left: 8px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .el-radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 49px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .el-radio-group .el-radio {
          margin-bottom: 14px;
}
.demand-drawer .el-drawer__container .el-drawer .el-drawer__body .settings-wrap .setting-options .el-radio-group .el-radio:last-of-type {
            margin-bottom: 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
#settings .msicon {
  position: absolute;
  top: 19px;
  cursor: pointer;
  font-size: 18px;
}
#settings .settings-inner {
  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;
}
#settings .settings-inner .wrap {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
#settings .settings-inner .wrap .title {
      white-space: nowrap;
      text-align: center;
      font-size: 14px;
      color: #2C2A33;
      margin-bottom: 20px;
}
#settings .settings-inner .wrap .setting-options {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
}
#settings .settings-inner .wrap .setting-options .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
}
#settings .settings-inner .wrap .setting-options .options:last-of-type {
          margin-bottom: 17px;
}
#settings .settings-inner .wrap .setting-options .options .el-radio-group .el-radio {
          display: block;
          margin: 5px 0;
}
#settings .settings-inner .wrap .setting-options .options .des {
          margin-left: 8px;
}
#settings .settings-inner .wrap .setting-options .el-radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 49px;
}
#settings .settings-inner .wrap .setting-options .el-radio-group .el-radio {
          margin-bottom: 14px;
}
#settings .settings-inner .wrap .setting-options .el-radio-group .el-radio:last-of-type {
            margin-bottom: 0;
}
#settings button {
  margin-top: 110px;
  width: 98px;
  color: #fff;
  padding: 6px 0;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#settings button:active {
    background-color: #5E2CD1;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.confirm-add-dialog .el-dialog {
  width: 334px;
  min-width: 0;
  border-radius: 6px;
}
.confirm-add-dialog .el-dialog .el-dialog__header {
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
}
.confirm-add-dialog .el-dialog .el-dialog__header .el-dialog__title {
      font-size: 18px;
      font-weight: bold;
}
.confirm-add-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 19px;
      right: 18px;
}
.confirm-add-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
        font-size: 18px;
}
.confirm-add-dialog .el-dialog .el-dialog__body {
    padding: 15px 24px 18px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .top .msicon {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 18px;
      cursor: pointer;
      color: #909399;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .content-title {
      font-size: 14px;
      color: #57565B;
      margin-bottom: 8px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap {
      border: 1px solid #e9e6f1;
      border-radius: 4px;
      min-height: 120px;
      max-height: 300px;
      overflow-y: auto;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail {
        /*background-color: #fff;*/
        color: #57565B;
        border-bottom: 1px solid #e9e6f1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 6px 6px 6px 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail:nth-of-type(2n+1) {
          background-color: #F9F9FA;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail:last-of-type {
          border-bottom: none;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .index {
          margin-right: 13px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon {
          margin-right: 6px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon.docx {
            color: #558EFF;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon.pdf {
            color: #FF5757;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .msicon.txt {
            color: #525252;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .content .wrap .content-detail .name {
          max-width: 209px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .btn-wrap {
      text-align: center;
      margin-top: 50px;
}
.confirm-add-dialog .el-dialog .el-dialog__body .confirm-add-dialog__inner .btn-wrap button {
        width: 98px;
        color: #fff;
        border-radius: 4px;
        padding: 6px 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.add-link-dialog .el-dialog {
  width: 448px;
  min-width: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(22, 1, 65, 0.16);
          box-shadow: 0px 4px 6px 0px rgba(22, 1, 65, 0.16);
}
.add-link-dialog .el-dialog .el-dialog__header {
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
}
.add-link-dialog .el-dialog .el-dialog__header .el-dialog__title {
      font-size: 18px;
      font-weight: bold;
}
.add-link-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 19px;
      right: 18px;
}
.add-link-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
        font-size: 18px;
}
.add-link-dialog .el-dialog .el-dialog__body {
    padding: 15px 24px 18px;
}
.add-link-dialog .el-dialog .el-dialog__body .content-wrap {
      max-height: 324px;
      overflow-y: auto;
      scroll-behavior: smooth;
}
.add-link-dialog .el-dialog .el-dialog__body .content {
      border: 1px solid #E9E6F1;
      margin-bottom: 12px;
      border-radius: 4px;
}
.add-link-dialog .el-dialog .el-dialog__body .content:last-of-type {
        margin-bottom: 0;
}
.add-link-dialog .el-dialog .el-dialog__body .content.chosen {
        border-color: #B530FF;
}
.add-link-dialog .el-dialog .el-dialog__body .content .index {
        border-bottom: 1px solid #E9E6F1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 2px 12px 2px 12px;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 2px 14px 11px 14px;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 4px;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-right: 24px;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part:last-of-type {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              margin-right: 0;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part span {
              color: #57565B;
              font-size: 12px;
              white-space: nowrap;
              margin-bottom: 3px;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part .part-title {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part .part-title .err-tips {
                font-size: 12px;
                color: red;
                margin-bottom: 0;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part .el-input.wrong .el-input__inner {
              border: 1px solid #EF3939;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part .el-input.wrong .el-input__inner:focus {
                -webkit-box-shadow: none;
                        box-shadow: none;
                border: 1px solid #EF3939;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part .el-input .el-input__inner {
              padding: 0 4px;
              height: 24px;
              font-size: 12px;
              background-color: #F4F4F4;
              border: 1px solid transparent;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .name_and_link .part .el-input .el-input__inner:focus {
                -webkit-box-shadow: 0px 0px 0px 3px rgba(120, 62, 250, 0.24);
                        box-shadow: 0px 0px 0px 3px rgba(120, 62, 250, 0.24);
                border-radius: 4px;
                border: 1px solid transparent;
                background-color: #fff;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .remark span {
          font-size: 12px;
          color: #57565B;
          margin-bottom: 4px;
          display: inline-block;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .remark .el-textarea .el-textarea__inner {
          background-color: #F4F4F4;
          font-size: 12px;
          padding: 4px;
          border: 1px solid transparent;
}
.add-link-dialog .el-dialog .el-dialog__body .content .content-inner .remark .el-textarea .el-textarea__inner:focus {
            border: 1px solid transparent;
            -webkit-box-shadow: 0px 0px 0px 3px rgba(120, 62, 250, 0.24);
                    box-shadow: 0px 0px 0px 3px rgba(120, 62, 250, 0.24);
            background-color: #fff;
}
.add-link-dialog .el-dialog .el-dialog__body .add {
      margin-top: 12px;
      height: 48px;
      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;
      border: 1px dashed #D9D9D9;
      border-radius: 4px;
      background-color: #F4F4F4;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
}
.add-link-dialog .el-dialog .el-dialog__body .add div span {
        color: #B530FF;
        font-size: 12px;
}
.add-link-dialog .el-dialog .el-dialog__body .add div span.click_me {
          color: #57565B;
          display: inline-block;
          margin-left: 6px;
}
.add-link-dialog .el-dialog .el-dialog__body .add:hover {
        background: rgba(120, 62, 250, 0.1);
        border-color: #B530FF;
}
.add-link-dialog .el-dialog .el-dialog__body .enter-set {
      text-align: right;
      margin-top: 6px;
}
.add-link-dialog .el-dialog .el-dialog__body .enter-set button {
        background-color: #fff;
        color: #B530FF;
        font-size: 12px;
}
.add-link-dialog .el-dialog .el-dialog__body .enter-set button[disabled] {
          color: #C9C8CC;
          cursor: not-allowed;
}
.add-link-dialog .el-dialog .el-dialog__body .btn-wrap {
      text-align: center;
      margin-top: 24px;
}
.add-link-dialog .el-dialog .el-dialog__body .btn-wrap button {
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        width: 98px;
        padding: 6px;
        background-color: #B530FF;
}
.add-link-dialog .el-dialog .el-dialog__body .btn-wrap button[disabled] {
          background-color: #C9C8CC;
          cursor: not-allowed;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.abort-upload-dialog .el-dialog {
  border-radius: 8px;
  width: 334px;
  min-width: 0;
}
.abort-upload-dialog .el-dialog__body {
  position: relative;
  padding: 10px 20px;
}
.abort-upload-dialog .el-dialog__body .complete-title {
    margin-top: 20px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.abort-upload-dialog .el-dialog__body .complete-title img {
      margin-bottom: 15px;
      width: 146px;
      height: 130px;
}
.abort-upload-dialog .el-dialog__body .complete-title span {
      font-size: 20px;
      color: #2C2A33;
      font-weight: bold;
}
.abort-upload-dialog .el-dialog__body .complete-content {
    text-align: center;
    margin: 12px 0 30px;
    /*div {*/
    /*    flex: 1;*/
    /*    text-align: center;*/
    /*    font-size: 14px;*/
    /*    color: #57565B;*/
    /*}*/
}
.abort-upload-dialog .el-dialog__body .complete-content span {
      color: #57565B;
      font-size: 14px;
      margin-bottom: 16px;
}
.abort-upload-dialog .el-dialog__body .uploading-dataset {
    margin-top: 10px;
    margin-bottom: 34px;
}
.abort-upload-dialog .el-dialog__body .uploading-dataset li {
      background-color: #fff;
      border: 1px solid #e9e6f1;
      padding: 6px 8px;
      color: #57565B;
}
.abort-upload-dialog .el-dialog__body .uploading-dataset li.odd {
        background-color: #F9F9FA;
}
.abort-upload-dialog .el-dialog__body .uploading-dataset li + li {
        border-top: none;
}
.abort-upload-dialog .el-dialog__body .complete-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
}
.abort-upload-dialog .el-dialog__body .complete-btn-group button {
      width: 72px;
      padding: 5px;
      text-align: center;
      font-size: 14px;
      border-radius: 3px;
      background-color: #fff;
}
.abort-upload-dialog .el-dialog__body .complete-btn-group .confirm {
      color: #B530FF;
      opacity: .8;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
}
.abort-upload-dialog .el-dialog__body .complete-btn-group .confirm:hover {
        opacity: 1;
}
.abort-upload-dialog .el-dialog__body .complete-btn-group .cancel {
      color: #57565B;
      /*background-color: #fff;*/
      /*border: 1px solid #DCDCDC;*/
      opacity: .8;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
}
.abort-upload-dialog .el-dialog__body .complete-btn-group .cancel:hover {
        opacity: 1;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-demand-manager-upload-progress .j-card-header {
  padding: 12px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.add-dialog-type {
  min-width: 0;
  background-color: #fff;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.add-dialog-type .type {
    padding: 0 12px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
    color: #57565B;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.add-dialog-type .type:hover {
      background-color: #f2ecff;
      color: #9365fb;
}
#demand-manage .wrap .top {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#demand-manage .wrap .top .last-doc {
    width: 294px;
    height: 258px;
    margin-right: 24px;
    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-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
            box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
    border-radius: 2px;
    background-color: #fff;
}
#demand-manage .wrap .top .last-doc .last-doc__inner {
      cursor: pointer;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px 25px 16px 25px;
}
#demand-manage .wrap .top .last-doc .last-doc__inner .file-type-icon {
        margin-bottom: 20px;
}
#demand-manage .wrap .top .last-doc .last-doc__inner .file-type-icon .msicon {
          font-size: 64px;
}
#demand-manage .wrap .top .last-doc .last-doc__inner .doc-name {
        font-size: 16px;
        margin-bottom: 8px;
        color: #57565B;
        font-weight: bold;
        word-break: break-all;
        text-decoration: underline;
        max-width: 207px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
#demand-manage .wrap .top .last-doc .last-doc__inner .doc-date {
        color: #959599;
        font-size: 12px;
}
#demand-manage .wrap .top .progress {
    height: 258px;
    width: 416px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
            box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
    border-radius: 2px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 16px;
}
#demand-manage .wrap .top .history {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
            box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
    border-radius: 2px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#demand-manage .wrap .bottom {
  margin-top: 17px;
}

@charset "UTF-8";
[data-v-239b6762]:export {
  menuText: #94979B;
  menuActiveText: #B530FF;
  menuHoverText: #B530FF;
  menuBg: #F4F5F7;
  menuHoverBg: #F1ECFF;
  menuWidthNum: 240;
  themeColor: #B530FF;
  themeOpacityColor: rgba(181, 48, 255, 0.1);
  projectToolCarouselHeight: 213px;
  workflow_UNCLAIMED_color: #BEBEBE;
  workflow_FREEZE_color: #DFDFDF;
  workflow_TO_BEGIN_color: #33A8FB;
  workflow_EDITOR_color: #FF9300;
  workflow_COMPLETE_color: #895CF2;
  workflow_ADOPT_color: #00C400;
  workflow_UNABLE_color: #FF505B;
}

/*单行文本溢出*/
/*多行文本溢出*/
.project-tag-wrap .tag-header[data-v-239b6762] {
  margin: 16px 0 8px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-tag-wrap .table-content[data-v-239b6762] {
  padding: 12px 0;
}
.project-tag-wrap .table-content .placeholder[data-v-239b6762] {
    color: #959599;
}
.project-tag-wrap .table-content .sekuai[data-v-239b6762] {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD90lEQVRIS31UTYjcZBh+3szkZ2Z2Z7r//bEu2m6pRV1xEXoT2Wpt1UqFInizIojg2YOXHrwo6EHRg4ggCipiS8FDPQhKPVjKwooUi92K7YqjnZ91djOTZJN8r3xfkpkkM+1AJsmXb573+csQAGy8d3qR9/hvaRWxDAtF0gggAjRC+lrey3W1Fh8U74ueaYBLATv0fXAFr0+89P4vtPHO6UU64PwMi60IFGrj7UGGB48igW1y/Ut0mNpfvnCBasFREGLGWjwkzV6uDavJss8qk2S5Sd9R++wpn0wuDslXaqJhAyANCAnsaaAxQCsSWA2W5NTGWLl0gQCvEFD7/HOs2GW8zLJhoSFYs/zOH5NudcLQC0V0A48n7J67WVuwq8bBUCMzHpIjRO1zJ3kQaLJJBiaj0CC2iuj+OvefMTtrlatkyVKA1bf62BvsBrc6fumelm7cLywyABQGZaDWN8/y7VrDPR2d1XtbMwu1SRYsU4o+HM1QC/F1bxOe1+h45fm2ru8TpcIMK7uo9fUJpSDdGnVPGnqrdzfHd85NSxwJxgnz/Dmlyu0iCO1ux9nyd4QhCWp99Ux2QJxFd23aKRX2m4apijuwJQeubjkmkNsnSVHri6f7GURNAuDp8K4t2pUJcyzved//VA5qLX2fGkTNz4+zrFhUNWmVBvu3+c1a+a7qIMo7KMixz1gpFTQ/O5a1yC753o2H/fJYoaykxyGOtGmUdXmbmp8+mbGod+W+TtWarQ2xz1sCQAjg6l8Wft+YR707DYECxoo29tdu4oHdLYyXGNT45GhUU43g/TPZLbQfskyDZZP7lVSkcgPWWwYu/PkI2saDYM1Qz1UUzOpsujfwxNyPoMbHj6s3GU5ZONeWvPGyWcoElgtQsv7h+k6suEcQ6FOQcIKhDrlVnZP3JHRAjY+OMHsWNq8ubU6VK9V8SxLiMoveNuHb6wewVlxGiOIAMAHuD2CIWDXV33zes9cPelOlyvidgmx1NZxdX0LdPAwByrAVUodUEYOm1dDNl9+2xwxU0n8DiedJDmttHecbj6JTOhRbQhCx16OsiSyLsqDLp97lfRNB5EwuSMcn/FSv4ZJYhqPvHrIkYTxgL/OQ6qJc1IA3HrvMe/1VLNRs7DAFjAKw5Wn41ylixTmEZmUJAZlZS/qBSqicmlTgslH02lPu34LDXcb2Leh+ExAh/OI4uvqeCDj2dmCF9JuQ+J40Z+RzoE6vHHc/CAW/2pc71IgoPOVpv+vZQKPf5oKOQv2QXjzGMxy6K4Kxt9/jpBWpbucbIgFHtWaAgXWrUF5SRZFDtn3nTAg6KQTv6oeW6TUplpnWpF6slAN1ZpxjvXzm4kVq/A/kLWb/cmHXbwAAAABJRU5ErkJggg==);
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.project-tag-wrap .table-content .sekuai[data-v-239b6762] {
        background-image: url(data:image/png;base64,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);
}
}
.project-tag-wrap .table-content .cell-tool[data-v-239b6762] {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-tag-wrap .table-content .cell-color[data-v-239b6762] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid;
    margin: 0 auto;
}
.project-tag-wrap .table-content .cell-color .color-wrap[data-v-239b6762] {
      border-radius: 0 0 10px 0;
      overflow: hidden;
}
.project-tag-wrap .table-content .cell-attr-type[data-v-239b6762] {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.project-tag-wrap .table-content .cell-attr-type p[data-v-239b6762] {
      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;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.project-tag-wrap .table-content .cell-attr-type p + p[data-v-239b6762] {
        margin-left: 10px;
}
.project-tag-wrap .table-content .cell-attr-type p .attr-type-wrap[data-v-239b6762] {
        margin-right: 6px;
}
.project-tag-wrap .table-content .cell-attr-type p .attr-type-wrap .msicon[data-v-239b6762] {
          font-size: 14px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.project-tag-wrap .tag-header .el-icon-plus {
  font-weight: bold;
  font-size: 14px;
}
.project-tag-wrap .table-expand-tree {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.project-tag-wrap .table-expand-tree .btn-wrap {
    position: absolute;
    bottom: 16px;
    right: 24px;
    z-index: 1;
    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;
}
.project-tag-wrap .table-expand-tree .btn-wrap .btn {
      width: 32px;
      height: 32px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
              box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
      border-radius: 2px;
      background-color: #fff;
      text-align: center;
      cursor: pointer;
}
.project-tag-wrap .table-expand-tree .btn-wrap .btn .msicon {
        color: #57565B;
        font-size: 12px;
        line-height: 32px;
}
.project-tag-wrap .table-expand-tree .btn-wrap .btn.disable {
        cursor: not-allowed;
}
.project-tag-wrap .table-expand-tree .btn-wrap .btn.disable .msicon {
          color: #959599;
}
.project-tag-wrap .table-expand-tree .btn-wrap .btn + .btn {
        margin-left: 8px;
}
.project-tag-wrap .el-tree {
  background-color: #f2f2f2;
}
.project-tag-wrap .table-content .cell-tool:hover .label-tree-drop .el-dropdown .el-dropdown-link:hover .label-type-wrap .msicon,
.project-tag-wrap .table-content .cell-tool .label-tree-drop .el-dropdown-link.is-visible .label-type-wrap .msicon {
  color: inherit !important;
}
.project-tag-wrap .table-content .cell-tool .el-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-tag-wrap .table-content .cell-attr-type .attr-type-wrap .msicon {
  font-size: 14px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.mask-rename-category-popover {
  padding: 0;
}
.mask-rename-category-popover .category-cascader-wrap .el-cascader-panel.is-bordered {
    border-width: 0;
}
.mask-rename-category-popover .category-cascader-wrap .el-cascader-panel .el-cascader-menu {
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.export-mask-rename-category {
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #57565B;
  padding: 0 21px 0 5px;
  position: relative;
  overflow: hidden;
}
.export-mask-rename-category .suffix {
    border-left: 1px solid #D9D9D9;
    background-color: #F5F7FA;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    line-height: 22px;
    color: #57565B;
    text-align: center;
    cursor: pointer;
}
.export-mask-rename-category .suffix .arrow {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
}
.export-mask-rename-category.is-active {
    border-color: #B530FF;
}
.export-mask-rename-category.is-active .suffix {
      border-color: #B530FF;
      color: #B530FF;
}
.export-mask-rename-category.is-active .suffix .arrow {
        -webkit-transform: rotateZ(0);
                transform: rotateZ(0);
}
.export-mask-rename-category.is-focus {
    border-color: #B530FF;
}
.export-mask-rename-category.is-disabled {
    cursor: not-allowed;
}
.export-mask-rename-category.is-disabled .suffix {
      cursor: not-allowed;
}
.export-mask-rename-category .span-value {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.export-mask-rename-category .span-value .label-type-wrap {
      margin-right: 4px;
}
.export-mask-rename-category .span-value .el-input {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
}
.export-mask-rename-category .el-input .el-input__inner {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    border: none;
    padding: 0;
}
.mask-rename-category-dropdown {
  min-width: inherit;
  padding: 10px 0;
}
.mask-rename-category-dropdown li {
    padding: 0 14px;
    line-height: 30px;
    white-space: nowrap;
    color: #57565B;
    font-size: 14px;
    cursor: pointer;
}
.mask-rename-category-dropdown li:hover {
      background-color: #F2F0FE;
      color: #B530FF;
}
.mask-rename-category-dropdown li[disabled] {
      color: #C9C8CC;
      cursor: default;
}
.mask-rename-category-dropdown li[disabled]:hover {
        background-color: #fff;
        color: #C9C8CC;
}
.mask-rename-category-dropdown li.is-selected {
      background-color: #F2F0FE;
      color: #B530FF;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-rename-set-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.j-rename-set-item .el-tag {
    margin: 8px 8px 0;
    padding: 0 8px;
    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;
    color: #57565B;
    border-color: #D9D9D9;
    border-radius: 2px;
    background-color: #fff;
}
.j-rename-set-item .el-tag.el-tag--light {
      min-width: 66px;
}
.j-rename-set-item .el-tag.add {
      width: 66px;
      border-style: dashed;
      text-align: center;
      cursor: pointer;
      color: #959599;
      background-color: #FAFAFA;
}
.j-rename-set-item .el-tag.add span {
        line-height: 13px;
        font-size: 24px;
        height: 18px;
}
.j-rename-set-item .el-tag .el-tag__close {
      line-height: 20px;
      color: #57565B;
}
.j-rename-set-item .el-tag .el-tag__close:hover {
        color: #B530FF;
        background-color: inherit;
}
.j-rename-set-item .set-item {
    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;
}
.j-rename-set-item .set-item .set-item-select + .set-item-select {
      margin-left: 8px;
}
.j-rename-set-item.is-disabled {
    opacity: 0.5;
}
.j-rename-set-item.is-disabled .el-tag.add {
      color: #959599;
      cursor: not-allowed;
}
.j-rename-set-item.is-disabled .el-tag .el-tag__close {
      cursor: not-allowed;
}
.j-rename-set-item.is-disabled .el-tag .el-tag__close:hover {
        color: inherit;
}
.j-rename-set-item.focus-line .el-tag {
    border-color: #E4D8FE;
}
.j-rename-set-item.focus-line .el-tag.el-tag--light {
      color: #B530FF;
      border-color: #E4D8FE;
      background-color: rgba(181, 48, 255, 0.1);
}
.j-rename-set-item.focus-line .el-tag.add {
      color: #B530FF;
      border-color: #B530FF;
}
.j-rename-set-item.focus-line .el-tag.is-focus.add {
      border-color: #B530FF;
}
.el-select.j-rename-set-item_select {
  height: 22px !important;
}
.el-select.j-rename-set-item_select .el-input.is-disabled .el-input__inner {
    background-color: inherit;
}
.el-select.j-rename-set-item_select .el-input {
    height: 22px !important;
    border: 1px solid #D9D9D9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}
.el-select.j-rename-set-item_select .el-input .el-input__inner {
      height: 22px !important;
      line-height: 20px !important;
      padding: 0 0 0 5px;
      border: none;
      display: block;
}
.el-select.j-rename-set-item_select .el-input .el-input__suffix {
      right: 0;
      border-left: 1px solid #D9D9D9;
      background-color: #F5F7FA;
      line-height: 20px;
}
.el-select.j-rename-set-item_select .el-input .el-input__suffix .el-input__icon {
        width: 16px;
        line-height: 20px;
        color: #57565B;
}
.el-select.j-rename-set-item_select .el-input .el-select__caret {
      line-height: 30px;
      font-size: 12px;
}
.el-select.j-rename-set-item_select .el-input.is-focus {
      border-color: #B530FF;
}
.el-select.j-rename-set-item_select .el-input.is-focus .el-input__suffix {
        border-color: #B530FF;
}
.el-select.j-rename-set-item_select .el-input.is-focus .el-input__suffix .el-input__icon {
          color: #B530FF;
}
.el-select.j-rename-set-item_select + .j-rename-set-item_select {
    margin-left: 4px;
}
.el-select.j-rename-set-item_select.category .el-input__inner {
    width: 100px;
}
.el-select.j-rename-set-item_select.connector .el-input__inner {
    width: 38px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-data-format .el-table thead {
  display: none;
}
.j-data-format .el-table__row td {
  padding: 2px 0;
}
.j-data-format .el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #f9f9fa;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-export-category-tree--selection {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #e8f2fa;
  border: 1px solid #bce2ef;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.j-export-category-tree--selection .j-export-category-tree--selection__info {
    font-size: 14px;
    color: #95959E;
}
.j-export-category-tree--selection .j-export-category-tree__selection--total {
    margin-left: 4px;
    color: #B530FF;
}
.j-export-category-tree--selection .j-export-category-tree__selection--total:hover {
      cursor: pointer;
}
.j-export-category-tree--selection .j-export-category-tree__selection--clear {
    color: #4dc0d7;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
}
.j-export-category-tree--selection .j-export-category-tree__selection--clear:hover {
      cursor: pointer;
}
.j-export-category-tree--selection i {
    color: #6CBED4;
    font-size: 14px;
    margin-right: 8px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-export__mask__table .bg-color {
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-project-export__mask__table .bg-color .color-wrap {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    overflow: hidden;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-add-btn {
  text-align: center;
  color: #959599;
  border: 1px dashed #D9D9D9;
  background-color: #F4F5F7;
  cursor: pointer;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  height: 48px;
  border-radius: 4px;
}
.j-add-btn:hover {
    color: #B530FF;
    border-color: #B530FF;
    background-color: rgba(181, 48, 255, 0.1);
}
.j-add-btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.j-add-btn.mini {
    display: inline-block;
    width: 65px;
    font-size: 16px;
    line-height: 22px;
    height: 24px;
    border-radius: 2px;
}
.j-add-btn.small {
    display: inline-block;
    width: 66px;
    font-size: 16px;
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
}
.j-add-btn.middle {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-export-mask-config_catogory-selecter {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.j-export-mask-config_catogory-selecter:after {
    content: '+';
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 8px;
}
.j-export-mask-config_catogory-selecter.disabled {
    cursor: not-allowed;
}
.j-export-mask-config_catogory-selecter .selected-items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.j-export-mask-config_catogory-selecter .selected-items .label-type-wrap {
      -webkit-box-flex: 20px;
          -ms-flex: 20px 0 0px;
              flex: 20px 0 0;
}
.j-export-mask-config_catogory-selecter .selected-items .name {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: #57565B;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.j-export-mask-config_catogory-selecter .el-cascader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-project-export__mask-mergeType .select-merge-type {
  margin-left: 24px;
  padding-top: 14px;
}
.j-project-export__mask-mergeType .select-merge-type .radio-item {
    margin-bottom: 14px;
}
.j-project-export__mask-mergeType .select-merge-type .sublist {
    margin-left: 24px;
}
.j-project-export__mask-mergeType .costom-merge-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.j-project-export__mask-mergeType .costom-merge-content .line {
    margin-bottom: 24px;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 48px;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    position: relative;
}
.j-project-export__mask-mergeType .costom-merge-content .line .close {
      position: absolute;
      right: 10px;
      top: 6px;
      color: #57565B;
      cursor: pointer;
}
.j-project-export__mask-mergeType .costom-merge-content .line .merge-name {
      padding-left: 16px;
      -webkit-box-flex: 88px;
          -ms-flex: 88px 0 0px;
              flex: 88px 0 0;
}
.j-project-export__mask-mergeType .costom-merge-content .line .merge-name:after {
        content: '=';
        padding: 0 20px;
}
.j-project-export__mask-mergeType .costom-merge-content .line .merge-list {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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: -8px;
}
.j-project-export__mask-mergeType .costom-merge-content .line .merge-list .merge-item {
        width: 207px;
        margin: 8px 24px 0 0;
        height: 24px;
        line-height: 24px;
        position: relative;
}
.j-project-export__mask-mergeType .costom-merge-content .line .merge-list .merge-item:last-child .j-export-mask-config_catogory-selecter.is-disabled::after {
          content: '';
}
.j-project-export__mask-mergeType .costom-merge-content .line .merge-list .j-add-btn {
        margin-top: 8px;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.j-export-category-tree .el-table__body .el-table__row.expanded {
  border-top: 1px solid #B530FF;
  border-left: 1px solid #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded td {
    border-bottom-width: 0;
}
.j-export-category-tree .el-table__body .el-table__row.expanded td:first-child {
      border-left: 1px solid #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded td::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      top: 0;
      left: 0;
      background-color: #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded td:last-child::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded + tr {
    border-left: 1px solid #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded + tr td {
      border-bottom: 1px solid #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded + tr td:first-child {
        border-left: 1px solid #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded + tr td:last-child::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #B530FF;
}
.j-export-category-tree .el-table__body .el-table__row.expanded + tr .el-table__expanded-cell {
    padding: 0;
    background-color: #f2f2f2;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.j-export-category-tree .el-table__body .el-table__row.expanded + tr .el-table__expanded-cell:hover {
      background-color: #f2f2f2 !important;
}
.j-project-export__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.j-project-export__item .sekuai {
    width: 16px;
    height: 16px;
    display: inline-block;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD90lEQVRIS31UTYjcZBh+3szkZ2Z2Z7r//bEu2m6pRV1xEXoT2Wpt1UqFInizIojg2YOXHrwo6EHRg4ggCipiS8FDPQhKPVjKwooUi92K7YqjnZ91djOTZJN8r3xfkpkkM+1AJsmXb573+csQAGy8d3qR9/hvaRWxDAtF0gggAjRC+lrey3W1Fh8U74ueaYBLATv0fXAFr0+89P4vtPHO6UU64PwMi60IFGrj7UGGB48igW1y/Ut0mNpfvnCBasFREGLGWjwkzV6uDavJss8qk2S5Sd9R++wpn0wuDslXaqJhAyANCAnsaaAxQCsSWA2W5NTGWLl0gQCvEFD7/HOs2GW8zLJhoSFYs/zOH5NudcLQC0V0A48n7J67WVuwq8bBUCMzHpIjRO1zJ3kQaLJJBiaj0CC2iuj+OvefMTtrlatkyVKA1bf62BvsBrc6fumelm7cLywyABQGZaDWN8/y7VrDPR2d1XtbMwu1SRYsU4o+HM1QC/F1bxOe1+h45fm2ru8TpcIMK7uo9fUJpSDdGnVPGnqrdzfHd85NSxwJxgnz/Dmlyu0iCO1ux9nyd4QhCWp99Ux2QJxFd23aKRX2m4apijuwJQeubjkmkNsnSVHri6f7GURNAuDp8K4t2pUJcyzved//VA5qLX2fGkTNz4+zrFhUNWmVBvu3+c1a+a7qIMo7KMixz1gpFTQ/O5a1yC753o2H/fJYoaykxyGOtGmUdXmbmp8+mbGod+W+TtWarQ2xz1sCQAjg6l8Wft+YR707DYECxoo29tdu4oHdLYyXGNT45GhUU43g/TPZLbQfskyDZZP7lVSkcgPWWwYu/PkI2saDYM1Qz1UUzOpsujfwxNyPoMbHj6s3GU5ZONeWvPGyWcoElgtQsv7h+k6suEcQ6FOQcIKhDrlVnZP3JHRAjY+OMHsWNq8ubU6VK9V8SxLiMoveNuHb6wewVlxGiOIAMAHuD2CIWDXV33zes9cPelOlyvidgmx1NZxdX0LdPAwByrAVUodUEYOm1dDNl9+2xwxU0n8DiedJDmttHecbj6JTOhRbQhCx16OsiSyLsqDLp97lfRNB5EwuSMcn/FSv4ZJYhqPvHrIkYTxgL/OQ6qJc1IA3HrvMe/1VLNRs7DAFjAKw5Wn41ylixTmEZmUJAZlZS/qBSqicmlTgslH02lPu34LDXcb2Leh+ExAh/OI4uvqeCDj2dmCF9JuQ+J40Z+RzoE6vHHc/CAW/2pc71IgoPOVpv+vZQKPf5oKOQv2QXjzGMxy6K4Kxt9/jpBWpbucbIgFHtWaAgXWrUF5SRZFDtn3nTAg6KQTv6oeW6TUplpnWpF6slAN1ZpxjvXzm4kVq/A/kLWb/cmHXbwAAAABJRU5ErkJggg==);
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
.j-project-export__item .sekuai {
        background-image: url(data:image/png;base64,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);
}
}
.j-project-export__item .j-checkbox-icon {
    font-size: 14px;
    margin-right: 6px;
}
.j-project-export__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  background: #ffffff;
  margin-bottom: 16px;
}
.j-project-export__header--left {
  width: 237px;
}
.j-project-export__header--stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #57565b;
  line-height: 16px;
  margin-bottom: 6px;
}
.j-project-export__header--stat div:first-child {
    margin-right: 24px;
}
.j-project-export__header--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: -10px;
  margin-left: 16px;
}
.j-project-export__item--left {
  width: 206px;
  min-width: 206px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
          box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
  border-radius: 4px;
}
.j-project-export__item--left .j-project-export__item__header {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #2c2a33;
    line-height: 21px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 6px;
}
.j-project-export__item--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
          box-shadow: 0px 1px 2px 0px rgba(64, 2, 189, 0.06);
  border-radius: 4px;
  margin-left: 16px;
  padding-bottom: 12px;
}
.j-project-export__item--right .j-project-export__item--right__header {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #2c2a33;
    line-height: 21px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 6px;
}
.j-project-export__item--left__item {
  padding: 9px 12px;
  font-size: 16px;
  background: #FFFFFF;
  color: #57565b;
  line-height: 21px;
  margin-bottom: 4px;
}
.j-project-export__item--left__item:hover {
    cursor: pointer;
}
.j-project-export__item--left__item.j-current, .j-project-export__item--left__item:hover {
    background: rgba(181, 48, 255, 0.1);
    color: #B530FF;
}
.j-project-export__result__content {
  margin: 0 16px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(22, 1, 65, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(22, 1, 65, 0.16);
  border-radius: 4px;
  min-height: 404px;
}
.j-project-export__result__box__padding {
  padding: 18px 12px;
}
.j-project-export__type__content {
  margin-left: 12px;
  margin-top: -12px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(22, 1, 65, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(22, 1, 65, 0.16);
  border-radius: 4px;
}
.j-project-export__result__structure__case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.j-project-export__result__structure__case__header--left {
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  font-size: 14px;
  color: #57565b;
  line-height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.j-project-export__result__structure__case__header--center {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.j-project-export__result__structure__case__header--center img {
    margin: 0 12px;
    max-height: 141px;
}
.j-project-export__result__structure__case__header--right {
  width: 394px;
  padding: 12px;
}
.j-project-export__result__structure__case__header--right .el-table thead {
    display: none;
}
.j-project-export__result__structure__case__header--right .el-table__row td {
    padding: 0;
}
.j-project-export__result__structure__case__header--right .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #f9f9fa;
}
.j-project-export__result__structure__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.j-project-export__result__structure__data--left {
  width: 145px;
  -webkit-box-flex: 145px;
      -ms-flex: 145px 0 0px;
          flex: 145px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #D9D9D9;
  overflow: hidden;
}
.j-project-export__result__structure__data--left .el-checkbox {
    margin: 0 0 2px 0;
    width: 100%;
    padding: 9px 0 9px 12px;
}
.j-project-export__result__structure__data--left .el-checkbox.is-checked, .j-project-export__result__structure__data--left .el-checkbox:hover {
      background: #f1ebfe;
}
.j-project-export__mask .j-project-export__mask__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.j-project-export__mask .j-project-export__mask__header > div {
    margin-right: 16px;
}
.j-project-export__tag__table .el-table__expanded-cell {
  padding: 0;
  background: #f2f2f2;
}
.j-project-export__tag__table .el-table__expanded-cell:hover {
    background: #f2f2f2;
}
.j-project-export__tag__table .el-table__expanded-cell .el-tree {
    background: #f2f2f2;
    margin-left: 240px;
}
.j-project-export__tag__table .label-tree-wrap {
  padding: 16px !important;
  background: #f2f2f2;
}
.j-export-data-set__table.j-disabled {
  cursor: not-allowed;
}
.j-export-data-set__table.j-disabled .el-table {
    color: #CCCCCC;
}
.j-export-data-set__table th {
  padding: 4px 0;
}
.j-export-data-set__table tr td {
  padding: 0;
}
.j-export-data-set__table tr td .cell {
    padding: 0;
    line-height: 28px;
}
.j-export-data-set__table tbody tr:nth-child(odd) td {
  background: #f9f9fa;
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/**
    Name: IntelliJ IDEA darcula theme
    From IntelliJ IDEA by JetBrains
 */

.cm-s-darcula  { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
.cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }

.cm-s-darcula span.cm-meta { color: #BBB529; }
.cm-s-darcula span.cm-number { color: #6897BB; }
.cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
.cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
.cm-s-darcula span.cm-variable { color: #A9B7C6; }
.cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
.cm-s-darcula span.cm-variable-3 { color: #9876AA; }
.cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
.cm-s-darcula span.cm-property { color: #FFC66D; }
.cm-s-darcula span.cm-operator { color: #A9B7C6; }
.cm-s-darcula span.cm-string { color: #6A8759; }
.cm-s-darcula span.cm-string-2 { color: #6A8759; }
.cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
.cm-s-darcula span.cm-link { color: #CC7832; }
.cm-s-darcula span.cm-atom { color: #CC7832; }
.cm-s-darcula span.cm-error { color: #BC3F3C; }
.cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
.cm-s-darcula span.cm-attribute { color: #6897bb; }
.cm-s-darcula span.cm-qualifier { color: #6A8759; }
.cm-s-darcula span.cm-bracket { color: #A9B7C6; }
.cm-s-darcula span.cm-builtin { color: #FF9E59; }
.cm-s-darcula span.cm-special { color: #FF9E59; }
.cm-s-darcula span.cm-matchhighlight { color: #FFFFFF; background-color: rgba(50, 89, 48, .7); font-weight: normal;}
.cm-s-darcula span.cm-searching { color: #FFFFFF; background-color: rgba(61, 115, 59, .7); font-weight: normal;}

.cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
.cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
.cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
.cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
.cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
.cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
.cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }

.cm-s-darcula div.CodeMirror-selected { background: #214283; }

.CodeMirror-hints.darcula {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  color: #9C9E9E;
  background-color: #3B3E3F !important;
}

.CodeMirror-hints.darcula .CodeMirror-hint-active {
  background-color: #494D4E !important;
  color: #9C9E9E !important;
}

@charset "UTF-8";

/*单行文本溢出*/
/*多行文本溢出*/
.x-code-mirror {
  position: relative;
}
.x-code-mirror .CodeMirror {
    height: inherit;
    line-height: 1.5;
}
.x-code-mirror .x-code-mirror__lang {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
    color: #ccc;
    text-transform: uppercase;
}
.x-code-mirror .x-code-mirror__lang:hover {
      cursor: default;
}

