[v-cloak] {
    display: none;
}

.layui-fluid * {
    box-sizing: border-box;
}

.user-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-info .avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


/*form item 原始间距就去掉了*/
.search-container .el-form-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

/* form item 下的所有子元素 */
.search-container .el-form-item__content > * {
    width: auto;
    margin-right: 10px;
    /*两个功能, 1.查询表单如果是两行的表单,可以和下面有间距 2.查询表单与表格之间有一定的间距*/
    margin-bottom: 10px;
}
/*上面已经在右边加了间距了,但是按钮并排会有自己的间距,所以给他去掉*/
.search-container .el-form-item__content > .el-button {
    margin-left: 0;

}

.toolbar-container {
    border: 1px solid #ebeef5;
    border-bottom: none;

    position: relative;
    width: 100%;
    min-height: 55px;
    line-height: 30px;
    padding: 10px 15px;
}

.max-z-index {
    z-index: 9999999999999!important;
}

.toolbar-container .toolbar-right {
    position: absolute;
    right: 17px;
    top: 12.5px;
}

.toolbar-container .toolbar-right .el-icon {
    font-size: 16px;
    width: 26px;
    height: 26px;
    padding: 5px;
    margin-left: 10px;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
}

.pagination-container {
    background: #fff;
    padding: 32px 16px;
}

/* 下拉菜单 */
.more-action .el-dropdown + .el-dropdown {
    margin-left: 15px;
}

.more-action .el-dropdown-link {
    cursor: pointer;
    color: #409EFFFF;
    display: flex;
    align-items: center;
}


/* 弹窗底部样式 */
.modal-footer {

}
.modal-footer .el-form-item__content {
    justify-content: flex-end;
}

/** SSQ **/

.qiu {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.qiu-item {
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    float: left;
    text-align: center;
    position: relative;

    width: 25px;
    height: 29px;
    line-height: 29px;
    margin: 0 4.5px;
    font-weight: normal;

    font-size: 14px;
}
.qiu-item-wqgg-zjhm-red {
    background: url(../images/redCircle.png) no-repeat;
    background-size: 25px auto;
}
.qiu-item-wqgg-zjhm-blue {
    background: url(../images/blueCircle.png) no-repeat;
    background-size: 25px auto;
}


.success {
    color: #67C23A
}
.warning {
    color: #E6A23C
}
.danger {
    color: #F56C6C
}
.info {
    color: #909399
}
.brand {
    color: #409EFF
}