.macrowing-modal{
    padding:0 56px ;
    border-radius:8px !important;
    padding-bottom: 24px;
}
.macrowing-modal .el-dialog__header{
    padding-left: 0 !important;
}
.el-dialog__title{
    font-weight: bold!important;
}
.el-dialog__body{
    padding: 0 !important;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
    color: #E7290F !important;
}
.macrowing-modal-main{
    margin-top: 32px;
}
.macrowing-modal-form{
    width:752px;
    border-right: 1px solid #e9e9e9;
    padding-right: 56px;
    padding-bottom: 54px;
}

.macrowing-modal-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.macrowing-modal-items .el-form-item{
    width: 340px!important;
}
.macrowing-modal-items .el-select {
    width: 100%!important;
}
.el-dialog__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.macrowing-message{
    z-index: 99999999 !important;
}
.el-loading-spinner {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.el-loading-spinner .circular {
    height: 24px !important;
    width: 24px !important;
    margin-right: 8px!important;
}
.macrowing-modal-login{
    width: 143px;
}
.macrowing-modal-login-t{
    color:#333333;
    font-size:18px; 
    font-weight: bold;
    margin-top: 32px;
}
.macrowing-modal-login-question{
    color:#666666;
    font-size:14px;
    margin-top: 24px;
    width:143px;
    span{
        color: #2f54eb;
    }
}
.macrowing-modal-login img{
    width: 143px;
    height: 140px;  
    margin-top: 8px; 
}
.macrowing-modal-form-login {
    width: 300px;
    padding-top: 24px;
}