.order-row{position:relative;display:block;width:100%;padding:8px 0;border-bottom:1px solid var(--border-color);font-weight:500}.order-row:last-child{border-bottom:none}.order-row-line{position:relative;display:flex;width:100%;justify-content:space-between}.order-row-line>*{display:inline-block}.order-row-line>:last-child{text-align:right}.order-row .title{color:var(--color-gray);font-size:9px;font-weight:400}.order-row .created_at{font-size:8px;color:var(--color-gray);font-weight:400}.order-row .order-type{font-size:10px;margin-bottom:4px;line-height:1}.order-row .order-state{color:var(--color-gray);font-size:8px;background-color:var(--bg-card-head-color);border-radius:2px;height:14px;line-height:14px;padding:0 4px}.order-row .order-price-volume{display:flex;line-height:14px;width:100%;font-size:9px;margin-top:4px}.order-row .order-price-volume>span{flex:1}.order-row .order-price-volume>span:last-child{text-align:right}.order-row .order-row-circle-filled{position:relative;display:inline-block;margin-right:12px;text-align:center}.order-row .order-row-circle-filled.buy,.order-row .order-row-circle-filled.buy .ant-progress-text{color:var(--up-color)}.order-row .order-row-circle-filled.sell,.order-row .order-row-circle-filled.sell .ant-progress-text{color:var(--down-color)}.order-row .order-row-circle-filled .type-side{font-size:8px;margin-bottom:4px}.order-row .order-row-circle-filled .ant-progress-circle-trail{stroke:var(--border-color)!important}.order-row .order-row-circle-filled .ant-progress-text{font-size:7px}.order-row-action{position:absolute;bottom:0;right:0;background-color:var(--border-color);border-radius:2px;font-size:8px;height:16px;padding:0 8px}.order-row-action:disabled{opacity:.5;cursor:not-allowed;background-color:var(--disabled-color)}.order-row-buy .ant-progress-circle-path{stroke:var(--up-color)!important}.order-row-sell .ant-progress-circle-path{stroke:var(--down-color)!important}.order-row-wait{display:flex}.order-row-wait .order-price-volume .title{width:50px}.order-row-wait .order-price-volume>span{flex:none;text-align:left!important}.order-row-wait .order-price-volume span{margin-right:4px!important}.order-row-wait .order-row-content{width:100%}