/*分页*/
/* .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: 2.865vw;
    height: 2.865vw;
    min-width: 40px;
    min-height: 40px;
    border-radius: 1000px;
    border:1px solid transparent;
    background: #f7f7f7;
    color: #666;
    margin: 0 10px;
    font-size: 16px;
}
@media (max-width:768px) {
    #page-wrapper button,#page-wrapper2 button{
        width: 25px;
        height: 25px;
        margin: 0 8px;
    }
}

#page-wrapper .current,#page-wrapper2 .current{
    /* background: #006671; */
    border-color: #0d357e;
    color: #0d357e;
}

#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;
}

#prePage:hover .img,#nextPage:hover .img{
    display: none;
}

#prePage:hover .img_a,#nextPage:hover .img_a{
    display: block;
    animation: hideShow 1s;
}