/*分页*/
/* .layui-laypage a, .layui-laypage span{
    line-height: 40px!important;
    height: 40px!important;
    color:#777;
    padding:0 18px!important;
    margin :0 4px 0 0!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #005fe5!important;
}
.layui-laypage a:hover,.layui-laypage span:hover{
    background: #005fe5!important;
    color:#fff!important;
}


.layui-laypage .layui-laypage-curr em{
    color:#fff!important;
} */

.pages a,.pages em{
    font-size: 24px;
}
@media (max-width:1366px) {
    .pages a,.pages em{
        font-size: 20px;
    }
}
@media (max-width:1024px) {
    .pages a,.pages em{
        font-size: 18px;
    }
}



#page-wrapper button,#page-wrapper2 button{
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    border:1px solid #6b6b6b;
    color: #6b6b6b;
    margin: 0 13px;
}

#page-wrapper .current,#page-wrapper2 .current{
    background: #006671;
    border-color: #006671;
    color: #fff;
}

#page-wrapper,#page-wrapper2{
    display: flex;
    align-items: center;
    justify-content: center;
}

#firstPage,#lastPage,.totalNum,.totalList,#nextPage .img_a,#prePage .img_a{
    display: none;
}

#prePage,#nextPage{
    border: 0 !important;
}