.el-table th.gutter {
    display: table-cell !important;
}

html,
body,
#index,
.el-container {
    height: 100%
}

.el-header {
    color: #333;
    text-align: center;
    line-height: 80px;
    height: 80px !important;
    padding: 0px;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
}

.logo-content {
    width: 200px;
    height: 79px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

.logo-content img {
    width: 132px;
}

.top-right {
    float: right;
    -webkit-width: calc(100% - 200px);
    -moz-width: calc(100% - 200px);
    -o-width: calc(100% - 200px);
    width: calc(100% - 200px);
    -webkit-box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.4);
    border-left: 1px solid #EEF1F8;
    box-sizing: border-box;
}

.project-name {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #545B6D;
}

.project-admin {
    float: right;
    padding-right: 20px;
    line-height: 20px;
    text-align: right
}

.admin-name {
    margin-top: 22px;
    color: #545B6D;
}

.esc-btn {
    font-size: 14px;
    color: #545B6D;
    cursor: pointer;
    border-bottom: 1px solid #FCFCFC;
    float: right;
}

.esc-btn:hover {
    color: #3B486A;
    border-bottom: 1px solid #3B486A;
    float: right;
}

.el-aside {
    background-color: #fff;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    border-top: solid 1px #EEF1F8;
    -webkit-box-shadow: 3px 0 4px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 4px -4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 4px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 4px -4px rgba(0, 0, 0, 0.2);
    z-index: 10;

}

.el-main {
    background-color: #FCFCFC;
    color: #333;
    height: 100%;
}

.el-menu-item.is-active {
    background: #262E45;
    color: #fff;
}

/* .el-menu-item {
    text-align: left
} */

.index-main {
    -webkit-height: calc(100% - 80px);
    -moz-height: calc(100% - 80px);
    -o-height: calc(100% - 80px);
    height: calc(100% - 80px);
}

/* 题库管理 */
.question-content,
.userManage-container {
    padding: 20px;
    -webkit-height: calc(100% - 40px);
    -moz-height: calc(100% - 40px);
    -o-height: calc(100% - 40px);
    height: calc(100% - 40px);
}

.question-title,
.userManage-title {
    font-size: 18px;
    color: #545B6D;
    margin-bottom: 20px;
}


/* 用户管理 */
.userManage-inquire {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -webkit-height: calc(100% - 84px);
    -moz-height: calc(100% - 84px);
    -o-height: calc(100% - 84px);
    height: calc(100% - 84px);
}

.userManage-title-content {
    font-size: 18px;
    color: #545B6D;
    margin-bottom: 20px;
}

/* .userManage-title-content i{
    margin-right: 5px;
} */
.userManage-search-input {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.userManage-search-btn {
    float: left;
}

.userManage-export-btn {
    float: right;
}

/* .userManage-export-btn .el-button--primary{
    background:#262E45;
    border-color:#181d2b;
} */
#userManage {
    height: 100%;
}

.userManage-table-content {
    -webkit-height: calc(100% - 114px);
    -moz-height: calc(100% - 114px);
    -o-height: calc(100% - 114px);
    height: calc(100% - 114px);
    overflow: auto;

}


/* 考试数据 */
#exam {
    height: 100%;
}

.examData-content {
    padding: 15px;
    -webkit-height: calc(100% - 40px);
    -moz-height: calc(100% - 40px);
    -o-height: calc(100% - 40px);
    height: calc(100% - 40px);
}

.cartogram-top-contaner {
    -webkit-height: calc(40% - 10px);
    -moz-height: calc(40% - 10px);
    -o-height: calc(40% - 10px);
    height: calc(40% - 10px);
    margin-bottom: 20px;
}

.examData-cartogram {
    -webkit-height: calc(100% - 50px);
    -moz-height: calc(100% - 50px);
    -o-height: calc(100% - 50px);
    height: calc(100% - 50px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
}

.cartogram-title {
    font-size: 18px;
    color: #545B6D;
    margin-bottom: 20px;
}

.school-list-container {
    -webkit-height: calc(60% - 14px);
    -moz-height: calc(60% - 14px);
    -o-height: calc(60% - 14px);
    height: calc(100% - 14px);
}

.school-list-content {
    -webkit-height: calc(100% - 40px);
    -moz-height: calc(100% - 40px);
    -o-height: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #fff;
    /* -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3); */
}

.examData-screen-content {
    float: left;
    padding: 20px 0px 0px 20px;
}

.form-item-style {
    float: left;
}

.examData-table-content {
    -webkit-height: calc(100% - 156px);
    -moz-height: calc(100% - 156px);
    -o-height: calc(100% - 156px);
    height: calc(100% - 156px);
    overflow: auto;
}

/* 考试管理 */
#ks {
    height: 100%;
}

.ks-top-contaner {
    margin-bottom: 20px;
}

