* {
  margin: 0;
  padding: 0;
  font-size: 0.24rem;
}

.root {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.img-banner {
  width: 100%;
  height: 100%;
}

.main-box {
  width: 6.86rem;
  padding: 0.4rem 0 0.48rem 0;
  background: #ffffff;
  box-shadow: 0.12rem 0.14rem 0.24rem 0 rgba(40, 46, 87, 0.09);
  border-radius: 0.15rem;
  margin-top: -0.2rem;
}

.form-box {
  display: flex;
  align-items: center;
  margin: 0 0 0.54rem 0.32rem;
}

.form-text {
  width: 1.38rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #5c5c5c;
}

.form-input {
  width: 2.34rem;
  height: 0.36rem;
  margin-left: 0.32rem;
  border: hidden;
  outline: none;
  font-size: 0.26rem;
  font-weight: 400;
  color: #1a1f71;
}

.form-input::placeholder {
  color: #c8c8c8;
}

.ma-button {
  width: 1.35rem;
  border: hidden;
  outline: none;
  margin-left: 0.88rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #f7b600;
}

.button-box {
  margin-left: 0.32rem;
  width: 6.22rem;
  height: 0.94rem;
  background: #112458;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.94rem;
  font-size: 0.28rem;
  color: #ffffff;
}

.tip-text {
  margin: 0.26rem 0 0.34rem 2.6rem;
  color: #1a1f71;
}

.rule-text {
  margin-left: 2.96rem;
  color: #5c5c5c;
}

.bottom-box {
  display: flex;
  align-items: center;
  margin: 1.96rem 0 1.42rem 0;
}

.bottom-text {
  font-size: 0.28rem;
  font-weight: 400;
  color: #1a1f71;
}

.line {
  width: 0.03rem;
  height: 0.22rem;
  background: #979797;
  margin: 0 0.2rem;
}

.pop-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.22rem;
  height: 3.18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #fff;
  border-radius: 0.15rem;
}

.pop-text {
  margin-top: 0.48rem;
  font-size: 0.28rem;
  color: #1a1f71;
  font-weight: 400;
  text-align: center;
  line-height: 0.4rem;
}

#confirm_button {
  margin-top: 0.48rem;
  width: 2.86rem;
  height: 0.94rem;
  background: #112458;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.94rem;
}
