.popover-container[data-v-326cfa18] {
  position: relative;
  filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.06));
  z-index: 200;
}
.popover[data-v-326cfa18] {
  position: absolute;
  width: 264px;
  word-wrap: break-word;
  background-color: #fff;
  padding: 8px 12px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
  border-radius: 4px;
  margin-top: 8px;
}
.popover[data-v-326cfa18]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 16%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}

.red[data-v-4123caed] {
  color: var(--ft-red) !important;
}
.flex-between[data-v-4123caed] {
  display: flex;
  justify-content: space-between;
}
.flex-round[data-v-4123caed] {
  display: flex;
  justify-content: space-around;
}
.forbid[data-v-4123caed] {
  cursor: not-allowed;
  color: #ccc !important;
}
.batch-address-list[data-v-4123caed] {
  margin-top: 0.07rem;
  position: relative;
}
.batch-address-list .fix-info[data-v-4123caed] {
  font-weight: 400;
  font-size: 0.18rem;
  text-align: left;
  color: var(--ft-black);
}
.batch-address-list .top-header[data-v-4123caed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.batch-address-list .top-header .gray[data-v-4123caed] {
  color: #8e8e8e;
  position: absolute;
  top: 0.06rem;
  left: 0.48rem;
  font-size: 0.14rem;
}
.batch-address-list .top-header .icon[data-v-4123caed] {
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0.02rem 0.08rem 0 rgba(0,0,0,0.12);
}
.batch-address-list .top-header .icon-0[data-v-4123caed] {
  background-color: #1c1c1c;
}
.batch-address-list .top-header .icon-1[data-v-4123caed] {
  background-color: var(--bg-red);
}
.batch-address-list .top-header .info-title[data-v-4123caed] {
  margin-left: 0.05rem;
  font-size: 0.2rem;
  color: var(--ft-black);
  line-height: 0.3rem;
}
.batch-address-list .top-header .title-notic[data-v-4123caed] {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: #999;
}
.batch-address-list .top-header .book-smart-btn[data-v-4123caed] {
  display: flex;
}
.batch-address-list .top-header .book-smart-btn .book-smart[data-v-4123caed] {
  margin-left: 0.2rem;
  align-items: center;
  color: #333;
  width: 1.2rem;
  height: 0.32rem;
  border: var(--bd-gray-solid);
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
}
.batch-address-list .top-header .book-smart-btn .book-smart .svg-box[data-v-4123caed] {
  margin-right: 0.053rem;
}
.batch-address-list .top-header .book-smart-btn .book-smart[data-v-4123caed]:hover {
  color: var(--ft-red);
}
.batch-address-list .top-header .book-smart-btn .book-smart .btn[data-v-4123caed] {
  font-size: 0.14rem;
  line-height: 0.21rem;
  border: none;
}
.batch-address-list .top-header .book-smart-btn .en-book-smart[data-v-4123caed] {
  width: 2.1rem;
}
.batch-address-list .require-flag[data-v-4123caed]::before {
  content: '*';
  color: var(--ft-red);
}
.batch-address-list .header[data-v-4123caed] {
  margin-top: 0.2rem;
  padding-bottom: 0.13rem;
  border-bottom: var(--bd-gray-solid-line);
}
.batch-address-list .header[data-v-4123caed],
.batch-address-list .list .list-item[data-v-4123caed] {
  display: flex;
  justify-content: space-around;
}
.batch-address-list .header .item[data-v-4123caed],
.batch-address-list .list .list-item .item[data-v-4123caed] {
  text-align: left;
  font-size: 0.14rem;
  color: #999;
  margin-top: 0.51rem 0;
}
.batch-address-list .header .id[data-v-4123caed],
.batch-address-list .list .list-item .id[data-v-4123caed] {
  width: 0.44rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.batch-address-list .header .receiver[data-v-4123caed],
.batch-address-list .list .list-item .receiver[data-v-4123caed] {
  width: 1.4rem;
}
.batch-address-list .header .cargoList[data-v-4123caed],
.batch-address-list .list .list-item .cargoList[data-v-4123caed] {
  text-align: center;
  width: 1.4rem;
  padding-right: 0rem;
  display: flex;
  align-items: center;
}
.batch-address-list .header .cargoList .cargoName[data-v-4123caed],
.batch-address-list .list .list-item .cargoList .cargoName[data-v-4123caed] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.05rem;
}
.batch-address-list .header .address[data-v-4123caed],
.batch-address-list .list .list-item .address[data-v-4123caed] {
  width: 3.12rem;
  display: flex;
  align-item: center;
  padding-right: 0.34rem !important;
}
.batch-address-list .header .address div p[data-v-4123caed],
.batch-address-list .list .list-item .address div p[data-v-4123caed] {
  font-size: 0.14rem;
  color: var(--ft-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 2.48rem;
}
.batch-address-list .header .address .address-detail p[data-v-4123caed],
.batch-address-list .list .list-item .address .address-detail p[data-v-4123caed] {
  width: 2rem;
}
.batch-address-list .header .en-address[data-v-4123caed],
.batch-address-list .list .list-item .en-address[data-v-4123caed] {
  width: 2rem;
}
.batch-address-list .header .en-address div p[data-v-4123caed],
.batch-address-list .list .list-item .en-address div p[data-v-4123caed] {
  width: 2rem;
}
.batch-address-list .header .express[data-v-4123caed],
.batch-address-list .list .list-item .express[data-v-4123caed] {
  width: 1.44rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.batch-address-list .header .express .pay-method-error[data-v-4123caed],
.batch-address-list .list .list-item .express .pay-method-error[data-v-4123caed] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.batch-address-list .header .express .pay-method-error .icon-info[data-v-4123caed],
.batch-address-list .list .list-item .express .pay-method-error .icon-info[data-v-4123caed] {
  fill: #ff3a3a;
}
.batch-address-list .header .express .pay-method-error-content[data-v-4123caed],
.batch-address-list .list .list-item .express .pay-method-error-content[data-v-4123caed] {
  color: #333;
  font-size: 12px;
  text-align: left;
}
.batch-address-list .header .product[data-v-4123caed],
.batch-address-list .list .list-item .product[data-v-4123caed] {
  width: 1.14rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.batch-address-list .header .metaPrice[data-v-4123caed],
.batch-address-list .list .list-item .metaPrice[data-v-4123caed] {
  width: 1.14rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.batch-address-list .header .action[data-v-4123caed],
.batch-address-list .list .list-item .action[data-v-4123caed] {
  margin-right: 0;
  width: 1.14rem;
  cursor: pointer;
}
.batch-address-list .header .action .icon-edit[data-v-4123caed],
.batch-address-list .list .list-item .action .icon-edit[data-v-4123caed],
.batch-address-list .header .action icon-delete[data-v-4123caed],
.batch-address-list .list .list-item .action icon-delete[data-v-4123caed] {
  margin-right: 0.32rem;
}
.batch-address-list .list .list-item[data-v-4123caed] {
  border-bottom: var(--bd-gray-solid-line);
}
.batch-address-list .list .list-item .item[data-v-4123caed] {
  height: 0.74rem;
  padding: 0.16rem 0;
}
.batch-address-list .list .list-item .receiver .address-info[data-v-4123caed] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.batch-address-list .list .list-item .receiver .address-info .name[data-v-4123caed] {
  color: var(--ft-black);
  font-size: 0.13rem;
}
.batch-address-list .list .list-item .receiver .phone[data-v-4123caed] {
  color: var(--ft-black);
  font-size: 0.13rem;
}
.batch-address-list .list .list-item .receiver .company-name[data-v-4123caed] {
  position: relative;
  overflow: visible;
}
.batch-address-list .list .list-item .receiver .company-name .company[data-v-4123caed] {
  width: 0.96rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
.batch-address-list .list .list-item .receiver .company-name .company-tips[data-v-4123caed] {
  display: none;
  padding: 0.12rem;
  background-color: var(--bg-white);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
  border-radius: 4px;
  color: var(--ft-black);
  z-index: 1;
  width: 2rem;
  height: auto;
  position: absolute;
}
.batch-address-list .list .list-item .receiver .company-name:hover .company-tips[data-v-4123caed] {
  display: block;
}
.batch-address-list .list .list-item .product[data-v-4123caed],
.batch-address-list .list .list-item .express[data-v-4123caed],
.batch-address-list .list .list-item .address[data-v-4123caed],
.batch-address-list .list .list-item .cargoList[data-v-4123caed],
.batch-address-list .list .list-item .metaPrice[data-v-4123caed] {
  color: var(--ft-black);
  font-size: 0.14rem;
}
.batch-address-list .list .list-item .metaPrice[data-v-4123caed] {
  color: var(--ft-red);
}
.batch-address-list .list .list-item .product.line-normal[data-v-4123caed],
.batch-address-list .list .list-item .express.line-normal[data-v-4123caed],
.batch-address-list .list .list-item .id.line-normal[data-v-4123caed],
.batch-address-list .list .list-item .action.line-normal[data-v-4123caed],
.batch-address-list .list .list-item .cargoList.line-normal[data-v-4123caed],
.batch-address-list .list .list-item .metaPrice.line-normal[data-v-4123caed] {
  line-height: normal;
}
.batch-address-list .list .list-item .product.product-error[data-v-4123caed],
.batch-address-list .list .list-item .express.product-error[data-v-4123caed],
.batch-address-list .list .list-item .id.product-error[data-v-4123caed],
.batch-address-list .list .list-item .action.product-error[data-v-4123caed],
.batch-address-list .list .list-item .cargoList.product-error[data-v-4123caed],
.batch-address-list .list .list-item .metaPrice.product-error[data-v-4123caed] {
  color: var(--ft-red);
  text-decoration: none;
  cursor: default;
}
.batch-address-list .list .list-item .product[data-v-4123caed] {
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  cursor: pointer;
}
.batch-address-list .list .list-item .action[data-v-4123caed] {
  text-align: center;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.batch-address-list .list .list-item .action .edit[data-v-4123caed] {
  color: #007bee;
  font-size: 0.14rem;
  cursor: pointer;
}
.batch-address-list .list .list-item .action .delete[data-v-4123caed] {
  color: var(--ft-red);
  font-size: 0.14rem;
  cursor: pointer;
}
.batch-address-list .list .list-item-height .item[data-v-4123caed] {
  height: 0.95rem;
  padding: 0.16rem 0;
}
.batch-address-list .list-error[data-v-4123caed] {
  height: 3.3rem;
  overflow-y: auto;
}
.batch-address-list .add-one[data-v-4123caed] {
  background: var(--bg-white);
  text-align: center;
  cursor: pointer;
  padding-top: 0.7rem;
}
.batch-address-list .add-one .add-receiver[data-v-4123caed] {
  display: flex;
  width: 1.3rem;
  height: 0.32rem;
  border: var(--bd-gray-solid);
  border-radius: 0.04rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.batch-address-list .add-one .add-receiver span[data-v-4123caed] {
  color: var(--ft-red);
  margin-left: 0.05rem;
}
.batch-address-list .new-add-one[data-v-4123caed] {
  position: absolute;
  right: 1.5rem;
  bottom: -0.06rem;
  padding-top: 0;
  z-index: 1;
}
.batch-address-list .en-new-add-one[data-v-4123caed] {
  right: 1.7rem;
}
.batch-address-list .icon-add[data-v-4123caed] {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAihJREFUSA3tlU9oE1EQxpuQpkFTRCqhKQghWWNsSA7JRehFaBH/IYKXUAURPNerZy+2p0I9iReF0kMK0lMLgqXFQzytBwkkgYQcvSiBkhjyZ+Pv2d1l97lNN+2xDUzezPdmvu/N7NtkbOz8c8wEPPJ+Mpmcbrfby+ARee+YuB4IBF4Vi8Wf1jyvNRC+Tp6TcRdxTq+1pfps0WEQYflWrVZvHYbuvmOx2B6ZETnbScDMSSQSU71eL2UCuuPz+X6USqVfMu4UDxXodDprFC3KheAbYE9k3CkeKuD3+5fo4L1cKDqQsaPioQL6GPasxel0+mKz2QwPBoPfHo9nYOyFQqG7wufZGdC/daiALZNAUZRZyPchv4K/zfrAECkUCn/kfBH/d02dkgwMwmf4k9gb/HvxePy+sXfUOlIHkNYhmvB6vZuapj3v9/svuZ4zYHPshelmlRHtWMVG6oCHnoekC9kiIh8hWsB/h93Gv47ls9ns+IkEOOnVbrf7FbJx7GkwGBQ/J48RUmq1Wph1BTzYaDQuWwVGGdEShdfoYAuiR61WaxriT1YyJ9/1iCD9jokDqbwHNyqVSsmJUMZcC3DaDU7/AZHXPOB5KxFzvwAeB9MQt11XpxHVSczpP16Cp83NuCOcTCbzQlXVSwi8jUaj4rr6sXnmfhMB4a+Xy+UDVvPj5v/AFBBVvGATkOWxh4QaXanYF+LPHGTXZD6tQ4dKKpWy3ZjTcp7R+r91juE2/P3NEAAAAABJRU5ErkJggg==);
  background-size: 0.24rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.batch-address-list .save-book-wrap[data-v-4123caed] {
  font-size: 0.13rem;
  padding-left: 0.2rem;
  cursor: pointer;
  text-align: right;
  color: var(--ft-black);
  margin-top: 0.38rem;
  margin-bottom: 0.2rem;
}
.batch-address-list .save-book-wrap .svg-wrap[data-v-4123caed] {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 0.95rem;
  top: 50%;
  margin-top: -0.08rem;
}
.batch-address-list .save-book-wrap .svg-wrap .svg-box[data-v-4123caed] {
  position: absolute;
  left: 0;
}
.batch-address-list .save-book-wrap .en-svg-wrap[data-v-4123caed] {
  right: 1.4rem;
}
.batch-address-list .pagination[data-v-4123caed] {
  position: absolute;
  left: 0;
  bottom: -0.07rem;
}
.batch-address-list .list-error-foot[data-v-4123caed] {
  height: 0.92rem;
  padding: 0.3rem 0.2rem;
  background-color: var(--bg-white);
  position: relation;
}
.batch-address-list .list-error-foot .pagination-from-importExcel[data-v-4123caed] {
  bottom: 0.3rem;
}
.batch-address-list .list-error-foot .pagination-from-error[data-v-4123caed] {
  bottom: 0.28rem;
}
.batch-address-list .list-error-foot .import-again[data-v-4123caed] {
  display: inline-block;
  width: 1.3rem;
  height: 0.32rem;
  background-color: var(--bg-red);
  color: var(--ft-white);
  position: absolute;
  right: 0;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.12rem;
}

.send-type .selector-container[data-v-14d8a622] {
  display: flex;
  align-items: center;
}
.send-type .selector-container .other-situation-content[data-v-14d8a622] {
  flex: 1;
  margin-left: 0.1rem;
}
.send-type .selector-container .other-situation-content p[data-v-14d8a622] {
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: var(--ft-red);
}
.send-type .pickup-time[data-v-14d8a622] {
  display: flex;
  width: max-content;
  cursor: pointer;
  position: relative;
}
.send-type .pickup-time.disabled[data-v-14d8a622] {
  cursor: not-allowed;
}
.send-type .pickup-time .content[data-v-14d8a622] {
  display: flex;
  align-items: center;
  padding: 0.06rem 0.12rem;
  min-width: 3.36rem;
  height: 0.32rem;
  font-size: 0.14rem;
  background: var(--input-bg-gray);
  border-radius: 0.04rem;
}
.send-type .pickup-time .content .red-notice[data-v-14d8a622] {
  color: var(--ft-red);
  margin-right: 0.05rem;
}
.send-type .pickup-time .content .pickup[data-v-14d8a622] {
  flex: 1;
  height: 100%;
  text-align: right;
  margin: 0 0.12rem;
}
.send-type .pickup-time .content .pickup.gray[data-v-14d8a622] {
  color: var(--ft-gray);
}
.send-type .pickup-time .content .pickup.pickup-heavy[data-v-14d8a622] {
  text-align: left;
  margin: 0;
}
.send-type .pickup-time .tip[data-v-14d8a622] {
  font-weight: 400;
  font-size: 0.14rem;
  color: var(--ft-red);
  cursor: default;
  height: 0.32rem;
  line-height: 0.32rem;
  margin-left: 0.12rem;
  cursor: default;
}

.batch-order-home .title-wrap[data-v-376135c9] {
  height: 0.6rem;
  background-color: var(--bg-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  color: var(--ft-black);
  border-radius: 0.08rem;
}
.batch-order-home .title-wrap .title[data-v-376135c9] {
  font-size: 0.24rem;
}
.batch-order-home .batch-wrap[data-v-376135c9] {
  padding: 0.2rem;
  margin-top: 0.12rem;
  background: var(--bg-white);
  border-radius: 0.08rem;
}
.batch-order-home .batch-wrap.address-wrap[data-v-376135c9] {
  padding: 0;
}
.batch-order-home .batch-wrap.mb[data-v-376135c9] {
  margin-bottom: 0.2rem;
}
.batch-order-home .item-info[data-v-376135c9] {
  margin-top: 0.12rem;
  padding: 0.2rem;
  background-color: var(--bg-white);
  border-radius: 0.08rem;
}
.batch-order-home .item-info .item-title[data-v-376135c9] {
  margin-bottom: 0.24rem;
}
.batch-order-home .item-info .item-title .title[data-v-376135c9] {
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--ft-black);
}
.express-footer[data-v-376135c9] {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--bg-white);
  border-radius: 0.08rem;
  padding: 0.26rem 0.2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px -6px 10px rgba(0,0,0,0.02);
  z-index: 1;
}
.express-footer .meta-price[data-v-376135c9] {
  display: flex;
  align-items: center;
  font-weight: bold;
  flex-wrap: wrap;
}
.express-footer .meta-price .title[data-v-376135c9] {
  font-size: 0.18rem;
  font-weight: 600;
  color: var(--ft-black);
}
.express-footer .meta-price .content[data-v-376135c9] {
  display: inline-flex;
  align-items: center;
  margin-right: 0.12rem;
  font-style: normal;
  font-size: 0.18rem;
  color: var(--ft-red);
}
.express-footer .meta-price .content .big[data-v-376135c9] {
  font-size: 0.3rem;
  margin-right: 0.05rem;
}
.express-footer .meta-price .price-tip[data-v-376135c9] {
  color: var(--ft-gray);
  font-size: 0.14rem;
  font-weight: 400;
}
.express-footer .operate[data-v-376135c9] {
  display: flex;
  align-items: center;
}
.express-footer .operate .protocol[data-v-376135c9] {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0.16rem;
  font-size: 0.14rem;
}
.express-footer .operate .protocol span[data-v-376135c9] {
  white-space: nowrap;
  margin-left: 0.08rem;
}
.express-footer .operate .protocol .pro-title[data-v-376135c9] {
  color: var(--ft-red);
  margin-left: 0;
}
.express-footer .operate .protocol .need-hover[data-v-376135c9] svg {
  stroke: #dcdee0;
}
.express-footer .operate .protocol:hover .need-hover[data-v-376135c9] svg {
  stroke: var(--bg-red);
}
.express-footer .operate button[data-v-376135c9] {
  display: inline-block;
  min-width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.express-footer .operate button.btn[data-v-376135c9] {
  background: var(--bg-red);
  color: #fff;
}
.express-footer .operate button.btn[data-v-376135c9]:hover {
  background-color: var(--btn-bg-red-over);
}
.express-footer .operate button.btn.disabled[data-v-376135c9] {
  background-color: var(--btn-bg-gray-disabled);
  cursor: not-allowed;
}
.express-footer .operate button.cancel-btn[data-v-376135c9] {
  margin-right: 0.2rem;
  background: var(--bg-white);
  color: var(--ft-black);
  border: var(--bd-gray-solid);
}
.express-footer .operate button.cancel-btn[data-v-376135c9]:hover {
  background-color: var(--btn-bg-gray-over);
}

