* {
  padding: 0;
  margin: 0;
  font-family: HYQiHei;
  font-size: 0.14rem;
}

html {
  font-size: 26.66666667vw;
  --tpyblue: #3288fa;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fafafa;
}

html,
body,
#app {
  width: 100%;
  height: 100%;
}

#recharge {
  width: 100%;
  height: 100%;
  background: #fcfcfc;
}

/* 兑换选择商品顶部style */
#recharge .banner {
  width: 3.74rem;
  height: 1.34rem;
  background: url("https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/payexchange/img/procollectimg/exchangetopbaner.png")
    no-repeat;
  background-size: cover;
  position: relative;
}

#recharge .toptet {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0.61rem;
  left: 0.22rem;
}

#recharge .toptet > img {
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.1rem;
}

#recharge .toptet .text {
  display: flex;
  flex-direction: column;
}

#recharge .toptet .text > span {
  font-weight: bold;
  color: #fff;
  font-size: 0.19rem;
  margin-bottom: 0.06rem;
}

#recharge .toptet .text > font {
  font-size: 0.13rem;
  color: #fff;
}

/* 主体样式 */
#remainbody {
  width: 94%;
  margin-left: 3%;
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 0.001rem 0.001rem 0.1rem 0.01rem rgba(97, 102, 124, 0.35);
  position: relative;
  top: -0.18rem;
  padding: 0.2rem 0.17rem 0.3rem;
  box-sizing: border-box;
}

/* 充值类型 */
.plate-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}

.bgline {
  display: block;
  width: 0.03rem;
  height: 0.17rem;
  background: #fbb076;
  margin-right: 0.05rem;
}

.titlefont {
  font-size: 0.17rem;
  font-weight: bold;
  color: #191a28;
}

.vip-type {
  display: flex;
  flex-wrap: wrap;
}

.typevip {
  background: #f3ab6f;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.08rem;
  color: #fff;
  margin-bottom: 0.1rem;
}

.typevip > img {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.05rem;
}

.typevip > span {
  font-size: 0.15rem;
  font-weight: bold;
  padding: 0.05rem 0.1rem;
}

.typechoose {
  background: #faebe2;
  color: #f3ab6f;
}

/* 充值面额 */
.denomination {
  margin-top: 0.2rem;
}

.denomination ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.denomination ul li {
  width: 1.02rem;
  height: 0.94rem;
  margin-bottom: 0.05rem;
  background: #f3f4f6;
  padding: 0.14rem 0.1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.05rem;
}

.denomination ul li:nth-child(3n + 2) {
  margin: 0 0.06rem;
}

.denomination ul li font {
  font-size: 0.13rem;
  color: #242533;
  font-weight: bold;
}

.denomination ul li b {
  color: #191a28;
  font-size: 0.16rem;
}

.denomination ul li del {
  font-size: 0.11rem;
  color: #b1b2b4;
}

/* 确定商品 */
.suregoodone {
  border: 0.01rem solid #f3ab6f;
}

/* 立即充值 */
.rechargeBtn {
  outline: none;
  margin-top: 0.2rem;
  width: 100%;
  height: 0.5rem;
  outline: none;
  border: 0;
  background: url("https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/payexchange/img/procollectimg/suregoodsbtn.png")
    no-repeat;
  background-size: 100% 100%;
  font-size: 0.19rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
  padding-left: 0.02rem;
}

/* 特殊说明 */
#explain {
  width: 94%;
  margin-left: 3%;
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 0.001rem 0.001rem 0.1rem 0.01rem rgba(97, 102, 124, 0.35);
  padding: 0.2rem 0.17rem;
  box-sizing: border-box;
}

#explain .tip {
  font-size: 0.13rem;
  color: #a2a3a8;
  text-align: justify;
  line-height: 0.23rem;
}

.whitehr {
  height: 0.2rem;
}

/* 支付模态框 */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.59);
}

.paymodal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  background: #fff;
  padding: 0.2rem 0.22rem;
  box-sizing: border-box;
  transition: all 3s;
}
.paymodalshow {
  animation: 0.3s paymodalshow;
}
@keyframes paymodalshow {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0;
  }
}
.close {
  font-size: 0.3rem;
  color: #cdd2d7;
  font-weight: bold;
}

.goodsname {
  margin: 0.1rem 0;
}

.goodsname > p:first-child {
  padding-bottom: 0.15rem;
}