.ks-cartogram {
    -webkit-height: calc(100% - 50px);
    -moz-height: calc(100% - 50px);
    -o-height: calc(100% - 50px);
    height: calc(100% - 50px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
}

.ks-input-content {
    padding: 20px;
    padding-bottom: 0px;
}

.input-style-content .el-form-item__content {
    width: 217px;
}

.input-style-content .el-form-item__content .el-radio-group {
    width: 100%;
    display: block
}

.input-style-content .el-form-item__content .el-radio {
    margin-right: 0px;
}

.ks-form-list-container {
    -webkit-height: calc(100% - 200px);
    -moz-height: calc(100% - 200px);
    -o-height: calc(100% - 200px);
    height: calc(100% - 200px);
}

.ks-form-list-content {
    -webkit-height: calc(100% - 72px);
    -moz-height: calc(100% - 72px);
    -o-height: calc(100% - 72px);
    height: calc(100% - 72px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
}

.ks-form-list-table-content {
    -webkit-height: calc(100% - 74px);
    -moz-height: calc(100% - 74px);
    -o-height: calc(100% - 74px);
    height: calc(100% - 74px);
    overflow: auto;
}

.ks-select-content {
    width: 100%;
}

.ks-select-content .el-select {
    width: 100%;
}


/* 题库管理 */
#questionBank {
    height: 100%;
}

.question-container {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    -webkit-height: calc(100% - 84px);
    -moz-height: calc(100% - 84px);
    -o-height: calc(100% - 84px);
    height: calc(100% - 84px);
}

.el-tabs__item {
    /*line-height: 22px !important;*/
    font-size: 16px;
}

.typeBtn-content .el-tabs__item {
    line-height: 40px !important;
    font-size: 14px;
}

.el-tabs__nav-wrap::after {
    height: 1px;
}

.typeBtn-content .el-tabs__nav-wrap::after {
    height: 0px;
}

.typeBtn-content .el-tabs__active-bar {
    height: 0px;
}

.input-weight .el-select {
    width: 100%;
}

.question-module {
    -webkit-height: calc(100% - 41px);
    -moz-height: calc(100% - 41px);
    -o-height: calc(100% - 41px);
    height: calc(100% - 41px);
}

.stair-tab-container {
    border-bottom: 1px solid #dedede;
}

.stair-tab-container .stair-tab-btn {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 19px;
}

.stair-tab-btn:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: -1px;
    display: block;
    border-bottom: 1px solid #dedede;
    content: '';
}

.stair-tab-container .tabActive {
    color: #409EFF
}

.stair-tab-container .tabActive:after {
    border-color: #409EFF;
}

.choice-container {
    height: 100%;
}

/* 选择题 */
.chice-tab-container {
    overflow: hidden;
    float: left;
}

.chice-tab-container .chice-tab-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    float: left;
    margin-right: 30px;
    color: #333;
    cursor: pointer;
}

.chice-tab-container .chiceTabActive {
    color: #409EFF;
}

.chice-add-content {
    float: right;
    margin-top: 12px;
}

.choice-table-content {
    -webkit-height: calc(100% - 111px);
    -moz-height: calc(100% - 111px);
    -o-height: calc(100% - 111px);
    height: calc(100% - 111px);
}

.paging-content {
    margin-top: 20px;
    overflow: hidden;
}

.add-dialog-content .el-dialog {
    border-radius: 8px !important;
}

.add-dialog-content .el-dialog__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
}

.add-dialog-content .el-dialog__footer {
    text-align: center;
}

.add-dialog-content .el-button {
    width: 250px;
}

.add-dialog-content .el-dialog__body {
    padding: 20px 30px;
}

.add-dialog-content .el-select {
    width: 100%;
}


/* 判断题 */
.judge-container {
    height: 100%;
}

.judge-tab-container {
    overflow: hidden;
    float: left;
}

.judge-tab-container .judge-tab-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    float: left;
    margin-right: 30px;
    color: #333;
    cursor: pointer;
}

.judge-tab-container .judgeTabActive {
    color: #409EFF;
}

.judge-add-content {
    float: right;
    margin-top: 12px;
}

.judge-table-content {
    -webkit-height: calc(100% - 111px);
    -moz-height: calc(100% - 111px);
    -o-height: calc(100% - 111px);
    height: calc(100% - 111px);
}

/* 操作题 */
.operation-container {
    height: 100%;
}

.operation-tab-container {
    overflow: hidden;
    float: left;
}

.operation-tab-container .operation-tab-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    float: left;
    margin-right: 30px;
    color: #333;
    cursor: pointer;
}

.operation-tab-container .operationTabActive {
    color: #409EFF;
}

.operation-add-content {
    float: right;
    margin-top: 12px;
}

.operation-table-content {
    -webkit-height: calc(100% - 111px);
    -moz-height: calc(100% - 111px);
    -o-height: calc(100% - 111px);
    height: calc(100% - 111px);
}

.file-container {
    position: relative;
    height: 40px;
}

.file-img-content {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

.file-btn-content {
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #409EFF;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.file-btn-content i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.file-btn-content span {
    vertical-align: middle;
}

.flex {
    display: flex;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-c {
    justify-content: center;
}

.m-b5 {
    margin-bottom: 5px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-8 {
    margin-left: 8px;
}

.hidden {
    display: none !important;
}

.hidden {
    display: none !important;
}

.el-form-item-33 {
    display: flex;
    flex-wrap: wrap;
}

.el-form-item-33 .el-form-item {
    width: 33.33333%;
}

.el-form-item .el-select {
    width: 100%;
}

.el-form-item-50 {
    display: flex;
    flex-wrap: wrap;
}

.el-form-item-50 .el-form-item {
    width: 50%;
}