.ui-page {
    margin: 30px 0;
}
.ui-page > * {
    margin-right: 20px;
}
.ui-page ul li{
    display: inline-block;
}
.pagin{
    display: inline-block;
    float: right;
}
.ui-page ul li a{
    display: block;
}
.nextLink, .prevLink {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #4da1ff;
    border: 1px solid #4da1ff;
    color: white;
    padding: 0 15px 0 25px;
    margin: 0 3px;
}
.prevLink {
    padding: 0 15px 0 25px;
}
.nextLink{
    padding: 0 25px 0 15px;
}
.nextLink:hover, .prevLink:hover{
    background-color: white;
    border: 1px solid #ff6d4a;
    color: #ff6d4a;
}
.nextLink span, .prevLink span{
    position: absolute;
    display: block;
    width: 9px;
    height: 16px;
}
.previcon {
    top: 7px;
    left: 8px;
    background: url(../../img/pagelist.png) no-repeat 0 0;
}
.nexticon {
    top: 7px;
    right: 8px;
    background: url(../../img/pagelist.png) no-repeat 0 -16px;
}
.disabled,.disabled:hover{
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 3px;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    color: white;
    cursor: auto;
}
.prevLink .disabled{
    padding: 0 15px 0 25px;
}
.nextLink .disabled{
    padding: 0 25px 0 15px;
}
.step {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border: #CCCCCC solid 1px;
    color: #CCCCCC;
    padding: 0 15px;
    margin: 0 3px;
}
.step:hover{
    border: #ff6d4a solid 1px;
    color: #ff6d4a;
}
.currentStep {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #4da1ff;
    border: #4da1ff solid 1px;
    color: white;
    padding: 0 15px;
    margin: 0 3px;
    cursor: default;
}
.pageConf{
    display: inline-block;
    height: 30px;
    float: right;
}
.pageConf>div{
    float: left;
    line-height: 30px;
}
.ui-page input[type="text"], .ui-page select {
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 0;
}
.ui-page select {
    padding: 5px 0px\9;
}
.ui-page select {
    width: auto;
}
.ui-page .jumppage{
    margin-left: 20px;
}