html,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
body,
abbr,
address,
cite,
code,
del,
dfn,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
body {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
em {
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
td {
  word-break: break-all;
  word-wrap: break-word;
}
html {
  font-size: 100%;
  overflow-y: scroll;
}
img {
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
a:focus,
a:active,
a:hover,
input {
  outline: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  word-wrap: break-word;
  line-height: 1.3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'sans-serif-medium', 'HYQiHeiX1 55W', 'HYQiHei 55S', '汉仪旗黑', '兰亭纤黑', Droid Sans, Droid Sans Fallback, STHeiti, SimHei,
    Hei;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}
.wrap {
  position: relative;
}
.bank-list {
  position: absolute;
  width: 30vw;
  left: 65vw;
  height: 10vw;
  top: 68vw;
}
.coupons {
  display: none;
}
.open1,
.open2 {
  position: absolute;
  top: 16vw;
  left: 0;
}
.btn1 {
  position: absolute;
  top: 0vw;
  width: 50vw;
  height: 13vw;
  left: 0vw;
}
.btn2 {
  position: absolute;
  top: 0vw;
  width: 50vw;
  height: 13vw;
  right: 0vw;
}
.card-wraper {
  width: 236px;
  position: fixed;
  bottom: 30px;
  transform: translate(-50%, 0);
  left: 50%;
}
.p-b-30 {
  padding-bottom: 110px;
}
.slideBtns {
  z-index: 99;
  top: 60vw;
  width: 48px;
  position: fixed;
  z-index: 99;
  right: 0;
}
.Recharges {
  position: absolute;
  top: 143vw;
  width: 50vw;
  height: 13vw;
  left: 50%;
  margin-left: -25vw;
  animation: scale-move 1s 0s infinite ease;
  -moz-animation: scale-move 1s 0s infinite ease;
  -webkit-animation: scale-move 1s 0s infinite ease;
  -o-animation: scale-move 1s 0s infinite ease;
}
@keyframes scale-move {
  0% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}
.download-alert {
  display: none;
  width: 300px;
  height: 200px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -120px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
  z-index: 200;
  color: #000;
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}
.download-btn {
  width: 140px;
  height: 30px;
  margin: 36px auto 0;
  background: #007dff;
  color: #fff;
  border-radius: 15px;
  line-height: 30px;
}
.close-btn {
  width: 30px;
  height: 54px;
  position: absolute;
  left: 50%;
  bottom: -70px;
  margin-left: -15px;
}
.mask_slef {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
