/*ç”Ÿæˆé‚€è¯·å¡*/
.wallet {
    position: absolute;
    top: 22px;
    right: -14px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}
.wallet:before {
    width: 16px;
    height: 18px;
    background: url("../../images/5.9/wallet.png") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    margin: 0 0px 0px 7px;
    position: absolute;
    top: 5px;
    flex-shrink: 0;
}
.wallet-txt {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding-left: 28px;
    line-height: 30px;
    padding-right: 20px;
}