.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: 5.73333vw;
    height: 5.73333vw;
    border: 1px solid RGBA(100, 100, 100, 0.5);
    display: inline-block;
    line-height: 5.73333vw;
    margin: 0px 1.1953vw;
    color: #666;
    text-align: center;
}
.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: 1.651vw;
    height: 1.5859vw;height: 1.5859vw; position:relative;
    top: -0.3vw;
  
}
.page-area .single-page {
   width: 1.651vw;
    height: 1.5859vw;height: 1.5859vw;position:relative;
    top: -0.3vw;
}