.van-cell:not(:last-child)::after {
  border: none;
}

.van-search {
  border-radius: 1.6rem;
  padding: 0.6rem 1.4rem 0.6rem 0.6rem;
}

.van-search .van-cell {
  padding: 0;
}

.van-field__left-icon {
  margin-right: 1rem;
}

.van-field__control::-webkit-input-placeholder {
  color: #c1c1c1;
}

.van-picker__toolbar {
  height: 5.6rem;
}

.van-checkbox__label {
  flex: 1;
}

.salesView .van-cell {
  width: 6rem;
  height: 2.6rem;
  padding: 0.4rem 0;
  background: #F4F4F4;
  border-radius: 1.5rem;
  font-size: 1.4rem;
}
.salesView .van-field__control{
  text-align: center;
  height: 1.8rem;
}



.line {
  height: 1px;
  background-color: #f3f3f3;
}





/* 开单成功 */
.susBox {
  width: 5.2rem;
  height: 5.2rem;
  text-align: center;
  border-radius: 50%;
  padding: 1.6rem 0;
  margin: 0 auto 0;
}

.img-sus {
  width: 2.6rem;
  height: 2rem;
}

.van-button__text{
  display: flex;
  align-items: center;
}