.page_num_box_d {
    color: #222;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    background-image: none;
    transition: all .2s;
    font-size: 14px;
    min-width: 15px;
    margin: 2px;
    padding: 0 13px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    float: left;
}

.go_frm_d {
    background: #ffffff;
    border: solid 1px #cccccc;
    height: 26px;
    display: block;
    float: left;
    border-radius: 4px;
    margin: 2px;
}
.go_box_d{
    margin: 0px 4px
}

.go_num_text_d {
    width: 35px;
    height: 15px;

    border: 1px solid #dcdcdc;
    border-radius: 2px;
    line-height: 15px;
    text-align: center;
    margin: 3px 3px;
    outline: none;
}

.bnt_hide_d {
    display: none;
}

.showborder_d {
    border: 0px solid olivedrab;

}

.page_num_box_select_d {
    background: #00a1d6;
    color: #fff;
    border: 1px solid #00a1d6;
}

.page_num_box_select_d :hover {
    background: #00a1d6;
}

.page_num_box_unselect_d:hover {
    background-color: rgba(0, 183, 238, 0.49);
}