.GoodsEdits {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.GoodsEdits .ant-card-head {
  height: 50px;
  min-height: 50px;
  padding: 0 10px;
}
.GoodsEdits .ant-card-head-title {
  padding: 13px 0;
}
.GoodsEdits .ant-card-body {
  padding: 0;
  height: calc(100vh - 110px);
  overflow-y: auto;
}
.GoodsEdits .ant-card-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.GoodsEdits .ant-card-body::-webkit-scrollbar {
  width: 4px;
}
.GoodsEdits .ant-card-body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}
.GoodsEdits .ant-card-body div {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.GoodsEdits .ant-card-body div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GoodsEdits .ant-card-body div span {
  color: #1784fc;
  margin: 0 5px;
}
.GoodsEdits .ant-card-body div.active,
.GoodsEdits .ant-card-body div:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.GoodsEdits .ant-card-body .ant-btn {
  width: 80%;
  margin: 10px 10%;
}
.GoodsEdits .oneSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.GoodsEdits .twoSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: none;
}

.stockWarnSetting .ant-modal-header {
  padding: 12px;
  background-color: #1784fc;
}
.stockWarnSetting .ant-modal-header .ant-modal-title {
  color: #fff;
}
.stockWarnSetting .ant-modal-close-x {
  width: 46px;
  height: 46px;
  color: #fff;
}
.stockWarnSetting .ant-modal-body {
  padding: 0;
}
.stockWarnSetting .titles {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
  background-color: #F1F8FF;
  border-top: 1px solid #E9E9E9;
}
.stockWarnSetting .title {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  background-color: #F1F8FF;
  margin-top: 8px;
}
.stockWarnSetting .title span {
  color: #999;
}
.stockWarnSetting .title .ant-btn {
  height: 38px;
  line-height: 38px;
  float: right;
}
.stockWarnSetting .title .ant-btn span {
  color: #fff;
}
.stockWarnSetting .header {
  width: 680px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 14px;
  background-color: #EFF4F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stockWarnSetting .header div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.stockWarnSetting .header div:nth-child(1) {
  width: 210px;
  padding-left: 30px;
  text-align: left;
}
.stockWarnSetting .header div:nth-child(2) {
  width: 184px;
}
.stockWarnSetting .header div:nth-child(3) {
  width: 184px;
}
.stockWarnSetting .header div:nth-child(4) {
  width: 100px;
}
.stockWarnSetting .items {
  width: 680px;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.stockWarnSetting .items div {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.stockWarnSetting .items div:nth-child(1) {
  width: 210px;
  text-align: left;
}
.stockWarnSetting .items div:nth-child(2) {
  width: 184px;
}
.stockWarnSetting .items div:nth-child(3) {
  width: 184px;
}
.stockWarnSetting .items div:nth-child(4) {
  width: 100px;
}
.stockWarnSetting .items div .el-input-number {
  width: 110px;
  height: 32px;
  line-height: 32px;
}
.stockWarnSetting .items div .el-input-number .el-input {
  width: 110px;
  line-height: 32px;
}
.stockWarnSetting .items div .el-input-number .el-input-number__decrease,
.stockWarnSetting .items div .el-input-number .el-input-number__increase {
  width: 32px;
  height: 30px;
}
.stockWarnSetting .items div .el-input-number .el-input__inner {
  padding: 0 32px;
}
.stockWarnSetting .items div .iconfont {
  cursor: pointer;
}
.stockWarnSetting .items div .iconfont:hover {
  color: red;
}
.stockWarnSetting .total {
  height: 25px;
  font-size: 12px;
  padding-left: 77px;
  margin: -11px 0 0 0;
  clear: both;
}
.stockWarnSetting .total span {
  width: 200px;
  margin-right: 23px;
  float: left;
  color: rgba(0, 0, 0, 0.5);
}
.stockWarnSetting .formRowCol .ant-select,
.stockWarnSetting .formRowCol .ant-calendar-picker {
  width: 260px;
}
.stockWarnSetting .formRowCol .ant-form-item-children {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stockWarnSetting .formRowCol .payType {
  width: 190px;
  margin-right: 20px;
}
.stockWarnSetting .formRowCol .formRowColItem {
  line-height: 35px;
  height: 40px;
  padding-left: 5px;
}
.stockWarnSetting .formRowCol .btnButton {
  margin-left: 15px;
  margin-top: 5px;
}
.stockWarnSetting .ant-switch {
  margin: 6px;
}
.stockWarnSetting .red {
  width: 400px;
  margin: 26px 0 0 -50px;
}
.stockWarnSetting .red span {
  float: right;
}
.stockWarnSetting .el-date-editor {
  width: 260px!important;
}
.stockWarnSetting .formRowpay .ant-form-item-label {
  visibility: hidden;
}
.stockWarnSetting p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #9999;
}

.stockClassSetting .ant-modal-header {
  padding: 12px;
  background-color: #1784fc;
}
.stockClassSetting .ant-modal-header .ant-modal-title {
  color: #fff;
}
.stockClassSetting .ant-modal-close-x {
  width: 46px;
  height: 46px;
  color: #fff;
}
.stockClassSetting .ant-modal-body {
  padding: 0;
}
.stockClassSetting li {
  border-top: 1px solid #F1F8FF;
}

.stockManageSetting .ant-modal-header {
  padding: 12px;
  background-color: #1784fc;
}
.stockManageSetting .ant-modal-header .ant-modal-title {
  color: #fff;
}
.stockManageSetting .ant-modal-close-x {
  width: 46px;
  height: 46px;
  color: #fff;
}
.stockManageSetting .ant-modal-body {
  padding: 10px 0 30px 0;
}
.stockManageSetting .label {
  height: 40px;
  line-height: 40px;
  color: #1784fc;
}
.stockManageSetting .label span {
  width: 105px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding-left: 20px;
}
.stockManageSetting .label-cont {
  height: 25px;
  padding-left: 110px;
  color: #000;
  font-weight: bold;
}
.stockManageSetting p {
  height: 50px;
  line-height: 60px;
  padding-left: 20px;
  font-weight: bold;
  color: #FF4400;
  margin-bottom: 0;
}

.Repertory-BaseConfigMyGoods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Repertory-BaseConfigMyGoods .lefts {
  width: 200px;
  height: calc(100vh - 97px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(24, 144, 255, 0.14);
          box-shadow: 0 2px 10px 0 rgba(24, 144, 255, 0.14);
  margin-right: 3px;
}
.Repertory-BaseConfigMyGoods .lefts .title {
  height: 50px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #E9E9E9;
}
.Repertory-BaseConfigMyGoods .lefts .title .icon-classification {
  color: #a3a3a3;
  margin: 0 10px 0 14px;
}
.Repertory-BaseConfigMyGoods .lefts .title .icon-edit {
  color: #1784fc;
  margin-left: 65px;
  cursor: pointer;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass {
  height: calc(100vh - 147px);
  overflow-y: scroll;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu {
  border-bottom: 1px solid rgba(24, 144, 255, 0.2);
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle {
  height: 40px;
  line-height: 40px;
  color: #666666;
  padding-left: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title.active,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle.active {
  color: #1784fc;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title:hover,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle:hover {
  color: #1784fc;
  background-color: rgba(24, 144, 255, 0.14);
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title .icon-file,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle .icon-file {
  width: 25px;
  color: #1784fc;
  font-size: 12px;
  float: left;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title span,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle span {
  width: 128px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title .icondown,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle .icondown,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenu-title .iconup,
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .submenuTitle .iconup {
  width: 16px;
  font-size: 14px;
  text-align: center;
  float: left;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .box-list {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .box-list .submenu-title {
  height: 35px;
  line-height: 35px;
  padding-left: 30px;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .box-list .submenu-title .icon-file {
  color: rgba(24, 144, 255, 0.8);
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .box-list .submenu-title span {
  width: 110px;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .box-list .submenuTitle {
  height: 35px;
  line-height: 35px;
  padding-left: 45px;
}
.Repertory-BaseConfigMyGoods .lefts .goodsClass .menu-submenu .box-list .submenuTitle .icon-file {
  color: rgba(24, 144, 255, 0.8);
}
.Repertory-BaseConfigMyGoods .rights {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.Repertory-BaseConfigMyGoods .rights .header {
  min-height: 50px;
  padding-top: 7px;
}
.Repertory-BaseConfigMyGoods .rights .header .formRowCol {
  width: 210px;
  margin: 0;
  padding: 0;
  float: left;
}
.Repertory-BaseConfigMyGoods .rights .header .formRowCol1 {
  width: 118px;
  float: left;
  margin: 4px 0 0 8px;
}
.Repertory-BaseConfigMyGoods .rights .header .formRowCol2 {
  width: 106px;
  float: left;
  margin: 4px 0 0 8px;
}
.Repertory-BaseConfigMyGoods .rights .header .formRowCol3 {
  width: 130px;
  float: left;
  margin: 4px 0 0 8px;
}
.Repertory-BaseConfigMyGoods .rights .header .ant-btn-primary {
  width: 80px;
  margin: 4px 8px 0 8px;
}
.Repertory-BaseConfigMyGoods .rights .header .ant-btn-danger {
  width: 80px;
  background-color: #FF7640;
  border-color: #FF7640;
  margin: 4px 0 0 8px;
}
.Repertory-BaseConfigMyGoods .rights .header .btnButton {
  border-color: #1784fc;
  float: right;
  margin-right: 15px;
  margin-top: 4px;
}
.Repertory-BaseConfigMyGoods .rights .ant-table th {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
}
.Repertory-BaseConfigMyGoods .rights .ant-table td {
  border-right: 1px solid #EFF4F8;
  border-bottom: none;
}
.Repertory-BaseConfigMyGoods .rights .ant-table td .iconfont {
  margin: 0 5px;
  cursor: pointer;
}
.Repertory-BaseConfigMyGoods .rights .ant-table td .anticon-caret-down {
  color: #1784fc;
}
.Repertory-BaseConfigMyGoods .rights .ant-table td span {
  display: inline-block;
  cursor: pointer;
}
.Repertory-BaseConfigMyGoods .rights .ant-table td span.name {
  max-width: 150px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.Repertory-BaseConfigMyGoods .rights .ant-table td span i {
  margin-top: 5px;
}
.Repertory-BaseConfigMyGoods .rights .ant-table tr:nth-child(2n) {
  background-color: #F1F8FF;
}
.Repertory-BaseConfigMyGoods .rights .ant-table .left {
  padding-left: 8px!important;
}
.Repertory-BaseConfigMyGoods .rights .ant-table .left .desc {
  max-width: 220px;
  float: left;
}
.Repertory-BaseConfigMyGoods .rights .ant-table .center span {
  cursor: pointer;
  display: inline-block;
}
.Repertory-BaseConfigMyGoods .rights .ant-table .center span:hover:nth-child(1) {
  color: #1784fc;
}
.Repertory-BaseConfigMyGoods .rights .ant-table .center span:hover:nth-child(2),
.Repertory-BaseConfigMyGoods .rights .ant-table .center span:hover:nth-child(3) {
  color: red;
}
.Repertory-BaseConfigMyGoods .label {
  display: inline-block;
}
.Repertory-BaseConfigMyGoods .label span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  margin-left: 2px;
  display: inline-block;
}
.Repertory-BaseConfigMyGoods .label span.a {
  background-color: #18B0FF;
}
.Repertory-BaseConfigMyGoods .label span.b {
  background-color: #FF7640;
}
.Repertory-BaseConfigMyGoods .label span.c {
  background-color: #1784fc;
}
.Repertory-BaseConfigMyGoods .label span.d {
  background-color: #189000;
}
.specificationsBox .ant-popover-arrow {
  display: none;
}
.specificationsBox .ant-popover-inner-content {
  width: 400px;
  padding: 0;
}
.specificationsBox .ant-popover-inner-content .td {
  height: 35px;
  line-height: 35px;
  background-color: #1784fc;
  color: #fff;
}
.specificationsBox .ant-popover-inner-content .td span {
  width: 230px;
  height: 35px;
  float: left;
  padding-left: 30px;
}
.specificationsBox .ant-popover-inner-content .td b {
  width: 160px;
  height: 35px;
  text-align: center;
  float: left;
}
.specificationsBox .ant-popover-inner-content .conts {
  max-height: 500px;
  overflow-y: scroll;
  background-color: #fff;
}
.specificationsBox .ant-popover-inner-content .conts div {
  height: 35px;
  line-height: 35px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
}
.specificationsBox .ant-popover-inner-content .conts div span {
  width: 230px;
  height: 35px;
  float: left;
  padding-left: 25px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.specificationsBox .ant-popover-inner-content .conts div b {
  width: 160px;
  height: 35px;
  font-weight: 400;
  text-align: center;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.disabledsupplier {
  display: none;
}

