@charset "UTF-8";
/* 公共颜色变量 */
.page-title[data-v-0c8774a7] {
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 18px;
}
.container-title[data-v-0c8774a7] {
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.container-title .btn .el-button[data-v-0c8774a7] {
  font-size: 14px;
}
.container-white[data-v-0c8774a7] {
  border-radius: 8px;
  margin-bottom: 10px;
}
.container-department[data-v-0c8774a7] .el-form .el-form-item__label {
  font-weight: bold;
  font-size: 16px;
}
.receiver-list[data-v-0c8774a7] {
  gap: 20px;
}
.receiver-list .item[data-v-0c8774a7] {
  width: calc((100% - 60px) / 4);
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  position: relative;
}
.receiver-list .item .icon[data-v-0c8774a7] {
  width: 30px;
  font-size: 24px;
  text-align: center;
  padding-top: 5px;
}
.receiver-list .item .icon .text[data-v-0c8774a7] {
  font-size: 12px;
  margin-top: 15px;
}
.receiver-list .item .content[data-v-0c8774a7] {
  width: calc(100% - 40px);
  line-height: 24px;
  font-size: 14px;
}
.receiver-list .item .btn[data-v-0c8774a7] {
  position: absolute;
  right: 10px;
  top: 0px;
  opacity: 0;
}
.receiver-list .item.active[data-v-0c8774a7] {
  background: url(../img/address-bg.8eec45df.png) no-repeat;
  background-size: 100% 100%;
}
.receiver-list .item.active .icon[data-v-0c8774a7] {
  color: #E60013;
}
.receiver-list .item:hover .btn[data-v-0c8774a7] {
  opacity: 1;
}
.limit-item[data-v-0c8774a7] {
  min-width: 180px;
  margin-right: 20px;
}
.container-invoice .el-button[data-v-0c8774a7] {
  font-size: 14px;
  margin-left: 20px;
}
.group-name[data-v-0c8774a7] {
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.goods-wrap .img[data-v-0c8774a7] {
  width: 70px;
  height: 70px;
}
.goods-wrap .img img[data-v-0c8774a7] {
  width: 100%;
  height: 100%;
}
.goods-wrap .info[data-v-0c8774a7] {
  width: calc(100% - 80px);
  margin-left: 10px;
}
.goods-wrap .info .name[data-v-0c8774a7] {
  min-height: 44px;
  line-height: 22px;
}
.goods-wrap .info .text[data-v-0c8774a7] {
  line-height: 16px;
  margin-top: 5px;
  font-size: 12px;
  color: #929292;
}
.product-total[data-v-0c8774a7] {
  line-height: 24px;
}
.product-total .item[data-v-0c8774a7] {
  margin-top: 10px;
}
.product-total .item .price[data-v-0c8774a7] {
  font-size: 18px;
}
.bottom-bar-placeholder[data-v-0c8774a7] {
  height: 70px;
}
.bottom-bar[data-v-0c8774a7] {
  height: 70px;
  background: #FFFCF5;
  box-shadow: 0px -1px 12px 0px rgba(218, 210, 192, 0.49);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.bottom-bar .container[data-v-0c8774a7] {
  width: 1568px;
  height: 100%;
}
.bottom-bar .total-wrap .content-wrap[data-v-0c8774a7] {
  margin-right: 35px;
}
.bottom-bar .total-wrap .content-wrap .price[data-v-0c8774a7] {
  font-size: 24px;
}
.bottom-bar .total-wrap .content-wrap .price .small[data-v-0c8774a7] {
  font-size: 14px;
}
