﻿.page-nav{
   display: none;
}
.vpage{display: none;}
.vpage.active{display: block;}
.page-link{display: flex;justify-content: center;}
.page-link span{margin: 0 5px;width: 30px;height: 30px;background: #eee;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.page-link span.active{background: var(--color);color: #fff;}