#app {
  background-color: #1c0218;
}
.main {
  position: relative;
  z-index: 0;
}
.banner {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 6.04rem;
}
.content {
  position: relative;
  z-index: 0;
  background-image: linear-gradient(0deg, #420d81 0%, #1c0218 100%);
}
.footer {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 2.62rem;
  margin-top: -1rem;
}

.btn_main {
  display: block;
  height: 0.88rem;
  margin: 0 auto;
  border-radius: 100rem;
  background-image: linear-gradient(0deg, #f8b879, #fffcec);
  box-shadow: 0 0.01rem 0.18rem 0 #9f0100,
    inset 0 -0.03rem 0.16rem 0 rgba(217, 92, 0, 0.96);
  text-align: center;
  color: #84360d;
  font-size: 0.38rem;
  line-height: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
}
.btn_main:hover,
.btn_main:active {
  opacity: 1;
}
.btn_main.disabled {
  background-image: linear-gradient(0deg, #a47878, #fefcf3);
  box-shadow: 0 0.01rem 0.18rem 0 #9f0100,
    inset 0 -0.03rem 0.16rem 0 rgba(149, 56, 40, 0.96);
}

.info {
  position: relative;
  width: 7.14rem;
  min-height: 5.86rem;
  margin: 0 auto;
  padding: 2.8rem 0.84rem 0;
}
.info::before {
  content: "";
  position: absolute;
  top: -1.08rem;
  left: 0;
  z-index: -1;
  width: 7.14rem;
  height: 6.94rem;
  background-image: url(../image/info-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.info__item {
  display: flex;
  align-items: center;
  width: 3.7rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 2;
  font-weight: 400;
}
.info__label {
  flex: none;
  width: 4em;
  white-space: nowrap;
  margin-right: 0.4rem;
}
.btn_info {
  margin-top: 0.36rem;
}

.login__form {
  position: relative;
  width: 7.14rem;
  min-height: 6.24rem;
  margin: 0 auto;
  padding: 2.72rem 0.9rem 0;
}
.login__form::before {
  content: "";
  position: absolute;
  top: -1.08rem;
  left: 0;
  z-index: -1;
  width: 7.14rem;
  height: 7.32rem;
  background-image: url(../image/login-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn_checkout {
  margin-top: 0.27rem;
}

.field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0.2rem 0.28rem 0.2rem 0.34rem;
  border-radius: 100rem;
  background-color: #8c0c0b;
  color: #ffffff;
  font-size: 0.26rem;
  line-height: 0.38rem;
  font-weight: 400;
}
.field__before {
  flex: none;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
}
.field__icon {
  width: 0.4rem;
  height: 0.4rem;
}
.field__content {
  flex: auto;
  width: 100%;
}
.field__input {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.field__input::placeholder {
  color: #ffffff;
}
.field__aider {
  flex: none;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.16rem;
  cursor: pointer;
}
.field__after {
  flex: none;
}

.field+.field {
  margin-top: 0.27rem;
}
.vefcode {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7em;
  height: 0.36rem;
  border-left: 0.01rem solid #ffffff;
  color: #ffffff;
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-weight: 400;
  white-space: nowrap;
}

.protocol {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
  color: #ffe6e6;
  text-align: center;
  font-size: 0.22rem;
  font-weight: 400;
}
.protocol__checkbox {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.icon-check {
  width: 0.3rem;
  height: 0.22rem;
}

.rules {
  margin-top: 0.6rem;
  padding: 0 0.4rem;
}
.rules__title {
  width: 2.94rem;
  height: 0.32rem;
  margin: 0 auto;
}
.rules__content {
  margin-top: 0.32rem;
  color: #fbf6f2;
  font-family: HYQiHei;
  font-size: 0.26rem;
  line-height: 2;
  font-weight: normal;
  text-align: justify;
}

.popup_qrcode {
  width: 5.68rem;
  height: 6.7rem;
}
.popup_message {
  width: 5.68rem;
  height: 6.3rem;
  padding-top: 0.2rem;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.message__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 5.68rem;
  height: 6.3rem;
}
.message__title {
  font-size: 0.54rem;
  margin: 0.2rem auto;
  font-weight: 500;
}
.message__text {
  font-size: 0.3rem;
  font-weight: 400;
  white-space: pre-wrap;
}

.flex_auto {
  flex: auto;
}
