.vd-page{
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
#pagination{
    display: inline-block;
}
#pagination>a{
    text-decoration: none;
}
#pagination>a,#pagination>span{
    display: block;
    min-width: 15px;
    height: 36px;
    padding: 0 5.5px;
    line-height: 36px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #808080;
    font-weight: bold;
}
#pagination>.current{
    color: #3498ff;;
    border:none;
}
#pagination>.prev, #pagination>.next{
    background-image:none ;
    background-color: #ffffff;
    color: #808080;
    /*border: solid 1px #e2e2e2;*/
}
#pagination .vd-page-prev{
    background: url(../img/Prev.png) no-repeat center;
    height: 36px;
    width: 7px;
    margin: 0 auto;
}
#pagination .vd-page-next{
    background: url(../img/Next-copy1.png) no-repeat center;
    height: 36px;
    width: 7px;
    margin: 0 auto;
}

/*底部新版分页*/
.ft-page {
    margin: unset;
    /*margin-left: auto;*/
    margin-top: 10px!important;
    margin-bottom: 4px!important;
    text-align: center;
    padding-right: 14px;
}
.pagination {
    display: inline-block;
}
.pagination>.prev, .pagination>.next {
    background-image: none;
    background-color: #ffffff;
    color: #808080;
    border: none;
    background-blend-mode: unset;
    box-shadow: unset;
}
.pagination>a, .pagination>span {
    display: block;
    min-width: 15px;
    height: 36px;
    padding: 0 5.5px;
    line-height: 36px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #808080;
}
.list-length-toast{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #696969;
    margin-right: 23px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.list-length-toast > span{
    font-weight: bold;
}
.list-length-toast > span:last-child{
    font-weight: normal;
}
.pagination>.current {
    color: #3498ff;
    border: none;
    background-image: unset;
    background-blend-mode: unset;
    box-shadow: unset;
    line-height: 38px;
}
.pagination>a {
    text-decoration: none;
}
.pagination-line{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 74px;
}