.main_con {
  background-color: #fff;
}
.tag-hover > a:hover,
.tag-hover li > a:hover {
  color: #0a58ca;
}
.page-item.active .page-link {
  background: #777;
  border: none;
}
.new-pagination > * {
  border: 1px solid;
  border-color: #ccc;
  padding: 5px 10px;
  margin: 0px;
}
.page-number:first-child,
.new-pagination .extend:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-number:last-child,
.new-pagination .extend:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-right: 1px solid;
  border-color: #ccc;
}
.new-pagination > a {
  text-decoration: none;
  color: #555;
  border-right: none;
}
.new-pagination .current {
  background: #777;
  border: 1px solid;
  border-color: #777;
  color: #fff;
}
.nav-item img {
  width: 45px;
  height: auto;
  border-radius: 50%;
}
.navbar-brand {
  font-size: 25px;
}
#busuanzi_container_page_pv {
  float: right;
  color: #777;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.bgV {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  object-fit: cover;
}
