﻿.DoxunDataPages_Navigation_Defalut { 
    height: 20px!important;
    line-height: 20px!important;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;  
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Navigation_Select { 
    height: 20px;
    line-height: 20px;
    background-color: #10AF71;
    color: #ffffff;
    border: 1px solid #10AF71;  
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.DoxunDataPages_Nembers_Defalut {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_Defalut:hover { 
    background-color: #10AF71;
    color: #fff;
    border: 1px solid #10AF71; 
}
.DoxunDataPages_Nembers_Select {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #10AF71;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_CurrPage {
    height: 20px;
    line-height: 20px;
    background-color: #10AF71;
    color: #ffffff;
    border: 1px solid #10AF71;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    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_pagesbox li{
    display:inline-block;
    vertical-align:middle;
}

.dx_pagesdefault {
    display:inline-block;  
    border: 1px solid #ccc; 
    height: 20px;
    line-height: 20px;
    cursor:pointer;
    padding:5px 10px;
    margin:2px;
    border-radius:2px;
} 
.dx_pages_prev{}
.dx_pages_prev{}
 
.dx_currpage{
   font-size:30px;
   color:#000;  
}

.dx_line {
    font-size: 30px;
    color: #999; 
}
.dx_totalpage {
    color: #999;
    font-size: 15px; 
} 

.tzbox{display:flex; align-items:center;}
.tbxGoPage{ border:solid 1px #ddd; width:40px; height:28px; outline:none; text-align:center; margin:0 5px; line-height:30px;}
.btnGoPage{ border:solid 1px #ddd; cursor:pointer; width:50px; height:30px; line-height:30px; color:#333; margin:0 5px; }
.btnGoPage:hover{background:#10AF71; color:#fff;}


