/* 自定义Footer样式 */

/* 隐藏footer中第五个工具项 */
.page-footer .home-footer-tool-item:nth-child(5) {
    display: none;
} 