
/* 隐藏 系统管理-个人设置 - 系统设置- 系统名称和描述信息 */
.left___GavW0 .ant-form .ant-form-item:nth-child(2) {
    display: none;
}
.left___GavW0 .ant-form .ant-form-item:nth-child(3) {
    display: none;
}

/* 隐藏 验证码开关 */
.left___GavW0 .ant-form .ant-form-item:nth-child(7),.left___GavW0 .ant-form .ant-form-item:nth-child(9) {
    display: none;
}
/*隐藏 系统管理-个人设置 - 系统设置- 系统图标 */
.right___3-EXe {
    display: none;
}

.left___GavW0 .ant-form .ant-form-item.ant-form-item-has-success + .ant-form-item{
    display: block;
}

/* 隐藏 海报模块 */
.survey-main-navigator .action-item:nth-child(6){
    display: none;
}

/* 隐藏 快捷导航中的考试功能 和 添加按钮 */
.linkGroup___9Jgdb a:nth-child(2),.linkGroup___9Jgdb .ant-btn{
     display: none;
}

/* 隐藏顶部问号 */
.ant-pro-global-header-right-content .ant-pro-global-header-header-actions-item:nth-child(1) {
     display: none;
}

/* 隐藏 首页 - 在线考试和考试记录 */
.ant-pro-page-container.container___1D3Yy .ant-tabs-nav-list .ant-tabs-tab:nth-child(n+3) {
     display: none;
}

/* 隐藏 首页 - 考试数 */
.extraContent___3rMo7 .statItem___2hHyE:nth-child(2) {
     display: none;
}

/* 隐藏 问卷编辑-数据 顶部的问号 */
.survey-data .toolbar-item:nth-child(8){
     display: none !important;
}

/* 隐藏 系统管理 - 角色管理 - 角色授权列表 - 我的练习和我的考试 */
.ant-drawer-content .ant3-tree>li:nth-child(2),.ant-drawer-content .ant3-tree>li:nth-child(4) {
     display: none;
}

/* 隐藏 系统菜单 - 我的练习和题库中心 */
.ant-layout-sider .ant-menu.ant-menu-root > li:nth-child(3),.ant-menu.ant-menu-root > li:nth-child(4) {
     display: none;
}

/* 隐藏 系统菜单 - 系统管理 - 字典管理 */
.ant-layout-sider .ant-menu.ant-menu-root > li:nth-child(6) .ant-menu-sub .ant-menu-item:nth-child(5) {
     display: none;
}

/* 隐藏 问卷编辑 - 题库选项卡 */
.survey-main-content .question-panel .ant-tabs-nav .ant-tabs-tab:nth-child(2) {
     display: none;
}
