.bankCard__container .addWithdrawType-top.bank-account-support-lock {
    min-height: 2.66667rem;
    height: auto;
    padding: .4rem .32rem;
    cursor: pointer;
    border: 1px solid rgba(107, 82, 255, .25);
    background: var(--darkBg, var(--bg_color_L2));
}

.bankCard__container .addWithdrawType-top.bank-account-support-lock img {
    display: none;
}

.bankCard__container .addWithdrawType-top.bank-account-support-lock::before {
    content: "\260E";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.06rem;
    height: 1.06rem;
    color: #fff;
    font-size: .58rem;
    line-height: 1;
    background: linear-gradient(135deg, #7254ff, #477ff4);
    border-radius: 50%;
    box-shadow: 0 .08rem .22rem rgba(76, 62, 214, .28);
}

.bankCard__container .addWithdrawType-top.bank-account-support-lock span {
    max-width: 8rem;
    color: #6254ff;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
