@charset "UTF-8";
@font-face {
  font-family: "wugeng";
  src: url("https://fm.bear.hi.cn/fonts/wgj/logo1.eot");
  src: url("https://fm.bear.hi.cn/fonts/wgj/logo1.eot?#iefix") format("embedded-opentype"), url("https://fm.bear.hi.cn/fonts/wgj/logo1.woff") format("woff"), url("https://fm.bear.hi.cn/fonts/wgj/logo1.ttf") format("truetype");
}
@font-face {
  font-family: "ji";
  src: url("https://fm.bear.hi.cn/fonts/wgj/logo2.eot");
  src: url("https://fm.bear.hi.cn/fonts/wgj/logo2.eot?#iefix") format("embedded-opentype"), url("https://fm.bear.hi.cn/fonts/wgj/logo2.woff") format("woff"), url("https://fm.bear.hi.cn/fonts/wgj/logo2.ttf") format("truetype");
}
/*
  Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/*
  Basic styling
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

/* Body */
body {
  font-family: "Song SC", SimSun, "STSong", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFangSC-Regular", "Hiragino Sans GB", "Lantinghei SC", "Microsoft Yahei", "Source Han Sans CN", "WenQuanYi Micro Hei", sans-serif;
}

img {
  text-align: center;
  margin: 5px auto auto auto;
  display: block;
  max-width: 100%;
}

small {
  display: block;
  color: #9a9a9a;
  font-size: 0.8rem;
  text-align: center;
}

small::before {
  content: "▲";
  display: inline-block;
  margin-right: 8px;
  color: #fd0;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.65;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFangSC-Regular", "Hiragino Sans GB", "Lantinghei SC", "Microsoft Yahei", "Source Han Sans CN", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

::selection {
  color: black;
  background: #fc0;
}

/* Lists */
ul, ol, dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFangSC-Regular", "Hiragino Sans GB", "Lantinghei SC", "Microsoft Yahei", "Source Han Sans CN", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

li {
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
}

/*
  Links
*/
a {
  color: black;
  text-decoration: none;
}

/*
  Blockquote
*/
blockquote {
  position: relative;
  margin: 1.5rem 0;
  border-top: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
}

blockquote::before {
  content: "❝";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4rem;
  height: 30px;
  display: flex;
  justify-content: center;
  background: white;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  z-index: 2;
}

blockquote p {
  line-height: 1.7;
  margin: 2.5rem auto 1.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Song SC", SimSun, "STSong", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFangSC-Regular", "Hiragino Sans GB", "Lantinghei SC", "Microsoft Yahei", "Source Han Sans CN", "WenQuanYi Micro Hei", sans-serif;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 15px;
  text-align: left;
}

body.night {
  background-color: #3b3d42;
  color: #f5f5f5;
}

body.night a {
  color: #f5f5f5;
}

body.night blockquote::before {
  background-color: #3b3d42;
  color: #d5d5d5;
}

code,
pre {
  font-family: "Source Code Pro", monospace;
}

code {
  padding: 0.25em 0.5em;
  font-size: 0.8rem;
  background-color: #f5f5f5;
  border-radius: 3px;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 0.8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
}

pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}

/* Pygments via Jekyll */
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px;
}

.highlight pre {
  margin-bottom: 0;
}

/* Gist via GitHub Pages */
.gist .gist-file {
  font-family: "Source Code Pro", monospace !important;
}

.gist .markdown-body {
  padding: 15px;
}

.gist pre {
  padding: 0;
  background-color: transparent;
}

.gist .gist-file .gist-data {
  font-size: 0.8rem !important;
  line-height: 1.4;
}

.gist code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/*
  Site container
*/
.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container a {
  text-decoration: underline;
}

