.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% - 80px);
}
.tips-search .result .result-tab[data-v-4d578fcb] {
  width: 100px;
  height: 100%;
  flex-shrink: 0;
  background: var(--right-project-background);
  border-radius: 10px;
  padding: 10px 0 10px 10px;
}
.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-list[data-v-4d578fcb] {
  padding-left: 10px;
  width: 100%;
}
.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: 240px;
  /*.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: calc(100% - 7em);
  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;
  width: 270px;
}
.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;
}

.el-dialog__wrapper {
  z-index: 10001;
}

.project-dialog[data-v-e0e2ba78] {
  position: absolute;
  z-index: 2000;
  left: calc(50vw - 340px);
  top: calc(50% - 207px);
}
[data-v-e0e2ba78] .el-carousel__container {
  height: 330px;
}
[data-v-e0e2ba78] .el-carousel__container .el-carousel__arrow {
  background-color: rgba(255, 255, 255, 0.6);
}
[data-v-e0e2ba78] .el-carousel__container .el-carousel__arrow i {
  color: #1f2d3d;
  font-size: 24px;
  font-weight: bolder;
}
[data-v-e0e2ba78] .el-carousel__container .el-carousel__arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
[data-v-e0e2ba78] .el-carousel__container .el-carousel__arrow--left {
  left: 0;
}
[data-v-e0e2ba78] .el-carousel__container .el-carousel__arrow--right {
  right: 0;
}
[data-v-e0e2ba78] .el-carousel__indicators--horizontal {
  width: 80%;
  text-align: center;
}
[data-v-e0e2ba78] .el-carousel__button {
  background: var(--index-dialog-btn);
}
[data-v-e0e2ba78] .index-image .el-image-viewer__wrapper {
  top: 130px;
  left: 450px;
  overflow: hidden;
  width: calc(100vw - 900px);
  height: 783px;
  border-radius: 10px;
  outline: none;
}
[data-v-e0e2ba78] .index-image .el-image-viewer__wrapper .el-image-viewer__mask {
  background: #ecf3f3;
  opacity: 0.8;
}
[data-v-e0e2ba78] .index-image .el-image-viewer__wrapper .el-icon-circle-close {
  color: #fff;
}
[data-v-e0e2ba78] .index-image .el-image-viewer__wrapper .el-image-viewer__canvas img {
  width: 100%;
  height: 100%;
  max-height: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-v-e0e2ba78] .black-image .el-image-viewer__wrapper {
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 850px;
  height: 850px;
  margin-top: -425px;
  margin-left: -425px;
  border-radius: 50%;
  outline: none;
}
[data-v-e0e2ba78] .black-image .el-image-viewer__wrapper .el-image-viewer__mask {
  background: #010e19;
  opacity: 0.8;
}
[data-v-e0e2ba78] .black-image .el-image-viewer__wrapper .el-icon-circle-close {
  color: #fff;
}
[data-v-e0e2ba78] .black-image .el-image-viewer__wrapper .el-image-viewer__close {
  top: 110px;
  right: 135px;
}
[data-v-e0e2ba78] .black-image .el-image-viewer__wrapper .el-image-viewer__canvas img {
  width: 100%;
  height: 100%;
  max-height: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.contain[data-v-e0e2ba78] {
  width: 680px;
  height: 415px;
  background: #fff;
  border-radius: 5px;
}
.contain .title[data-v-e0e2ba78] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 8px 18px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--dialog-header-background);
  border-radius: 5px 5px 0 0;
}
.contain .title .close[data-v-e0e2ba78] {
  position: absolute;
  right: 10px;
  line-height: 24px;
  cursor: pointer;
}
.contain .cnt[data-v-e0e2ba78] {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  padding: 10px 10px 0 10px;
}
.contain .cnt .cnt-img[data-v-e0e2ba78] {
  position: relative;
  width: 100%;
  height: 100%;
}
.contain .cnt .cnt-icon[data-v-e0e2ba78] {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
}
.contain .item-title[data-v-e0e2ba78] {
  font-size: 17px;
  padding-left: 2em;
}
.contain .item-title span[data-v-e0e2ba78] {
  padding-right: 10px;
}
.contain .item-cnt[data-v-e0e2ba78] {
  padding: 10px 60px;
  height: calc(100% - 26px - 27px);
  overflow: auto;
}
.contain .item-cnt .el-row[data-v-e0e2ba78] {
  color: #333;
  font-size: 15px;
  line-height: 40px;
}
.contain .item-cnt .el-col[data-v-e0e2ba78] {
  display: flex;
}
.contain .item-cnt .cnt-label[data-v-e0e2ba78] {
  font-weight: bolder;
}
.contain .item-cnt .cnt-cnt[data-v-e0e2ba78] {
  display: block;
  flex: 1;
  overflow: hidden;
  width: calc(100% - 5em);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contain .item-cnt .img-list[data-v-e0e2ba78] {
  width: 120px;
  height: 130px;
  margin: 6px;
  box-shadow: 0px 0px 10px 0px #d1d5d5;
  cursor: pointer;
}
.contain .empty-text[data-v-e0e2ba78] {
  text-align: center;
  line-height: 30px;
}
.contain .bottom-btn[data-v-e0e2ba78] {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 8em;
  margin: auto;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background: var(--index-dialog-btn);
  border-radius: 4px;
  transform: translate(-50%);
  cursor: pointer;
}
