.m-table{grid-template-areas:"head-img-top""head-img-bottom""table""table-img-bottom";width:100%;display:grid}.m-table-inner{border-spacing:0;width:calc(100% - 2px)}.m-table-wrap{grid-area:table;width:100%;position:relative;top:-8px;overflow:auto}.m-thead{z-index:1;background:rgba(63,74,85,.3);height:37px;font-size:14px;position:-webkit-sticky;position:sticky;top:0}.m-thead.m-thead-overflow{background:#b7bec4}.m-tbody{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.m-tr{width:200px}.m-tr:nth-child(2n){background:rgba(0,0,0,.1)}.m-tr .m-table-tbody-img{margin-top:-2px;left:0}.m-td{text-align:center;word-break:break-word;padding:9px 5px}.m-table-empty{text-align:center;color:var(--m-color-text-disabled);line-height:40px}.m-table-img{background:var(--m-line-crossrange)repeat-x;width:calc(100% - 2px);height:5px}.m-table-thead-img{background:var(--m-line-crossrange)repeat-x;width:calc(100% - 2px);height:5px;position:relative}.m-table-tbody-img{background:var(--m-line-crossrange)repeat-x;width:calc(100% - 2px);height:5px;position:absolute}.m-table-header-img-top{background:var(--m-line-crossrange)repeat-x;grid-area:head-img-top;width:calc(100% - 2px);height:5px;position:relative;top:-2px}.m-table-header-img-bottom{background:var(--m-line-crossrange)repeat-x;grid-area:head-img-bottom;width:calc(100% - 2px);height:5px;position:relative;top:32px}.m-table-border-img-bottom{background:var(--m-line-crossrange)repeat-x;grid-area:table-img-bottom;width:calc(100% - 2px);height:5px;position:relative;top:-13px}