/* 表单 */
.account-wrap {
  position: relative;
  z-index: 99;
  padding: 0 0.5rem;
  margin: 0.56rem 0.24rem 0;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/open-account-bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.form {
  padding-top: 1.32rem;
  width: 100%;
  box-sizing: border-box;
}
.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.96rem;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  color: #181818;
  margin-top: 0.2rem;
  background-color: #fff;
  border-radius: 0.48rem;
  box-sizing: border-box;
}
.form-item input {
  flex: 1;
  line-height: 0.44rem;
  height: 0.44rem;
  font-size: 0.32rem;
  color: #181818;
  outline: none;
  border: none;
}

input::placeholder {
  color: #898989;
  opacity: 1;
}
input::-moz-placeholder {
  color: #898989;
}
input::-webkit-input-placeholder {
  color: #898989;
}
input:-ms-input-placeholder {
  color: #898989;
}
.form-item input.code {
  width: 102px;
  margin-right: 11px;
}
.form-item .code-btn {
  flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  height: 0.44rem;
  text-align: center;
  color: #f05a23;
  border-left: 0.02rem solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  box-sizing: border-box;
}

/* 协议 */
.privacy {
  display: flex;
  align-items: center;
  padding: 0.4rem 0 0.28rem;
}

.privacy .checkbox {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.18rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/unselect.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.privacy .checkbox.checked {
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/selected.svg) no-repeat;
  background-size: 100% 100%;
}
.privacy p {
  display: inline-block;
  font-size: 0.24rem;
  color: #898989;
  line-height: 0.36rem;
}
.privacy p a {
  color: #ff4c00;
}

/* 开户按钮 */
.open-account-wrap {
  padding-bottom: 0.64rem;
}
.open-account-btn {
  display: block;
  width: 100%;
  height: 0.8rem;
 
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  background: #ff4c00;
  border-radius: 0.48rem;
}
.toast {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  left: 50%;
  padding: 0.2rem;
  width: 60%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 0.08rem;
  font-size: 0.26rem;
}