﻿.DoxunDataPages_Navigation_Defalut { 
    height: 30px!important;
    line-height: 30px!important;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;  
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Navigation_Select { 
    height: 30px;
    line-height: 30px;
    background-color: #bc1d20;
    color: #ffffff;
    border: 1px solid #bc1d20;  
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.DoxunDataPages_Nembers_Defalut {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_Defalut:hover { 
    background-color: #bc1d20;
    color: #fff;
    border: 1px solid #bc1d20; 
}
.DoxunDataPages_Nembers_Select {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #bc1d20;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_CurrPage {
    height: 30px;
    line-height: 30px;
    background-color: #bc1d20;
    color: #ffffff;
    border: 1px solid #bc1d20;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}

.dx_pagesbox {
    width: 100%;
    margin: 30px auto;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 30px 0; 
}

.dx_pagesdefault {
    display:inline-block; 
    width:52px;
    height:52px; 
    cursor:pointer;  
} 
.dx_pages_prev{background:url(/images/page_prev.png) no-repeat;}
.dx_pages_prev:hover{background:url(/images/page_prev_curr.png) no-repeat;}
.dx_pages_next{background:url(/images/page_next.png) no-repeat;}
.dx_pages_next:hover{background:url(/images/page_next_curr.png) no-repeat;}
 
.dx_pagesinfo{font-size:30px; padding:0 40px; line-height:52px;}
.dx_pagesinfo .currPage { color:#7fb63a;}
.dx_pagesinfo .totalPage{ color:#656565; }

.dx_currpage{
   font-size:30px;
   color:#000;  
}

.dx_line {
    font-size: 30px;
    color: #999; 
}
.dx_totalpage {
    color: #999;
    font-size: 15px; 
}


@media screen and (max-width: 640px) {
    .dx_pagesbox {
        width: 100%;
        margin: 30px auto;
        display: flex;
        text-align: center;
        justify-content: center;
        padding: 30px 0; 
    }

    .dx_pagesdefault {
        display:inline-block; 
        width:32px;
        height:32px; 
        cursor:pointer;  
    } 
    .dx_pages_prev{background:url(/images/page_prev.png) no-repeat; background-size:100% 100%;}
    .dx_pages_prev:hover{background:url(/images/page_prev_curr.png) no-repeat; background-size:100% 100%;}
    .dx_pages_next{background:url(/images/page_next.png) no-repeat; background-size:100% 100%;}
    .dx_pages_next:hover{background:url(/images/page_next_curr.png) no-repeat; background-size:100% 100%;}
 
    .dx_pagesinfo{font-size:20px; padding:0 40px; line-height:32px;}
    .dx_pagesinfo .currPage { color:#7fb63a;}
    .dx_pagesinfo .totalPage{ color:#656565; }

    .dx_currpage{
       font-size:20px;
       color:#000;  
    }

    .dx_line {
        font-size: 20px;
        color: #999; 
    }
    .dx_totalpage {
        color: #999;
        font-size: 15px; 
    }
}