@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap");
#main-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
#main-page a {
  text-decoration: none;
  color: #fff;
}
#main-page a:visited {
  color: #fff;
}
#main-page a:hover {
  color: #808080;
}
#main-page:after {
  content: "";
/* background-image: url('../image/bgi.jpg') */
  background-color: #000;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
#mega-title,
#index-menu,
.main-socialmedia,
#bottom {
  text-align: center;
}
#mega-title,
#index-menu,
.main-socialmedia {
  flex: 1;
}
.neonText {
  color: #fff;
  animation: pulsate 0.11s ease-in-out infinite alternate;
}
@-moz-keyframes pulsate {
  100% {
/* Larger blur radius */
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 90px rgba(255,255,255,0.502), 0 0 100px rgba(255,255,255,0.502), 0 0 150px rgba(255,255,255,0.502);
  }
  0% {
/* A slightly smaller blur radius */
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 38px rgba(255,255,255,0.502), 0 0 73px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 94px rgba(255,255,255,0.502), 0 0 140px rgba(255,255,255,0.502);
  }
}
@-webkit-keyframes pulsate {
  100% {
/* Larger blur radius */
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 90px rgba(255,255,255,0.502), 0 0 100px rgba(255,255,255,0.502), 0 0 150px rgba(255,255,255,0.502);
  }
  0% {
/* A slightly smaller blur radius */
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 38px rgba(255,255,255,0.502), 0 0 73px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 94px rgba(255,255,255,0.502), 0 0 140px rgba(255,255,255,0.502);
  }
}
@-o-keyframes pulsate {
  100% {
/* Larger blur radius */
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 90px rgba(255,255,255,0.502), 0 0 100px rgba(255,255,255,0.502), 0 0 150px rgba(255,255,255,0.502);
  }
  0% {
/* A slightly smaller blur radius */
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 38px rgba(255,255,255,0.502), 0 0 73px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 94px rgba(255,255,255,0.502), 0 0 140px rgba(255,255,255,0.502);
  }
}
@keyframes pulsate {
  100% {
/* Larger blur radius */
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 90px rgba(255,255,255,0.502), 0 0 100px rgba(255,255,255,0.502), 0 0 150px rgba(255,255,255,0.502);
  }
  0% {
/* A slightly smaller blur radius */
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 38px rgba(255,255,255,0.502), 0 0 73px rgba(255,255,255,0.502), 0 0 80px rgba(255,255,255,0.502), 0 0 94px rgba(255,255,255,0.502), 0 0 140px rgba(255,255,255,0.502);
  }
}
#mega-title {
  margin-top: 150px;
  line-height: 10em;
}
#mega-title h1 {
  color: #fff;
  font-size: 10em;
  font-family: 'Poppins', sans-serif;
}
#mega-title p {
  color: #fff;
  font-size: 1.4em;
  font-family: 'Lato', sans-serif;
}
#index-menu a {
  margin: 0 10px;
  font-size: 1.5em;
  font-family: 'Lato', sans-serif;
}
#bottom {
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
}
@media (min-width: 768px) {
  #layout-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
    background-color: #000;
  }
  #layout-menu {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #000;
  }
  #layout-menu a,
  #layout-menu div {
    flex: 1;
  }
  #layout-menu a {
    color: #fff;
    text-decoration: none;
  }
  #layout-menu a:visited {
    color: #fff;
  }
  #layout-menu a:hover {
    color: #808080;
  }
  .other-page a {
    position: relative;
    top: 25%;
    margin: 0 10px;
    font-size: 1.125em;
  }
  #content {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    margin: 20px auto;
    width: 50%;
    font-size: 1.1rem;
  }
  #content a {
    text-decoration: none;
    color: #808080;
  }
  #content a:hover {
    border-bottom: 1px solid;
  }
  #content blockquote {
    background: #363636;
    width: 100%;
    box-sizing: border-box;
    border-left: 10px solid #555;
  }
  #paginator {
    text-align: center;
    margin-bottom: 0;
  }
  #paginator .page-number {
    margin: 0 5px;
  }
  #mega-head {
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 3em;
  }
  .layout-socialmedia {
    text-align: right;
  }
  .responsive-bar,
  .responsive-pad,
  .responsive-bar.show {
    display: none;
  }
  #bottom {
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
  }
  #bottom a {
    text-decoration: none;
    color: #000;
  }
  #bottom a:visited {
    color: #000;
  }
  #bottom a:hover {
    color: #808080;
  }
  .archive {
    text-align: center;
    flex: 1;
  }
  .archive-list-item {
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
  }
  .archive-list-item .archive-article-title {
    float: left;
  }
  .archive-list-item .archive-article-time {
    float: right;
  }
}
@media (max-width: 767px) {
  #layout-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
    background-color: #000;
  }
  #layout-menu {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #000;
    text-align: center;
  }
  #layout-menu a {
    color: #fff;
    text-decoration: none;
  }
  #layout-menu a:visited {
    color: #fff;
  }
  #layout-menu a:hover {
    color: #808080;
  }
  #content {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    margin: 20px auto;
    width: 70%;
    font-size: 0.95rem;
  }
  #content ul {
    list-style: circle;
  }
  #content ol {
    list-style: decimal;
  }
  #content a {
    text-decoration: none;
    color: #808080;
  }
  #content a:hover {
    border-bottom: 1px solid;
  }
  #content blockquote {
    background: #363636;
    width: 100%;
    box-sizing: border-box;
    border-left: 10px solid #555;
  }
  #paginator {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }
  #paginator .page-number {
    margin: 0 5px;
  }
  .responsive-pad {
    width: 25px;
    padding-left: 5px;
  }
  #mega-head {
    margin: 0 auto;
    font-family: 'Amatic SC', cursive;
    font-size: 2em;
  }
  .layout-socialmedia {
    display: none;
  }
  .other-page {
    background-color: #000;
    width: 100%;
    position: absolute;
    top: 2rem;
  }
  .other-page a {
    font-size: 1.25rem;
    margin: 6px auto;
    display: block;
  }
  .layout-socialmedia,
  .other-page {
    animation: showmenu 0.2s linear;
  }
