@charset "utf-8";
.page_div{margin: 0.46rem 0 0;text-align: center;display: flex;font-size: 0.18rem;font-family: "微软雅黑";align-items: flex-end;justify-content: center;gap: 0.15rem;}
.page_div button{display:inline-block;cursor:pointer;color: #01358B;font-size: var(--smailSize);border: none;text-align:center;-webkit-appearance: none;-moz-appearance: none;appearance: none;/* font-weight: bold; */border-radius: 0.04rem;font-family: "微软雅黑";background: none;font-weight: bold;width: 0.28rem;position: relative;transition: all 0.6s ease-in-out;}
#nextPage,#prePage{/* width: 0.9rem; *//* color: #c90011; *//* font-size: 0.3rem; *//* font-family: fangsong; */font-weight: bold;font-family: "宋体";}
#nextPage,#prePage{}
.page_div .current{transform: translateY(-0.1rem);}
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#465ea5;margin:0 5px}
.page_div button:disabled{opacity:.5;cursor:no-drop;color: #01358B;}
.totalNum,.totalList,#firstPage,#lastPage{display: none;}
 .page_div button{}
#page{margin-top: 0.6rem;margin-bottom:0.75rem;}
.page_div .white {
    margin: 0 0.14rem;
    width: 0.46rem;
    line-height: 0.46rem;
    display: inline-block;
    border-radius: 0.04rem;
    border: 1px solid #707070;
    text-align: center;
    background: #fff;
    font-size: 0.185rem;
    color: #666;
}
.page_div button:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    bottom: -0.15rem;
    background: url(../images/pagebg.svg)no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.page_div button.current:after {
    opacity: 1;
}
#prePage {
}

button#jump {
    width: 0.8rem;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #FFF;
    margin-left: 0.06rem;
}
div#wp_paging_w6 {
    display: none;
}
