::-webkit-scrollbar {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: sans-serif;
  font-size: 100%;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  line-height: 1;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img {
  max-width: 100%;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
i,
em,
dfn {
  font-style: italic;
}
.body-container {
  position: relative;
}
.back-to-top-fixed {
  position: fixed;
  background-color: rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
  box-shadow: 0 0 14px rgba(0,0,0,0.2);
}
.back-to-top-fixed:hover {
  background-color: rgba(0,0,0,0.1);
}
.back-to-top-fixed .icon.icon-back-to-top {
  position: absolute;
  fill: #bbb;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    line-height: 1.4;
    margin: 5px 0 25px;
  }
  body h1 {
    font-size: 32px;
  }
  body h2 {
    font-size: 28px;
  }
  body h3 {
    font-size: 24px;
  }
  body h4 {
    font-size: 20px;
  }
  body h5 {
    font-size: 18px;
  }
  body h6 {
    font-size: 16px;
  }
  .body-container.float {
    margin-top: -85px;
  }
  .back-to-top-fixed {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    right: 40px;
    bottom: 40px;
    transform: translate3d(0, 100%, 0);
  }
  .back-to-top-fixed.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .back-to-top-fixed .icon.icon-back-to-top {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    margin: 3px 0 20px;
  }
  body h1 {
    font-size: 26px;
  }
  body h2 {
    font-size: 22px;
  }
  body h3 {
    font-size: 20px;
  }
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 14px;
  }
  body h6 {
    font-size: 12px;
  }
  .body-container.float {
    margin-top: -40px;
  }
  .back-to-top-fixed {
    display: none;
  }
}
html.show-mobile-nav {
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html.show-mobile-nav .navbar-list {
  display: flex;
  animation: showMobileNav 0.4s ease-out forwards;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  z-index: 90;
  transition: background-color 0.3s ease;
}
.navbar.fixed {
  position: fixed;
  top: -54px;
  background-color: #ffc0d2;
  transition: transform 0.5s ease, background-color 0.3s ease;
}
.navbar.visible {
  transform: translate3d(0, 100%, 0);
}
.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #fff;
}
.navbar-logo {
  padding-right: 20px;
  flex: 0 1 300px;
  margin: 0;
  font-weight: bolder;
}
.navbar-logo a {
  display: block;
  text-decoration: none;
  outline: 0;
}
.navbar-logo img {
  display: block;
  max-width: 100%;
  max-height: 50px;
}
.navbar-link {
  text-align: right;
  font-size: 15px;
}
.navbar-btn {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.navbar-btn.active {
  position: relative;
  z-index: 1000;
}
.navbar-btn.active div {
  transition: transform 0.3s ease 0.3s;
}
.navbar-btn.active div::before {
  background-color: #000;
  transition: transform 0.3s ease, opacity 0.3s ease 0.3s, background-color 0.3s ease 0.3s;
}
.navbar-btn.active div:nth-child(1) {
  transform: rotate(45deg);
}
.navbar-btn.active div:nth-child(1)::before {
  transform: translateY(0);
}
.navbar-btn.active div:nth-child(2)::before {
  opacity: 0;
}
.navbar-btn.active div:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-btn.active div:nth-child(3)::before {
  transform: translateY(0);
}
.navbar-btn div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.navbar-btn div:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, background-color 0.3s ease;
}
.navbar-btn div:nth-child(1):before {
  transform: translateY(-12px);
}
.navbar-btn div:nth-child(3):before {
  transform: translateY(12px);
}
.navbar-list-item {
  display: block;
  text-decoration: none;
  user-select: none;
}
.navbar-list-item a {
  display: block;
  padding: 10px;
  font-weight: bolder;
  transition: color 0.2s;
}
.navbar-list-item a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .navbar-content {
    max-width: 1200px;
  }
  .navbar-logo {
    font-size: 24px;
  }
  .navbar-list {
    display: flex;
    justify-content: flex-end;
  }
  .navbar-list-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-content {
    max-width: 100%;
    padding: 0 10px;
  }
  .navbar-logo {
    font-size: 18px;
  }
  .navbar-btn {
    display: inline-block;
  }
  .navbar-list {
    display: none;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 20px 0;
    background-color: #f7f7f7;
    z-index: 999;
  }
  .navbar-list-item a {
    color: #161b3d;
  }
}
@-moz-keyframes showMobileNav {
  from {
    opacity: 0;
    transform: translateX(70%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes showMobileNav {
  from {
    opacity: 0;
    transform: translateX(70%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes showMobileNav {
  from {
    opacity: 0;
    transform: translateX(70%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showMobileNav {
  from {
    opacity: 0;
    transform: translateX(70%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-container.post .post-text {
  text-align: left;
}
.header-content {
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 54px;
}
.header-content .social-icons.social-icons-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.header-content .social-icons.social-icons-header a {
  display: block;
  text-align: center;
}
.header-content .social-icons.social-icons-header svg.icon {
  display: block;
  fill: #e7e7e7;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.header-content .social-icons.social-icons-header svg.icon:hover {
  fill: #fff;
  opacity: 1;
}
.post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #394245;
  background-image: linear-gradient(234deg, #394245 0%, #000 100%);
}
.post-text {
  width: 860px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
.type-wrap a {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 2px 1px 0;
  color: #161b3d;
  background-color: #f4f4f4;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: 0.3s all;
}
.type-wrap a:hover {
  background-color: #2821fc;
  color: #fff;
}
.title-wrap {
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.title-sub-wrap {
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .header-container {
    position: relative;
    overflow: hidden;
  }
  .header-container::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 200%;
    height: 100%;
    display: block;
    background-image: url("/images/wave-light.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 50% auto;
    animation: move 10s linear infinite;
  }
  .header-content {
    min-height: 460px;
    padding-bottom: 85px;
  }
  .header-content .social-icons.social-icons-header {
    padding-top: 40px;
  }
  .header-content .social-icons.social-icons-header a {
    padding-top: 10px;
  }
  .header-content .social-icons.social-icons-header a:not(:last-child) {
    padding-right: 30px;
  }
  .header-content .social-icons.social-icons-header svg.icon {
    width: 32px;
    height: 32px;
  }
  .title-wrap {
    font-size: 28px;
    margin: 25px 0;
  }
  .title-sub-wrap {
    font-size: 16px;
  }
@-moz-keyframes move {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
}
@-webkit-keyframes move {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
}
@-o-keyframes move {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
}
@keyframes move {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
}
}
@media screen and (max-width: 767px) {
  .header-content {
    min-height: 280px;
    padding-bottom: 40px;
  }
  .header-content .social-icons.social-icons-header {
    padding-top: 20px;
  }
  .header-content .social-icons.social-icons-header a {
    padding-top: 5px;
  }
  .header-content .social-icons.social-icons-header a:not(:last-child) {
    padding-right: 15px;
  }
  .header-content .social-icons.social-icons-header svg.icon {
    width: 24px;
    height: 24px;
  }
  .title-wrap {
    font-size: 20px;
    margin: 20px 0;
  }
  .title-sub-wrap {
    font-size: 14px;
  }
}
.footer {
  width: 100%;
  padding: 20px;
}
.footer .footer-container {
  margin: auto;
  width: 100%;
  max-width: max-content-width;
  text-align: center;
  color: #aeb5be;
}
.footer .footer-container p {
  line-height: 2;
}
.footer .footer-container a {
  color: #161b3d;
  font-weight: bolder;
}
.footer .footer-container .social-icons.social-icons-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 20px;
}
.footer .footer-container .social-icons.social-icons-footer a {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.footer .footer-container .social-icons.social-icons-footer a:not(:last-child) {
  padding-right: 20px;
}
.footer .footer-container .social-icons.social-icons-footer svg.icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: #bbb;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer .footer-container .social-icons.social-icons-footer svg.icon:hover {
  fill: #000;
  opacity: 1;
}
.card-container {
  margin: 0 auto;
}
.card-container.card-articles .article-title {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.card-container.card-articles .article-meta {
  line-height: 1.3;
}
.card-container.card-articles .article-category {
  position: absolute;
  z-index: 2;
}
.card-container.card-articles .article-category .article-category-link {
  border-radius: 20px;
  padding: 4px 8px;
  transition: all 0.2s ease;
}
.card-container.card-articles .article-category .article-category-link:hover {
  color: #000;
  background-color: #fff;
}
.card-container.card-article-nav .card-item article,
.card-container.card-categories .card-item article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-container.card-article-nav .card-item article strong,
.card-container.card-categories .card-item article strong {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .card-container.card-articles .article-title {
    font-size: 24px;
  }
  .card-container.card-articles .article-meta {
    margin-bottom: 60px;
  }
  .card-container.card-articles .article-category {
    bottom: 45px;
    left: 30px;
  }
  .card-container.card-article-nav,
  .card-container.card-categories {
    font-size: 16px;
  }
  .card-container.card-articles .card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .card-container.card-articles .card-item {
    display: flex;
    flex: 1 1 33.333333333333336%;
  }
  .card-container.card-articles .card-item.large {
    flex: 1 1 66.66666666666667%;
  }
  .card-container.card-articles .card-item:nth-child(1n) article {
    color: #fff;
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
  }
  .card-container.card-articles .card-item:nth-child(2n) article {
    color: #fff;
    background-image: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
  }
  .card-container.card-articles .card-item:nth-child(3n) article {
    color: #fff;
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
  }
  .card-container.card-articles .card-item:nth-child(4n) article {
    color: #fff;
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
  }
  .card-container.card-articles .card-item:nth-child(5n) article {
    color: #fff;
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
  }
  .card-container.card-articles .card-item.img .card-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-container.card-articles .card-item.img .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
  }
  .card-container.card-articles .card-item article {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    margin: 16px;
    padding: 40px 38px 45px;
    min-width: 350px;
    min-height: 370px;
    border-radius: 24px;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.2s ease;
    filter: grayscale(0.7);
  }
  .card-container.card-articles .card-item article:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .card-container.card-articles .card-item article .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .card-container.card-categories .card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .card-container.card-categories .card-item {
    display: flex;
    flex: 1 1 25%;
  }
  .card-container.card-categories .card-item.large {
    flex: 1 1 50%;
  }
  .card-container.card-categories .card-item:nth-child(1n) article {
    color: #fff;
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
  }
  .card-container.card-categories .card-item:nth-child(2n) article {
    color: #fff;
    background-image: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
  }
  .card-container.card-categories .card-item:nth-child(3n) article {
    color: #fff;
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
  }
  .card-container.card-categories .card-item:nth-child(4n) article {
    color: #fff;
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
  }
  .card-container.card-categories .card-item:nth-child(5n) article {
    color: #fff;
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
  }
  .card-container.card-categories .card-item.img .card-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-container.card-categories .card-item.img .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
  }
  .card-container.card-categories .card-item article {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    margin: 16px;
    padding: 40px 38px 45px;
    min-width: 250px;
    min-height: 110px;
    border-radius: 24px;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.2s ease;
    filter: grayscale(0.7);
  }
  .card-container.card-categories .card-item article:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .card-container.card-categories .card-item article .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .card-container.card-article-nav .card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .card-container.card-article-nav .card-item {
    display: flex;
    flex: 1 1 50%;
  }
  .card-container.card-article-nav .card-item.large {
    flex: 1 1 100%;
  }
  .card-container.card-article-nav .card-item:nth-child(1n) article {
    color: #fff;
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
  }
  .card-container.card-article-nav .card-item:nth-child(2n) article {
    color: #fff;
    background-image: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
  }
  .card-container.card-article-nav .card-item:nth-child(3n) article {
    color: #fff;
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
  }
  .card-container.card-article-nav .card-item:nth-child(4n) article {
    color: #fff;
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
  }
  .card-container.card-article-nav .card-item:nth-child(5n) article {
    color: #fff;
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
  }
  .card-container.card-article-nav .card-item.img .card-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-container.card-article-nav .card-item.img .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
  }
  .card-container.card-article-nav .card-item article {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    margin: 16px;
    padding: 20px 38px 20px;
    min-width: auto;
    min-height: 110px;
    border-radius: 24px;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.2s ease;
    filter: grayscale(0.7);
  }
  .card-container.card-article-nav .card-item article:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .card-container.card-article-nav .card-item article .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .card-container.card-articles .article-title {
    font-size: 18px;
  }
  .card-container.card-articles .article-meta {
    margin-bottom: 40px;
  }
  .card-container.card-articles .article-category {
    bottom: 40px;
    left: 22px;
  }
  .card-container.card-article-nav,
  .card-container.card-categories {
    font-size: 14px;
  }
  .card-container.card-articles .card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .card-container.card-articles .card-item {
    display: flex;
    flex: 1 1 100%;
  }
  .card-container.card-articles .card-item.large {
    flex: 1 1 200%;
  }
  .card-container.card-articles .card-item:nth-child(1n) article {
    color: #fff;
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
  }
  .card-container.card-articles .card-item:nth-child(2n) article {
    color: #fff;
    background-image: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
  }
  .card-container.card-articles .card-item:nth-child(3n) article {
    color: #fff;
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
  }
  .card-container.card-articles .card-item:nth-child(4n) article {
    color: #fff;
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
  }
  .card-container.card-articles .card-item:nth-child(5n) article {
    color: #fff;
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
  }
  .card-container.card-articles .card-item.img .card-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-container.card-articles .card-item.img .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
  }
  .card-container.card-articles .card-item article {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    margin: 12px;
    padding: 30px 30px 40px;
    min-width: 70vw;
    min-height: 200px;
    border-radius: 24px;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.2s ease;
    filter: grayscale(0.7);
  }
  .card-container.card-articles .card-item article:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .card-container.card-articles .card-item article .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .card-container.card-categories .card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .card-container.card-categories .card-item {
    display: flex;
    flex: 1 1 100%;
  }
  .card-container.card-categories .card-item.large {
    flex: 1 1 200%;
  }
  .card-container.card-categories .card-item:nth-child(1n) article {
    color: #fff;
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
  }
  .card-container.card-categories .card-item:nth-child(2n) article {
    color: #fff;
    background-image: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
  }
  .card-container.card-categories .card-item:nth-child(3n) article {
    color: #fff;
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
  }
  .card-container.card-categories .card-item:nth-child(4n) article {
    color: #fff;
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
  }
  .card-container.card-categories .card-item:nth-child(5n) article {
    color: #fff;
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
  }
  .card-container.card-categories .card-item.img .card-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-container.card-categories .card-item.img .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
  }
  .card-container.card-categories .card-item article {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    margin: 12px;
    padding: 30px 30px 40px;
    min-width: 70vw;
    min-height: 120px;
    border-radius: 24px;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.2s ease;
    filter: grayscale(0.7);
  }
  .card-container.card-categories .card-item article:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .card-container.card-categories .card-item article .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .card-container.card-article-nav .card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .card-container.card-article-nav .card-item {
    display: flex;
    flex: 1 1 100%;
  }
  .card-container.card-article-nav .card-item.large {
    flex: 1 1 200%;
  }
  .card-container.card-article-nav .card-item:nth-child(1n) article {
    color: #fff;
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
  }
  .card-container.card-article-nav .card-item:nth-child(2n) article {
    color: #fff;
    background-image: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
  }
  .card-container.card-article-nav .card-item:nth-child(3n) article {
    color: #fff;
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
  }
  .card-container.card-article-nav .card-item:nth-child(4n) article {
    color: #fff;
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
  }
  .card-container.card-article-nav .card-item:nth-child(5n) article {
    color: #fff;
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
  }
  .card-container.card-article-nav .card-item.img .card-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-container.card-article-nav .card-item.img .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
  }
  .card-container.card-article-nav .card-item article {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    margin: 12px;
    padding: 18px 20px 18px;
    min-width: auto;
    min-height: 90px;
    border-radius: 12px;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.2s ease;
    filter: grayscale(0.7);
  }
  .card-container.card-article-nav .card-item article:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .card-container.card-article-nav .card-item article .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.page-container {
  max-width: max-content-width;
  margin: 20px auto;
  text-align: center;
}
.page-container .page-number,
.page-container .extend {
  padding: 4px 6px;
  margin: 8px;
}
.page-container .current {
  color: #ccc;
}
.article-entry {
  color: #555;
}
.article-entry:before,
.article-entry:after {
  content: "";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry p,
.article-entry table {
  line-height: 1.6em;
  margin: 1.6em 0;
}
.article-entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.article-entry th {
  font-weight: bold;
  border-bottom: 3px solid #ddd;
  padding-bottom: 0.5em;
}
.article-entry td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.article-entry del {
  color: #999;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  font-weight: bold;
  line-height: 1.1em;
  margin: 1.1em 0;
}
.article-entry a {
  color: #f857a6;
  text-decoration: none;
  word-break: break-all;
  border-bottom: 2px solid #dde0e0;
  transition: border 0.3s ease;
}
.article-entry a:hover {
  border-color: #ff5858;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.article-entry ul,
.article-entry ol {
  padding-left: 2em;
  line-height: 1.6;
}
.article-entry ul {
  list-style-type: disc;
}
.article-entry ol {
  list-style-type: decimal;
}
.article-entry img,
.article-entry video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.article-entry iframe {
  border: none;
}
.article-entry blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
  padding-left: 1rem;
  border-left: 3px solid #d3d3d3;
  color: #646464;
}
.article-entry blockquote footer {
  font-size: 14px;
  margin: 1.6em 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-entry blockquote footer cite:before {
  content: "—";
  padding: 0 0.5em;
}
.article-entry .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
.article-entry .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
}
.article-entry .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
.article-entry .caption {
  color: #999;
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
.article-entry .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.article-entry .video-container iframe,
.article-entry .video-container object,
.article-entry .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.article-entry pre,
.article-entry .highlight {
  margin: 1.6em 0;
  background: #2d2d2d;
  padding: 15px 20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  overflow: auto;
  color: #ccc;
}
.article-entry .highlight .gutter pre,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
}
.article-entry code {
  background: #eee;
  text-shadow: 0 1px #fff;
  padding: 0 0.3em;
}
.article-entry pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.article-entry .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.article-entry .highlight table {
  margin: 0;
  width: auto;
}
.article-entry .highlight td {
  border: none;
  padding: 0;
}
.article-entry .highlight figcaption {
  font-size: 0.85em;
  color: #999;
  line-height: 1em;
  margin-bottom: 1em;
}
.article-entry .highlight figcaption:before,
.article-entry .highlight figcaption:after {
  content: "";
  display: table;
}
.article-entry .highlight figcaption:after {
  clear: both;
}
.article-entry .highlight figcaption a {
  float: right;
}
.article-entry .highlight .gutter pre {
  text-align: right;
  padding-right: 20px;
}
.article-entry .highlight .line {
  height: 22.400000000000002px;
}
.article-entry .highlight .line.marked {
  background: #515151;
}
.article-entry .gist {
  margin: 0 -20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: #2d2d2d;
  padding: 15px 20px 15px 0;
}
.article-entry .gist .gist-file {
  border: none;
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
  margin: 0;
}
.article-entry .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.article-entry .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.article-entry .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.article-entry .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta {
  background: #2d2d2d;
  color: #999;
  font: 0.85em -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 20px;
}
.article-entry .gist .gist-file .gist-meta a {
  color: #258fb8;
  font-weight: normal;
}
.article-entry .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
.article-entry .flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-entry .aplayer {
  margin: 1.6em 0;
}
.article-entry .dplayer {
  width: 100%;
  margin: 1.6em 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}
.article-entry .dplayer:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}
.article-entry .figure-image {
  margin: 1.6em 0;
}
.article-entry .figure-image img {
  display: block;
  max-width: 100%;
}
.article-entry .figure-image figcaption {
  padding: 0 1rem;
  margin-top: 0.8rem;
  line-height: 1.5;
  text-align: center;
  color: #999;
}
.article-entry .bookmark-card {
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  margin: 1.6em 0;
}
.article-entry .bookmark-card:hover {
  transform: translateY(-3%);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.article-entry .bookmark-card .bookmark-container {
  display: flex;
  border: none;
  color: #161b3d;
  background-color: #f7f7f7;
}
.article-entry .bookmark-card .bookmark-container .bookmark-content {
  flex: 1;
  padding: 20px;
}
.article-entry .bookmark-card .bookmark-container .bookmark-content .bookmark-name {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 15px;
}
.article-entry .bookmark-card .bookmark-container .bookmark-content .bookmark-link {
  font-size: 14px;
}
.article-entry .bookmark-card .bookmark-container .bookmark-cover {
  position: relative;
  min-width: 25%;
  max-height: 100%;
}
.article-entry .bookmark-card .bookmark-container .bookmark-cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-entry .waterfall-container {
  margin: 1.6em 0;
}
.article-entry .waterfall-container p {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .figure-image.max {
    margin-left: -190px;
    margin-right: -190px;
  }
  .waterfall-container.max {
    margin-left: -190px;
    margin-right: -190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .figure-image.max {
    margin-left: calc((92vw - 100%) / 2 * -1);
    margin-right: calc((92vw - 100%) / 2 * -1);
  }
  .waterfall-container.max {
    margin-left: calc((92vw - 100%) / 2 * -1);
    margin-right: calc((92vw - 100%) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .article-entry h1,
  .article-entry h2,
  .article-entry h3,
  .article-entry h4,
  .article-entry h5,
  .article-entry h6 {
    line-height: 1;
    margin: 1em 0;
  }
  .article-entry pre,
  .article-entry .highlight {
    padding: 7px 10px;
    line-height: 1.3;
  }
  .article-entry .highlight .gutter pre {
    padding-right: 10px;
  }
}
.content-container.next {
  min-height: auto;
}
.article-footer .article-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.article-footer .article-tag-list a {
  display: block;
  color: #999;
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-footer .article-tag-list a:hover {
  color: #555;
}
.tags-cloud {
  text-align: center;
}
.tags-cloud a {
  display: inline-block;
}
.tags-cloud a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .content-container {
    max-width: 1200px;
    width: 92vw;
    min-height: 170px;
    margin: 0 auto;
  }
  .article-content {
    width: 860px;
    max-width: 100%;
    padding: 20px;
    margin: auto;
  }
  .article-content > div:not(:first-child) {
    margin-top: 20px;
  }
  .tags-cloud {
    font-size: 16px;
  }
  .tags-cloud a {
    margin: 0 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .content-container {
    width: auto;
    min-width: 70vw;
    min-height: 80px;
    margin: 0 12px;
  }
  .article-content {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .article-content > div:not(:first-child) {
    margin-top: 10px;
  }
  .article-content .article-navs .article-nav-title {
    font-size: 14px;
  }
  .tags-cloud {
    font-size: 14px;
  }
  .tags-cloud a {
    margin: 0 8px;
    line-height: 1.3;
  }
}
