/*分页*/
.layui-laypage a, .layui-laypage span{
    line-height: 40px!important;
    height: 40px!important;
    color:#999999!important;
    padding:0 18px!important;
    margin :0 4px 0 0!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #008089;
}

.layui-laypage .layui-laypage-curr em{
    color:#fff!important;
}

.fy li{
    width: auto;
    min-width: 40px;
    border-radius: 0;
}
.fy li a{
    color: #999999;
    font-weight: 400;
    position: relative;
    font-family: "gilroy", "Microsoft YaHei", "arial";
}
.fy li:nth-of-type(1) a,.fy li:nth-last-of-type(1) a{
    font-size: 0;
}
.fy li:nth-of-type(1) a::before,.fy li:nth-last-of-type(1) a::before{
    content:"<";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.fy li:nth-last-of-type(1) a::before{
    content:">";
}
.fy.pglist li:last-child a{
    background: none;
}
.fy li.active a{
    color: #ffffff;
    background: #008089;
} 
