.alertModule {
  position: fixed;
  top: 0;
  z-index: 50;
}
.alertModule .model {
  height: calc(100vh);
  width: calc(100vw);
  background: rgba(0, 0, 0, 0.2);
}
.alertModule .box {
  user-select: none;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  height: 500px;
}
.alertModule .box .close {
  height: 24px;
  width: 24px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.alertModule .box .close img {
  width: 100%;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  .darkAlertModule .box {
    background: #33363f;
  }
  .darkAlertModule .box .close {
    background: #a1a6ad;
    border-radius: 50%;
  }
}
#recharge_alert_module {
  position: fixed;
  top: 0;
  z-index: 50;
}
#recharge_alert_module .model {
  height: calc(100vh);
  width: calc(100vw);
  background: rgba(0, 0, 0, 0.2);
}
#recharge_alert_module .box {
  user-select: none;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  height: 500px;
}
#recharge_alert_module .box .close {
  height: 24px;
  width: 24px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
#recharge_alert_module .box .close img {
  width: 100%;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  #recharge_alert_module .box {
    background: #33363f;
  }
  #recharge_alert_module .box .close {
    background: #a1a6ad;
    border-radius: 50%;
  }
}
#recharge_alert_module .box {
  width: 460px;
  height: 322px;
  transition: height 0.3s;
}
#recharge_alert_module .box > .title {
  margin-top: 34px;
  margin-left: 25px;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.92);
  line-height: 18px;
}
#recharge_alert_module .box .pay_select .info {
  margin: 14px auto 0;
  width: 410px;
  height: 96px;
  background: rgba(23, 28, 37, 0.04);
}
#recharge_alert_module .box .pay_select .info .item {
  height: 48px;
  line-height: 48px;
}
#recharge_alert_module .box .pay_select .info .item .title,
#recharge_alert_module .box .pay_select .info .item .value {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(35, 42, 36, 0.62);
}
#recharge_alert_module .box .pay_select .info .item .title.title,
#recharge_alert_module .box .pay_select .info .item .value.title {
  float: left;
  margin-left: 20px;
}
#recharge_alert_module .box .pay_select .info .item .title.value,
#recharge_alert_module .box .pay_select .info .item .value.value {
  float: right;
  margin-right: 20px;
}
#recharge_alert_module .box .pay_select .buys {
  width: 410px;
  margin: 50px auto 0;
}
#recharge_alert_module .box .pay_select .buys .item {
  width: 194px;
  height: 50px;
  border-radius: 4px;
  float: left;
  margin-right: 22px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  text-indent: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  cursor: pointer;
}
#recharge_alert_module .box .pay_select .buys .item:last-child {
  margin-right: 0;
}
#recharge_alert_module .box .pay_select .buys .item.wechat {
    background: url("https://static.kuaigun.net/kuaigun/frontend-web/static/common/img/v3/recharge_wechat1.png") no-repeat center;
}
#recharge_alert_module .box .pay_select .buys .item.alipay {
    background: url("https://static.kuaigun.net/kuaigun/frontend-web/static/common/img/v3/recharge_alipay1.png") no-repeat center;
}
#recharge_alert_module .box .pay_select .buys .item.wechat:hover {
    background: url("https://static.kuaigun.net/kuaigun/frontend-web/static/common/img/v3/recharge_wechat2.png") no-repeat center;
}
#recharge_alert_module .box .pay_select .buys .item.alipay:hover {
    background: url("https://static.kuaigun.net/kuaigun/frontend-web/static/common/img/v3/recharge_alipay2.png") no-repeat center;
}
#recharge_alert_module .box.box2 {
  height: 492px;
  overflow: hidden;
}
#recharge_alert_module .box .pay_code {
  width: 460px;
  height: 492px;
}
#recharge_alert_module .box .pay_code .logo {
  width: 127px;
  height: 28px;
  background: #ffffff;
  margin: 14px auto 0;
}
#recharge_alert_module .box .pay_code .logo.wechat {
    width: 113px;
    background: url("https://static.kuaigun.net/kuaigun/frontend-web/static/common/img/v3/recharge_wechat3.png");
}
#recharge_alert_module .box .pay_code .logo.alipay {
    background: url("https://static.kuaigun.net/kuaigun/frontend-web/static/common/img/v3/recharge_alipay3.png");
}
#recharge_alert_module .box .pay_code .qrcode {
  margin: 14px auto 0;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.2);
}
#recharge_alert_module .box .pay_code .qrcode img {
  width: 100%;
  height: 100%;
}
#recharge_alert_module .box .pay_code .tips {
  margin-top: 20px;
  text-align: center;
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(35, 42, 36, 0.5);
  line-height: 12px;
}
#recharge_alert_module .box .pay_code .order_no {
  user-select: text;
  margin-top: 8px;
  text-align: center;
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(35, 42, 36, 0.5);
  line-height: 12px;
}
#recharge_alert_module .box .pay_code .price {
  margin-top: 31px;
  text-align: center;
  height: 31px;
  font-size: 31px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #24cfb9;
  line-height: 31px;
}
#recharge_alert_module .box .pay_code .prev_step {
  width: 410px;
  height: 50px;
  border: 1px solid #d1d2d3;
  border-radius: 4px;
  margin: 40px auto 0;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #232a24;
  cursor: pointer;
}
#recharge_alert_module .box .pay_code .prev_step:hover {
  border: 1px solid #c9c9c9;
}
@media (prefers-color-scheme: dark) {
  #recharge_alert_module .box > .title {
    color: rgba(255, 255, 255, 0.92);
  }
  #recharge_alert_module .box .pay_select .info {
    background: #a1a6ad;
  }
  #recharge_alert_module .box .pay_select .info .item .title,
  #recharge_alert_module .box .pay_select .info .item .value {
    color: rgba(255, 255, 255, 0.92);
  }
  #recharge_alert_module .box .pay_code .logo.wechat,
  #recharge_alert_module .box .pay_code .logo.alipay {
    background-color: #a1a6ad;
  }
  #recharge_alert_module .box .pay_code .tips,
  #recharge_alert_module .box .pay_code .order_no {
    color: rgba(255, 255, 255, 0.92);
  }
  #recharge_alert_module .box .pay_code .prev_step {
    color: rgba(255, 255, 255, 0.92);
  }
}
/*# sourceMappingURL=recharge.css.map */
