.default-wrapper .nav {
  background-color: #5744e6;
}
.default-wrapper .nav .nav-domin,
.default-wrapper .link-clomuns .link-clomuns-cell,
.default-wrapper .page-copyright.container {
  color: #fff;
}
.default-wrapper .link-clomuns .link-clomuns-cell:hover {
  color: #ff9622 !important;
}
@media (max-width: 768px) {
  .nav .nav-box.pc.container  {
    flex-direction: row;
    padding: 1rem 1.5rem;
    color: #fff;
  }
  .nav .nav-box.pc.container .nav-domin {
    margin-bottom: 0;
  }
}
.default-wrapper .section-footer .footer-tools {
  background-color: #5744e6;
  border-color: rgba(255, 255, 255, 0.3);
}
.default-wrapper .section-footer .footer-tools-content span {
  color: #fff;
}
.default-wrapper .section-footer .footer-tools-list {
  transform: translate(-60%, -52%);
}
.default-wrapper .con-posts .paging-box li {
  border: unset;
  border-radius: 50%;
  background: #f9f8ff;
}
.default-wrapper .con-posts .paging-box li.active {
  color: #fff;
  background: linear-gradient(225deg, #A653FA 0%, #5844E6 100%, #5744E6 100%);
}
.default-wrapper .con-posts .paging-box li a {
  width: 30px;
  height: 30px;
  color: #333;
}
.default-wrapper .con-posts .paging-box .pre,
.default-wrapper .con-posts .paging-box .next {
  display: none;
}
.default-wrapper .con-posts .paging-box .active a {
  color: #fff;
}
.default-wrapper .section-footer {
  background-color: #5744E6 !important;
}
.default-wrapper .con-article-aside .article-aside h2{
  margin-top: 0 !important;
}