.el-dialog__header{
    background-color: #fff;
}
.el-dialog__headerbtn {
    top: 10px;
    right: 10px;
}
.dialogMsg .el-dialog__header{
    background-color: #EDF0FB;
}
.checkIn .el-table th{
    background-color: #EDF0FB;
    /* margin-top: 10px; */
}
.dialogMsg .el-dialog__headerbtn {
    top: 15px;
    right: 17px;
}
.el-dialog__body{
    padding: 0 32px 32px 32px;
    text-align: center;
}
.el-dialog__body h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.el-dialog__body span{
    font-size: 18px;
}
.el-dialog__footer{
    border-top: 1px solid #ececec;
    padding: 10px 20px 13px;
    text-align: center;
}
.el-button--default{
    color: #354BFF;
}
/* .el-button--default:hover{
    color: #fff;
}
.el-button--default:visited{
    color: #fff;
} */


/* dialog 及  滚动条样式 */
.messageStu .stuList li {
    width: 200px;
    height: 230px;
    text-align: center;
    float: left;
    margin: 0 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.messageStu .stuList li img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    cursor: pointer;
}

.messageEdie span {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.messageEdie .text {
    border: 1px solid #cccccc;
    width: 97%;
    padding: 10px;
}
.el-image-viewer__btn.el-image-viewer__close{
    font-size: 42px;
    color: #999999;
}
.el-image{
    width: 200px;
    height: 200px;
}

.managePages{
    background-color: #eef0f5;
    overflow-x: hidden;
    overflow-y: scroll;
}
.el-table__body-wrapper::-webkit-scrollbar {
     height: 14px
}

.el-table__body-wrapper::-webkit-scrollbar-x {
    overflow: hidden;
}

.el-table__body-wrapper::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 5px;
    border: none;

}
.content .table .el-scrollbar__bar.is-vertical {
    opacity: 0;
}

.content .table .el-scrollbar__bar.is-horizontal {
    opacity: 0;
}


.el-table--scrollable-x .el-table__body-wrapper{
    overflow-x: scroll;
}
 .el-table td:last-child{
    padding: 7px 10px!important;
}
/* 分页 */
.managePages .right .content .table .pagination1 {
    position: absolute;
    margin: 24px 16px 32px;
    background: #fff;
    bottom: 0;
    right: 0;
  }
.el-pagination__editor {
    margin: -10px 2px;
    vertical-align: middle;
}

.el-pagination__editor.el-input .el-input__inner {
    line-height: 24px;
    height: 24px;
    /* margin-top: 2px; */
}
.managePages .right .content .table .issue {
    padding: 10px 0;
    position: absolute;
    right: 30px;
    top: 0;
    margin: 5px 0;
  }
  .managePages .right .content .table .issue .el-button--primary {
    padding: 0 20px;
    height: 32px;
  }
  .managePages .right .content .table .issue .el-button--primary:hover {
    background-color: #4c60ff;
    color: #fff;
    border: 1px solid #354BFF;
  }