.add-address .van-cell {
  padding: 2.667vw;
}
.add-address .enter-input input::-moz-placeholder {
  color: #b9c6ce;
}
.add-address .enter-input input:-ms-input-placeholder {
  color: #b9c6ce;
}
.add-address .enter-input input::-ms-input-placeholder {
  color: #b9c6ce;
}
.add-address .enter-input input::placeholder {
  color: #b9c6ce;
}
.add-address .van-field__right-icon {
  color: #b9c6ce;
}

.address-footer[data-v-2c519258] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

