
/*
 * 页数按钮样式
 */

.page_div a {
    min-width: 38px;
    height: 37px;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0px 4px;
    cursor: pointer;
    line-height: 33px;
    color: #666666;
    font-size: 16px;
    display: inline-block;
}

.page_div{
    text-align: center; margin:45px auto;
}
#firstPage,
#lastPage {
    width: 50px;
    color: #222222;
    border: 1px solid #015293!important;
}

#prePage,
#nextPage {
    width: 70px;
    color: #222222;
    border: 1px solid #015293!important;
}

.page_div .current {
    background-color: #015293;
    border-color: #015293;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #015293;
    margin: 0 5px;
}
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
}
label.control-label{
    width: 30%;
    text-align: right;
    font-size: 16px
}
@media screen and (max-width:999px) {
.btnMargin{
    margin-top: 10px;
}}