.sel-send[data-v-a5404a92] {
  padding-top: 20px;
  display: flex;
}
.sel-address-book[data-v-a5404a92] {
  min-width: 400px;
}
.sel-address-book .el-form-item[data-v-a5404a92] {
  width: 100%;
  margin-bottom: 10px;
}
.sel-address-book .el-form-item[data-v-a5404a92] .el-form-item__content {
  width: calc(100% - 120px);
}
.sel-address-book .el-form-item .el-select[data-v-a5404a92] {
  width: calc(100% - 120px);
}
.address-form[data-v-a5404a92] {
  width: 100%;
}
.address-form .speed-location[data-v-a5404a92] {
  width: 100%;
  display: flex;
  min-width: 400px;
}
.address-form .speed-location .el-form-item[data-v-a5404a92] {
  width: 100%;
  margin-bottom: 10px;
}
.address-form .speed-location .el-form-item[data-v-a5404a92] .el-form-item__content {
  width: calc(100% - 120px);
}
.address-form .speed-location .area-btn[data-v-a5404a92] {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.address-form .speed-location .el-textarea[data-v-a5404a92] {
  width: 100%;
}
.address-form .speed-location .el-textarea[data-v-a5404a92] .el-textarea__inner {
  min-height: 100px !important;
  resize: none;
}
.address-form .company-row[data-v-a5404a92],
.address-form .detile-location[data-v-a5404a92] {
  width: 100%;
}
.address-form .company-row > .el-form-item[data-v-a5404a92],
.address-form .detile-location > .el-form-item[data-v-a5404a92] {
  margin-bottom: 10px;
  width: calc(100% - 10px);
}
.address-form .company-row > .el-form-item[data-v-a5404a92] .el-form-item__content,
.address-form .detile-location > .el-form-item[data-v-a5404a92] .el-form-item__content {
  width: calc(100% - 120px);
}
.address-form .company-row > .el-form-item[data-v-a5404a92] .el-form-item__error,
.address-form .detile-location > .el-form-item[data-v-a5404a92] .el-form-item__error {
  padding-top: 0;
}
.address-form .company-row[data-v-a5404a92] .el-input,
.address-form .detile-location[data-v-a5404a92] .el-input {
  width: 100%;
}
.address-form .name-form[data-v-a5404a92],
.address-form .sel-state[data-v-a5404a92],
.address-form .sel-city[data-v-a5404a92],
.address-form .line[data-v-a5404a92],
.address-form .form-row[data-v-a5404a92] {
  width: 100%;
  display: flex;
}
.address-form .name-form > .el-form-item[data-v-a5404a92],
.address-form .sel-state > .el-form-item[data-v-a5404a92],
.address-form .sel-city > .el-form-item[data-v-a5404a92],
.address-form .line > .el-form-item[data-v-a5404a92],
.address-form .form-row > .el-form-item[data-v-a5404a92] {
  width: 50%;
  margin-bottom: 10px;
}
.address-form .name-form > .el-form-item[data-v-a5404a92] .el-form-item__content,
.address-form .sel-state > .el-form-item[data-v-a5404a92] .el-form-item__content,
.address-form .sel-city > .el-form-item[data-v-a5404a92] .el-form-item__content,
.address-form .line > .el-form-item[data-v-a5404a92] .el-form-item__content,
.address-form .form-row > .el-form-item[data-v-a5404a92] .el-form-item__content {
  width: calc(100% - 120px);
}
.address-form .name-form > .el-form-item[data-v-a5404a92] .el-form-item__error,
.address-form .sel-state > .el-form-item[data-v-a5404a92] .el-form-item__error,
.address-form .sel-city > .el-form-item[data-v-a5404a92] .el-form-item__error,
.address-form .line > .el-form-item[data-v-a5404a92] .el-form-item__error,
.address-form .form-row > .el-form-item[data-v-a5404a92] .el-form-item__error {
  padding-top: 0;
}
.address-form .name-form[data-v-a5404a92] .el-input,
.address-form .sel-state[data-v-a5404a92] .el-input,
.address-form .sel-city[data-v-a5404a92] .el-input,
.address-form .line[data-v-a5404a92] .el-input,
.address-form .form-row[data-v-a5404a92] .el-input {
  width: 100%;
}
.address-form .name-form[data-v-a5404a92] .el-select,
.address-form .sel-state[data-v-a5404a92] .el-select,
.address-form .sel-city[data-v-a5404a92] .el-select,
.address-form .line[data-v-a5404a92] .el-select,
.address-form .form-row[data-v-a5404a92] .el-select {
  width: 100%;
}

.data-none {
  position: relative;
}
.data-none::after {
  content: ' ';
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bill-table {
  position: relative;
}
.bill-table .sel-price {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.address-verify {
  float: left;
}
.address-verify > span {
  display: inline-block;
  font-size: 14px;
  color: #67c23a;
}
.address-verify .el-button {
  margin-right: 10px;
}
.bill-list /deep/ .pkg-charge-pop {
  width: 300px;
}
.bill-list .oneLine {
  border-radius: 6px;
  padding: 10px;
}
.bill-list .oneLine p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
}
.bill-list .tables-form .el-form-item {
  margin: 0;
}
.bill-list .tables-form-item {
  margin: 0;
}
.bill-list .order-status {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bill-list .order-status span {
  margin-right: 5px;
  display: inline-block;
  padding-top: 2px;
}
.bill-list .order-status i {
  color: #f78989;
  font-size: 20px;
}
.bill-list .track-detail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400 !important;
}
.bill-list .pkg-order-style {
  display: inline-block;
  min-width: 130px;
}
.bill-list .pkg-carrier {
  display: flex;
}
.bill-list .search-textarea {
  width: 250px;
}
.bill-list .search-textarea .el-textarea__inner {
  height: 32px;
  resize: none;
}
.bill-list .table-search .el-form-item {
  margin-right: 5px;
}
.bill-list .el-table__row td,
.bill-list .el-table__row th {
  padding: 5px 0;
}
.bill-list .tracking-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bill-list .tracking-center .tracking-icon-style {
  cursor: pointer;
  color: #409eff;
  font-size: 20px;
  margin-left: 10px;
}
.bill-list .unit-style {
  color: #9ba2ba;
  margin-left: 5px;
}
.bill-list .search-time-style {
  min-width: 400px;
}
.bill-list .search-time-style .el-form-item {
  width: 30%;
}
.bill-list .search-time-style .el-form-item .el-select {
  min-width: 100px;
}
.bill-list .unit-style .cell {
  position: relative;
  padding: 5px 0x;
}
.bill-list .unit-style .cell .unit-style {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.bill-list .cell-tracking {
  color: #225ee4;
}
.bill-list .search-status {
  min-width: 400px;
}
.bill-list .search-status .el-form-item {
  width: 33%;
}
.bill-list .search-status .el-form-item span {
  display: inline-block;
  width: 50px;
  color: #606266;
  font-weight: 700;
}
.bill-list .search-status .el-form-item .el-select {
  width: calc(100% - 50px);
}
.bill-list .bottom-nav {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.bill-list .way-num-style {
  color: #901aff;
}
.bill-list .bos-way-bill {
  position: relative;
  font-size: 12px;
}
.bill-list .bos-way-bill > span {
  opacity: 0.2;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.bill-list .bos-way-bill p {
  line-height: normal;
  padding: 0;
  margin: 0;
}
.bill-list .bos-way-bill p span {
  margin-right: 5px;
}
.bill-list .search-item {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 10px;
}
.bill-list .search-item .el-form-item {
  margin-bottom: 10px;
}
.bill-list .search-item .el-form-item .el-form-item__content {
  line-height: normal;
}
.bill-list .search-item .el-form-item .el-form-item__label {
  line-height: 32px;
}
.bill-list .search-item .weight-search {
  display: flex;
  align-items: center;
}
.bill-list .search-item .weight-search .weight-span {
  font-size: 12px;
  display: inline-block;
  height: 100%;
}
.bill-list .pkgs-style {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: normal;
  cursor: pointer;
}
.bill-list .pkgs-style span {
  opacity: 0.8;
  font-size: 16px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0px;
}
.bill-list .sku-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.bill-list .sku-style > span {
  opacity: 0.2;
  font-size: 14px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0px;
}
.bill-list .trackStatusMove {
  size: 12px;
  color: #409eff;
  cursor: pointer;
}
.bill-list .search-service-tree-style {
  min-height: 200px;
  padding: 0 !important;
  margin: 0;
  overflow: auto;
  cursor: default !important;
}

