.layui-laypage.page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-laypage.page .layui-laypage-count{
    margin-left: 8px !important;
}

.ant-btn{
    line-height: 2.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0,0,0,.85);
    border: 1px solid #d9d9d9;
    background: #fff;
}
.mr24{
    margin-right: 24px;
}
.mr40{
    margin-right: 40px;
}
.ant-btn:focus, .ant-btn:hover{
    color: #40a9ff;
    border-color: #40a9ff;
    background: #fff;
}
.ant-btn.ant-btn-primary{
    color: #fff;
    border: 1px solid #1677ff;
    background-color: #1677ff;
}
.anticon{
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ant-btn>.anticon{
    line-height: 1;
}
.ant-btn>.anticon+span, .ant-btn>span+.anticon{
    margin-left: 8px;
}
