.bank-card{width:280px;height:130px;background:#f5fbff;border-radius:2px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #0084ff;color:#0084ff;cursor:pointer}.bank-card.active{background:#0084ff;color:#fff}.bank-card>div{line-height:1}.bank-card .bank-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700}.bank-card .bank-card-info{font-size:14px;margin-top:15px}