.w-desc-text[data-v-74f4caba] {
  color: #a2a4a8;
}
.w-row-text[data-v-74f4caba] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-74f4caba] {
  text-align: left;
}
.w-t-left[data-v-74f4caba] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-74f4caba] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-74f4caba] {
  display: flex;
  align-items: center;
}
section[data-v-74f4caba] {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
section[data-v-74f4caba]::-webkit-scrollbar {
  display: none;
}
.border-form[data-v-74f4caba] .el-form-item__content {
  width: calc(100% - 147px);
}
.border-form[data-v-74f4caba] .w100 .el-form-item__label {
  line-height: 96px !important;
}
.border-form .img-list[data-v-74f4caba] {
  display: flex;
  flex-wrap: wrap;
}
.border-form .img-list .img-upload[data-v-74f4caba] {
  padding: 19px 16.5px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  margin: 5px 0 5px 7px;
}
.border-form .img-list .img-item[data-v-74f4caba] {
  width: 70px;
  height: 70px;
  -o-object-fit: fill;
     object-fit: fill;
  margin: 5px 0 5px 7px;
}

.TableSlotHeaderPopover{
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
/* .TableSlotHeaderPopover .popper__arrow{
    display: none;
} */

.w-desc-text[data-v-75c9d448] {
  color: #a2a4a8;
}
.w-row-text[data-v-75c9d448] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-75c9d448] {
  text-align: left;
}
.w-t-left[data-v-75c9d448] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-75c9d448] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-75c9d448] {
  display: flex;
  align-items: center;
}
.TableSlotHeader[data-v-75c9d448] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.TableSlotHeader:hover .icon[data-v-75c9d448] {
  background-color: #ffffff;
}
.TableSlotHeader:hover .order[data-v-75c9d448] {
  display: flex;
}
.TableSlotHeader:hover .filter[data-v-75c9d448] {
  display: block;
}
.icon[data-v-75c9d448] {
  color: #AAAAAA;
  margin-left: 1px;
  font-size: 16px;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 4px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
  transition: all 0.1s;
}
.icon .order[data-v-75c9d448] {
  font-size: 16px;
  height: 14px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px;
}
.icon .order-icon[data-v-75c9d448] {
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.icon .order-icon[data-v-75c9d448]:hover {
  border-bottom-color: #409EFF;
  border-top-color: #409EFF;
  cursor: pointer;
}
.icon .order-top[data-v-75c9d448] {
  border-top: none;
  border-bottom-color: #AAAAAA;
}
.icon .order-bottom[data-v-75c9d448] {
  border-bottom: none;
  border-top-color: #AAAAAA;
}
.icon .orderActive[data-v-75c9d448] {
  display: flex;
}
.icon .order .active[data-v-75c9d448] {
  border-bottom-color: #409EFF;
  border-top-color: #409EFF;
}
.icon .filter[data-v-75c9d448] {
  display: none;
  color: #AAAAAA;
  font-size: 16px;
}
.icon .filter[data-v-75c9d448]:hover {
  color: #409EFF;
}
.icon .filterBottom[data-v-75c9d448] {
  position: absolute;
  bottom: 7px;
  right: 4px;
  width: 0;
  height: 0;
  border-top: 3px solid #409EFF;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.icon .filterActive[data-v-75c9d448], .icon .filterSelect[data-v-75c9d448] {
  display: block;
  color: #409EFF;
}
.icon[data-v-75c9d448]:hover {
  cursor: pointer;
}
.iconActive[data-v-75c9d448] {
  background-color: #ffffff;
}
.searchCard[data-v-75c9d448] {
  width: 100%;
}
.searchCard[data-v-75c9d448] .el-card__body {
  min-height: 50px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.searchCard-list[data-v-75c9d448] {
  margin-top: 4px;
  height: 278px;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: auto;
}
.searchCard-list .allCheck[data-v-75c9d448] {
  margin-top: 4px;
  margin-left: 8px;
}
.searchCard-list .checkList-item[data-v-75c9d448] {
  margin-top: 4px;
  margin-left: 8px;
}
.searchCard-numberInput[data-v-75c9d448] {
  display: flex;
  align-items: center;
  margin: 5px 0 15px;
}
.searchCard-numberInput-center[data-v-75c9d448] {
  margin: 0 8px;
}
.searchCard-btn[data-v-75c9d448] {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}
.searchCard-btn_reset[data-v-75c9d448] {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.searchCard-btn_reset .el-icon-refresh-left[data-v-75c9d448] {
  font-size: 18px;
  margin-right: 2px;
}
.searchCard-btn_reset[data-v-75c9d448]:hover {
  color: #409EFF;
  cursor: pointer;
}
.w-desc-text[data-v-26624b11] {
  color: #a2a4a8;
}
.w-row-text[data-v-26624b11] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-26624b11] {
  text-align: left;
}
.w-t-left[data-v-26624b11] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-26624b11] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-26624b11] {
  display: flex;
  align-items: center;
}
[data-v-26624b11] .vue-treeselect__option--disabled {
  background: #ffffff;
}
[data-v-26624b11] .vue-treeselect__option--disabled .vue-treeselect__label-container {
  color: #606266 !important;
}

