/* 无差别强制全局表格上下居中 */
table td, 
table th {
    vertical-align: middle !important;
}