/* 隐藏图表列 */
.tableFxq table th:nth-child(5),
.tableFxq table td:nth-child(5) {
    display: none !important;
}

/* 禁用超链接 */
.filterP.linet a {
    pointer-events: none !important;
    color: #999 !important;
    cursor: not-allowed !important;
}

.filterP.linet a:hover {
    color: #999 !important;
    text-decoration: none !important;
}
