.content {
    padding: 10px;
    overflow: auto;
    background: #FFF;
}

.el-curd-header {
    background: #FFF;
    border-bottom: 1px dashed #ECEEF5
}

.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.operator-btn-group {
    width: 120px;
    margin: 0 auto;
}

.operator-btn {
    width: 100%;
    text-align: left;
    border: none;
}

.operator-btn-info {
    color: #909399;
}

.operator-btn-primary {
    color: #409EFF;
}

.operator-btn-success {
    color: #67C23A;
}

.operator-btn-warning {
    color: #E6A23C;
}

.operator-btn-danger {
    color: #F56C6C;
}

.el-tooltip__popper {
    max-width: 300px;
}


.form-bottom-btn {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}

.save-update-form {
    padding-bottom: 80px;
}

.inner-body {
    padding: 10px 15px 0 0 !important;
    border-radius: 10px;
    background: #ffffff;
    width: calc(100% - 40px) !important;
    height: calc(100% - 33px) !important;
}


.title28 {
    font-size: 28px;
}

.title32 {
    font-size: 32px;
}

.label-title13 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}


.color-blue {
    color: #409EFF;
}

.color-success {
    color: #67C23A;
}

.color-warning {
    color: #E6A23C;
}

.color-danger {
    color: #F56C6C;
}

.color-black {
    color: #000;
}


.bg-purple {
    background: #efefef;
    text-align: center;
    height: 75px;
    border-radius: 5px;
    padding-top: 15px;
}

