.ziyin-add-product[data-v-5bd1b080] {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ziyin-add-product .top[data-v-5bd1b080] {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 5px;
  flex-shrink: 0;
}
.ziyin-add-product .top .back-btn[data-v-5bd1b080] {
  font-size: 14px;
}
.ziyin-add-product .top .back-btn[data-v-5bd1b080] .el-page-header__content {
  font-size: 14px;
}
.ziyin-add-product .upload-img-btns[data-v-5bd1b080] {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.ziyin-add-product .upload-img-btn[data-v-5bd1b080] {
  width: 80px;
  height: 32px;
  margin-right: 10px;
  position: relative;
}
.ziyin-add-product .upload-img-btn input[data-v-5bd1b080] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ziyin-add-product .img-box[data-v-5bd1b080] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 15px;
  background: #f1f1f1;
  box-sizing: border-box;
}
.ziyin-add-product .img-box .img-box-item[data-v-5bd1b080] {
  width: 80px;
  height: 80px;
  border: 1px solid #bcbcbc;
  position: relative;
  margin: 10px;
}
.ziyin-add-product .img-box .img-box-item .el-image[data-v-5bd1b080] {
  width: 100%;
  height: 100%;
}
.ziyin-add-product .img-box .img-box-item .delete-btn[data-v-5bd1b080] {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  z-index: 2;
}
.ziyin-add-product .img-box .img-box-item .delete-btn[data-v-5bd1b080]:hover {
  color: #333333;
}
.ziyin-add-product .add-sku[data-v-5bd1b080] {
  margin-left: 20px;
}
.ziyin-add-product .add-sku i[data-v-5bd1b080] {
  font-size: 12px;
  margin-right: 3px;
}
.ziyin-add-product .form-data[data-v-5bd1b080] {
  flex-grow: 1;
  overflow-y: auto;
  background: #ffffff;
}
.ziyin-add-product .form-data .title[data-v-5bd1b080] {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  height: 32px;
  border-left: 3px solid #e6a23c;
  display: flex;
  align-items: center;
  padding-left: 25px;
  background: #f1f1f1;
  margin-bottom: 10px;
}
.ziyin-add-product .form-data .specs-detail[data-v-5bd1b080] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ziyin-add-product .form-data .specs-detail .specs-item[data-v-5bd1b080] {
  display: flex;
  align-items: center;
}
.ziyin-add-product .form-data .specs-detail .el-form-item[data-v-5bd1b080] {
  width: 480px;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
.ziyin-add-product .form-data .specs-detail .el-form-item[data-v-5bd1b080]:nth-child(3n+1) {
  width: 350px;
}
.ziyin-add-product .form-data .title1[data-v-5bd1b080] {
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  padding: 12px 0;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 20px;
  background: #eff6ff;
  text-indent: 10px;
}
.ziyin-add-product .form-data .specs-detail2[data-v-5bd1b080] {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.ziyin-add-product .form-data .specs-detail2 .el-form-item[data-v-5bd1b080] {
  width: 50%;
  margin: 0;
  padding: 10px 0;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.ziyin-add-product .form-data .specs-detail2 .customFormLabel[data-v-5bd1b080] .el-form-item__label {
  display: flex;
  justify-content: flex-end;
}
.ziyin-add-product .form-data .layer-box[data-v-5bd1b080] {
  display: flex;
  /* justify-content: space-between; */
}
.ziyin-add-product .form-data .layer-box .layer-box-item[data-v-5bd1b080] {
  width: 50%;
}
.ziyin-add-product .form-data .layer-box[data-v-5bd1b080] .el-scrollbar__wrap {
  min-width: 340px;
}
.ziyin-add-product .sku-setup[data-v-5bd1b080] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
}
.ziyin-add-product .sku-setup .el-tabs[data-v-5bd1b080] {
  width: 100%;
}
.ziyin-add-product .sku-setup .el-tabs[data-v-5bd1b080] .el-tabs__item {
  font-size: 12px;
}
.ziyin-add-product .sku-setup ul[data-v-5bd1b080] {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  overflow: hidden;
}
.ziyin-add-product .sku-setup ul li[data-v-5bd1b080] {
  padding: 0 15px;
  font-size: 12px;
  color: #999999;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  font-weight: bold;
}
.ziyin-add-product .sku-setup ul li[data-v-5bd1b080]:not(:first-child) {
  border-left: 1px solid #eeeeee;
}
.ziyin-add-product .sku-setup ul li.cur[data-v-5bd1b080] {
  background: #666666;
  color: #ffffff;
}
.ziyin-add-product .sku-setup .el-button[data-v-5bd1b080] {
  flex-shrink: 0;
}
.ziyin-add-product .save-btn[data-v-5bd1b080] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.ziyin-add-product .tips[data-v-5bd1b080] {
  font-size: 12px;
  color: #999999;
  width: 360px;
  line-height: 18px;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] {
  margin-bottom: 22px;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .el-table--mini th.el-table__cell {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader {
  width: 120px;
  height: 100px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .el-upload,
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .el-image,
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader video {
  width: 100%;
  height: 100%;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .el-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .avatar-uploader-icon {
  font-size: 24px;
  color: #999999;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .posterImg,
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .avatar {
  width: 200px;
  text-align: center;
  font-size: 38px;
  color: #8c939d;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .posterImg {
  border: 1px dashed #b4b6b9;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .el-delete {
  font-size: 24px;
  color: #999999;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  z-index: 99;
}
.ziyin-add-product .el-form-item[data-v-5bd1b080] .avatar-uploader .el-delete:hover {
  color: #333333;
}
.ziyin-add-product .el-form-item .select-goods-spec-box[data-v-5bd1b080] {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  width: 900px;
}
.ziyin-add-product .el-form-item .select-goods-spec-box .select-goods-spec-box-item[data-v-5bd1b080] {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}
.ziyin-add-product .el-form-item .select-goods-spec-box .select-goods-spec-box-item .is-show-box[data-v-5bd1b080] {
  font-size: 12px;
  margin-left: 10px;
}
.ziyin-add-product .el-form-item .select-goods-spec-box .el-select[data-v-5bd1b080]:not(:first-child) {
  margin-left: 12px;
}
.ziyin-add-product .product-footer[data-v-5bd1b080] {
  flex-shrink: 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-goods-spec .img-box-item[data-v-5bd1b080] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-goods-spec .img-box-item .avatar[data-v-5bd1b080] {
  width: 50px;
  height: 50px;
  border: 1px solid #bcbcbc;
}