.content-wrapper {
  padding-top: 66px;
  margin: auto;
  width: 1080px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.content-wrapper .cover:first-child {
  grid-column: 1/span 2;
}

.content-wrapper h1 {
  margin: 20px 0px 5px;
}

article a {
  border-bottom: 1px solid #fc0;
}

article a:hover {
  border-bottom: 1px solid #000;
}

@media (max-width: 1100px) {
  .container {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }
  .content-wrapper {
    padding-top: 66px;
    margin: auto;
    display: block;
    width: 95vw;
  }
}
@media (max-width: 768px) {
  .posts-container {
    grid-template-columns: 1fr;
  }
  .posts-container .post:first-child {
    grid-column: 1;
  }
}
body.night article a:hover {
  border-bottom: 1px solid #f5f5f5;
}

.footer {
  color: black;
  text-align: center;
  min-height: 56px;
  line-height: 45px;
  width: 1100px;
}

.footer a {
  color: black;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .footer {
    color: black;
    text-align: center;
    min-height: 56px;
    line-height: 45px;
    width: 95vw;
  }
}
.footer-description {
  display: block;
  margin-bottom: 1rem;
  color: #9a9a9a;
  font-size: 0.8rem;
}

body.night > .footer, body.night > .footer a, body.night > .footer-description {
  color: #f5f5f5;
}

header {
  min-height: 56px;
  width: 100%;
  position: fixed;
  background-color: white;
  box-shadow: 0 5px 6px -6px #bbb;
  z-index: 100;
}

.site-header {
  max-width: 1100px;
}

@media (max-width: 1100px) {
  .site-header {
    min-height: 56px;
    box-shadow: 0 5px 6px -6px #bbb;
  }
}
.site-header a {
  text-decoration: none;
}

.site-title {
  line-height: 56px;
  margin-top: 4px;
  float: left;
  padding-left: 10px;
}

.site-title h1 {
  font-weight: 400;
  font-family: "ji", "wugeng";
  letter-spacing: -1px;
}

.logo {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  mix-blend-mode: darken;
  display: grid;
  float: left;
  margin-top: 5px;
  margin-left: -1.8rem;
  margin-right: 1rem;
}

.logo:before,
.logo:after {
  content: "";
  grid-area: 1/1;
  animation: l2 12s infinite linear;
  background: #fc0;
  border-radius: 50%;
}

.logo:after {
  animation-delay: -3s;
}

@keyframes l2 {
  12.5% {
    border-radius: 37% 63% 70% 30%/30% 62% 38% 70%;
  }
  25% {
    border-radius: 84% 16% 15% 85%/55% 79% 21% 45%;
  }
  37.5% {
    border-radius: 73% 27% 74% 26%/64% 32% 68% 36%;
  }
  50% {
    border-radius: 73% 27% 18% 82%/52% 32% 68% 48%;
  }
  62.5% {
    border-radius: 33% 67% 18% 82%/52% 75% 25% 48%;
  }
  75% {
    border-radius: 12% 88% 69% 31%/10% 66% 34% 90%;
  }
  87.5% {
    border-radius: 50% 50% 70% 30%/52% 62% 38% 48%;
  }
}
.menu-list {
  line-height: 56px;
  float: right;
}

.menu-link {
  padding: 5px 10px;
}

.navdown {
  position: relative;
  display: inline-block;
}

.navdown-content {
  display: none;
  position: absolute;
  margin-left: -21px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0 12px;
}

.navdown:hover .navdown-content {
  display: block;
}

/*
  Responsiveness with a dropdown menu
*/
@media (min-width: 1100px) {
  .dropdown, .dropnav {
    display: none;
  }
}
@media (max-width: 1100px) {
  .menu-list {
    display: none;
  }
  .site-title {
    padding-right: 0.25rem;
  }
  .dropdown, .dropnav {
    position: relative;
    display: inline-block;
  }
  .dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    margin-top: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    overflow: hidden;
    min-width: 65px;
    top: 100%;
    left: 0;
    margin-top: 4px;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
  }
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  .dropdown.active .dropdown-content {
    display: block;
  }
  .dropdown.active .dropbtn {
    background-color: #f1f1f1;
  }
}
body.night header, body.night .navdown-content, body.night .dropdown-content {
  background-color: #252627;
  box-shadow: inset 0 -1px #666;
}

body.night .dropdown:hover .dropbtn {
  background-color: #3b3d42;
}

body.night .dropbtn {
  background-color: #252627;
  color: #f5f5f5;
}

body.night .logo {
  mix-blend-mode: lighten;
}