@-moz-keyframes showmenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@-webkit-keyframes showmenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@-o-keyframes showmenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@keyframes showmenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
  .layout-socialmedia.hide,
  .other-page.hide {
    display: none;
  }
  .responsive-bar,
  .responsive-bar.show {
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    text-align: right;
    padding-right: 5px;
    height: 2rem;
  }
  .responsive-bar.show {
    animation: show 0.3s ease;
  }
@-moz-keyframes show {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
}
@-webkit-keyframes show {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
}
@-o-keyframes show {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
}
@keyframes show {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
}
  #bottom {
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
  }
  #bottom a {
    text-decoration: none;
    color: #000;
  }
  #bottom a:visited {
    color: #000;
  }
  #bottom a:hover {
    color: #808080;
  }
  .archive {
    text-align: center;
    flex: 1;
  }
  .archive-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 20px;
    margin-top: 15px;
  }
}
#post {
  color: #fff;
  line-height: 1.5;
}
#post h1,
#post .created-date {
  text-align: center;
  display: block;
  font-weight: bold;
}
#post h2,
#post h3,
#post h4,
#post h5,
#post h6 {
  line-height: 2;
  margin-top: 10px;
}
#post ol,
#post ul,
#post p,
#post pre {
  margin-top: 10px;
}
#post ol,
#post ul {
  padding-left: 1rem;
}
#post table {
  text-align: center;
  width: 100%;
  margin: 10px auto;
  border: 1px solid #000;
}
#post table tbody tr:nth-child(odd) {
  background: #d3d3d3;
}
#post table tbody tr:nth-child(even) {
  background: #fff;
}
.sidebar-toc {
  position: relative;
  float: right;
}
code {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  box-sizing: border-box;
  background: #d3d3d3;
  color: #1f2d3d;
}
img {
  max-width: 100%;
  max-height: 100%;
}
#page {
  color: #fff;
  line-height: 2;
}
#page h1,
#page .created-date {
  text-align: center;
  display: block;
  font-weight: bold;
}
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  line-height: 2;
  margin-top: 10px;
}
#page ol,
#page ul,
#page p,
#page pre {
  margin-top: 10px;
}
#page ol,
#page ul {
  padding-left: 1rem;
}
#page table {
  text-align: center;
  width: 100%;
  margin: 10px auto;
  border: 1px solid #000;
}
#page table tbody tr:nth-child(odd) {
  background: rgba(21,21,21,0.2);
}
#page table tbody tr:nth-child(even) {
  background: #000;
}
.sidebar-toc {
  position: relative;
  float: right;
}
code {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  box-sizing: border-box;
  background: #d3d3d3;
  color: #1f2d3d;
}
img {
  max-width: 100%;
  max-height: 100%;
}
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,
b,
u,
i,
center,
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 {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  height: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.disable-selection {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@font-face {
  font-family: "iconfont";
  src: url("iconfont.ttf?t=1653729346494") format('truetype');
}
.link-item {
  text-decoration: none;
  margin: 10px;
  color: #000;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 3em;
  font-style: normal;
}
.icon-weibo:before {
  content: "\e6c4";
}
.icon-linkedin:before {
  content: "\e747";
}
.icon-facebook:before {
  content: "\e617";
}
.icon-weixin:before {
  content: "\e681";
}
.icon-gitlab:before {
  content: "\e881";
}
.icon-twitter:before {
  content: "\e882";
}
.icon-skype:before {
  content: "\e883";
}
.icon-youtube:before {
  content: "\e884";
}
.icon-alipay:before {
  content: "\e885";
}
.icon-codepen:before {
  content: "\e886";
}
.icon-github:before {
  content: "\e887";
}
.icon-dribbble:before {
  content: "\e888";
}
.icon-QQ:before {
  content: "\e889";
}
.icon-sketch:before {
  content: "\e88a";
}
.icon-zhihu:before {
  content: "\e88b";
}
.icon-instagram:before {
  content: "\e88f";
}
.icon-reddit:before {
  content: "\e891";
}
.icon-rss:before {
  content: "\e62b";
}
.icon-gallary:before {
  content: "\e629";
}
.icon-opensea:before {
  content: "\ed04";
}
.icon-discord:before {
  content: "\e6c0";
}
