/*翻页*/
.pagenation {
    padding: 40px 30px 60px 0;
    color: #666;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;}

.pagenation .pagenum {
    float: left;
    min-width: 30px;
    padding: 3px 5px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.pagenation .pagenum.indexpage, .pagenation .pagenum.lastpage, .pagenation .pagenum.nextpage {
    background: rgba(255,255,255,0);
    color: #d9cfce;
}

.pagenation .pagenum.indexpage.active, .pagenation .pagenum.lastpage.active, .pagenation .pagenum.nextpage.active {
    background-color: #f5f5f5;
    color: #999;
}

.pagenation .pagenum.indexpage.active a, .pagenation .pagenum.lastpage.active a, .pagenation .pagenum.nextpage.active a {
    color: #999;
}

.pagenation .pagenum.pagetext, .pagenation .pagenum.totalpage {
    border-radius: 0px;
    background: rgba(255,255,255,0);
    border: none;
}

.pagenation .pagenum a {
    color: #999;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.pagenation .pageswiperbox {
    min-width: 35px;
    max-width: 175px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.pagenation .pageswiper {
    width: auto;
}

.pagenation .pageswiper .pagenum {
    display: inline-block;
    float: none;
}

.pagenation .pagenum.curpage {
    background: rgba(255,255,255,0);
    color: #FE7200;
    border: none;
}

.pagenation .pagenum.curpage a {
    color: #FE7200;
    display: block;
    width: 100%;
}

.pagenation .pageinput {
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 40px;
    margin: 0 3px;
    line-height: 17px;
    box-sizing: border-box;
    vertical-align: top;
}

.pagenation .pagesubbtn {
    background: rgba(255,255,255,0);
}

.pagenation .pagesubbtn a {
    color: #d9cfce;
}

.pagenation .pagesubbtn.active {
    background: #f5f5f5;
}

.pagenation .pagesubbtn a {
    color: #999;
}