
.pageParent{
    overflow:hidden;
    text-align: right;
    display:flex;
    justify-content: space-between;
    position:relative;
}

.pageParent .x-pages-f{
    /*width:70%;*/
    width:100%;
    text-align:center;
}

.pageParent .selPa{
    /*width:30%;*/
    padding:3px 10px 3px 20px;
    text-align:left;
    position: absolute;
    right:0;
    top: 10px;
}

.pageParent .w-select{
    padding: 3px 5px;
    outline:none;
}
.pageParent .button:hover{
    cursor:pointer;
    background-color:#EEEEEE;
}
.pageParent .button{
    text-align: center;
	font-size: 14px;
	color: #666666;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    outline: none;
    border: 1px solid #DDDDDD;
    border-left: none;
    background-color: #fff;
	display: inline-block;
	width: 40px;
}
.pageParent .firstPage{
     border-left:1px solid #DDDDDD!important;
 }
.pageParent .imsury{
    border: 1px solid #DDDDDD;
    margin:0 5px;
}
.pageParent .imsury:hover{
    background-color:#428BCA;
    color:#fff;
}
.pageParent .jumps {
    width: 24px;
    padding: .3rem 0.5rem;
    margin: 0 5px;
    outline: none;
    border: 1px solid #DDDDDD;
}

.pageParent .button.active {
    color:#fff;
    border: 1px solid #428BCA;
    background: #428BCA;
}

.pageParent #page_btnPre,
.pageParent #page_btnLas{
	width: auto;
	padding: 0 10px;
}

.pageParent .w-show{
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #DDDDDD;
	border-right: 0;
}
.pageParent .dg-input{
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #DDDDDD;
	border-left: 0;
}
.pageParent .dg-input input {
	width: 94px;
	font-size: 14px;
	color: #666666;
}