@charset "utf-8";
/*样式参考*/
a {
    text-decoration: none;
}

#page {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#page1 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
    margin-top: 2px;
}

.pagingUl li {
    float: left;
    width: 43px;
    height: 43px;
    background: #F8F8F8;
    /*background: #fff;*/
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}
.pageEllipsis {
	float: left;
    width: 43px;
    height: 43px;
	line-height:43px;
    background: #F8F8F8;
    /*background: #fff;*/
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}
.pagingUl li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 43px;
    text-align: center;
    /*line-height: 28px;*/
    color: #666;
    border-radius: 5px;
    font-size: 16px;
}

.prv,
.next {
    font-size: 16px;
    width: 62px;
    height: 43px;
    background: #F8F8F8;
    text-align: center;
    /*line-height: 30px;*/
    cursor: pointer;
    /*background: #fff;*/
    padding: 0 6px;
    border-radius: 5px;
    margin-top: 10px;
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 62px;
    height: 43px;
    background: #F8F8F8;
    font-size: 16px;
    text-align: center;
    /*line-height: 30px;*/
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    /*background: #fff;*/
    padding: 0 6px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #FFC807!important;
    /*color: #fb344b!important;*/
    font-weight: bolder;
}
