.container {
  position: relative;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f7f5fa;
}
.title {
  height: 2.6rem;
  font-size: 20px;
  color: #000;
  line-height: 3.5rem;
  background: #fff;
  text-align: center;
}
.progress {
  margin-bottom: 0.74rem;
  padding: 0.8rem 0.7rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress .icon {
  height: 1.2rem;
  width: auto;
  margin: 0 auto;
  display: inherit;
}
.progress .arrow {
  margin-top: -18px;
  width: 0.8rem;
  height: auto;
}
.progress .m1 {
  margin-top: 5px;
}
.form {
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem 0.7rem;
  margin: 0 auto 0.6rem;
  width: 9.2rem;
  box-shadow: 0 0 1px 1px #f0eff3;
}
.form .form-item {
  height: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-btn {
  border-bottom: 1px solid #f0eff3;
  color: #008cda !important;
}
.form-item label {
  font-size: 14px;
  color: #323232;
}
.tips {
  padding: 0 0.6rem;
}
.tips .top {
  margin-bottom: 0.34rem;
  color: #323232;
  font-size: 14px;
}
.tips p {
  margin-bottom: 0.2rem;
  font-size: 12px;
  color: #646464;
  line-height: 20px;
}
.agree {
  margin-top: 0.45rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #646464;
  font-size: 12px;
}
.agree a {
  color: #3ea6e2;
}
.btn {
  text-align: center;
  width: 7.8rem;
  height: 1.12rem;
  margin: 0.3rem auto 0;
  background: url("../../common/assets/btn2.png") no-repeat center center;
  background-size: 100% 100%;
  color: #fff3eb;
  font-size: 18px;
  line-height: 1.12rem;
}
.dialog {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
.dialog-container {
  padding-top: 0.77rem;
  border-radius: 0.26rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9rem;
  background: #fff;
}
.dialog .top-title {
  position: relative;
  color: #323232;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 18px;
}
.dialog .top-title i {
  position: absolute;
  color: #b4b4b4;
  font-size: 30px;
  right: 0.64rem;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
}
.login-form {
  padding: 1rem;
}
.login-form .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.5rem;
}
.login-form .input input {
  width: 100%;
  display: block;
  height: 1rem;
  line-height: 1rem;
  border: none;
  outline: none;
  font-size: 14px;
  color: #323232;
  border-radius: 0.1rem;
  padding: 0rem 0.4rem;
  background: #eee;
}
.pos-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
}
.pos-bottom .agree1 {
  text-align: center;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b8b8b;
  font-size: 12px;
}
.pos-bottom .agree1 a {
  color: #3ea6e2;
}
.pos-bottom .dialog-btn {
  margin: 0 auto;
  text-align: center;
  width: 7.8rem;
  height: 1.12rem;
  background: url("../../common/assets/btn2.png") no-repeat center center;
  background-size: 100% 100%;
  color: #fff3eb;
  font-size: 18px;
  line-height: 1.12rem;
}
.dialog-login {
  display: none;
}
.dialog-exchange .label {
  margin-left: -10px;
  color: #323232;
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.code {
  width: 2.4rem;
  color: #3ea6e2;
  font-size: 14px;
}
.code.disabled {
  color: #b4b4b4;
}
.dialog-exchange {
  display: none;
}
.mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.mask .mask-title {
  padding-top: 2rem;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.mask .success {
  display: block;
  margin: 2.5rem auto 5rem;
  width: 3rem;
  height: auto;
}
.mask .close {
  display: block;
  width: 1.33rem;
  height: 1.33rem;
  margin: 0 auto;
}