.goodsname > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goodsname > p > span {
  font-size: 0.15rem;
  font-weight: bold;
  color: #9aa9b8;
}

/* 充值账号 */
.recharge-account {
  margin: 0.22rem 0;
}

.recharge-account input {
  width: 100%;
  height: 0.4rem;
  background: #f4f4f4;
  border-radius: 0.2rem;
  padding-left: 0.17rem;
  box-sizing: border-box;
  outline: none;
  border: 0;
}

.recharge-account input::placeholder {
  font-size: 0.15rem;
  color: #9aa9b8;
  line-height: 0.66rem;
}

.recharge-account input:last-child {
  margin-top: 0.15rem;
}

/* 支付方式 */
.payofway h3 {
  font-size: 0.14rem;
  color: #8795a2;
  width: 100%;
  padding-bottom: 0.08rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eceefd;
}

.order-pay-way {
  width: 100%;
  padding: 0.19rem 0;
  box-sizing: border-box;
  display: flex;
}

.order-pay-way .wx-img-box,
.order-pay-way .alipay-img-box {
  width: 1.07rem;
  height: 0.54rem;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.01rem solid #a8b4c1;
  display: flex;
}

.order-pay-way .wx-img-box {
  margin-right: 0.25rem;
}

.wx-icon,
.alipay-icon {
  width: 1.07rem;
  height: 0.54rem;
  border-radius: 0.04rem;
}
.modeldiag {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 3;
}
.active {
  border: 0.01rem solid #fd1b3b !important;
}

.payment {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(-25deg, #f6a86a 0%, #ffd1a7 100%);
  border-radius: 0.2rem;
  outline: none;
  border: 0;
  font-size: 0.17rem;
  font-weight: bold;
  color: #ffffff;
}
.popupbox {
  width: 2.45rem;
  position: fixed;
  left: 50%;
  margin-left: -1.225rem;
  text-align: center;
  top: -120%;
  height: 2.25rem;
  z-index: 20;
}
.popupbox .tipimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.08rem;
}
.popupbox.activeonn {
  background-size: cover;
  top: 30%;
  transition: all 0.3s;
}
.popupbox.hidden {
  background-size: cover;
  top: -120%;
  transition: all 0.3s;
}

.popupbox-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  font-size: 0.15rem;
  position: absolute;
  z-index: 888;
  font-weight: bold;
  color: #453a35;
  text-align: center;
  line-height: 0.23rem;
  padding: 0 0.08rem;
  box-sizing: border-box;
}

.tipbtn {
  width: 90%;
  height: 0.31rem;
  display: flex;
  justify-content: space-between;
  line-height: 0.31rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.14rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -45%;
}
.refail {
  flex: 1;
  width: 1rem;
  border-radius: 0.155rem;
  background: linear-gradient(75deg, #ffd1a7 0%, #f9a96a 100%);
}
.btncancel {
  width: 1rem;
  height: 100%;
  border-radius: 0.155rem;
  background: #f0f0f0;
  color: #a8a8a8;
}
.btnsure {
  width: 1rem;
  border-radius: 0.155rem;
  background: linear-gradient(75deg, #ffd1a7 0%, #f9a96a 100%);
}

/*单条提示�?*/
.popup {
  width: 2rem !important;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.08rem;
  text-align: center;
  background-color: #333;
  position: fixed;
  left: 50%;
  margin-left: -32rem;
  z-index: 20;
  top: 40%;
  opacity: 0.9;
  font-size: 0.14rem;
}

.popup.activeon {
  margin-left: -1rem;
  transition-delay: 0.2s;
  transition: all 0.2s;
}
.fs16 {
  font-size: 0.16rem;
  color: #060606;
  font-weight: bold;
}

.fs18 {
  font-size: 0.19rem;
  color: #060606;
}

/* 太平洋样式重置 */
.multi-tpy .banner {
  background: url("https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/payexchange/img/tpygoodsbanner.png")
    no-repeat !important;
  background-size: 100% 100% !important;
}
.multi-tpy .bgline {
  background: var(--tpyblue) !important;
}
.multi-tpy .typevip {
  background: var(--tpyblue) !important;
}
.multi-tpy .suregoodone {
  border: 0.01rem solid var(--tpyblue) !important;
}
.multi-tpy .rechargeBtn {
  background: url("https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/payexchange/img/tpybtn.png")
    no-repeat !important;
  background-size: 100% 100% !important;
}
.multi-tpy .payment {
  background: var(--tpyblue) !important;
}
