.page-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
    list-style: none;
    /* background: #FFFFFF; */
    border-radius: 14px 14px 14px 14px;
    padding: 15px 0;
}
.page-bar li{
    line-height: 34px;
    width: 34px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    color: #333;
    transition: all .3s;
    cursor: pointer;
    height: 34px;
    border: 1px solid #EEEEEE;
    border-radius: 6px 6px 6px 6px;
}
.page-bar li:hover,
.page-bar li:hover a{
    color: #CA3525;
}
.page-bar .i{
    font-size: 12px;
}
.page-bar .active{
    border-color: #E21818;
    color: #CA3525;
    background: #fff;
}
.page-bar li a{
    text-decoration: none;
    display: block;
}
.page-bar .layui-form{
    width: fit-content;
}
.page-bar select{
    height: 30px;
    border-radius: 6px;
    margin: 0 7px;
    border: none;
}
.page-bar .layui-unselect{
    height: 32px;
    border: none;
    background: none;
    width: 100px;
}
.page-bar .layui-form-select .layui-input{
    box-shadow: none;
}
