.pagex {
    height: 2rem;
    width: 100%;
    padding: 0.44rem 1.54rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.pagex .page_prev, .page_next {
    width: 2.2rem;
    height: 0.88rem;
    background: #FFFFFF;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.88rem;
    color: #333333;
}
.pagex .page_num {
    width: 50%;
    height: 1.5rem;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #999999;
    position: relative;
}
.pagex .pageshowbox {
    font-size: 0.48rem;
    color: #000;
}
.pagex .page_num span {
    color: #333333;
}
.pagex .page_num select {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 1.5rem;
    z-index: 9;
    opacity: 0;
}
.pagex input, .pagex select,.pagex textarea {
    font-size: 100%;
}
.pagex .page_prev, .page_next {
    width: 20%;
    height: 1.5rem;
    background: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333333;
}
.pagex a {
    text-decoration: none;
}