﻿.page-area{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.page-area .page-num{
    display: inline-block;
    
    cursor: pointer;
}
.pagination-sm .page-item:first-child .page-link{
    padding: .651vw .651vw;
    font-size: .9115vw;
    border: none;
}
.pagination-sm .page-link{
    font-size: .9115vw;
    padding: .651vw .651vw;
    border: none;
}
.page-area a{
    width: 2.3438vw;
    height: 2.3438vw;
    border: 1px solid RGBA(100, 100, 100, 0.5);
    display: inline-block;
    line-height: 2.3438vw;
    margin: 0px .1953vw;
    color: #666;
    text-align: center;
}
.page-area .active,.page-area .page-num-current{
    background: linear-gradient(to right, #0697d0, #2fe79d);
    color: #fff;
    border:none;
}
.page-area a:hover{
    background: linear-gradient(to right, #0697d0, #2fe79d);
    color: #fff;
}
.page-area img {
    width: .651vw;
    height: .5859vw;
    margin-right: .651vw;
    margin-left: .651vw;
}
.page-area .single-page {
    width: .3906vw;
    height: .5859vw;
}