.tox {
    z-index: 9999 !important;
}

.w-desc-text[data-v-5424cdcc] {
  color: #a2a4a8;
}
.w-row-text[data-v-5424cdcc] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-5424cdcc] {
  text-align: left;
}
.w-t-left[data-v-5424cdcc] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-5424cdcc] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-5424cdcc] {
  display: flex;
  align-items: center;
}
.pdf[data-v-5424cdcc] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pdf .pdfjs[data-v-5424cdcc] {
  height: 710px;
}
.footer-btn[data-v-5424cdcc] {
  /*height: 60px;*/
  /*line-height: 60px;*/
  text-align: center;
}
.w-desc-text[data-v-0b2996bf] {
  color: #a2a4a8;
}
.w-row-text[data-v-0b2996bf] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-0b2996bf] {
  text-align: left;
}
.w-t-left[data-v-0b2996bf] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-0b2996bf] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-0b2996bf] {
  display: flex;
  align-items: center;
}
.flex[data-v-0b2996bf] {
  display: flex;
  justify-content: center;
}
.flex-wrap[data-v-0b2996bf] {
  flex-wrap: wrap;
}
.flex-around[data-v-0b2996bf] {
  justify-content: space-around;
}
.flex-x-center[data-v-0b2996bf] {
  display: flex;
  justify-content: center;
}
.selectMonthBoxSquare[data-v-0b2996bf] {
  width: 100%;
}
.selectMonthBoxSquare .selectContentBox[data-v-0b2996bf] {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2021;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.selectMonthBoxSquare .selectContentBox .contentArea[data-v-0b2996bf] {
  width: 330px;
}
.inputStyle[data-v-0b2996bf] {
  width: 100%;
}
.clearIconStyle[data-v-0b2996bf] {
  display: none;
}
.inputStyle:hover .clearIconStyle[data-v-0b2996bf] {
  display: block;
}
.conterList .monthCol .today[data-v-0b2996bf] {
  color: #1890ff;
}
.conterList .onSelect[data-v-0b2996bf] {
  padding: 3px 0;
  margin: 20px 0 !important;
}
[data-v-0b2996bf] .el-checkbox__input {
  display: none !important;
}
[data-v-0b2996bf] .el-checkbox__label {
  padding-left: 0px !important;
}
[data-v-0b2996bf] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #fff;
}
label.el-checkbox.onSelect.flex-x-center.is-checked[data-v-0b2996bf] {
  background: #409EFF;
  width: 50px;
  border-radius: 15px;
}
.buttonBox[data-v-0b2996bf] {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.w-desc-text[data-v-1be9c9aa] {
  color: #a2a4a8;
}
.w-row-text[data-v-1be9c9aa] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-1be9c9aa] {
  text-align: left;
}
.w-t-left[data-v-1be9c9aa] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-1be9c9aa] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-1be9c9aa] {
  display: flex;
  align-items: center;
}
[data-v-1be9c9aa] .vue-treeselect__control {
  height: 28px;
  line-height: 28px;
}
[data-v-1be9c9aa] .vue-treeselect__control .vue-treeselect__placeholder,[data-v-1be9c9aa] .vue-treeselect__control .vue-treeselect__single-value {
  line-height: 28px;
}
.w-desc-text {
  color: #a2a4a8;
}
.w-row-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center {
  text-align: left;
}
.w-t-left {
  left: 0;
  text-align: left;
}
.w-t-right {
  right: 0;
  text-align: left;
}
.w-h-center {
  display: flex;
  align-items: center;
}
.ft-context-menu {
  position: absolute;
  padding: 5px 0;
  z-index: 2018;
  background: #fff;
  border: 1px solid #cfd7e5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.ft-context-menu .menu-liet {
  min-width: 260px;
}
.ft-context-menu .menu-item {
  display: flex;
  padding: 8px 20px 8px 15px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
}
.ft-context-menu .menu-item:hover {
  background: #ecf5ff;
  color: #66b1ff;
}
.ft-context-menu .menu-item .memu-item-icon {
  font-size: 16px;
  font-weight: 600;
}
.ft-context-menu .menu-item .memu-item-title {
  width: 80px;
  margin-left: 10px;
}
.ft-context-menu .menu-item .memu-item-value {
  flex: 1;
}
.w-desc-text {
  color: #a2a4a8;
}
.w-row-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center {
  text-align: left;
}
.w-t-left {
  left: 0;
  text-align: left;
}
.w-t-right {
  right: 0;
  text-align: left;
}
.w-h-center {
  display: flex;
  align-items: center;
}

