.img-print {
  color: #066ff4;
}

.el-select-group__title {
  color: #41b883;
}
.dialogPrint .el-dialog .el-dialog__body {
  background: #fff !important;
}
@media print {
.printStyle {
    position: absolute !important;
    z-index: 9999 !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background: #f1f2f7 !important;
}
.redisStyle .el-table__header {
    width: 100% !important;
}
.redisStyle .el-table__body {
    width: 100% !important;
}
.hiddenElement {
    display: none;
}
.dialogPrint .el-dialog {
    position: absolute !important;
    z-index: 9999 !important;
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
    left: 0 !important;
    top: -1px !important;
    background: #fff !important;
}
.dialogPrint .el-dialog .el-dialog__header {
    background: #fff !important;
}
.dialogPrint .el-dialog .el-dialog__body {
    background: #fff !important;
}
.dialogPrint .el-dialog .el-dialog__body .pridiv {
    background: #fff !important;
}
.dialogPrint .el-dialog .el-dialog__footer {
    background: #fff !important;
}
.dialogPrint .el-dialog .el-dialog__headerbtn {
    display: none !important;
}
}

