div#page1 {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-top: 1px solid #9ec5d9b0;
    margin-top: 50px;
    padding: 60px 0px 150px 0;
}div#page1 span {
    font-size: 16px;
    color: #010101;
    line-height: 34px;
}div#page1 button {
    background: none;
    border: 1px solid #BFBFBF;
    color: #666666;
    font-weight: bold;
    line-height: 34px;
    border-radius: 5px;
    padding: 0 12px;
    margin: 0 4px;
    font-size: 16px;
}div#page1 input#count {
    background: none;
    border: 1px solid #BFBFBF;
    color: #666666;
    font-weight: bold;
    line-height: 34px;
    border-radius: 5px;
    padding: 0 12px;
    margin: 0 4px;
    font-size: 16px;
    width: 33px;
}div#page1 button.current {
    background: #339BCE;
    color: #fff;
}@media screen and (max-width: 999px) {
 .page_div span,.page_div input,button#jump{
    display: none ! important;
}
 .page_div{
    margin-bottom: 30px;
}
    #firstPage, #lastPage, #nextPage, #prePage{
    /* width: 0.9rem; */
    /* height: 0.7rem; */
    /* line-height: 0.7rem; */
}

}
@media screen and (max-width: 479px) {
 #nextPage, #prePage{
   
    /* padding: 0 5px; */
    /* line-height: 27px; */
    /* height: 27px; */
}

}