:root{--background:#ffffff;--foreground:#171717}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.ant-table-wrapper .ant-table-tbody>tr[data-row-key]:not(.ant-table-row-selected):nth-child(odd)>td{background:#ffffff}.ant-table-wrapper .ant-table-tbody>tr[data-row-key]:not(.ant-table-row-selected):nth-child(2n)>td{background:#f6faf9}.ant-table-wrapper .ant-table-tbody>tr[data-row-key]:not(.ant-table-row-selected):hover>td{background:#edf7f5!important}