@media screen and (max-width: 768px){
  .cv-pages {
    font-size: 14px;
  }
}

/* 分页组件的共同样式 */
.cv-pages {
  font-family: "Tahoma","sans-serif";
  text-align: center;
  font-size: 16px;
  user-select: none;
  margin: 20px 0;
  clear: both;
}

div.cv-pages a {
  text-decoration: none;
  border-radius: 3px;
  width: 3em;
  line-height: 2em;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  text-align: center;
}

.cv-pages a,
.cv-pages span {
  display: inline-block;
  box-sizing: border-box;
}

div.cv-pages a:hover{
  background: rgba(200,200,200,.1);
}
div.cv-pages a.disable, div.cv-pages a.elli {
  background: transparent;
  cursor: not-allowed;

}

/* 当前页按钮 */
.pageNum.current {
  color: #0067F4;
}

div.cv-pages svg {
  position: relative;
  top: 2px;
}

/* 翻页工具栏 */
.pages-tool-bar{
  display: inline-block;
  margin-left: 10px;
  font-size: .9em;
}
