/*分页*/
/* .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.604vw;
    height: 2.604vw;
    min-width: 40px;
    min-height: 40px;
    border-radius: 1000px;
    border:1px solid #ea5504;
    border-color: #e4e4e4;
    color: #ea5504;
    color: #999;
    margin: 0 10px;
}

@media (max-width:768px) {
    #page-wrapper button,#page-wrapper2 button{
        min-width: 35px;
        min-height: 35px;
        font-size: 13px;
        margin: 0 8px;
    }
}

#page-wrapper button:hover,#page-wrapper2 button:hover{
    border-color: #ea5504;
    color: #ea5504;
}

#page-wrapper .current,#page-wrapper2 .current{
    background: #ea5504;
    border-color: #ea5504;
    color: #fff;
}
#page-wrapper .current:hover{
    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;
}

#page-wrapper button:hover .img,#page-wrapper2 button:hover .img{
    display: none;
}
#page-wrapper button:hover .img_a,#page-wrapper2 button:hover .img_a{
    display: block;
}