/*分页按钮样式*/
a {
    text-decoration: none;
}
.pagination2 a:hover{
    text-decoration: none!important;
    color: #fff;
    background: #fc2139;
}
.main .pagination2 a:hover{
    text-decoration: none!important;
    color: #fff;
    background: #fc2139;
}
.pagination2 .page-ellipsis:hover{
    color: #323232;
    background: none;
}
.pagination2 a:focus{
    text-decoration: none!important;
    color: #fff!important;
    background: #fc2139;
}
.pagination2 .page-ellipsis:focus{
    color: #323232;
    background: none;
}
.pagination2{
    font-size: 16px;
    text-align: center;
}
.pagination2 .pagebar-content{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}
.pagination2 .pagebar-content *{
    font-size: 16px;
}
.pagination2 .pagebar-content>*{
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
}
.pagination2 .pagebar-content ul{
    overflow: hidden;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 5px;
    height: 42px;
}
.pagination2 ul li{
    float: left;
    margin-right: 5px;
}
.pagination2 ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    color: #323232;
    background: #fff;
}
.pagination2 ul li .page-ellipsis{
    border: none;
    font-size: 32px;
    line-height: 30px;
    background: none;
}
.page-turn-div input{
    width: 80px;
    height: 40px;
    padding-left: 0;
    text-align: center;
    margin: 0 3px;
}
.once3-pagebar .page-turn-div input{
    height: 36px;
}
.page-btn{
    width: 80px;
    text-align: center;
    border-radius: 4px;
    background: #fc2139;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fc2139;
}
.page-btn:hover{
    background: #fc2139;
    border: 1px solid #fc2139;
    color: #fff;
}
.pagebar-content li.active a{
    background: #fc2139;
    color: #fff;
}