.featured-post {
  height: 450px;
  margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.featured-post h2 {
  margin: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
}

.featured-post h2 span {
  display: flex;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  padding: 10px;
  background-color: #fc0;
  color: #000;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.featured-post h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left;
}

.featured-post h2 span:hover::before {
  transform: scaleX(1);
}

.featured-post h2 span:hover {
  color: #fff;
}

.featured-post span a {
  color: white;
}

.featured-post h1 {
  margin: 10px;
}

/*
  Pagination
*/
.pagination {
  text-align: center;
  margin: 20px auto;
}

.pagination a {
  text-decoration: none;
}

.pagination-button {
  color: #999;
  border: 1px solid #e0e0e0;
  padding: 15px 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.pagination-active {
  color: black;
}

.pagination-active:hover {
  background-color: #fc0;
  color: black;
  border: 1px solid #fc0;
}

.content-page {
  display: block;
  padding-top: 66px;
  margin: auto;
  width: 1080px;
}

.page-content {
  max-width: 600px;
  display: block;
  margin: 10px auto 10px;
  padding: 0px 10px 10px;
}

.likebutton {
  display: inline-block;
  width: 22%;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3em;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-right: 1.3333333333%;
  transition: 0.2s linear;
}

/*
  Friend Links
*/
.links-item ul {
  margin: 0 auto;
}

.links-item li {
  padding: 10px 15px;
  width: 135px;
  margin: 0 5px 12px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  background: #fafafa;
  border-radius: 4px;
}

.links-item li img {
  border-radius: 4px;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 0;
  background: #fff;
}

.links-item li a {
  display: block;
  padding: 0 10px;
  margin-top: 7px;
  word-break: keep-all;
  overflow: hidden;
  border-bottom: none;
  text-decoration: none;
}

@media only screen and (max-width: 683px) {
  .links-item li {
    width: 144px;
    margin: 0 0 8px;
  }
}
body.night .links-item li {
  background: #252627;
}

/*
  Search
*/
#search-container {
  max-width: 600px;
  margin: 40px auto;
  overflow: hidden;
}

#search-input {
  width: 90%;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 1.1rem;
  outline: none;
  transition: all 0.3s;
}

#search-input:focus {
  border-color: #ccc;
}

@media (max-width: 1100px) {
  .content-page {
    padding-top: 66px;
    margin: auto;
    display: block;
    width: 95vw;
  }
  .page-content h1 {
    font-size: 1.5rem;
  }
}
.post-content {
  width: 600px;
  display: block;
  margin: 10px auto 10px;
  border-bottom: 5px solid #fc0;
}

.post-date {
  display: block;
  margin-bottom: 1rem;
  color: #9a9a9a;
  font-size: 0.8rem;
}

.featured-image {
  width: 120%;
  height: 200px;
  margin-bottom: 2.5rem;
  margin-left: -10%;
  padding-top: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

cite {
  font-size: 0.8rem;
  color: #9a9a9a;
}

@media (max-width: 1100px) {
  .post-content {
    width: 60vw;
    display: block;
    margin: 10px auto 10px;
  }
  .featured-image img {
    align: middle;
    margin: 5px auto 25px;
    display: block;
    max-width: 60vw;
  }
}
@media (max-width: 600px) {
  .post-content {
    width: 95vw;
    display: block;
    margin: 10px auto 10px;
  }
  .featured-image img {
    align: middle;
    margin: 5px auto 25px;
    display: block;
    max-width: 95vw;
  }
}
.post-share {
  padding-bottom: 1rem;
}

.sharing-icons a {
  padding-right: 10px;
}

/*
  Related Posts
*/
.related {
  padding-bottom: 1rem;
}

.related ul, ol, dl {
  margin: 0px;
}

.related-posts {
  padding: 10px 0px 10px;
  list-style: none;
  display: inline-block;
}

.related-thumbnail {
  position: relative;
  width: 600px;
  height: 200px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.related img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.related-title {
  float: right;
  font-family: -apple-system, BlinkMacSystemFont, "PingFangSC-Regular", "Hiragino Sans GB", "Lantinghei SC", "Microsoft Yahei", "Source Han Sans CN", "WenQuanYi Micro Hei", SimSun, sans-serif;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  padding: 10px;
  background-color: #fc0;
  color: #000;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.related-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left;
}

.related-title:hover::before {
  transform: scaleX(1);
}

.related-title:hover {
  color: #fff;
}

.related-title h3 {
  margin: 0;
}

@media (max-width: 1100px) {
  .related-thumbnail {
    width: 60vw;
  }
}
@media (max-width: 600px) {
  .related-thumbnail {
    width: 95vw;
  }
}
.fa-envelope {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-envelope:hover {
  color: #f39c12;
}

.fa-twitter {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-twitter:hover {
  color: #00aced;
}

.fa-weixin {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-weixin:hover {
  color: #2aae67;
}

.fa-github {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-github:hover {
  color: #343434;
}

.fa-qq {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-qq:hover {
  color: #0163fd;
}

.fa-telegram {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-telegram:hover {
  color: #0088cc;
}

.fa-google-plus {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-google-plus:hover {
  color: #e64a41;
}

.fa-pinterest {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-pinterest:hover {
  color: #bd081c;
}

.fa-medium {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-medium:hover {
  color: #00AB6C;
}

.fa-codepen {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-codepen:hover {
  color: black;
}

.fa-rss-square {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-rss-square:hover {
  color: #ff6600;
}

.fa-weibo {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-weibo:hover {
  color: #e64a41;
}

.fa-square-x-twitter {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.fa-square-x-twitter:hover {
  color: #343434;
}

/*# sourceMappingURL=main.css.map */