.van-nav-bar {
  background-color: #f5f5f5;
}
.van-nav-bar .van-icon {
  color: #232323;
}
#app {
  min-height: 100vh;
  background-color: #f5f5f5;
}
a {
  text-decoration: none;
}
.form {
  margin-top: 10px;
}
.form-item {
  width: 336px;
  box-sizing: border-box;
  padding: 15px 12px;
  margin: 0 auto;
  background-color: #fff;
}
.form-item:first-child {
  border-radius: 6px 6px 0 0;
}
.form-item:last-child {
  border-radius: 0 0 6px 6px;
}
.border {
  border-bottom: 1px solid #e6e6e6;
}
.form-item.label {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #808080;
}
input:focus {
  outline: none;
}
input {
  width: 100%;
  border: none;
  padding-top: 15px;
}

.btn {
  margin: 26px auto 0 auto;
  width: 330px;
  height: 44px;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  background: #26b594;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #ffffff;
}
