.card[data-v-37abfee1] {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 10px 0px #d1d5d5;
  width: 410px;
  border-radius: 10px;
  padding: 10px;
}
.card .card_title[data-v-37abfee1] {
  height: 21px;
  display: flex;
  justify-content: space-between;
}
.card .card_title .card_title-text[data-v-37abfee1] {
  color: #20467e;
  font-size: 16px;
  font-weight: bold;
}
.card .card_title .card_title-icon[data-v-37abfee1] {
  cursor: pointer;
  margin-left: 10px;
}
.card .card_title .card_title-icon img[data-v-37abfee1] {
  width: 15px;
  height: 15px;
}
.card .card_content[data-v-37abfee1] {
  margin-top: 10px;
}
.card .card_search[data-v-37abfee1] {
  width: 100px;
  background: #f7fafa;
  position: absolute;
  z-index: 2;
  right: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #d1d5d5;
}
.card .card_search div[data-v-37abfee1] {
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.card .card_search div[data-v-37abfee1]:hover {
  background: #e7f1ff;
}
.card .card_search .active[data-v-37abfee1] {
  color: #0b73ff;
  font-weight: 600;
}
.tips-search[data-v-4d578fcb] {
  width: 410px;
  height: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 10px 17px 10px;
}
.tips-search form[data-v-4d578fcb] {
  height: 100%;
}
.tips-search[data-v-4d578fcb]  .el-form-item {
  margin-bottom: 5px;
}
.tips-search[data-v-4d578fcb]  .el-input__inner {
  line-height: 32px;
  height: 32px;
}
.tips-search .name-input[data-v-4d578fcb] {
  font-size: 12px;
}
.tips-search .name-input[data-v-4d578fcb]  .el-form-item__content {
  width: 100%;
}
.tips-search .name-input[data-v-4d578fcb]  .el-input__inner {
  border: 1px solid #2594da;
  -o-border-image: linear-gradient(to right, #8dd1d0, #676d75) 1;
     border-image: linear-gradient(to right, #8dd1d0, #676d75) 1;
  box-sizing: border-box;
}
.tips-search .name-input[data-v-4d578fcb]  .el-input-group__append {
  background-color: #2594da;
  border: 1px solid #2594da;
}
.tips-search .name-input .icon-search[data-v-4d578fcb] {
  color: #fff;
}
.tips-search .tips[data-v-4d578fcb] {
  display: flex;
  color: #797979;
  font-size: 13px;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 5px;
}
.tips-search .tips .result[data-v-4d578fcb] {
  display: flex;
  align-items: center;
}
.tips-search .tips .result .result-button[data-v-4d578fcb] {
  background-color: #F9768A;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 11px;
}
.tips-search .result[data-v-4d578fcb] {
  display: flex;
  height: calc(100% - 40px);
}
.tips-search .result .result-tab[data-v-4d578fcb] {
  width: 150px;
  height: 100%;
  flex-shrink: 0;
  background: #ebeff5;
  border-radius: 10px;
  padding: 10px 0;
}
.tips-search .result .result-tab .result-tab_li[data-v-4d578fcb] {
  color: #8a8d94;
  height: 30px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
}
.tips-search .result .result-tab .active[data-v-4d578fcb] {
  background: #fff;
  border-right: #45a3f6;
  border-right-width: 2px;
  border-right-style: solid;
}
.tips-search .result .result-tree[data-v-4d578fcb] {
  height: calc(100% - 40px);
  overflow: auto;
  background: transparent;
  color: #8a8d94;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.tips-search .result .result-tree[data-v-4d578fcb]::-webkit-scrollbar {
  display: none;
}
.tips-search .result .result-tree[data-v-4d578fcb]  .is-current > .el-tree-node__content {
  color: #606266;
}
.tips-search .result .result-tree[data-v-4d578fcb]  .el-tree-node__expand-icon.is-leaf {
  width: 0;
  padding: 3px;
}
.tips-search .result .result-tree .tree-node[data-v-4d578fcb] {
  width: calc(100% - 24px);
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
}
.tips-search .result .result-tree .tree-node .tree-node_name[data-v-4d578fcb] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tips-search .result .result-tree .tree-node .tree-node_name .marquee-wrap[data-v-4d578fcb] {
  -webkit-animation: marquee-wrap-data-v-4d578fcb 5s infinite linear;
          animation: marquee-wrap-data-v-4d578fcb 5s infinite linear;
}
.tips-search .result .result-tree .tree-node .tree-node_name .marquee-wrap .marquee-content[data-v-4d578fcb] {
  float: left;
  white-space: nowrap;
  min-width: 100%;
  -webkit-animation: marquee-content-data-v-4d578fcb 5s infinite linear;
          animation: marquee-content-data-v-4d578fcb 5s infinite linear;
}
.tips-search .result .result-tree .tree-node .tree-node_num[data-v-4d578fcb] {
  width: 16px;
  flex-shrink: 0;
  text-align: right;
}
.tips-search .result .result-tree .tree-leaf[data-v-4d578fcb] {
  width: calc(100% - 6px) !important;
}
.tips-search .result-list[data-v-4d578fcb] {
  padding-left: 10px;
  width: calc(100% - 150px);
}
.tips-search .result-list .item-active[data-v-4d578fcb] {
  border: 1px solid #4680f3;
}
.tips-search .result-list .result-list-item[data-v-4d578fcb] {
  height: 60px;
  padding: 5px;
  margin-top: 5px;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
.tips-search .result-list .result-list-item[data-v-4d578fcb]:hover {
  box-shadow: 0px 0px 10px 0px #d1d5d5;
}
.tips-search .result-list .result-list-item .mark-icon[data-v-4d578fcb] {
  width: 16px;
  height: 20px;
  padding-right: 5px;
  box-sizing: content-box;
}
.tips-search .result-list .result-list-item .mark-icon img[data-v-4d578fcb] {
  width: 100%;
  height: 100%;
}
.tips-search .result-list .result-list-item .info-detail[data-v-4d578fcb] {
  width: 100%;
  /*.info-detail-status {
      color: #fff;
      text-align: center;
      margin-top: 5px;
      background: linear-gradient(180deg, #2ea8f8 0%, #f8faff 100%);
      border-radius: 5px;
      padding: 2px;
      font-size: 12px;
  }*/
}
.tips-search .result-list .result-list-item .info-detail .info-detail-name[data-v-4d578fcb] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #AEAEAE;
  font-weight: bold;
}
.tips-search .result-list .result-list-item .info-detail .info-detail-status[data-v-4d578fcb] {
  width: 7em;
  color: #F89171;
  text-align: right;
}
.tips-search .result-list .result-list-item .info-detail .purple-status[data-v-4d578fcb] {
  background: linear-gradient(180deg, #266be6 0%, #f8faff 100%);
}
.tips-search .result-list .result-list-item .info-detail .green-status[data-v-4d578fcb] {
  background: linear-gradient(180deg, #16b08b 0%, #f8faff 100%);
}
.tips-search .result-list .result-list-item .project-code[data-v-4d578fcb] {
  margin-top: 5px;
  font-size: 12px;
  color: #AEAEAE;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tips-search .result-list .el-pagination[data-v-4d578fcb] {
  text-align: center;
}
.tips-search .result-list .el-pagination.is-background[data-v-4d578fcb] .el-pager li:not(.disabled).active {
  background-color: #0b73ff;
}
.tips-search .drop-down[data-v-4d578fcb] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 20px;
  background-color: #fff;
  text-align: center;
  padding-top: 5px;
}
.tips-search .top[data-v-4d578fcb] {
  top: 180px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tips-search .pull-on[data-v-4d578fcb] {
  bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #eeee;
}
@-webkit-keyframes marquee-wrap-data-v-4d578fcb {
0%, 30% {
    transform: translateX(0);
}
70%, 100% {
    transform: translateX(100%);
}
}
@keyframes marquee-wrap-data-v-4d578fcb {
0%, 30% {
    transform: translateX(0);
}
70%, 100% {
    transform: translateX(100%);
}
}
@-webkit-keyframes marquee-content-data-v-4d578fcb {
0%, 30% {
    transform: translateX(0);
}
70%, 100% {
    transform: translateX(-100%);
}
}
@keyframes marquee-content-data-v-4d578fcb {
0%, 30% {
    transform: translateX(0);
}
70%, 100% {
    transform: translateX(-100%);
}
}

/*# sourceMappingURL=79.1753928585051.css.map*/