.layui-table tr th{
    font-size:16px;
}
.layui-table tr td{
    font-size:14px
}
.box-h2{
    font-size: 28px;
}
.layui-table tr td {
    padding: 7px 10px;
}
#spage{
    width: 40px;
}
.sortup{
    padding-right:25px;
    background-position:right center;
    background-size:22px 22px;
    background-repeat:no-repeat;
    background-image:url(/images/icon_sort2.png);
}
.sortdown{
    padding-right:25px;
    background-position:right center;
    background-size:22px 22px;
    background-repeat:no-repeat;
    background-image:url(/images/icon_sort1.png);
}
