.wallet-qr-form-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 14px;
  border-bottom:1px solid #f0f0f0;
  background:#fff;
  font-size:15px;
}
.wallet-qr-label span{color:#dd524d}
.wallet-qr-control{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.wallet-qr-preview{
  display:none;
  width:72px;
  height:72px;
  border-radius:6px;
  border:1px solid #ebeef5;
  object-fit:cover;
}
.wallet-qr-upload{
  min-width:94px;
  height:36px;
  padding:0 12px;
  border:0;
  border-radius:6px;
  background:#e4251b;
  color:#fff;
  font-size:14px;
}
.wallet-qr-file{display:none}
.wallet-wechat-option{color:#07c160!important}
.money-page .list .item.wallet-wechat-card{background:#07c160!important}
.wallet-wechat-logo{
  width:68px;
  height:68px;
  border:2px solid #fff;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#07c160;
  background:#fff;
  font-size:30px;
  font-weight:700;
}
@media(max-width:380px){
  .wallet-qr-form-item{align-items:flex-start;flex-direction:column}
  .wallet-qr-control{width:100%;justify-content:space-between}
}
