.student_management_view .nav_list_view{padding:10px 20px;background-color:var(--surface);display:flex;align-items:center;justify-content:start;margin:0 10px 10px 10px;border-bottom:1px solid var(--border)}.student_management_view .nav_list_view .item{cursor:pointer;font-size:14px;font-weight:600;margin-right:20px}.student_management_view .nav_list_view .item_1{color:var(--brand)}.student_management_view .test_list_content{width:100%;height:calc(100vh - 160px);overflow-y:auto;margin-top:5px;padding-top:5px;background-color:var(--surface);margin-top:20px}.student_management_view .test_list_content .content_header{display:flex;align-items:center;padding:20px}.student_management_view .test_list_content .item_title{font-size:16px;margin-right:10px}.student_management_view .test_list_content .content_list{padding:0 20px;height:calc(100vh - 300px)}.student_management_view .test_list_content .content_list .table_view{position:relative;margin-top:20px;min-width:100%;overflow-y:auto;height:calc(100vh - 380px)}.student_management_view .test_list_content .content_list .table_view .el-table__body-wrapper::-webkit-scrollbar{width:.55rem;height:.55rem;background-color:var(--brand-tint)}.student_management_view .test_list_content .content_list .table_view .el-table__body-wrapper::-webkit-scrollbar-thumb,.student_management_view .test_list_content .content_list .table_view .el-table__body-wrapper::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--bg)}.student_management_view .test_list_content .content_list .table_view .el-table__empty-text{line-height:160px}.student_management_view .test_list_content .content_list .table_view .el-table th.el-table__cell{background-color:#eaecff}.student_management_view .test_list_content .content_list .table_view_bottom{width:calc(100% - 2px);position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;height:40px;background-color:var(--surface);border:1px solid var(--border);color:#a9b1df;cursor:pointer}.student_management_view .test_list_content .content_list .table_view_bottom i{padding-left:4px;font-size:30px;margin-top:4px;transform:scale(.6)}.student_management_view .test_list_content .content-bottom{height:50px;margin:20px 0;background-color:var(--brand-tint)}.student_management_view .test_list_content .content-bottom,.student_management_view .test_list_content .header_data_view{display:flex;align-items:center;padding:0 20px;justify-content:space-between}