.j_page {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: var(--text-body);
    overflow: hidden;
    padding: 15px 0 30px;
}
.j_page .p_box {
    position: absolute;
    width: 200%;
    left: -50%;
}
.j_page .p_wp {
    position: absolute;
    margin-left: 50%;
}
.j_page .p_in {
    position: relative;
    float: left;
    left: -50%;
}
.j_page ul {
    height: 30px;
    margin: 0 16px;
}
.j_page ul, .j_page .td, .j_page .mytxt, .j_page .og_but {
    float: left;
    font-size: 14px;
}
.j_page li {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: var(--radius-sm);
    background-color: var(--bg-light);
}
.j_page li.on {
    color: var(--text-white);
    background-color: #ff6000;
}
