.invoice-type-choose{overflow-x:hidden;overflow-y:auto!important;background:#fff}.invoice-type-choose .invoice-type-box{margin-top:.04rem;border-top:1px solid #f1f1f1;width:calc(100vw + 1px);background:#fff;display:flex;flex-wrap:wrap;justify-content:flex-start}.invoice-type-choose .invoice-type-box .invoice{box-sizing:border-box;width:33.33%;height:33.33vw;border-right:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;padding:.5rem 0;display:flex;flex-direction:column}.invoice-type-choose .invoice-type-box .invoice .icon{margin:auto;color:#0089d1;height:.55rem}.invoice-type-choose .invoice-type-box .invoice .name{text-align:center;color:#333;font-size:.22rem}.invoice-type-choose .invoice-type-box .invoice:active{background:#f1f1f1}