.shipping-search[data-v-02f4a279] {
  padding: 0.24rem 0.2rem 0 0.2rem;
  width: 100%;
  display: flex;
  position: relative;
}
.shipping-search.mask[data-v-02f4a279] {
  z-index: 11;
  background-color: var(--bg-white);
  border-radius: 0.08rem;
}
.shipping-search .input-wrap[data-v-02f4a279] {
  flex: 1;
  background-color: var(--input-bg-gray);
  padding: 0 0.08rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.04rem;
  position: relative;
}
.shipping-search .input-wrap .waybill-tag[data-v-02f4a279] {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.shipping-search .input-wrap .waybill-tag .history-waybill[data-v-02f4a279] {
  max-width: 5.6rem;
  display: flex;
  align-items: center;
  background: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--bg-red);
  margin-right: 0.04rem;
  height: 0.22rem;
  font-size: 0.14rem;
  margin: 0.1rem 0.08rem;
  padding-bottom: 0.02rem;
  margin-bottom: 0.08rem;
}
.shipping-search .input-wrap .waybill-tag .history-waybill.rightItem[data-v-02f4a279] {
  background: #f2f2f2;
  border-bottom: 1px solid transparent;
}
.shipping-search .input-wrap .waybill-tag .history-waybill.duplicate[data-v-02f4a279] {
  border-color: var(--bg-red);
}
.shipping-search .input-wrap .waybill-tag .history-waybill .content[data-v-02f4a279] {
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 0.2rem;
}
.shipping-search .input-wrap .waybill-tag .history-waybill .close[data-v-02f4a279] {
  cursor: pointer;
  font-size: 0.2rem;
  color: var(--ft-disabled);
  margin-left: 0.08rem;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  height: 0.2rem;
  line-height: 0.2rem;
}
.shipping-search .input-wrap .waybill-tag .history-waybill .close[data-v-02f4a279]:hover {
  color: var(--ft-red);
}
.shipping-search .input-wrap.mask[data-v-02f4a279] {
  z-index: 11;
  pointer-events: none;
  user-select: none;
}
.shipping-search .input-wrap input[data-v-02f4a279] {
  border: 0;
  font-size: 0.14rem;
  height: 0.38rem;
  min-width: 0.5rem;
  flex: 1;
  padding-right: 0.3rem;
}
.shipping-search .input-wrap input[data-v-02f4a279]::-webkit-input-placeholder {
  font-size: 0.14rem;
}
.shipping-search .input-wrap .icon-clear[data-v-02f4a279] {
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  cursor: pointer;
}
.shipping-search .input-wrap .search-list[data-v-02f4a279] {
  position: absolute;
  z-index: 10;
  top: 0.38rem;
  left: 0;
  width: 100%;
  background-color: var(--bg-white);
  box-shadow: 0 0.04rem 0.16rem rgba(0,0,0,0.06);
  min-height: 1rem;
  padding: 0.2rem;
  border-radius: 0.04rem;
}
.shipping-search .input-wrap .search-list .search-title[data-v-02f4a279] {
  display: flex;
  justify-content: space-between;
}
.shipping-search .input-wrap .search-list .search-title p[data-v-02f4a279] {
  font-size: 0.14rem;
  font-weight: 500;
  color: var(--ft-black);
}
.shipping-search .input-wrap .search-list .search-title .icon-delete[data-v-02f4a279] {
  cursor: pointer;
}
.shipping-search .input-wrap .search-list .search-title .icon-delete[data-v-02f4a279]:hover {
  fill: var(--ft-red);
}
.shipping-search .input-wrap .search-list .search-content[data-v-02f4a279] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shipping-search .input-wrap .search-list .search-content .search-item[data-v-02f4a279] {
  margin-right: 0.12rem;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: var(--ft-black);
  padding: 0.04rem 0.12rem;
  background-color: var(--bg-gray);
  border-radius: 0.04rem;
  cursor: pointer;
  max-width: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shipping-search .input-wrap .search-list .search-content .search-item[data-v-02f4a279]:hover {
  color: var(--ft-red);
}
.shipping-search .search-icon[data-v-02f4a279] {
  cursor: pointer;
  border: none;
  width: 1.48rem;
  height: 0.4rem;
  display: flex;
  font-size: 0.15rem;
  background-color: var(--bg-red);
  border-radius: 0.04rem;
  justify-content: center;
  align-items: center;
  color: var(--ft-white);
  margin-left: 0.16rem;
}
.shipping-search .search-icon[data-v-02f4a279]:hover {
  cursor: pointer;
  background-color: var(--btn-bg-red-over);
}
.shipping-search .search-icon.error[data-v-02f4a279] {
  background-color: #808080;
  color: #fff;
  cursor: not-allowed;
}
.shipping-search .search-icon.mask[data-v-02f4a279] {
  z-index: 11;
  pointer-events: none;
}
.error[data-v-02f4a279] {
  display: flex;
  align-items: center;
  min-height: 0.25rem;
  margin-top: 0.08rem;
  color: var(--ft-red);
  font-size: 0.14rem;
}
.error-area[data-v-02f4a279] {
  padding: 0 0.2rem 0.24rem;
}
.no-padding[data-v-02f4a279] {
  padding-bottom: 0.04rem;
}
.guide-mask[data-v-02f4a279] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}
.guide-operate[data-v-02f4a279] {
  position: absolute;
  left: 0.2rem;
  top: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.64rem;
  z-index: 11;
}
.guide-operate img[data-v-02f4a279] {
  width: 100%;
  height: auto;
}
.guide-operate button[data-v-02f4a279] {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  background-color: #969696;
  border-radius: 0.08rem;
  border: 0.01rem dashed #fff;
  margin-top: 0.04rem;
  cursor: pointer;
  color: var(--ft-white);
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
}

