.container {
  background: #ffffff;
  padding-bottom: 1rem;
}
.img-bg {
  margin: 10px;
  width: calc(100% - 20px);
}
.interact-container {
  margin: 24px 20px;
}
.action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #FF9E14;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 1rem;
  color: #ffffff;
  font-size: 0.32rem;
  text-align: center;
  border: none;
}
.action-button:active {
  background: #ffa92e;
}
.action-button img {
  margin-right: 0.22rem;
}
.fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.divider {
  width: 100%;
  height: 16px;
  background: #eeeeee;
}
.grab-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.grab-content {
  margin: 16px 0;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.form-title-line {
  width: 24px;
  height: 1px;
  margin: 0 10px;
  background-color: #333333;
}
.login-input-wrapper {
  width: 100%;
  height: 0.92rem;
  background: #eeeff1;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.login-input-icon {
  width: 0.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.login-input-icon img {
  width: 0.44rem;
}
.split {
  height: 0.44rem;
  background: #ced1d6;
  border-radius: 0.02rem;
  width: 1px;
  margin-right: 0.2rem;
}
.login-input {
  background: transparent;
  border: none;
  height: 0.92rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  vertical-align: middle;
  font-size: 0.28rem;
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
}
.login-input-action {
  width: 2.2rem;
  height: 0.92rem;
  background: #FF9E14;
  border: none;
  border-radius: 0.12rem;
  margin-left: 0.2rem;
  color: #ffffff;
}
.login-input-action:active {
  opacity: 0.5;
}
.disabled {
  opacity: 0.5;
}
.code-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.1rem;
}
.code-input-wrapper {
  width: 40%;
  height: 0.92rem;
  background: #eeeff1;
  border-radius: 0.08rem;
  padding-left: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.privacy {
  height: 17px;
  margin-top: 8px;
  margin-bottom: 70px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.congrat-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 24px 0 34px 0;
}
.img-qr {
  width: 2.8rem;
  height: 2.8rem;
  margin: 24px 0 9px 0;
}
.congrat {
  height: 26px;
  font-size: 19px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}
.qr-tips-content {
  height: 20px;
  margin: 4px 16px 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.virtual-back {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.img-back {
  width: 44px;
  height: 44px;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=app.ec6de0e93424e1ba9778.css.map*/