.bx_pagination_bottom {
	margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx_pagination_bottom > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.bx_pagination_bottom > ul > li {
    margin: 8px;
}
.bx_pagination_bottom > ul > li > a,
.bx_pagination_bottom > ul > li > span {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border: 1px solid #C5C6C6;
    background: #F9F9F9;
}
.bx_pagination_bottom > ul > li > span {
    color: #A1A1AA;
}
.bx_pagination_bottom > ul > li.bx_active > span {
    background: #F39416;
    color: #fff;
}
