body{
    font-family:"Microsoft Yahei",
        "Hiragino Sans GB",
        "Helvetica Neue",
        Helvetica,
        tahoma,
        arial,
        Verdana,
        sans-serif,
        "WenQuanYi Micro Hei",
        "\5B8B\4F53";
}
.fz-14{
    font-size: 14px !important;
}
a {
    color: #333 !important;
    text-decoration: none !important;
}
a:hover {
    color: #ff3300 !important;
    text-decoration: none !important;
}
.bkmenu:hover{
    border-color:#ff7f00;
}
.tabulator-cell a:link,
.tabulator-cell a:visited {
    color: #3671c9;
    text-decoration: none;
    font-size: 14px;
}

.tabulator-row .tabulator-cell {
    cursor: default !important;
    font-size: 14px;
}

.tabulator-page-counter span {
    font-size: 14px;
}

.tabulator-paginator .tabulator-page, .tabulator-paginator label, .tabulator-paginator .tabulator-page-size {
    font-size: 14px;
    font-weight: normal;
}

.tabulator-col-title {
    font-size: 14px;
}

.tabulator-footer {
    background-color: #ffffff !important;
    padding-top: 15px;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #eceef5;
}

.tabulator-row.tabulator-row-even {
    background-color: #f9fafd;
}

.tabulator-row {
    border-bottom: 1px solid #eeeeee;
}

.tabulator .tabulator-header {
    border-bottom: 1px solid #eeeeee;
}

.tabulator-row.tabulator-selected {
    background-color: #fef2d8;
}
.tabulator-responsive-collapse td{
    font-size: 14px
}