.GoodsInfoEdit-Goods {
  height: calc(100vh - 145px);
  overflow-y: auto;
}
.GoodsInfoEdit-Goods .title {
  height: 40px;
  line-height: 40px;
  padding-left: 23px;
  color: #666;
  background-color: #F1F8FF;
}
.GoodsInfoEdit-Goods .title > span {
  float: right;
  color: #1784fc;
  cursor: pointer;
  margin-right: 30px;
}
.GoodsInfoEdit-Goods .title .ant-btn {
  height: 40px;
  float: right;
  border-radius: 0;
}
.GoodsInfoEdit-Goods .info {
  min-height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.GoodsInfoEdit-Goods .info .img {
  width: 180px;
  height: 265px;
  margin: 15px 15px 0 15px;
}
.GoodsInfoEdit-Goods .info .img .ant-upload {
  width: 180px;
  height: 265px;
  background-color: #F1F8FF;
  margin: 0;
  padding: 0;
  float: inherit;
}
.GoodsInfoEdit-Goods .info .img .upload {
  text-align: center;
}
.GoodsInfoEdit-Goods .info .img .upload img {
  max-width: 160px;
  height: 74px;
}
.GoodsInfoEdit-Goods .info .img .upload div {
  font-size: 16px;
  color: #1784fc;
  text-align: center;
  margin: 8px 0;
}
.GoodsInfoEdit-Goods .info .img .upload p {
  color: #999;
  text-align: center;
}
.GoodsInfoEdit-Goods .info .img .images {
  max-width: 178px;
  max-height: 263px;
}
.GoodsInfoEdit-Goods .info .box1 {
  min-height: 295px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 15px;
}
.GoodsInfoEdit-Goods .info .box1 .ant-row {
  width: 100%;
}
.GoodsInfoEdit-Goods .info .box1 .ant-row .ant-col-6 .ant-form-item-label {
  width: auto;
}
.GoodsInfoEdit-Goods .info .box1 .border {
  height: 1px;
  clear: both;
  background-color: #EEEEEE;
  margin-bottom: 5px;
}
.GoodsInfoEdit-Goods .info .box1 .formRowCol {
  padding-right: 10px;
}
.GoodsInfoEdit-Goods .info .box1 .formRowCol.row {
  width: 50%;
  float: left;
}
.GoodsInfoEdit-Goods .info .box1 .formRowCol.row .ant-form-item-control-wrapper {
  width: 30px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.GoodsInfoEdit-Goods .info .box1 .formRowCol.col-100 .ant-form-item-label {
  width: 110px;
}
.GoodsInfoEdit-Goods .ant-table th {
  padding: 9px 0;
  color: #666;
  background-color: #EFF4F8;
}
.GoodsInfoEdit-Goods .ant-table th.left {
  text-indent: 10px;
}
.GoodsInfoEdit-Goods .ant-table td.left {
  text-indent: 20px;
}
.GoodsInfoEdit-Goods .ant-table td .ant-btn {
  color: #666666;
  margin: 0 5px;
}
.GoodsInfoEdit-Goods .ant-table td .ant-btn .iconfont {
  margin-right: 3px;
}
.GoodsInfoEdit-Goods .ant-table td .ant-btn:nth-child(1):hover {
  color: #1784fc;
}
.GoodsInfoEdit-Goods .ant-table td .ant-btn:nth-child(2):hover {
  color: #ff4d4f;
}
.GoodsInfoEdit-Goods .ant-input-group-addon {
  padding: 0 3px;
}
.GoodsInfoEdit-Goods .ant-input-group-wrapper {
  vertical-align: middle;
}
.GoodsInfoEdit-Goods .ant-tag {
  padding: 0 3px;
}
.GoodsInfoEdit-Goods .ant-tag .anticon {
  height: 19px;
  line-height: 19px;
  float: right;
  padding-top: 2px;
}

.GoodsInfoEdit-PurchasePrice {
  height: calc(100vh - 145px);
  overflow-y: auto;
}
.GoodsInfoEdit-PurchasePrice .items {
  margin-bottom: 30px;
}
.GoodsInfoEdit-PurchasePrice .items .title {
  height: 44px;
  line-height: 44px;
  background-color: #F1F8FF;
}
.GoodsInfoEdit-PurchasePrice .items .title > span {
  color: #1784fc;
  float: left;
  margin-left: 30px;
  margin-right: 15px;
}
.GoodsInfoEdit-PurchasePrice .items .title b {
  color: #333;
  float: left;
}
.GoodsInfoEdit-PurchasePrice .items .title .iconshanchu {
  width: 44px;
  float: right;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #FF7640;
}
.GoodsInfoEdit-PurchasePrice .items .title .icon-edit {
  width: 126px;
  float: right;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1784fc;
}
.GoodsInfoEdit-PurchasePrice .items .title .ant-checkbox-wrapper {
  height: 44px;
  line-height: 44px;
  float: right;
  color: #333;
}
.GoodsInfoEdit-PurchasePrice .items .title .ant-checkbox-wrapper .ant-checkbox-inner {
  border-radius: 10px;
}
.GoodsInfoEdit-PurchasePrice .items .header {
  height: 42px;
  line-height: 40px;
  padding: 0 30px;
  background-color: #EFF4F8;
  border-bottom: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
  color: #666;
}
.GoodsInfoEdit-PurchasePrice .items .list {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-bottom: 1px solid #E9E9E9;
  color: #666;
}
.GoodsInfoEdit-PurchasePrice p {
  font-size: 20px;
  color: #999999;
  text-align: center;
  margin-top: 30px;
}
.GoodsInfoEdit-PurchasePrice .ant-btn-primary {
  margin: 10px auto;
  display: block;
}
.modalPurch p {
  height: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 15px;
}
.modalPurch p .anticon {
  float: right;
  color: #1784fc;
  cursor: pointer;
}
.modalPurch p .anticon svg {
  width: 22px;
  height: 22px;
}
.modalPurch .head {
  height: 30px;
  line-height: 30px;
  background-color: #EFF4F8;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 15px;
  color: #333;
  padding: 0 18px;
}
.modalPurch .head .fr {
  width: 160px;
  text-align: center;
  margin-right: 50px;
}
.modalPurch .items {
  width: 545px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin: 10px;
  color: #333;
}
.modalPurch .items .ant-select {
  width: 310px;
}
.modalPurch .items .fr {
  width: 235px;
}
.modalPurch .items .fr .ant-input-number {
  width: 160px;
  margin-left: 20px;
  margin-right: 5px;
}
.modalPurch .items .fr .iconfont {
  margin: 0 5px;
  cursor: pointer;
}

.GoodsInfoEdit-QualificationsInfo {
  height: calc(100vh - 145px);
  overflow-y: auto;
}
.GoodsInfoEdit-QualificationsInfo .title {
  height: 40px;
  line-height: 40px;
  padding-left: 23px;
  color: #666;
  background-color: #F1F8FF;
  margin-bottom: 20px;
}
.GoodsInfoEdit-QualificationsInfo .title .ant-btn {
  margin: 0;
  width: 110px;
  height: 40px;
  float: right;
  background-color: #FF7640;
  border-color: #FF7640;
}
.GoodsInfoEdit-QualificationsInfo .dataItem .title {
  margin-bottom: 0;
}
.GoodsInfoEdit-QualificationsInfo .dataItem .norms {
  height: 40px;
  line-height: 40px;
  padding-left: 23px;
  color: #666;
  border-bottom: 1px solid #E9E9E9;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GoodsInfoEdit-QualificationsInfo .dataItem .box {
  padding: 20px 28px;
}
.GoodsInfoEdit-QualificationsInfo .dataItem .box .imgs {
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin: 3px 4px;
  float: left;
}
.GoodsInfoEdit-QualificationsInfo .dataItem .box .imgs img {
  max-width: 155px;
  max-height: 120px;
  display: inline-block;
}
.GoodsInfoEdit-QualificationsInfo p {
  font-size: 20px;
  color: #999999;
  text-align: center;
  margin-top: 30px;
}
.GoodsInfoEdit-QualificationsInfo .ant-btn-primary {
  margin: 10px auto;
  display: block;
}
.modalQualificationsInfo .ant-modal-body {
  padding: 14px 20px;
}
.modalQualificationsInfo p {
  height: 30px;
  line-height: 30px;
  border-radius: 4px 4px 0 0;
  color: #333;
  padding-left: 18px;
  margin-bottom: 3px;
  background-color: #EFF4F8;
}
.modalQualificationsInfo p .ant-btn {
  float: right;
}
.modalQualificationsInfo .infoBox {
  border-bottom: 1px solid #EFF4F8;
}
.modalQualificationsInfo .infoBox .box {
  height: 50px;
}
.modalQualificationsInfo .infoBox .box .left {
  width: 740px;
  height: 50px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.modalQualificationsInfo .infoBox .box .left .formRowCol {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modalQualificationsInfo .infoBox .box .left .ant-form-item-label {
  width: 55px;
}
.modalQualificationsInfo .infoBox .box .iconfont {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 20px;
}
.modalQualificationsInfo .infoBox .box .iconfont:hover {
  color: red;
}
.modalQualificationsInfo .infoBox .images {
  min-height: 140px;
  padding: 0 6px;
}
.modalQualificationsInfo .infoBox .images .imgs {
  width: 160px;
  height: 145px;
  margin: 5px 16px;
  float: left;
}
.modalQualificationsInfo .infoBox .images .imgs p {
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin: 0;
  padding: 0;
}
.modalQualificationsInfo .infoBox .images .imgs p img {
  max-width: 155px;
  max-height: 120px;
  display: inline-block;
}
.modalQualificationsInfo .infoBox .images .imgs span {
  height: 25px;
  line-height: 25px;
  color: #333;
  text-align: center;
  display: block;
  cursor: pointer;
}
.modalQualificationsInfo .infoBox .images .imgs span:hover {
  color: red;
}
.modalQualificationsInfo .infoBox .images .ant-upload-picture-card-wrapper {
  width: 105px;
  margin-top: 43px;
  float: left;
}
.modalQualificationsInfo .infoBox .images .ant-upload-picture-card-wrapper .ant-upload {
  height: 50px;
}
.modalQualificationsInfo .infoBox .el-input__inner {
  padding: 0 10px 0 25px;
}
.disabledsupplier {
  display: none;
}
.ant-dropdown .ant-dropdown-content {
  width: 130px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.ant-dropdown .ant-dropdown-content .ant-checkbox-wrapper {
  width: 130px;
  height: 35px;
  line-height: 30px;
  background-color: #fff;
  margin-left: 8px;
}
.ant-dropdown .ant-dropdown-content .ant-checkbox-wrapper .ant-checkbox + span {
  width: 113px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
}

.GoodsInfoSetup .ant-tabs-bar {
  background-color: #F1F8FF;
  border-bottom-color: #E9E9E9;
  margin-bottom: 0;
  padding-left: 20px;
}
.GoodsInfoSetup .ant-tabs-tab {
  color: #999999;
}
.GoodsInfoSetup .ant-tabs-tab-active {
  color: #1784fc;
}
.GoodsInfoSetup .header {
  height: 50px;
  line-height: 50px;
  background-color: #F1F8FF;
  padding-left: 20px;
}
.GoodsInfoSetup .header > div {
  width: 350px;
  height: 50px;
  float: left;
}
.GoodsInfoSetup .header > div:nth-child(1) {
  width: 180px;
}
.GoodsInfoSetup .header > div:nth-child(2) {
  width: 190px;
}
.GoodsInfoSetup .header > div:nth-child(3) {
  width: 200px;
}
.GoodsInfoSetup .box {
  height: calc(100vh - 150px) !important;
}
.GoodsInfoSetup .box .el-date-editor--date {
  width: 100px!important;
}
.GoodsInfoSetup .box .el-date-editor--date .el-input__prefix {
  left: 0;
}
.GoodsInfoSetup .box .el-date-editor--date .el-input__prefix .el-input__icon {
  width: 20px;
  line-height: 30px;
}
.GoodsInfoSetup .box .el-date-editor--date .el-input__inner {
  padding-left: 22px;
  padding-right: 0;
}
.GoodsInfoSetup .box .el-input-number--mini .el-input__inner {
  padding: 0!important;
}
.GoodsInfoSetup .box .ant-input {
  width: 100px;
}
.GoodsInfoSetup .box .el-input-number {
  width: 90px;
}
.GoodsInfoSetup .box .ant-table-tbody {
  height: 100px;
  overflow-y: scroll;
}
.GoodsInfoSetup .box td span {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.GoodsInfoSetup .box td i {
  cursor: pointer;
}
.GoodsInfoSetup .box td i.disabled {
  color: #E4E7ED;
  cursor: not-allowed;
}
.GoodsInfoSetup .ant-table-column-title i {
  color: #1784fc;
}
.setUPUniqueCode .ant-modal-body {
  padding: 15px;
}
.setUPUniqueCode .ant-modal-body td:nth-child(1) {
  color: #1784fc;
}
.setUPUniqueCode .ant-table-wrapper {
  height: calc(100vh - 430px);
  overflow-y: scroll;
}
.setUPUniqueCode .ant-table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.setUPUniqueCode .ant-table-wrapper::-webkit-scrollbar {
  width: 4px;
}
.setUPUniqueCode .ant-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}
.setUPUniqueCode .ant-table-wrapper .ant-btn {
  color: #333;
}
.setUPUniqueCode .ant-table-wrapper .ant-btn:hover {
  color: red;
}
.setUPUniqueCode .ant-input-search {
  margin-bottom: 15px;
}
.setUPUniqueCode .ant-checkbox-disabled .ant-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  border: 2px solid #999;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.GoodsInfoEdit-SeniorSeting {
  height: calc(100vh - 145px);
  position: relative;
}
.GoodsInfoEdit-SeniorSeting .title {
  height: 40px;
  line-height: 40px;
  padding-left: 23px;
  color: #666;
  background-color: #F1F8FF;
}
.GoodsInfoEdit-SeniorSeting .title .ant-btn {
  height: 40px;
  float: right;
  border-radius: 0;
}
.GoodsInfoEdit-SeniorSeting .ant-divider {
  margin: 2px 0;
}
.GoodsInfoEdit-SeniorSeting .label {
  height: 40px;
  line-height: 40px;
  color: #1784fc;
}
.GoodsInfoEdit-SeniorSeting .label span {
  width: 100px;
  text-align: right;
  color: #333;
  display: inline-block;
  font-weight: bold;
}
.GoodsInfoEdit-SeniorSeting .label-cont {
  height: 25px;
  padding-left: 110px;
  color: #000;
  font-weight: bold;
}
.GoodsInfoEdit-SeniorSeting .ant-table th {
  padding: 9px 0;
  color: #666;
  background-color: #EFF4F8;
}
.GoodsInfoEdit-SeniorSeting .ant-table td .ant-btn {
  color: #666666;
  margin: 0 5px;
}
.GoodsInfoEdit-SeniorSeting .ant-table td .ant-btn .iconfont {
  margin-right: 3px;
}
.GoodsInfoEdit-SeniorSeting .ant-table td .ant-btn:nth-child(1):hover {
  color: #1784fc;
}
.GoodsInfoEdit-SeniorSeting .ant-table td .ant-btn:nth-child(2):hover {
  color: #ff4d4f;
}
.GoodsInfoEdit-SeniorSeting .el-input-number {
  width: 100px;
  line-height: 30px;
}
.GoodsInfoEdit-SeniorSeting .el-input-number > span {
  width: 25px;
  height: 30px;
}
.GoodsInfoEdit-SeniorSeting .el-input-number .el-input__inner {
  padding: 0 25px;
}
.GoodsInfoEdit-SeniorSeting .ant-radio-group {
  padding-left: 25px;
}
.GoodsInfoEdit-SeniorSeting .ant-radio-group .ant-radio-wrapper {
  padding-top: 8px;
  height: 75px;
  overflow: hidden;
}
.GoodsInfoEdit-SeniorSeting .ant-radio-group .ant-radio-wrapper p {
  padding-left: 26px;
  margin-bottom: 0;
  white-space: break-spaces;
}
.GoodsInfoEdit-SeniorSeting .ant-radio-group .ant-radio-wrapper:nth-child(1) {
  height: 50px;
}
.modalSenior .ant-modal-body {
  padding: 0;
}
.modalSenior .title {
  height: 40px;
  line-height: 40px;
  background-color: #F1F8FF;
  color: #666;
  padding-left: 20px;
}
.modalSenior p {
  height: 40px;
  line-height: 40px;
  color: #999;
  padding-left: 20px;
  margin-bottom: 0;
}
.modalSenior .box {
  height: 350px;
  padding: 0 20px;
}
.modalSenior .box .name {
  color: #666;
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
  background-color: #F1F8FF;
  margin-bottom: 4px;
}
.modalSenior .left,
.modalSenior .right {
  width: 280px;
  height: 350px;
  float: left;
  text-align: left!important;
}
.modalSenior .left .cont,
.modalSenior .right .cont {
  height: 300px;
  border-radius: 2px;
  background-color: #F1F8FF;
  padding: 14px 10px;
}
.modalSenior .left .ant-select,
.modalSenior .right .ant-select,
.modalSenior .left .ant-input,
.modalSenior .right .ant-input {
  width: 180px;
}
.modalSenior .left .ant-btn,
.modalSenior .right .ant-btn {
  margin: 0 0 0 195px;
}
.modalSenior .left .formRowCol,
.modalSenior .right .formRowCol {
  padding: 0;
}
.modalSenior .left .ant-form-item-label,
.modalSenior .right .ant-form-item-label {
  text-align: left;
}
.modalSenior .left .ant-form-item-label span,
.modalSenior .right .ant-form-item-label span,
.modalSenior .left .ant-form-item-label label,
.modalSenior .right .ant-form-item-label label {
  color: #1784fc;
}
.modalSenior .left .ant-form-item-label i,
.modalSenior .right .ant-form-item-label i {
  color: #FF7640;
}
.modalSenior .left .link,
.modalSenior .right .link {
  width: 79px;
  height: 30px;
  line-height: 30px;
  color: #1784fc;
  cursor: pointer;
  float: right;
  text-align: center;
}
.modalSenior .left .switch,
.modalSenior .right .switch {
  height: 30px;
  line-height: 30px;
  color: #FF7640;
  cursor: pointer;
}
.modalSenior .center {
  width: 120px;
  height: 350px;
  float: left;
}
.modalSenior .center .cont {
  height: 60px;
  border-radius: 2px;
  background-color: #F1F8FF;
  padding: 14px 10px;
}
.modalSenior .center .cont .el-input-number {
  width: 100px;
  line-height: 30px;
}
.modalSenior .center .cont .el-input-number > span {
  width: 25px;
  height: 30px;
}
.modalSenior .center .cont .el-input-number .el-input__inner {
  padding: 0 25px;
}
.modalSenior .mark {
  width: 40px;
  height: 350px;
  font-weight: 500;
  color: #666;
  font-size: 20px;
  text-align: center;
  float: left;
  padding-top: 47px;
}

.GoodsInfoEdit .ant-tabs-bar {
  background-color: #F1F8FF;
  border-bottom-color: #E9E9E9;
  margin-bottom: 0;
  padding-left: 20px;
}
.GoodsInfoEdit .ant-tabs-tab {
  color: #999999;
}
.GoodsInfoEdit .ant-tabs-tab-active {
  color: #1784fc;
}

