
#dialogBox>div {
    width: 100%;
    height: 500px;
}
.el-dialog {
    background-color: #0e2554;
}
.el-dialog__title {
    color: #fff;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}
.el-dialog__header {
    border-bottom: 1px #2e405e solid;
    text-align: center;
}

