#package[data-v-49c62d8d] {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-left: 10px;
  padding: 20px;
}
.top[data-v-49c62d8d] {
  padding-bottom: 10px;
}
.bottom[data-v-49c62d8d] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bottom .add[data-v-49c62d8d] {
  flex: 0 0 calc((100% - 60px) / 5);
  max-width: calc((100% - 60px) / 5);
  height: 187px;
  border: 1px dashed #d8dce4;
  border-radius: 10px;
  background-color: #fafbfe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
  margin-right: 10px;
}
.bottom .add .addTitle[data-v-49c62d8d] {
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.bottom .add .addms[data-v-49c62d8d] {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #909399;
  padding: 10px;
}
.bottom .item[data-v-49c62d8d] {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 5px;
  border-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px; /* 上 右 下 左 */
}
.bottom .item .icon[data-v-49c62d8d] {
  position: absolute;
  right: 0;
  padding: 2px;
  top: 0;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(255,255,255,0.6);
}
.bottom .item .icon .icon-btn[data-v-49c62d8d] {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 5px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.bottom .item .icon .icon-btn--edit[data-v-49c62d8d] {
  background-image: url(../img/edit.9695d2ff.svg);
}
.bottom .item .icon .icon-btn--edit[data-v-49c62d8d]:hover {
  background-image: url(../img/edit_blue.79eed174.svg);
}
.bottom .item .icon .icon-btn--delete[data-v-49c62d8d] {
  background-image: url(../img/delete.99d788aa.svg);
}
.bottom .item .icon .icon-btn--delete[data-v-49c62d8d]:hover {
  background-image: url(../img/delate_blue.5486acdf.svg);
}
.bottom .item .title[data-v-49c62d8d] {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bottom .item .title .img[data-v-49c62d8d] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.bottom .item .title .img[data-v-49c62d8d]:hover {
  background-color: #4777e7 !important;
}
.bottom .item .title img[data-v-49c62d8d] {
  width: 20px;
  height: 20px;
}
.bottom .item .title span[data-v-49c62d8d] {
  font-weight: 800;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.bottom .item .title .title-ellipsis[data-v-49c62d8d] {
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.addTagTitle span[data-v-49c62d8d] {
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #191919;
}
.addTagTitle span[data-v-49c62d8d]:last-child {
  font-size: 14px;
  color: #606266;
  margin-left: 5px;
  display: inline-block;
}
.tabPZ[data-v-49c62d8d] {
  display: flex;
  justify-content: space-between;
}
.tabPZ > div[data-v-49c62d8d] {
  padding: 10px;
}
.tabPZ .title[data-v-49c62d8d] {
  height: 40px;
  background: #f4f7fc;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  color: #191919;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.tabPZ .title .line[data-v-49c62d8d] {
  width: 3px;
  height: 15px;
  opacity: 1;
  border-radius: 8px;
  background-color: #2267c7;
  margin-right: 10px;
}
.tabPZ .littleTitle[data-v-49c62d8d] {
  font-size: 14px;
  color: #606266;
  margin: 10px 0;
}
.tabPZ .left[data-v-49c62d8d] {
  width: 33%;
  height: 600px;
}
.tabPZ .middle[data-v-49c62d8d] {
  width: 33%;
  height: 600px;
}
.tabPZ .middle .one .colorBtn[data-v-49c62d8d] {
  display: flex;
  align-items: center;
}
.tabPZ .middle .one .colorBtn .zdycolor[data-v-49c62d8d] {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.tabPZ .middle .one .colorBtn .zdycolor span[data-v-49c62d8d] {
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  color: #191919;
}
.tabPZ .middle .two[data-v-49c62d8d] {
  margin-top: 10px;
}
.tabPZ .middle .two .mkBag[data-v-49c62d8d] {
  width: 320px;
  height: 207px;
  border-radius: 2px;
  border: 1px solid #d8dce4;
  padding: 27px 30px;
}
.tabPZ .middle .two .mkBag div[data-v-49c62d8d] {
  width: 100%;
  height: 100%;
}
.tabPZ .middle .bagText[data-v-49c62d8d] {
  font-weight: 400;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #909399;
  margin: 10px 0;
}
.tabPZ .middle .bagText--bold[data-v-49c62d8d] {
  font-weight: bold;
}
.tabPZ .middle .three .imgs[data-v-49c62d8d] {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.tabPZ .middle .three .imgs .img[data-v-49c62d8d] {
  width: 40px;
  height: 40px;
  border: 1px solid #d8dce4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2d6ce;
}
.tabPZ .middle .three .imgs .img img[data-v-49c62d8d] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tabPZ .right[data-v-49c62d8d] {
  width: 33%;
  height: 600px;
}
.tabPZ .right .title span[data-v-49c62d8d] {
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4777e7;
  cursor: pointer;
  margin-left: 55%;
}
.tabPZ .right .item[data-v-49c62d8d] {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px; /* 上 右 下 左 */
}
.tabPZ .right .item .icon[data-v-49c62d8d] {
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  margin-right: -20px;
}
.tabPZ .right .item .icon i[data-v-49c62d8d] {
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.tabPZ .right .item .title1[data-v-49c62d8d] {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabPZ .right .item .title1 .img[data-v-49c62d8d] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.tabPZ .right .item .title1 .img img[data-v-49c62d8d] {
  width: 20px;
  height: 20px;
}
.tabPZ .right .item .title1 span[data-v-49c62d8d] {
  font-weight: 800;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
/* 卡片内容/数量/更多 — bottom 和 right 预览卡片共用 */
.item .content[data-v-49c62d8d] {
  margin-top: 10px;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #606266;
  height: 40px;
  line-height: 20px;
  display: -webkit-box; /* 旧伸缩盒模型 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 保留行数 */
  overflow: hidden;
}
.item .number[data-v-49c62d8d] {
  margin-top: 5px;
  margin-bottom: -25px;
  width: 91px;
  height: 32px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  opacity: 1;
  text-align: center;
  line-height: 32px;
  color: #303133;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0px;
}
.item .more[data-v-49c62d8d] {
  margin-top: 27px;
  font-weight: 600;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #303133;
}
.ssyBag[data-v-49c62d8d] {
  padding: 0 8px;
}
.ssyBag .ssyBag-title[data-v-49c62d8d] {
  height: 40px;
  background: #f4f7fc;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  color: #191919;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.ssyBag .ssyBag-btn[data-v-49c62d8d] {
  margin: 10px 0;
}
.keyWordNameStyle[data-v-49c62d8d] {
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 5px;
  margin-left: 5px;
  margin-bottom: 3px;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}
.keyWordNameStyle .iconBQ[data-v-49c62d8d] {
  width: 14px;
  height: 14px;
  stroke-width: 1px;
  vertical-align: sub;
  margin-right: 2px;
}
.keyWordNameStyle span[data-v-49c62d8d] {
  font-size: 10px;
}
.keyWordNameStyle i[data-v-49c62d8d] {
  cursor: pointer;
  font-size: 10px;
  margin-left: 3px;
}
.bagImg[data-v-49c62d8d],
.bagImgF[data-v-49c62d8d] {
  position: relative;
  z-index: 1;
  height: 187px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 16px;
  border-radius: 5px;
}
.bagImg[data-v-49c62d8d] {
  flex: 0 0 calc((100% - 60px) / 5);
  max-width: calc((100% - 60px) / 5);
}
.bagImgF[data-v-49c62d8d] {
  width: 100%;
}
.item[data-v-49c62d8d]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.3ed64e9f.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.icon-plus[data-v-49c62d8d] {
  font-size: 30px;
  font-weight: 400;
}
.required-star[data-v-49c62d8d] {
  color: #ee7171;
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
}
.full-width-table[data-v-49c62d8d] {
  width: 100%;
}
.table-empty[data-v-49c62d8d] {
  font-size: 16px;
  color: #000;
}
.tag-item[data-v-49c62d8d] {
  margin-left: 5px;
}
.link-action[data-v-49c62d8d] {
  color: #4777e7;
  cursor: pointer;
}
.link-action--mr[data-v-49c62d8d] {
  margin-right: 10px;
}
.form-block-gap[data-v-49c62d8d] {
  margin: 10px 0;
}
.tree-scroll[data-v-49c62d8d] {
  height: 500px;
  overflow: auto;
}
.pic[data-v-49c62d8d] {
/* 把原图整体偏蓝 */
  background-color: #0a84ff !important;
}
[data-v-49c62d8d] .el-tag--dark.el-tag--info {
  border: none;
}
[data-v-49c62d8d] .el-tabs .el-tabs__item {
  font-size: 14px;
}
.prjNameStyle[data-v-49c62d8d] .el-input__inner {
  padding-right: 78px;
}
.prjNameStyle[data-v-49c62d8d] .el-input__count-inner {
  padding: 0 2px;
}
.tree-node-label[data-v-49c62d8d] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

