* {
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
}

.el-header {
    height: 40px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    background-color: #409EFF;
}

.el-row:nth-child(n+2) {
    margin-top: 10px;
}

.item-title {
    font-size: 22px;
    color: #595959;
    font-weight: bold;
}

.item-desc {
    font-size: 14px;
    color: #909399;
    line-height: 1.5em;
}

.item-space {
    height: 10px;
}

.item-button {
    width: 100%;
}

.el-footer {
    font-size: 12px;
    color: #909399;
    text-align: center;
}

.el-dialog__body {
    padding: 0 5px !important;;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: calc(100% - 125px);
}

.dialog-button {
    width: 100%;
}

.el-row {
    display: flex !important;
    justify-content: space-between !important;
}