/*分页*/
/* .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{
   display: flex;
   width: 100%;
   justify-content: center;
   margin-top: 1.56vw;
}


#page-wrapper button{
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 1000px;
    border:1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
    font-family: 'din';
    margin: 0 10px;
    transition: all .5s;
}

#page-wrapper button:hover{
    border-color: #0382da;
}

#page-wrapper #prePage,#page-wrapper #nextPage{
    background: #0382da;   
    border-color: #0382da; 
}

#page-wrapper .current{
    background: #eef1f5;
    color: #0382da;
}

#firstPage,#lastPage,.totalNum,.totalList,#prePage .img_a,#nextPage .img_a{
    display: none !important;
}

@media (max-width:1459px) {
    #page-wrapper button{
        font-size: 16px;
    }
}
@media (max-width:1280px) {
    #page-wrapper button{
        font-size: 14px;
    }
}

@media (max-width:768px) {
    #page-wrapper{
        flex-wrap: wrap;
    }
    #page-wrapper button{
        width: 35px;
        height: 35px;
        margin: 0 8px;
    }
}