.user-inner {
  min-height: calc(100vh - 1rem);
  background: url(../addimages/vip.png) no-repeat center calc(100% + 0.5rem) / 5.92rem 5.92rem;
}
input.ipt {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.32rem;
  background-color: #3A3839;
  border-radius: 2rem;
  padding: 0 0.48rem;
  color: #fff;
  border: none;
  outline: none;
}
input.ipt::placeholder {
  color: #acacac;
}
.next_btn {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-radius: 2rem;
  text-align: center;
  font-size: 0.32rem;
  color: #1B191A;
  background-color: var(--theme-color);
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
}
.next_btn:active {
  opacity: 0.9;
}
.next_btn:disabled {
  background-color: rgba(255, 213, 0, 0.5);
}
.next_btn:disabled:active {
  opacity: 1;
}
.ipt-prefix {
  padding: 0 0.48rem;
  height: 1rem;
  background-color: #3A3839;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0.64rem;
}
.ipt-prefix i {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ipt-prefix i.phone {
  margin-right: 0.28rem;
  width: 0.32rem;
  height: 0.44rem;
  background: url(../addimages/phone.png) no-repeat 0 0 / 100% 100%;
}
.ipt-prefix i.email {
  margin-right: 0.28rem;
  width: 0.36rem;
  height: 0.3rem;
  background: url(../addimages/email_pre.png) no-repeat 0 0 / 100% 100%;
}
.ipt-prefix input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0.32rem;
  color: #fff;
}
.ipt-prefix input::placeholder {
  color: #acacac;
}
.ipt-prefix input:read-only {
  color: #acacac;
}
.ipt-suffix {
  padding: 0 0.48rem;
  height: 1rem;
  background-color: #3A3839;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0.64rem;
}
.ipt-suffix input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0.32rem;
  color: #fff;
}
.ipt-suffix input::placeholder {
  color: #acacac;
}
.ipt-suffix .code {
  margin-left: 0.4rem;
  width: 1.34rem;
  height: auto;
}
.ipt-suffix .getCode {
  background-color: transparent;
  border: none;
  font-size: 0.28rem;
  color: var(--theme-color);
}
.ipt-suffix .getCode:disabled {
  color: #acacac;
}
