@charset "utf-8";
/*样式参考*/
a {
    text-decoration: none;
}

.pagebottom{
border-bottom: 38px solid white;
    /*position: fixed;*/
    z-index: 0;
    /* left: 34%; */
    bottom: -38px;
    width: 100%;
}
.pagebottom li{
    list-style-type:none;
}
#page,#page2 {
    /*height: 50px;*/
    display: table;
    margin: 0 auto;
    margin-bottom:5px;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    background: rgba(247,247,247,1);
    text-align: center;
    margin-right: 5px;
    border-radius: 2px
}

.pagingUl li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    border-radius: 2px
}

.prv,
.next {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: rgba(247,247,247,1);
    padding: 0 5px;
    border-radius: 2px;
}

.prv {
    margin-right: 10px;
}
.fr.last img,.pagebottom .fr.first img{
	width:18px;
	height:18px;
	vertical-align: middle;
}
.last{
	margin-left:10px;
}

#page .first,
#page .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    background:rgba(247,247,247,1);
    padding: 0 5px;
    border-radius: 2px;
    margin-right: 10px;
}

.prv:hover,
.next:hover,
.pagebottom .first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #ffffff!important;
    color: rgba(112,106,244,1)!important;
	text-decoration:none;
}

.jumpto{
    font-size: 12px;
    line-height: 30px;
    margin-left: 6px;
}
.jumpto input{
	width:50px;
	height:30px;
	margin-left:5px;
	margin-right:5px;
	border:1px solid #ddd;
	border-radius:2px;
}
