.page-tickets .Tickets{display:flex;flex-direction:column;height:100%;overflow:hidden}.page-tickets .Tickets a{text-decoration:none}.page-tickets .Tickets a:hover{text-decoration:underline}.page-tickets .Tickets>div:first-child{flex:0 0 55px;display:flex;gap:40px;align-items:center;justify-content:center}.page-tickets .Tickets>div:first-child>*{border-right:1px solid var(--color-gray-f);padding-right:40px}.page-tickets .Tickets>div:first-child>:last-child{border-right-width:0}.page-tickets .Tickets>div:first-child>div.timestamp>*{margin-right:5px}.page-tickets .Tickets>div:last-child{flex:1 1;overflow-y:auto}.page-tickets .Tickets>div:last-child>table.ticket-list-table{border-spacing:0;width:100%;text-align:left}.page-tickets .Tickets>div:last-child>table.ticket-list-table>thead{position:-webkit-sticky;position:sticky;z-index:1;top:0;background:var(--color-white-1)}.page-tickets .Tickets>div:last-child>table.ticket-list-table>thead th{border-bottom:1px solid var(--color-gray-f);padding:15px}.page-tickets .Tickets>div:last-child>table.ticket-list-table>thead th:first-child,.page-tickets .Tickets>div:last-child>table.ticket-list-table>thead th:nth-child(6),.page-tickets .Tickets>div:last-child>table.ticket-list-table>thead th:nth-child(9){min-width:50px}.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody td{border-bottom:1px solid var(--color-gray-f);padding:15px;font-size:14px}.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody td:first-child,.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody td:nth-child(3),.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody td:nth-child(8){white-space:nowrap}.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody td .description{max-width:400px;white-space:pre-wrap}.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody td span.ProductSn{color:var(--color-gray-8)}.page-tickets .Tickets>div:last-child>table.ticket-list-table>tbody>tr:hover>td{background-color:var(--color-white-2)}