.hanzo-settlement-bar {
    width     : 100%;
    height    : 50px;
    position  : relative;
    background: #fff;

    .left {
        padding       : 16px 0 5px 14px;
        height        : 20px;
        line-height   : 20px;
        vertical-align: top;
        font-size     : 13px;
        clear         : both;
        color         : #999999;

        .checked-radio {
            font-size    : 13px;
            width        : 18px;
            height       : 18px;
            line-height  : 12px;
            text-align   : center;
            border       : 1px solid #ccc;
            border-radius: 50%;
            float        : left;
            margin-right : 5px;
            box-sizing : border-box;

            &.checked {
                border     : 1px solid #e50011;
                background : #e50011;
                color      : #fff;
                padding-top: 2px;
            }

            &.disabled {
                border: 1px solid #f2f2f2;
            }
        }
    }

    .sumMoney {
        line-height: 31px;
        font-weight: bold;
        right      : 123px;
        top        : 10px;
        color      : #EF0A0A;
        font-size  : 22px;
        position   : absolute;

        .accounts {
            font-style : normal;
            font-size  : 16px;
            color      : #404040;
            font-weight: normal;
            position   : absolute;
            left       : -36px;
            top        : -1px;
        }
    }

    .right {
        position   : absolute;
        top        : 1px;
        right      : 0;
        height     : 48px;
        line-height: 48px;
    }

    .right .balance {
        background: #E70012;
        text-align: center;
        color     : #FFF;
        font-size : 15px;
        width     : 111px;
    }

    .right .delete {
        width        : 113px;
        border       : 1px solid #E70012;
        text-align   : center;
        line-height  : 39px;
        color        : #E60012;
        font-size    : 16px;
        font-weight  : 500;
        height       : 40px;
        margin-top   : 4px;
        margin-right : 4px;
        border-radius: 20px;
    }

    .right .not-select {
        background: #C6C6C6;
    }

}