.CashAccount{
    width: 100%;
    padding: .1rem .2rem;
    height: 1.3rem;
    margin-bottom: .2rem;
    border-radius: .05rem;
    background: url('../../images/bg/bg4.png') no-repeat center center;
    background-size: cover;
    box-shadow: 0 .1rem .2rem rgba(0,0,0,0.2);
    position: relative;
    a{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    h3{
        line-height: .4rem;
        color: #fff;
    }
    h4{
        line-height: .5rem;
        font-size: .3rem;
        font-weight: bold;
        color: #fff;
    }
}