
body {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 100vh !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.payment-method[data-v-2a66e6d0] {
  background: #f7f8fc;
  width: 100%;
  height: 100%;
}
.payment-method .leisure[data-v-2a66e6d0] {
  text-align: center;
}
.payment-method .footer-btn[data-v-2a66e6d0] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 92px;
  background-color: #fff;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  z-index: 100;
}
.payment-method .footer-btn .btn[data-v-2a66e6d0] {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: -webkit-linear-gradient(314deg, #4fa1ff 0%, #2468ff 100%);
  background: linear-gradient(136deg, #4fa1ff 0%, #2468ff 100%);
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}
.payment-method .wrap[data-v-2a66e6d0] {
  padding: 10px 14px 93px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.payment-method .wrap .item[data-v-2a66e6d0] {
  height: 124px;
  background: #fefffe;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.04);
          box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.04);
  border-radius: 5px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.payment-method .wrap .item .text[data-v-2a66e6d0] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9aa3a9;
  margin-top: 17px;
  margin-bottom: 10px;
}
.payment-method .wrap .item .num[data-v-2a66e6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-family: DIN-Medium, DIN;
  font-weight: 500;
  color: #0c2233;
}
.payment-method .wrap .item .top[data-v-2a66e6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.payment-method .wrap .item .top .left[data-v-2a66e6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-method .wrap .item .top .left span[data-v-2a66e6d0] {
  position: relative;
  top: -3px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0c2233;
}
.payment-method .wrap .item .top .right[data-v-2a66e6d0] .cube-switch .cube-switch-input:checked + .cube-switch-ui {
  border-color: #387cff;
  background-color: #387cff;
}

