*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.mytable-scrollbar ::-webkit-scrollbar{width:10px;height:10px}.mytable-scrollbar ::-webkit-scrollbar-track{background-color:#fff}.mytable-scrollbar ::-webkit-scrollbar-thumb{background-color:#bfbfbf;border-radius:5px;border:1px solid #f1f1f1;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.mytable-scrollbar ::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}.mytable-scrollbar ::-webkit-scrollbar-thumb:active{background-color:#787878}.mytable-scrollbar ::-webkit-scrollbar-corner{background-color:#fff}.page{width:100%}.page .tableTitle{font-size:24px;font-weight:600;text-align:center;width:100%;line-height:50px}.page .btnBox{padding:0 20px}.page .tableBox{width:100%;padding:0 20px}.page .pageBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0}.page .searchBox{padding:0 20px;padding-top:20px}.page .searchBox .queryForm{height:35px}.MainBox{border:1px solid #e4e4e4;margin:16px 20px}.MainBox .tabList,.MainBox .tabList .tab{display:-webkit-box;display:-ms-flexbox;display:flex}.MainBox .tabList .tab{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;height:46px;text-align:center;background-color:#f2f2f2;cursor:pointer}.MainBox .tabList .tab.current{background-color:#fff}