@font-face {
  font-family: hack-regular;
  src: url("https://cdn.jsdelivr.net/gh/fushaolei/cdn-white@1.0/font/Hack-Regular.ttf");
}
@font-face {
  font-family: hack-italic;
  src: url("https://cdn.jsdelivr.net/gh/fushaolei/cdn-white@1.0/font/Hack-Italic.ttf");
}
@font-face {
  font-family: hack-bold;
  src: url("https://cdn.jsdelivr.net/gh/fushaolei/cdn-white@1.0/font/Hack-Bold.ttf");
}
@font-face {
  font-family: hack-bolditalic;
  src: url("https://cdn.jsdelivr.net/gh/fushaolei/cdn-white@1.0/font/Hack-BoldItalic.ttf");
}
@font-face {
  font-family: Gothic;
  src: url("https://cdn.jsdelivr.net/gh/fushaolei/cdn-white@1.0/font/GOTHIC.TTF");
}
@font-face {
  font-family: Merriweather;
  src: url("https://cdn.jsdelivr.net/gh/fushaolei/cdn-white@1.0/font/Merriweather-Regular-9.ttf");
}
* {
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  width: 100%;
}
a {
  text-decoration: none;
  color: #333333;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #1A98FF;
}
.menu-outer {
  font-family: Gothic;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu-inner {
  width: 1125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  transition: all 0.3s;
}
.menu-site-name {
  font-family: Gothic;
  font-size: 1.6em;
}
.menu-ul {
  list-style: none;
}
.menu-li {
  float: left;
  margin-right: 30px;
  font-size: 0.9em;
  color: #898FA0;
  position: relative;
  transition: all 0.3s;
}
.menu-li:hover {
  color: #333333;
}
.active-link li {
  position: relative;
  color: #333333;
}
.active-link li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: -0.2em;
  transition: all 0.3s;
  background-color: #1A98FF;
}
.active-link li:hover:after {
  right: 50%;
}
#sort {
  cursor: pointer;
  z-index: 99999;
}
#sort .categories-outer {
  display: none;
  z-index: 99999;
  background: #fff;
  border-radius: 3px;
  min-width: 100px;
  border: 1px solid #1A98FF;
  position: absolute;
  left: -30px;
  top: 30px;
}
#sort .categories-outer ul {
  list-style: none;
  text-align: center;
}
#sort .categories-outer ul li {
  line-height: 2.8;
}
#sort .categories-outer ul li a {
  color: #898FA0;
}
#sort .categories-outer ul li a:hover {
  color: #333333;
}
.body-outer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.body-inner {
  width: 1125px;
  background-color: #fff;
}
.intro-content {
  margin-top: 150px;
  width: 70%;
}
.intro-title {
  font-family: Gothic;
  font-size: 4.5em;
  font-weight: 1000;
  margin: 0;
  padding: 0;
}
.intro-sub {
  font-family: Gothic;
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: 1000;
  line-height: 1.8em;
  margin-left: 5px;
}
.intro-sub a {
  display: inline-block;
  font-family: Gothic;
  position: relative;
}
.intro-sub a:after {
  content: "";
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  bottom: -0.04em;
  transition: all 0.3s;
  background-color: #1A98FF;
}
.intro-sub a:hover:after {
  right: 50%;
}
.intro-contact {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.8em;
  margin-left: 5px;
}
.intro-content,
a {
  color: #2e2e2e;
  text-decoration: none;
  margin-right: 3px;
}
.archive-outer {
  display: flex;
  justify-content: center;
}
.archive-inner {
  margin-top: 30px;
  width: 80%;
  margin-bottom: 100px;
}
.archive-name {
  font-size: 2em;
  margin: 40px 0px 30px 0px;
  font-family: Merriweather;
  text-align: center;
}
.archive-post {
  line-height: 1.5em;
  font-size: 1em;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.4s;
  display: flex;
  margin: 7px 0px;
}
.archive-post:hover .archive-post-title {
  color: #1A98FF;
}
.archive-post-title {
  font-size: 1.1em;
  transition: 0.4s;
  font-family: Gothic;
  margin-right: auto;
}
.archive-post-date {
  font-family: Merriweather;
  color: #1A98FF;
  font-weight: 1000;
  background-color: #DDF0FF;
  font-size: 0.8em;
  border-radius: 5px;
  padding: 0px 10px;
  transition: all 0.4s;
}
.paginator {
  margin-top: 50px;
  text-align: center;
}
.paginator .page-number {
  display: none;
}
.paginator .space {
  display: none;
}
.paginator .extend {
  margin: 0 10px;
  background-color: #DDF0FF;
  color: #1A98FF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 1000;
  transition: all 0.4s;
}
.paginator .extend:hover {
  color: #fff;
  background-color: #1A98FF;
}
.footer-outer {
  display: flex;
  justify-content: center;
  font-family: Gothic;
}
.footer-inner {
  padding: 40px 0px;
  width: 1125px;
  display: flex;
  justify-content: space-between;
}
.footer-text {
  color: #898FA0;
  font-size: 1em;
}
.footer-text a {
  color: #898FA0;
  font-size: 1em;
  transition: all 0.3s;
}
.footer-text a:hover {
  color: #1A98FF;
}
.footer-contact {
  font-size: 1.2em;
}
.footer-ul {
  list-style: none;
}
.footer-li {
  float: left;
  margin-right: 10px;
  transition: all 0.3s;
}
.footer-li i {
  color: #898FA0;
  font-size: 1.2em;
  transition: all 0.3s;
  padding: 5px;
  border-radius: 100%;
}
.footer-li:hover i {
  color: #1A98FF;
}
.gitalk-saysay > #gitalk-container .gt-counts {
  display: none;
}
.post-intro {
  margin-bottom: 30px;
}
.post-intro-no-cover {
  margin-bottom: 70px;
}
.post-title {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 20px;
  font-family: Gothic;
}
.post-cover {
  margin-top: 80px;
}
.post-cover-img {
  min-width: 100%;
  height: 350px;
  object-fit: cover;
}
.post-meta {
  display: flex;
  align-items: center;
}
.meta-avator img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.meta-author {
  margin-left: 15px;
  margin-right: auto;
  font-size: 1.1em;
}
.meta-intro {
  font-size: 1em;
  text-align: center;
  font-family: Gothic;
  color: #333333;
}
.post-content-outer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.post-content-inner {
  width: 800px;
  margin-bottom: 100px;
  letter-spacing: 0.07px;
  line-height: 1.7;
}
.post-content-inner h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.7em;
}
.post-content-inner h2::after {
  content: "#";
  display: inline-block;
  mix-blend-mode: multiply;
  color: #e3e3e3;
  margin-left: 0.5rem;
  transition: all 0.5s ease 0s;
}
.post-content-inner h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.55em;
}
.post-content-inner h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3em;
}
.post-content-inner h5 {
  font-size: 1em;
  line-height: 3;
}
.post-content-inner h6 {
  font-size: 1em;
  font: 1em sans-serif;
  line-height: 3;
}
.post-content-inner blockquote {
  border-left: 4px solid #1A98FF;
  padding-left: 17px;
  color: #555;
  font-size: 0.9em;
}
.post-content-inner blockquote > p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.65;
}
.post-content-inner a {
  color: #1A98FF;
}
.post-content-inner a:hover {
  text-decoration: underline;
}
.post-content-inner img {
  width: auto;
  max-width: 100%;
  margin: 1.1em auto;
  display: block;
  border-radius: 4px;
}
.post-content-inner p {
  line-height: 2;
  letter-spacing: 0.07px;
}
.post-content-inner p > strong {
  color: #1A98FF;
  display: inline-block;
}
.post-content-inner hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 3px;
  border: none;
  background-color: #e3e3e3;
}
.post-content-inner pre {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.post-content-inner h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: normal;
}
.post-content-inner ul,
ol {
  padding-left: 22px;
  margin-top: 10px;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
table {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
  border-spacing: 0;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 3px solid #e3e3e3;
}
table > tbody + tbody {
  border-top: 2px solid #e3e3e3;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.2;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
pre .hljs {
  border-radius: 3px;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-weight: normal;
  font-family: hack-regular;
}
.hljs {
  font-family: hack-regular;
  overflow: scroll;
  font-size: 1em;
}
.hljs span {
  font-family: hack-regular;
}
.hljs,
code {
  font-weight: normal;
}
code {
  font-size: 0.8em;
  letter-spacing: 0.07px;
  font-weight: 1000;
  background-color: #DDF0FF;
  color: #1A98FF;
  border-radius: 5px;
  padding: 4px 6px;
  margin: 0px 4px;
  font-family: hack-regular, hack-italic, hack-bold, hack-bolditalic;
}
.toc-top {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px 40px;
  list-style: disc;
  margin-bottom: 20px;
}
.toc-top .toc-top-link {
  font-size: 0.9em;
  color: #333;
  transition: all 0.4s;
}
.toc-top .toc-top-link:hover {
  text-decoration: none;
}
.toc-top-child {
  list-style: disc;
}
.post-content-inner ul,
ol,
li p {
  line-height: 2;
}
.post-categoris-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 20px 20px;
}
.post-categoris-bottom .post-categoris-bottom-link:hover {
  text-decoration: none;
}
.post-categoris-name {
  font-size: 1.1em;
  font-weight: 1000;
  margin-bottom: 10px;
}
#gitalk-container .gt-header-textarea,
.gt-comment-content {
  border-radius: 7px;
}
#gitalk-container .gt-header-controls>.gt-header-controls-tip,
.gt-svg {
  color: #1A98FF;
}
#gitalk-container .gt-header-avatar>img,
.gt-comment-avatar>img {
  border-radius: 100% !important;
}
#gitalk-container .gt-btn-preview {
  border: 1px solid #1A98FF;
  border-radius: 20px;
  transition: all 0.3s;
}
#gitalk-container .gt-btn-preview:hover {
  background-color: #1A98FF;
  color: #fff;
}
#gitalk-container .gt-btn-login {
  border: 1px solid #1A98FF;
  background-color: #1A98FF;
  border-radius: 20px;
  transition: all 0.3s;
}
#gitalk-container .gt-btn-login:hover {
  background-color: #fff;
  color: #1A98FF;
}
#gitalk-container .gt-btn-public {
  border: 1px solid #1A98FF;
  background-color: #1A98FF;
  border-radius: 20px;
  transition: all 0.3s;
}
#gitalk-container .gt-btn-public:hover {
  background-color: #fff;
  color: #1A98FF;
}
.search {
  margin-top: 30px;
  margin-bottom: 200px;
}
.search-input-outer * {
  box-sizing: border-box;
}
.search-input-outer form {
  position: relative;
  width: 55%;
  margin: 0 auto;
}
.search-input-outer input,
.search-input-outer button {
  border: none;
  outline: none;
}
.search-input-outer input {
  width: 100%;
  height: 42px;
  padding-left: 13px;
  padding-right: 46px;
  background: transparent;
  border: 2px solid #1A98FF;
}
.search-input-outer button {
  height: 42px;
  width: 42px;
  cursor: pointer;
  position: absolute;
  background: #1A98FF;
  color: #fff;
}
#local-search-result {
  border-top: 1px dashed #898FA0;
  margin-top: 40px;
  padding-top: 30px;
}
#local-search-result li {
  list-style: none;
  margin-bottom: 40px;
}
#local-search-result .search-result-title {
  color: #333;
  font-size: 1.3em;
  font-weight: 700;
  transition: all 0.2s;
}
#local-search-result .search-result-title:hover {
  text-decoration: none;
  color: #1A98FF;
}
#local-search-result .search-keyword {
  color: #1A98FF;
  font-weight: 1000;
}
#mobile-main {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  transition: all 0.3s;
  top: 0;
  left: 0;
  display: none;
}
#mobile-main .mobile-menu-div {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#mobile-main .mobile-menu-div .mobile-menu-child {
  margin-top: 50px;
  font-size: 2.2em;
  font-weight: 1000;
}
.mobile-menu-inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
}
.mobile-menu-inner .mobile-menu-site-name {
  font-size: 1.5em;
  font-weight: 1000;
}
.mobile-menu-inner .mobile-menu-group {
  font-size: 2em;
  cursor: pointer;
}
.moibile-active-link span {
  box-shadow: inset 0 -0.2em 0 #1A98FF;
}
#mobile-menu {
  display: none;
  cursor: pointer;
  font-size: 1.7em;
}
@media screen and (max-width: 1000px) {
  .post-content-inner {
    width: 650px;
  }
  .menu-site-name {
    margin-left: 23px;
  }
  .footer-text {
    margin-left: 23px;
  }
  .intro-content {
    margin-left: 23px;
  }
}
@media screen and (max-width: 700px) {
  .post-content-inner {
    width: 550px;
  }
  .menu-li {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .post-content-inner {
    width: 400px;
  }
  .archive-post-date {
    display: none;
  }
  .footer-contact {
    display: none;
  }
  .footer-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .post-content-inner {
    width: 350px;
  }
}
