.reset-pwd .enter-input.van-cell {
  color: #515b60;
  background-color: #ffffff;
  border: 1px solid #dbe5e9;
  border-radius: 1.6vw;
}
.reset-pwd .enter-input.van-cell:focus {
  color: #54abc3;
  border: 1px solid #54abc3;
}
.reset-pwd .enter-input input::-moz-placeholder {
  color: #b9c6ce;
}
.reset-pwd .enter-input input:-ms-input-placeholder {
  color: #b9c6ce;
}
.reset-pwd .enter-input input::-ms-input-placeholder {
  color: #b9c6ce;
}
.reset-pwd .enter-input input::placeholder {
  color: #b9c6ce;
}
.reset-pwd .enter-input .van-field__control:focus {
  color: #54abc3;
  font-weight: 500;
}
.reset-pwd .van-cell.mw-border-color {
  border-color: #54abc3;
}
.reset-pwd .van-cell.input-disabled {
  background-color: #f2f6f7;
  color: #B1BEC2;
}
.reset-pwd .verfition-box .verifybox {
  position: absolute;
  z-index: 10;
}
.btn-area {
  padding: 0 2.667vw;
}
.field-code .field-code-input {
  height: 13.333vw;
}
.field-code .van-button--plain.van-button--primary {
  height: 100%;
  width: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgba(84, 171, 195, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  height: 13.333vw;
  border: 0;
}
.autofill /deep/ .van-field__control {
  -webkit-text-security: disc !important;
}

