/* 翻页开始 */
.page_box {
    position: absolute;
    bottom: 0;
    right: 6rem;
    width: 100%;
    display: flex;
    justify-content:end
}
.page {
    margin-top: 29px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_text {
    margin-right: 0px;
}
.page_text,.page_text>span {
    font-size: 14px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #333333;
}

.page_tag{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination {
    margin-left: 20px;
}
[dir="rtl"] .pagination {
    margin-left: initial;
    margin-right: 20px;
}


.pagination>li {
    width: 24px;
    height: 24px;
    /* opacity: 1; */
    border-radius: 50%;
    margin-right: 4px;
    font-size: 14px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination>li:last-child {
    width: auto;
    margin-left: 12px;
}

.pagination li.active {
    background-color: var(--mc);
    color: #fff;
}
.pagination>li.active span {
    color: #fff;
}

/* .pagination li:first-child span, .pagination li:first-child a, .pagination li:last-child span, .pagination li:last-child a{
    width: 50px;
    height: 25px;
    line-height: 22px;
    display: block;
    border: 1px dashed #333;
    text-align: center;
} */
