.el-dialog{display:flex;flex-direction:column;margin:0!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 30px);max-width:calc(100% - 30px)}.el-dialog .el-dialog__body{padding:0;flex:1;overflow:auto}.el-dialog__header{background:linear-gradient(90deg,#003cbd,#0085ff)}.el-dialog__title{font-size:16px;color:#fff}.el-dialog__headerbtn{top:10px;right:10px}.el-dialog__headerbtn .el-dialog__close{color:#fff;opacity:.7;font-size:22px!important}.el-dialog__headerbtn:hover .el-dialog__close{opacity:1;color:#fff;animation:rotateCss .2s linear;-webkit-animation:rotateCss .2s linear}@keyframes rotateCss{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}}.diaBottom{width:720px;height:60px;background:#e0f2ff}.diaBottom .diaBtnCancal{float:right;margin-right:12px;margin-top:12px;width:72px;height:32px;line-height:32px;border-radius:16px;text-align:center;cursor:pointer;color:#51b7fa;box-shadow:0 4px 8px 0 rgba(13,108,251,.4);border:1px solid #64baf7;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;background:#fff}.diaBottom .diaBtnCancal:hover{background:#eaf7ff}.diaBottom .diaBtnCancal:active{background:#d9f0ff}.diaBottom .diaBtn{float:right;margin-right:12px;margin-top:12px;width:74px;height:34px;line-height:34px;border-radius:17px;cursor:pointer;text-align:center;color:#fff;background-image:linear-gradient(90deg,#0d6cfb,#00baff);box-shadow:0 4px 8px 0 rgba(13,108,251,.4);-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px}.diaBottom .diaBtn:hover{background-image:linear-gradient(90deg,#0d7dfb,#00baff)}.diaBottom .diaBtn:active{background-image:linear-gradient(90deg,#008bed,#00c0e9)}