/* Dialog对话框 公共部分样式 Start*/
.el-dialog{
background: transparent !important;
}
.el-dialog__header,.el-message-box__header {
height: 44px;
background: #FFC337;
width: 100%;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
box-sizing: border-box;
}
.el-dialog__title,.el-message-box__title {
color: #FFFFFF;
font-size: 14px !important;
font-weight: bold;
}
.el-dialog__body{
background:url(../../../assets/images/dialogbg.png) center center repeat;
}
/* Dialog对话框 公共部分样式 End*/