table{
    text-align: center;
}
.layui-table th{
    text-align: center;
}
.page {
    width: 100%;
    text-align: center;
    font-size: 0px;
    padding: 20px 0;
}

.page a,
.page span {
    border: 1px solid #ddd;
    background-color: #fff;
    display: inline-block;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
    color: #333;
    padding: 0px 10px;
    font-size: 14px;
    margin: 0 2px;
}

.page .disabled {
    background-color: #dbdbdb;
    cursor: not-allowed;
}


/* 弹出层的外围div */
.dialog-out-div {
    margin: 20px;
}

.dialog-out-div .layui-input {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}

.dialog-out-div label {
    width: 110px;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}


/* 搜索框文本样式 */
.search-box {}

.search-box .search-lable {
    width: auto;
}

.search-box .search-input {
    width: 200px;
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    padding-left: 5px;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
}

.search-box .search-select {
    width: 100px;
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    padding-left: 5px;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
}

.search-box .search-item {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}