.g-ProcessLibraryPanel[data-v-601856b5] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: static;
  top: 0;
  background: #181818;
}
.g-ProcessLibraryPanel .top-panel[data-v-601856b5] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
  align-items: center;
}
.g-ProcessLibraryPanel .top-panel .top-item[data-v-601856b5] {
  margin-left: 10px;
  height: 26px;
  padding: 0px 13px;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  color: #999999;
  justify-content: center;
  align-items: center;
  background: #2d3036;
  cursor: pointer;
  border-radius: 2px;
}
.g-ProcessLibraryPanel .top-panel .top-item.selected[data-v-601856b5] {
  background: #3f444d;
  color: #ffffff;
}
.g-ProcessLibraryPanel .m-main[data-v-601856b5] {
  flex: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: auto;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
}
.g-ProcessLibraryPanel .m-main .u-item[data-v-601856b5] {
  width: 192px;
  height: 140px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  background: #282828;
  box-sizing: border-box;
  padding: 10px 10px 0px 10px;
  cursor: pointer;
}
.g-ProcessLibraryPanel .m-main .u-item .u-item-bgPic[data-v-601856b5] {
  width: 100%;
  height: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #181818;
}
.g-ProcessLibraryPanel .m-main .u-item .u-item-bgPic .statusPic[data-v-601856b5] {
  width: 60px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.g-ProcessLibraryPanel .m-main .u-item .u-item-bgPic .bgPic[data-v-601856b5] {
  height: 100%;
}
.g-ProcessLibraryPanel .m-main .u-item .u-item-tit[data-v-601856b5] {
  width: 100%;
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-ProcessLibraryPanel .m-main .u-item .u-item-line[data-v-601856b5] {
  width: 100%;
  height: 4px;
  border-radius: 0px 0px 0px 0px;
  margin-top: 10px;
}
.g-ProcessLibraryPanel .m-main .u-item .notStarted[data-v-601856b5] {
  background: #424242;
}
.g-ProcessLibraryPanel .m-main .u-item .inProgress[data-v-601856b5] {
  background: #424242;
  position: relative;
}
.g-ProcessLibraryPanel .m-main .u-item .inProgress .schedule[data-v-601856b5] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: var(--div-width);
  height: 100%;
  background: #3CA909;
  transition: all 2s;
}
.g-ProcessLibraryPanel .m-main .u-item .complete[data-v-601856b5] {
  background: #3CA909;
}

.RightPanel[data-v-9c4adfb8] {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 1px;
  margin-right: 1px;
  width: 400px;
}

