.Repertory-BaseConfigGoodsConfig .ant-card-head-title {
  padding: 12px 0;
  font-weight: 500;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 145px);
  padding: 0;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig {
  height: calc(100vh - 145px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .title {
  height: 46px;
  line-height: 46px;
  background-color: #1784fc;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px 3px 0 0;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .title span {
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin: 9px;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .list {
  height: calc(100vh - 360px);
  overflow-y: auto;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .list::-webkit-scrollbar-track {
  background-color: transparent;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .list::-webkit-scrollbar {
  width: 4px;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #F1F8FF;
  color: #333;
  cursor: pointer;
  padding-left: 20px;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .item:hover,
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .configList .item.active {
  color: #1784fc;
  background-color: #F1F8FF;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .action {
  height: 55px;
  border-top: 1px solid #E9E9E9;
  padding: 12px 20px;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .action .iconfont {
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: right;
  cursor: pointer;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .action .iconfont:hover {
  color: #1784fc;
}
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .action .iconshanchu,
.Repertory-BaseConfigGoodsConfig .ant-card-body .boxConfig .action .iconedit {
  font-size: 18px;
}

