﻿.abow_dialog {
    display: flex;
    justify-content: center;
    align-items: Center;
    overflow: hidden;
}

.el-dialog5 {
    height: 50%;
}

.el-dialog6 {
    height: 60%;
}

.el-dialog7 {
    height: 70%;
}

.el-dialog8 {
    height: 80%;
}

.el-dialog9 {
    height: 90%;
}

.el-dialog10 {
    height: 100%;
}

.el-dialog {
    margin: 0 auto !important;
    overflow: hidden;
    min-height: 40%;
}

.el-dialogfixed {
    height: 345px;
}

.el-dialog__footer {
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
}

.el-dialog__body {
    position: absolute;
    left: 0;
    top: 54px;
    bottom: 69.6px;
    right: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
}

input[type=file] {
    display: none;
}

.el-upload__input {
    display: none;
}

#chooseUl {
    width: 100%;
    height: 300px;
    overflow: scroll;
}

    #chooseUl li {
        list-style: none;
        padding: 2px;
        font-size: 25px;
        display: inline-block;
    }

.el-form-item__content{
    /*line-height:10px;*/
}

/*.el-form-item__label {
    line-height: 10px;
}*/

.el-form-item {
    margin-bottom:10px;
}
.el-table .cell {
    /*padding-left: 0px;*/
}

@media screen and (max-width: 750px) {
    .el-message-box {
        width: 90% !important;
    }
}