@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-69098c26] {
  color: #409EFF !important;
}
.success[data-v-69098c26] {
  color: #128474 !important;
}
.warning[data-v-69098c26] {
  color: #e6a23c !important;
}
.danger[data-v-69098c26] {
  color: #F56C6C !important;
}
.info[data-v-69098c26] {
  color: #909399 !important;
}
.black[data-v-69098c26] {
  color: #222 !important;
}
.white[data-v-69098c26] {
  color: #FFF !important;
}
.gray[data-v-69098c26] {
  color: #778992 !important;
}
.red[data-v-69098c26] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-69098c26]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-69098c26] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-69098c26] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-69098c26] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-69098c26] {
  cursor: pointer;
}
.card[data-v-69098c26] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-69098c26] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-69098c26] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-69098c26]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-69098c26]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-69098c26] {
  width: 150px !important;
}
.width180[data-v-69098c26] {
  width: 180px !important;
}
.width200[data-v-69098c26] {
  width: 200px !important;
}
.width220[data-v-69098c26] {
  width: 220px !important;
}
.width250[data-v-69098c26] {
  width: 250px !important;
}
.width280[data-v-69098c26] {
  width: 280px !important;
}
.width300[data-v-69098c26] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-69098c26] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-69098c26] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goodsListDialog-search[data-v-69098c26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.goodsListDialog-search .goodsListDialog-search-input[data-v-69098c26] {
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.v-modal {
    opacity: 0;
}

@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-7d88e65c] {
  color: #409EFF !important;
}
.success[data-v-7d88e65c] {
  color: #128474 !important;
}
.warning[data-v-7d88e65c] {
  color: #e6a23c !important;
}
.danger[data-v-7d88e65c] {
  color: #F56C6C !important;
}
.info[data-v-7d88e65c] {
  color: #909399 !important;
}
.black[data-v-7d88e65c] {
  color: #222 !important;
}
.white[data-v-7d88e65c] {
  color: #FFF !important;
}
.gray[data-v-7d88e65c] {
  color: #778992 !important;
}
.red[data-v-7d88e65c] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-7d88e65c]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-7d88e65c] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-7d88e65c] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-7d88e65c] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-7d88e65c] {
  cursor: pointer;
}
.card[data-v-7d88e65c] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-7d88e65c] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-7d88e65c] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-7d88e65c]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-7d88e65c]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-7d88e65c] {
  width: 150px !important;
}
.width180[data-v-7d88e65c] {
  width: 180px !important;
}
.width200[data-v-7d88e65c] {
  width: 200px !important;
}
.width220[data-v-7d88e65c] {
  width: 220px !important;
}
.width250[data-v-7d88e65c] {
  width: 250px !important;
}
.width280[data-v-7d88e65c] {
  width: 280px !important;
}
.width300[data-v-7d88e65c] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-7d88e65c] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-7d88e65c] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#scan[data-v-7d88e65c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: calc(100vw);
  height: calc(100vh);
  background: rgba(0, 0, 0, 0.5);
}
#scan .scan[data-v-7d88e65c] {
  width: 100%;
  height: 100%;
  /*display: flex;*/
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  text-align: center;
  /*align-items: center;*/
  /*justify-content: center;*/
}
#scan .scan .footer[data-v-7d88e65c] {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 2010;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#scan .scan-icon-close[data-v-7d88e65c] {
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;
  color: #409eff;
}
#scan .scan-div[data-v-7d88e65c] {
  text-align: center;
}
#scan .scan-result div[data-v-7d88e65c] {
  font-size: 20px;
}
#scan .scan-result .result-success[data-v-7d88e65c] {
  color: #67c23a;
}
#scan .scan-result .result-fail[data-v-7d88e65c] {
  color: #f56c6c;
}
#scan .iconSize[data-v-7d88e65c] {
  font-size: 150px;
  color: #fff;
}
#scan .scan-font[data-v-7d88e65c] {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#scan .scanContext[data-v-7d88e65c] {
  margin-top: 20px;
  width: 300px;
  opacity: 1;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary {
  color: #409EFF !important;
}
.success {
  color: #128474 !important;
}
.warning {
  color: #e6a23c !important;
}
.danger {
  color: #F56C6C !important;
}
.info {
  color: #909399 !important;
}
.black {
  color: #222 !important;
}
.white {
  color: #FFF !important;
}
.gray {
  color: #778992 !important;
}
.red {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}