/*@import "./css/index.min.css";*/
.wl-gantt .wl-gantt-header > th {
  text-align: center;
}
.wl-gantt .h-full {
  height: 100%;
}
.wl-gantt .wl-gantt-item {
  position: relative;
  transition: all 0.3s;
}
.wl-gantt .wl-gantt-item > .cell {
  padding: 0;
}
.wl-gantt .u-full.el-input {
  width: 98%;
}
.wl-gantt .wl-item-on {
  position: absolute;
  top: 50%;
  left: 0;
  right: -1px;
  margin-top: -8px;
  height: 16px;
  background: #409eff;
  transition: all 0.4s;
}
.wl-gantt .wl-item-start:after {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: #409eff transparent transparent;
  border-width: 6px 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-item-end:after {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #409eff;
  border-width: 0 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-item-full {
  left: 0;
  right: 0;
}
.wl-gantt .wl-item-full:before {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: #409eff transparent transparent;
  border-width: 6px 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-item-full:after {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #409eff;
  border-width: 0 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-real-on {
  position: absolute;
  top: 70%;
  left: 0;
  right: -1px;
  margin-top: -8px;
  height: 16px;
  background: #faa792;
  transition: all 0.4s;
  z-index: 2;
}
.wl-gantt .wl-real-start:after {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: #faa792 transparent transparent;
  border-width: 6px 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-real-end:after {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #faa792;
  border-width: 0 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-real-full {
  left: 0;
  right: 0;
}
.wl-gantt .wl-real-full:before {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: #faa792 transparent transparent;
  border-width: 6px 6px 6px 0;
  border-style: solid;
}
.wl-gantt .wl-real-full:after {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #faa792;
  border-width: 0 6px 6px 0;
  border-style: solid;
}
.wl-gantt .name-col {
  position: relative;
}
.wl-gantt .name-col:hover .name-col-edit {
  display: inline-block;
}
.wl-gantt .name-col .name-col-edit {
  display: none;
  position: absolute;
  right: 0;
}
.wl-gantt .name-col .name-col-icon {
  padding: 6px 3px;
  cursor: pointer;
  font-size: 16px;
}
.wl-gantt .name-col .task-remove {
  color: #f56c6c;
}
.wl-gantt .name-col .task-add {
  color: #409eff;
}
.year-and-month .wl-item-start:after {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: #409eff transparent transparent;
  border-width: 6px 6px 6px 0;
  border-style: solid;
}
.year-and-month .wl-item-end:after {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #409eff;
  border-width: 0 6px 6px 0;
  border-style: solid;
}
.year-and-month .wl-item-full {
  left: 5%;
  right: 5%;
}
.year-and-month .wl-item-full:before {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: #409eff transparent transparent;
  border-width: 6px 6px 6px 0;
  border-style: solid;
}
.year-and-month .wl-item-full:after {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #409eff;
  border-width: 0 6px 6px 0;
  border-style: solid;
}
.wl-info-card {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px;
  width: 360px;
  min-height: 120px;
  transition: all 0.4s ease-out;
  transform: translate(-100%, -120%);
  border-radius: 4px;
  box-shadow: inset 0px 0px 11px 0px #e6e6e6;
  background: #fff;
}
.wl-gantt {
  /*.wl-item-end{
    right: 0;
  }
  .wl-item-start {
    left: 0;
  }
  .wl-real-start{
    left: 0;
  }
  .wl-real-end {
    right: 0;
  }*/
}
.wl-gantt td.name-col .cell {
  display: flex;
  align-items: center;
}
.wl-gantt td .el-input .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.wl-gantt .wl-real-start, .wl-gantt .wl-real-end, .wl-gantt .wl-real-full {
  z-index: 2;
}
.wl-gantt .name-col-edit {
  line-height: 38px;
}
.fontSize15 {
  font-size: 15px;
  font-weight: bold;
}
.emoji {
  font-family: emoji;
  font-weight: bold;
  font-size: 14px;
}
.fontWeight400 {
  font-size: 14px;
  font-weight: normal;
}

/* ::v-deep .indeterminate .el-table-column--selection .el-checkbox .el-checkbox__input{
 /*ckground-color: #409EFF;
  border-color: #409EFF;
  }*/
/*.indeterminate{
  ::v-deep .el-checkbox__input .el-checkbox__inner{
    background-color: #409EFF;
    border-color: #409EFF;
  }
}*/
/*::v-deep .el-table__body .indeterminate .el-table-column--selection .cell .el-checkbox .el-checkbox__input{
  @extend .is-indeterminate !optional;
}*/
.indeterminate .el-checkbox__input .el-checkbox__inner {
  background-color: #409eff !important;
  border-color: #409eff !important;
  color: #fff !important;
}
.indeterminate .el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: scale(0.5);
}
.indeterminate .el-checkbox__input .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}
.indeterminate .el-checkbox__input .el-checkbox__inner::after {
  border-color: #c0c4cc !important;
  background-color: #c0c4cc;
}
.product-show th .el-checkbox__inner {
  display: none !important;
}
.indeterminate .el-checkbox__input .el-checkbox__inner::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
  width: auto !important;
}
.product-show .el-checkbox__inner {
  display: block !important;
}
.product-show .el-checkbox {
  display: block !important;
}
