.block{display:flex;flex-wrap:wrap;gap:20px;width:100%;touch-action:pan-y}.block,.card{position:relative}.card{height:80px;box-sizing:border-box;cursor:pointer}.card.recom{margin-top:20px;width:100%;padding:0 10px;background:url(/images/wallet/refill-reco-card.png) no-repeat;background-size:100% 80px;display:flex;align-items:center;justify-content:space-between;border:1px solid #5b2e44;border-radius:8px;margin-bottom:20px}.card.recom.selected,.card.recom:hover{background:url(/images/wallet/refill-reco-card.png) no-repeat;background-size:100% 100px;border:1px solid var(--colorPrimary)}.card.common{height:100px;width:calc(50% - 10px);padding:0 10px;background:url(/images/wallet/refill-card.png) no-repeat;background-size:100% 100px}.card.common.selected,.card.common:hover{background:url(/images/wallet/refill-card-s.png) no-repeat;background-size:100% 100px}.common .commonBottom{font-size:16px;text-align:center;position:absolute;bottom:0;left:50%;transform:translateX(-50%);line-height:32px;font-weight:500}.card.recom .recomBottom{width:85px;height:40px;line-height:40px;border-radius:5px;font-weight:700}.card.recom .recomBottom,.money-btn{background:linear-gradient(288deg,#ec53d1 0,#f75aa4 16%,var(--colorPrimary) 52%,#ff7768 89%,#ff914b 100%);box-shadow:0 1px 4px 0 rgba(0,0,0,.25);text-align:center}.money-btn{width:170px;height:80px;line-height:80px;border-radius:10px}.badgeL{top:-9px;left:0;width:150px;background:url(/images/wallet/badge.png) no-repeat;background-size:contain;line-height:20px}.badgeL,.badgeR{position:absolute;height:20px;text-align:center;font-size:12px}.badgeR{top:0;right:0;line-height:40rpx;width:50px;background:url(/images/wallet/badge-right.png) no-repeat;background-size:contain;font-weight:700}