/**
 * 卡片
 */
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150 {
  width: 150px !important;
}
.width180 {
  width: 180px !important;
}
.width200 {
  width: 200px !important;
}
.width220 {
  width: 220px !important;
}
.width250 {
  width: 250px !important;
}
.width280 {
  width: 280px !important;
}
.width300 {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-dialog__wrapper {
  z-index: 100 !important;
}
#cartAddProducts .el-card__header {
  padding: 10px;
}
#cartAddProducts .el-card__body {
  padding: 10px;
}
.cartAddProducts-scan {
  text-align: right;
}
.cartAddProducts-add-products {
  margin-top: 20px;
  padding-bottom: 20px;
  height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 20px;
  /*align-items: start;*/
  /*justify-items: start;*/
  overflow-y: auto;
}
.cartAddProducts-add-products .card-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 15% 15% 15% 30% 15% 15%;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary {
  color: #409EFF !important;
}
.success {
  color: #128474 !important;
}
.warning {
  color: #e6a23c !important;
}
.danger {
  color: #F56C6C !important;
}
.info {
  color: #909399 !important;
}
.black {
  color: #222 !important;
}
.white {
  color: #FFF !important;
}
.gray {
  color: #778992 !important;
}
.red {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}

/**
 * 卡片
 */
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150 {
  width: 150px !important;
}
.width180 {
  width: 180px !important;
}
.width200 {
  width: 200px !important;
}
.width220 {
  width: 220px !important;
}
.width250 {
  width: 250px !important;
}
.width280 {
  width: 280px !important;
}
.width300 {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cartProductList .el-link {
  vertical-align: top;
}
#cartProductList .el-link--inner {
  font-size: 20px;
}
#cartProductList .el-card__header {
  padding: 10px;
}
#cartProductList .el-card__body {
  padding: 10px;
}
#cartProductList .list-row {
  padding: 10px 20px;
}
#cartProductList .list-row .list-col span {
  font-size: 20px;
  color: #5a5f6a;
}
#cartProductList .list-row .list-link {
  margin-left: 10px;
}
#cartProductList .list-row .list-col-buttons {
  text-align: right;
}
#cartProductList .list-products {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cartProductList .list-products span {
  font-size: 20px;
}
#cartProductList .list-products .product {
  padding: 10px;
  border: #ddd 1px solid;
}
#cartProductList .list-products .list-content {
  height: 100px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cartProductList .list-products .list-content div {
  color: #5a5f6a;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-82640f72] {
  color: #409EFF !important;
}
.success[data-v-82640f72] {
  color: #128474 !important;
}
.warning[data-v-82640f72] {
  color: #e6a23c !important;
}
.danger[data-v-82640f72] {
  color: #F56C6C !important;
}
.info[data-v-82640f72] {
  color: #909399 !important;
}
.black[data-v-82640f72] {
  color: #222 !important;
}
.white[data-v-82640f72] {
  color: #FFF !important;
}
.gray[data-v-82640f72] {
  color: #778992 !important;
}
.red[data-v-82640f72] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-82640f72]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-82640f72] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-82640f72] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-82640f72] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-82640f72] {
  cursor: pointer;
}
.card[data-v-82640f72] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-82640f72] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-82640f72] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-82640f72]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-82640f72]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-82640f72] {
  width: 150px !important;
}
.width180[data-v-82640f72] {
  width: 180px !important;
}
.width200[data-v-82640f72] {
  width: 200px !important;
}
.width220[data-v-82640f72] {
  width: 220px !important;
}
.width250[data-v-82640f72] {
  width: 250px !important;
}
.width280[data-v-82640f72] {
  width: 280px !important;
}
.width300[data-v-82640f72] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-82640f72] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-82640f72] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.packDone-title[data-v-82640f72] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.packDone-title .packDone-title-icon[data-v-82640f72] {
  width: 40px;
  height: 40px;
}
.packDone-title .packDone-title-word[data-v-82640f72] {
  font-size: 20px;
  color: #67C23A;
  margin-left: 20px;
}
.packDone-qrCode[data-v-82640f72] {
  width: 160px;
  height: 160px;
  border: 1px #ddd solid;
  margin-top: 20px;
  margin-bottom: 40px;
}
.packDone-footer[data-v-82640f72] {
  text-align: center;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary {
  color: #409EFF !important;
}
.success {
  color: #128474 !important;
}
.warning {
  color: #e6a23c !important;
}
.danger {
  color: #F56C6C !important;
}
.info {
  color: #909399 !important;
}
.black {
  color: #222 !important;
}
.white {
  color: #FFF !important;
}
.gray {
  color: #778992 !important;
}
.red {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}

/**
 * 卡片
 */
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150 {
  width: 150px !important;
}
.width180 {
  width: 180px !important;
}
.width200 {
  width: 200px !important;
}
.width220 {
  width: 220px !important;
}
.width250 {
  width: 250px !important;
}
.width280 {
  width: 280px !important;
}
.width300 {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#packAdd .el-card__header {
  padding: 10px;
}
#packAdd .el-card__body {
  padding: 10px;
}
#packAdd .packAdd-row {
  padding: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 20px;
}
#packAdd .packAdd-row .packAdd-row-title {
  font-size: 18px;
}
#packAdd .packAdd-row .packAdd-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#packAdd .packAdd-row .packAdd-products {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 20px;
  height: 598px;
  overflow-x: auto;
}
#packAdd .packAdd-row .packAdd-products .packAdd-content {
  height: 100px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30% 30% 40%;
}
#packAdd .packAdd-row .packAdd-row-image {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-e94c5646] {
  color: #409EFF !important;
}
.success[data-v-e94c5646] {
  color: #128474 !important;
}
.warning[data-v-e94c5646] {
  color: #e6a23c !important;
}
.danger[data-v-e94c5646] {
  color: #F56C6C !important;
}
.info[data-v-e94c5646] {
  color: #909399 !important;
}
.black[data-v-e94c5646] {
  color: #222 !important;
}
.white[data-v-e94c5646] {
  color: #FFF !important;
}
.gray[data-v-e94c5646] {
  color: #778992 !important;
}
.red[data-v-e94c5646] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-e94c5646]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-e94c5646] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-e94c5646] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-e94c5646] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-e94c5646] {
  cursor: pointer;
}
.card[data-v-e94c5646] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-e94c5646] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-e94c5646] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-e94c5646]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-e94c5646]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-e94c5646] {
  width: 150px !important;
}
.width180[data-v-e94c5646] {
  width: 180px !important;
}
.width200[data-v-e94c5646] {
  width: 200px !important;
}
.width220[data-v-e94c5646] {
  width: 220px !important;
}
.width250[data-v-e94c5646] {
  width: 250px !important;
}
.width280[data-v-e94c5646] {
  width: 280px !important;
}
.width300[data-v-e94c5646] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-e94c5646] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-e94c5646] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pack .pack-search[data-v-e94c5646] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#pack .qrCode[data-v-e94c5646] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
#pack .pack-goods[data-v-e94c5646] {
  height: 450px;
  overflow-x: auto;
}
#pack .pack-goods .pack-tag[data-v-e94c5646] {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  padding: 10px 10px;
  font-size: 18px;
  color: #409eff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  /*display: grid;*/
  /*grid-template-columns: auto;*/
  /*grid-template-rows: min-content;*/
}
.packList-box[data-v-e94c5646] {
  width: 320px;
  height: 320px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.packList-box .goodName[data-v-e94c5646] {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.packList-box .qrCode[data-v-e94c5646]  {
  width: 100%;
  margin-bottom: 10px;
}
.packList-box .qrCode[data-v-e94c5646]  img {
  padding-right: 10px;
  float: right;
  margin-top: 10px;
}
.packList-box .packList-box-bottom div[data-v-e94c5646] {
  text-indent: 5px;
}
.packList-box .packList-box-bottom div span[data-v-e94c5646] {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  padding: 5px 0;
}
.packList-box .packList-box-bottom div span[data-v-e94c5646]:nth-child(2) {
  font-weight: bold;
}
.packList-box .row div p[data-v-e94c5646] {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.packList-box .row div p[data-v-e94c5646]:nth-child(1) {
  height: 20px;
  font-size: 12px;
}
.packList-box .row div p[data-v-e94c5646]:nth-child(2) {
  height: 20px;
  font-size: 15px;
  font-weight: bolder;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary {
  color: #409EFF !important;
}
.success {
  color: #128474 !important;
}
.warning {
  color: #e6a23c !important;
}
.danger {
  color: #F56C6C !important;
}
.info {
  color: #909399 !important;
}
.black {
  color: #222 !important;
}
.white {
  color: #FFF !important;
}
.gray {
  color: #778992 !important;
}
.red {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}

/**
 * 卡片
 */
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150 {
  width: 150px !important;
}
.width180 {
  width: 180px !important;
}
.width200 {
  width: 200px !important;
}
.width220 {
  width: 220px !important;
}
.width250 {
  width: 250px !important;
}
.width280 {
  width: 280px !important;
}
.width300 {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pic .el-collapse-item__header {
  font-size: 15px;
  font-weight: bold;
}
#pic ul {
  float: left;
  width: 100%;
}
#pic ul .processName {
  font-size: 14px;
  margin: 20px;
  font-weight: bolder;
}
#pic ul li {
  float: left;
  width: 120px;
  height: 140px;
  margin-left: 30px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
}
#pic ul li:active {
  -webkit-transform: scale(0.95);
}
#pic ul li img {
  margin-top: 20px;
  width: 60px;
  height: 60px;
}
#pic ul li .pdfName {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-609dccce] {
  color: #409EFF !important;
}
.success[data-v-609dccce] {
  color: #128474 !important;
}
.warning[data-v-609dccce] {
  color: #e6a23c !important;
}
.danger[data-v-609dccce] {
  color: #F56C6C !important;
}
.info[data-v-609dccce] {
  color: #909399 !important;
}
.black[data-v-609dccce] {
  color: #222 !important;
}
.white[data-v-609dccce] {
  color: #FFF !important;
}
.gray[data-v-609dccce] {
  color: #778992 !important;
}
.red[data-v-609dccce] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-609dccce]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-609dccce] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-609dccce] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-609dccce] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-609dccce] {
  cursor: pointer;
}
.card[data-v-609dccce] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-609dccce] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-609dccce] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-609dccce]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-609dccce]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-609dccce] {
  width: 150px !important;
}
.width180[data-v-609dccce] {
  width: 180px !important;
}
.width200[data-v-609dccce] {
  width: 200px !important;
}
.width220[data-v-609dccce] {
  width: 220px !important;
}
.width250[data-v-609dccce] {
  width: 250px !important;
}
.width280[data-v-609dccce] {
  width: 280px !important;
}
.width300[data-v-609dccce] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-609dccce] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-609dccce] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bom ul[data-v-609dccce] {
  padding-top: 15px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  counter-reset: item-counter;
}
.bomCard[data-v-609dccce] {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 30px;
  padding: 2%;
  background: #fbfbfb;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px #dddddd;
  box-shadow: 0 0 9px #dddddd;
  border: #ebeef5 1px solid;
}
.bomCard .bomCard-subject[data-v-609dccce] {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bolder;
  color: #0252ba;
  text-align: center;
}
.bomCard .bomCard-title[data-v-609dccce] {
  width: 100%;
  overflow: hidden;
  border: #ebeef5 1px solid;
  background: white;
  color: #0252ba;
  padding: 5px 0;
  margin-bottom: 10px;
}
.bomCard .bomCard-title li[data-v-609dccce] {
  width: 30.3333333%;
  margin: 0 1.5%;
  float: left;
  line-height: 22px;
  font-size: 14px;
}
.bomCard .bomCard-title p[data-v-609dccce] {
  width: 97%;
  line-height: 22px;
  margin: 0 1.5%;
  font-size: 14px;
}
.bomCard .bomCard-title span[data-v-609dccce] {
  color: #909399;
  font-size: 14px;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-7698a586] {
  color: #409EFF !important;
}
.success[data-v-7698a586] {
  color: #128474 !important;
}
.warning[data-v-7698a586] {
  color: #e6a23c !important;
}
.danger[data-v-7698a586] {
  color: #F56C6C !important;
}
.info[data-v-7698a586] {
  color: #909399 !important;
}
.black[data-v-7698a586] {
  color: #222 !important;
}
.white[data-v-7698a586] {
  color: #FFF !important;
}
.gray[data-v-7698a586] {
  color: #778992 !important;
}
.red[data-v-7698a586] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-7698a586]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-7698a586] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-7698a586] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-7698a586] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-7698a586] {
  cursor: pointer;
}
.card[data-v-7698a586] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-7698a586] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-7698a586] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-7698a586]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-7698a586]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-7698a586] {
  width: 150px !important;
}
.width180[data-v-7698a586] {
  width: 180px !important;
}
.width200[data-v-7698a586] {
  width: 200px !important;
}
.width220[data-v-7698a586] {
  width: 220px !important;
}
.width250[data-v-7698a586] {
  width: 250px !important;
}
.width280[data-v-7698a586] {
  width: 280px !important;
}
.width300[data-v-7698a586] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-7698a586] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-7698a586] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cart[data-v-7698a586] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cart .cart-title[data-v-7698a586] {
  text-align: center;
  font-size: 26px;
}
#cart .cart-input[data-v-7698a586] {
  text-align: center;
  margin-top: 20px;
}
