@charset "UTF-8";
@keyframes leftIn {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(333px, 0);
  }
}
@keyframes leftOut {
  from {
    transform: translate(333px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes smallLeftIn {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(300px, 0);
    opacity: 1;
  }
}
@keyframes smallleftOut {
  from {
    transform: translate(300px, 0);
    opacity: 1;
  }
  to {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes profilepic {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #f0eae3;
  min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
  color: #08c;
}
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
input,
select,
textarea,
button {
  outline: 0;
}
textarea,
input {
  -webkit-user-modify: read-write-plaintext-only;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/fontawsome-thin.10d753.eot);
  /* IE9 */
  src: url(/fonts/fontawsome-thin.10d753.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */ url(/fonts/fontawsome-thin.1a440a.woff) format("woff"), /* chrome、firefox */ url(/fonts/fontawsome-thin.53321a.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url(/fonts/fontawsome-thin.17307b.svg#uxfonteditor) format("svg");
  /* iOS 4.1- */
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome';
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.icon-search:before {
  content: "\f002";
}
.icon.icon-check:before {
  content: "\f00c";
}
.icon.icon-remove:before,
.icon.icon-close:before {
  content: "\f00d";
}
.icon.icon-home:before {
  content: "\f015";
}
.icon.icon-twitter-square:before {
  content: "\f081";
}
.icon.icon-iconcebook-square:before {
  content: "\f082";
}
.icon.icon-github-square:before {
  content: "\f092";
}
.icon.icon-ellipsis-v:before {
  content: "\f142";
}
.icon.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon.icon-twitter:before {
  content: "\f099";
}
.icon.icon-facebook:before {
  content: "\f09a";
}
.icon.icon-github:before {
  content: "\f09b";
}
.icon.icon-feed:before,
.icon.icon-rss:before {
  content: "\f09e";
}
.icon.icon-weibo:before {
  content: "\f18a";
}
.icon.icon-google-plus:before {
  content: "\f0d5";
}
.icon.icon-tag:before {
  content: "\f02b";
}
.icon.icon-tags:before {
  content: "\f02c";
}
.icon.icon-book:before {
  content: "\f02d";
}
.icon.icon-calendar:before {
  content: "\f073";
}
.icon.icon-file-text:before {
  content: "\f15c";
}
.icon.icon-file-text-o:before {
  content: "\f0f6";
}
.icon.icon-clock:before {
  content: "\f017";
}
.icon.icon-eye:before {
  content: "\f06e";
}
.icon.icon-camera:before {
  content: "\f030";
}
.icon.icon-comment:before {
  content: "\f075";
}
.icon.icon-comment-o:before {
  content: "\f0e5";
}
.icon.icon-info:before {
  content: "\f129";
}
.icon.icon-info-circle:before {
  content: "\f05a";
}
.icon.icon-qq:before {
  content: "\f1d6";
}
.icon.icon-wechat:before,
.icon.icon-weixin:before {
  content: "\f1d7";
}
.icon.icon-spinner:before {
  content: "\f110";
}
.icon.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon.icon-share-alt:before {
  content: "\f1e0";
}
.icon.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon.icon-list:before {
  content: "\f03a";
}
.icon.icon-mail:before {
  content: "\f0e0";
}
.icon.icon-mail-o:before {
  content: "\f003";
}
.icon.icon-chevron-up:before {
  content: "\f077";
}
.icon.icon-thumb-tack:before {
  content: "\f08d";
}
.icon.icon-quote-left:before {
  content: "\f10d";
}
.icon.icon-quote-right:before {
  content: "\f10e";
}
.icon.icon-angle-left:before {
  content: "\f104";
}
.icon.icon-github-alt:before {
  content: "\f113";
}
.icon.icon-linkedin-square:before {
  content: "\f08c";
}
.icon.icon-linkedin:before {
  content: "\f0e1";
}
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
body {
  overflow-y: hidden;
  background: #e3d8cc;
}
html,
body,
#container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#mobile-nav,
.js-mobile-btnctn {
  display: none;
}
#container {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background-color: #e3d8cc;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#container.show {
  overflow-y: hidden;
}
body:not(.night) #container.show {
  background-image: linear-gradient(200deg, #5aa5c6, #a4854b) !important;
}
.body-wrap {
  padding-top: 30px;
  margin-bottom: 80px;
}
.mid-col {
  position: absolute;
  right: 0;
  min-height: 100%;
  left: 300px;
  width: auto;
}
.mid-col.show {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: leftIn;
}
.mid-col.show .article {
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  opacity: 0.5 !important;
  pointer-events: none;
}
.mid-col.hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: leftOut;
}
.left-col {
  background-color: #f0eae3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 300px;
  position: fixed;
  opacity: 1;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  height: 100%;
  z-index: 999;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}
.left-col .intrude-less {
  width: 76%;
  text-align: center;
  margin: 62px auto 0;
}
.left-col #header {
  width: 100%;
  height: 300px;
  position: relative;
}
.left-col #header a {
  color: #696969;
  transition: color 0.3s;
}
.left-col #header a:hover {
  color: #B0A0AA;
}
.left-col #header .header-subtitle {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.left-col #header .header-menu {
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
  float: none;
  min-height: 150px;
  margin-left: -12px;
  text-align: center;
  position: relative;
}
.left-col #header .header-menu ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.left-col #header .header-menu ul li {
  cursor: default;
}
.left-col #header .header-menu ul li a {
  font-size: 14px;
  min-width: 300px;
}
.left-col #header .header-smart-menu {
  font-size: 16px;
  margin-bottom: 20px;
}
.left-col #header .header-smart-menu a:after {
  content: '/';
  margin-left: 4px;
}
.left-col #header .header-smart-menu a:last-child:after {
  content: '';
}
.left-col #header .profilepic {
  display: block;
  border: 5px solid #f5f5f5;
  border-radius: 300px;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #88acdb;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
}
.left-col #header .profilepic:hover {
  animation: profilepic 5s linear infinite;
}
.left-col #header .profilepic img {
  border-radius: 300px;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.left-col #header .profilepic img.show {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.left-col #header .header-author {
  text-align: center;
  margin: 0.67em 0;
  font-size: 30px;
  transition: 0.3s;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f0eae3;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
  display: none;
}
::-webkit-scrollbar-corner {
  display: block;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-button:start {
  width: 10px;
  height: 10px;
  background: url(/images/scrollbar_arrow.aac929.png) no-repeat 0 0;
}
::-webkit-scrollbar-button:start:hover {
  background: url(/images/scrollbar_arrow.aac929.png) no-repeat -15px 0;
}
::-webkit-scrollbar-button:start:active {
  background: url(/images/scrollbar_arrow.aac929.png) no-repeat -30px 0;
}
::-webkit-scrollbar-button:end {
  width: 10px;
  height: 10px;
  background: url(/images/scrollbar_arrow.aac929.png) no-repeat 0 -18px;
}
::-webkit-scrollbar-button:end:hover {
  background: url(/images/scrollbar_arrow.aac929.png) no-repeat -15px -18px;
}
::-webkit-scrollbar-button:end:active {
  background: url(/images/scrollbar_arrow.aac929.png) no-repeat -30px -18px;
}
.article-entry .highlight {
  margin: 10px 0;
  overflow: auto;
  color: #fff;
  font-size: 0.95em;
  line-height: 22.4px;
}
.article-entry .highlight .gutter pre,
.article-entry .highlight .gutter pre .line,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #666;
}
.article-entry pre,
.article-entry code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
}
.article-entry code {
  background: #eee;
  padding: 0 0.3em;
  border: none;
}
.article-entry pre code {
  background: none;
  text-shadow: none;
  padding: 0;
  color: #fff;
}
.article-entry .highlight {
  border-radius: 4px;
  background-color: #2a2a2a;
}
.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 td.gutter {
  background-color: #000;
}
.article-entry .highlight td.gutter pre {
  text-align: right;
  padding: 0 10px;
  text-shadow: none;
}
.article-entry .highlight td.code {
  background-color: #2a2a2a;
  padding: 10px;
}
.article-entry .highlight .line {
  min-height: 19px;
}
.article-entry .highlight figcaption {
  line-height: 1em;
  margin-bottom: 1em;
}
.article-entry .highlight figcaption::after {
  clear: both;
}
.article-entry .highlight figcaption a {
  float: right;
}
.article-entry .highlight figcaption::before,
.article-entry .highlight figcaption::after {
  content: "";
  display: table;
}
.article-entry .gist {
  margin: 0 -20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: #272822;
  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: #272822;
  font: 0.85em "Helvetica Neue", Helvetica, Arial, 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;
}
pre .comment {
  color: #6A9955;
}
pre .keyword,
pre .function .keyword,
pre .class .params {
  color: #66d9ef;
}
pre .tag,
pre .doctype,
pre .params,
pre .function,
pre .css .value {
  color: #fff;
}
pre .css ~ * .tag,
pre .title,
pre .at_rule,
pre .at_rule .keyword,
pre .preprocessor,
pre .preprocessor .keyword {
  color: #f92672;
}
pre .attribute,
pre .built_in,
pre .class,
pre .css ~ * .class,
pre .function .title {
  color: #a6e22e;
}
pre .value,
pre .string {
  color: #e6db74;
}
pre .number {
  color: #7163d7;
}
pre .id,
pre .css ~ * .id {
  color: #fd971f;
}
#header .tagcloud a {
  color: #fff;
}
.tagcloud a.js-tag {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  color: #f5f5f5;
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0px 10px;
  position: relative;
  border-radius: 0 5px 5px 0;
  margin: 5px 9px 5px 8px;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console";
}
.tagcloud a.js-tag:hover {
  opacity: 0.8;
}
.tagcloud a.js-tag::before {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: -18px;
  border: 9px solid transparent;
}
.tagcloud a.js-tag::after {
  content: " ";
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 7px;
  left: 2px;
}
.tagcloud a.color1 {
  background: #88acdb;
}
.tagcloud a.color1::before {
  border-right-color: #88acdb;
}
.tagcloud a.color2 {
  background: #ffa07a;
}
.tagcloud a.color2::before {
  border-right-color: #ffa07a;
}
.tagcloud a.color3 {
  background: #ca5757;
}
.tagcloud a.color3::before {
  border-right-color: #ca5757;
}
.tagcloud a.color4 {
  background: #76becc;
}
.tagcloud a.color4::before {
  border-right-color: #76becc;
}
.tagcloud a.color5 {
  background: #7e608d;
}
.tagcloud a.color5::before {
  border-right-color: #7e608d;
}
.tagcloud a.color6 {
  background: #6fc0e4;
}
.tagcloud a.color6::before {
  border-right-color: #6fc0e4;
}
.tagcloud a.color7 {
  background: #bc8f8f;
}
.tagcloud a.color7::before {
  border-right-color: #bc8f8f;
}
.article-tag-list .article-tag-list-item {
  float: left;
}
.article-pop-out {
  float: left;
}
.article-pop-out .icon-thumb-tack {
  color: #999;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
.article-tag,
.article-category {
  float: left;
}
.article-tag .article-tag-list,
.article-category .article-tag-list {
  float: left;
}
.article-tag .icon,
.article-category .icon {
  color: #999;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.article-pop-out {
  float: left;
}
.archive-article-date {
  color: #999;
  margin-right: 7.6923%;
  float: right;
  transition: color 0.3s;
}
.archive-article-date:hover {
  color: #b5b5b5;
}
.archive-article-date .icon {
  margin: 5px 5px 5px 0;
}
#header .header-nav {
  width: 100%;
  position: absolute;
  transition: transform 0.3s ease-in;
}
#header .header-nav .social {
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*
    a.acfun {
      background: #fd4c5d;
      border:1px solid #fd4c5d;
      &:hover {
        border:1px solid #fd4c5d;
      }
    }
    a.bilibili {
      background: #e15280;
      border:1px solid #e15280;
      &:hover {
        border:1px solid #e15280;
      }
    }*/
  /*
    a.jianshu {
      background: #ff5722;
      border:1px solid #ff5722;
      &:hover {
        border:1px solid #ff5722;
      }
    }
    a.weixin {
      background: #4caf50;
      border:1px solid #4caf50;
      &:hover {
        border:1px solid #4caf50;
      }
    }
    a.qq {
      background: #34baad;
      border:1px solid #34baad;
      &:hover {
        border:1px solid #34baad;
      }
    }*/
}
#header .header-nav .social a {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  margin: 0 8px 15px 8px;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
#header .header-nav .social a:hover {
  opacity: 1;
}
#header .header-nav .social a.weibo {
  background: #aaaaff;
  border: 1px solid #aaaaff;
}
#header .header-nav .social a.weibo:hover {
  border: 1px solid #aaaaff;
}
#header .header-nav .social a.segmentfault {
  background: #009a61;
  border: 1px solid #009a61;
}
#header .header-nav .social a.segmentfault:hover {
  border: 1px solid #009a61;
}
#header .header-nav .social a.rss {
  background: #ef7522;
  border: 1px solid #ef7522;
}
#header .header-nav .social a.rss:hover {
  border: 1px solid #cf5d0f;
}
#header .header-nav .social a.github {
  background: #767c8d;
  border: 1px solid #767c8d;
}
#header .header-nav .social a.github:hover {
  border: 1px solid #666d80;
}
#header .header-nav .social a.facebook {
  background: #3b5998;
  border: 1px solid #3b5998;
}
#header .header-nav .social a.facebook:hover {
  border: 1px solid #2d4373;
}
#header .header-nav .social a.google {
  background: #c83d20;
  border: 1px solid #c83d20;
}
#header .header-nav .social a.google:hover {
  border: 1px solid #9c3019;
}
#header .header-nav .social a.twitter {
  background: #55cff8;
  border: 1px solid #55cff8;
}
#header .header-nav .social a.twitter:hover {
  border: 1px solid #24c1f6;
}
#header .header-nav .social a.linkedin {
  background: #005a87;
  border: 1px solid #005a87;
}
#header .header-nav .social a.linkedin:hover {
  border: 1px solid #006b98;
}
#header .header-nav .social a.zhihu {
  background: #0078d8;
  border: 1px solid #0078d8;
}
#header .header-nav .social a.zhihu:hover {
  border: 1px solid #0078d8;
}
#header .header-nav .social a.douban {
  background: #06c611;
  border: 1px solid #06c611;
}
#header .header-nav .social a.douban:hover {
  border: 1px solid #06c611;
}
#header .header-nav .social a.mail {
  background: #005a87;
  border: 1px solid #005a87;
}
#header .header-nav .social a.mail:hover {
  border: 1px solid #006b98;
}
#page-nav {
  text-align: center;
  margin-top: 30px;
}
#page-nav .page-number {
  width: 25px;
  height: 30px;
  background: #4d4d4d;
  display: inline-block;
  color: #f5f5f5;
  line-height: 30px;
  font-size: 14px;
  margin: 0 5px 30px;
  border-radius: 2px;
}
#page-nav .page-number:hover {
  background: #5e5e5e;
}
#page-nav .current {
  background: #88acdb;
  cursor: default;
}
#page-nav .current:hover {
  background: #88acdb;
}
#page-nav .extend {
  color: #4d4d4d;
  margin: 0 27px;
  opacity: 1;
}
#page-nav .extend:hover {
  color: #5e5e5e;
}
#page-nav .prev.disabled,
#page-nav .next.disabled {
  visibility: hidden;
}
#page-nav:hover .extend {
  opacity: 1;
}
.archives-wrap {
  position: relative;
  margin: 0 30px;
  padding-right: 60px;
  border-bottom: 1px solid #eee;
  background: rgba(240, 234, 227, 0.8);
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.archives-wrap:first-child {
  margin-top: 30px;
}
.archives-wrap:last-child {
  margin-bottom: 80px;
}
.archives-wrap .archive-year-wrap {
  line-height: 35px;
  width: 200px;
  position: absolute;
  padding-top: 15px;
  font-size: 1.8em;
  z-index: 1;
}
.archives-wrap .archive-year-wrap a {
  color: #666;
  font-weight: bold;
  padding-left: 48px;
}
.archives {
  position: relative;
}
.archives .article-info {
  border: none;
}
.archives .archive-article {
  margin-left: 200px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #fff;
  transition: border-color 0.2s ease-in;
  position: relative;
}
.archives .archive-article:first-child {
  border-top: none;
}
.archives .archive-article:last-child {
  border-bottom: none;
}
.archives .archive-article-title {
  font-size: 16px;
  color: #333;
  transition: color 0.3s;
}
.archives .archive-article-title:hover {
  color: #657b83;
}
.archives .archive-article-title span {
  display: block;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 14px;
  height: 7px;
  padding-left: 2px;
}
.archives .archive-article-title span:before {
  display: inline-block;
  content: "\201C";
  font-family: serif;
  font-size: 30px;
  margin: 4px 4px 0 -12px;
  color: #c8c8c8;
}
.archive-article-inner .icon-clock {
  margin-right: 5px;
}
.archive-article-inner .archive-article-header {
  position: relative;
  min-height: 36px;
}
.archive-article-inner .article-meta {
  position: absolute;
  top: 10px;
}
.archive-article-inner .article-meta .article-date time {
  color: #aaa;
}
.archive-article-inner .article-meta .archive-article-date,
.archive-article-inner .article-meta .article-tag-list {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #666;
  font-size: 14px;
}
.archive-article-inner .article-meta .archive-article-date {
  cursor: default;
  margin-right: 0;
}
.archive-article-inner .article-meta .article-category:before {
  float: left;
  margin-top: 1px;
  left: 15px;
}
.archive-article-inner .article-meta .article-category .article-category-link {
  width: auto;
  max-width: 83px;
  padding-left: 10px;
}
.archive-article-inner .article-meta .article-tag-list {
  margin-top: 0px;
}
.archive-article-inner .article-meta .article-tag-list:before {
  left: 15px;
}
.archive-article-inner .article-meta .article-tag-list .article-tag-list-item {
  display: inline-block;
  width: auto;
  max-width: 83px;
  padding-left: 8px;
  font-size: 12px;
}
.tools-col {
  width: 300px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.tools-col.show {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: smallLeftIn;
}
.tools-col.hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: smallleftOut;
}
.tools-col .tools-nav {
  display: none;
}
.tools-col .tools-wrap,
.tools-col .tools-section {
  height: 100%;
  color: #e5e5e5;
  width: 360px;
  overflow: hidden;
  overflow-y: auto;
}
.tools-col .tools-wrap ::-webkit-scrollbar,
.tools-col .tools-section ::-webkit-scrollbar {
  display: none;
}
.tools-col .tools-section .search-wrap {
  margin: 20px 20px 10px 20px;
  position: relative;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}
.tools-col .tools-section .search-wrap .search-ipt {
  color: #f5f5f5;
  background: none;
  border: none;
  flex-grow: 1;
  width: 0;
  min-width: 80px;
}
.tools-col .tools-section .search-wrap > .icon-search {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.tools-col .tools-section .search-wrap > .icon-search:hover {
  transform: scale(1.2);
}
.tools-col .tools-section .search-wrap .search-item {
  padding-left: 5px;
  margin: 2px;
  border-radius: 20px;
  background-color: #076773;
  white-space: nowrap;
  font-size: 14px;
  line-height: 25px;
}
.tools-col .tools-section .search-wrap .search-item > .icon-close {
  color: #cfcfcf;
  font-size: 12px;
  position: relative;
  margin-right: 3px;
  cursor: pointer;
}
.tools-col .tools-section .search-wrap ::-webkit-input-placeholder {
  color: #ededed;
}
.tools-col .tools-section .search-tag.tagcloud {
  text-align: center;
  position: relative;
}
.tools-col .tools-section .search-tag.tagcloud .article-tag-list {
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  margin: 15px 10px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.tools-col .tools-section .search-tag.tagcloud .article-tag-list.show {
  display: block;
}
.tools-col .tools-section .search-tag.tagcloud .a {
  float: initial;
}
.tools-col .tools-section .search-ul {
  margin-top: 10px;
  color: rgba(77, 77, 77, 0.75);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.tools-col .tools-section .search-ul .search-li {
  padding: 10px 20px;
  border-bottom: 1px dotted #dcdcdc;
}
.tools-col .tools-section .search-ul .search-li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.tools-col .tools-section .search-ul .search-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #fffff8;
  text-shadow: 1px 1px rgba(77, 77, 77, 0.25);
}
.tools-col .tools-section .search-ul .search-title .icon {
  margin-right: 10px;
  color: #fffdd8;
}
.tools-col .tools-section .search-ul .search-title:hover {
  color: #fff;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.tools-col .tools-section .search-ul .search-time,
.tools-col .tools-section .search-ul .search-tag,
.tools-col .tools-section .search-ul .search-category {
  display: inline-block;
  font-size: 12px;
  color: #fffdd8;
  margin-right: 10px;
}
.tools-col .tools-section .search-ul .search-time .icon,
.tools-col .tools-section .search-ul .search-tag .icon,
.tools-col .tools-section .search-ul .search-category .icon {
  margin-right: 0px;
}
.tools-col .tools-section .search-ul .search-time span,
.tools-col .tools-section .search-ul .search-tag span,
.tools-col .tools-section .search-ul .search-category span {
  cursor: pointer;
  margin-right: 5px;
}
.tools-col .tools-section .search-ul .search-time span:hover,
.tools-col .tools-section .search-ul .search-tag span:hover,
.tools-col .tools-section .search-ul .search-category span:hover {
  color: #fff;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.tools-col .tools-section-friends {
  padding-top: 30px;
}
.tools-col .aboutme-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fffdd8;
  text-shadow: 1px 1px rgba(77, 77, 77, 0.45);
}
label.bui-switch-label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
label.bui-switch-label input:checked {
  border-color: #64bd63;
  box-shadow: #64bd63 0 0 0 16px inset;
  background-color: #64bd63;
}
label.bui-switch-label input:checked:before {
  left: 27px;
}
label.bui-switch-label input:disabled + .bui-switch {
  background-color: #e8e8e8;
  border: solid 1px #dfdfdf;
}
label.bui-switch-label input:disabled + .bui-switch:before {
  background-color: #c1c1c1;
}
label.bui-switch-label input:disabled:checked + .bui-switch {
  background-color: #e8e8e8;
  box-shadow: #e8e8e8 0 0 0 16px inset;
  border: solid 1px #dfdfdf;
}
label.bui-switch-label input:disabled:checked + .bui-switch:before {
  background-color: #c1c1c1;
}
label.bui-switch-label .bui-switch {
  width: 50px;
  height: 20px;
  position: relative;
  top: 5px;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  appearance: none;
  user-select: none;
  outline: none;
}
label.bui-switch-label .bui-switch:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 1px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
label.bui-switch-label input:checked + .bui-switch {
  border-color: #64bd63;
  box-shadow: #64bd63 0 0 0 16px inset;
  background-color: #64bd63;
}
label.bui-switch-label input:checked + .bui-switch:before {
  left: 30px;
}
label.bui-switch-label.bui-switch-animbg {
  transition: background-color ease 0.4s;
}
label.bui-switch-label.bui-switch-animbg .bui-switch:before {
  transition: left 0.3s;
}
label.bui-switch-label.bui-switch-animbg input:checked + .bui-switch {
  box-shadow: #dfdfdf 0 0 0 0 inset;
  background-color: #64bd63;
  transition: border-color 0.4s, background-color ease 0.4s;
}
label.bui-switch-label.bui-switch-animbg input:checked + .bui-switch:before {
  transition: left 0.3s;
}
#search-panel {
  width: 500px;
  top: 10%;
  transform: translate(-50%, 0);
}
#search-panel .search {
  border-bottom: 1px solid #ccc;
  display: flex;
  line-height: 40px;
}
#search-panel .search .search-input-icon {
  padding: 0 10px;
}
#search-panel .search .search-input {
  flex-grow: 1;
}
#search-panel .search .search-input input[type=text] {
  padding: 5px 0;
  width: 100%;
  outline: 0;
  border: none;
  background: 0 0;
}
#search-panel .search-result {
  max-height: 600px;
  overflow-y: auto;
  position: relative;
}
#search-panel .search-result .search-result-item {
  text-align: left;
  border-bottom: 1px dashed #ccc;
  padding: 10px 10px 0;
}
#search-panel .search-result .search-result-item:hover {
  border-bottom-color: #aaa;
}
#search-panel .search-result .tip {
  text-align: center;
}
#search-panel .search-result .more-item {
  cursor: pointer;
  transform: rotate(180deg) translateY(60px);
  background: linear-gradient(-180deg, #f0eae3 10%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  height: 70px;
  width: 100%;
}
.body-wrap > article {
  position: relative;
}
.article-outer {
  perspective: 500px;
  margin: 0 30px 30px;
  position: relative;
}
.article {
  border-width: 1px;
  border-style: solid;
  border-color: #fff #ddd;
  background: rgba(240, 234, 227, 0.8);
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.article img {
  max-width: 100%;
}
.article-inner h1.article-title,
.article-title {
  color: #696969;
  margin-left: 0px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 20px;
  font-size: 26px;
  transition: color 0.3s;
}
.article-header {
  border-left: 5px solid #4d4d4d;
  padding: 30px 0px 15px 25px;
  padding-left: 7.6923%;
}
.article-meta {
  position: absolute;
  right: 0;
  top: 23px;
  text-align: center;
  z-index: 1;
}
.article-meta time {
  color: #aaa;
}
.article-meta time .icon-clock {
  margin-right: 8px;
  font-size: 16px;
}
.article-more-link {
  margin-top: 0;
  text-align: left;
  float: right;
}
.article-more-link a {
  background-color: #4d4d4d;
  color: #f5f5f5;
  font-size: 12px;
  padding: 5px 8px 5px;
  line-height: 16px;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.article-more-link a:hover {
  background: #3c3c3c;
}
.article-more-link a.hidden {
  visibility: hidden;
}
.article-info-index.article-info {
  padding-top: 20px;
  margin: 30px 7.6923% 0 7.6923%;
  min-height: 72px;
  border-top: 1px solid #ddd;
}
.article-info-post.article-info {
  padding: 0;
  border: none;
  margin: -30px 0 20px 7.6923%;
}
.article-inner {
  border-color: #d1d1d1;
}
.article-inner h1,
.article-inner h2,
.article-inner h3,
.article-inner h4,
.article-inner h5,
.article-inner h6 {
  font-weight: 900;
}
.article-inner h1:first-child,
.article-inner h2:first-child,
.article-inner h3:first-child,
.article-inner h4:first-child,
.article-inner h5:first-child,
.article-inner h6:first-child {
  margin-top: 0;
}
.article-inner h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}
.article-inner h1:first-child {
  display: inline;
}
.article-inner h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913;
}
.article-inner h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.10526316;
}
.article-inner h4,
.article-inner h5,
.article-inner h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
}
.article-inner h6 {
  font-style: italic;
}
.article-entry {
  line-height: 1.8em;
  padding-right: 7.6923%;
  padding-left: 7.6923%;
}
.article-entry .post-count {
  color: #b9b9b9;
  font-size: 14px;
}
.article-entry .post-count .count-item {
  display: inline-block;
  padding-right: 10px;
}
.article-entry .post-count .count-item span {
  font-weight: bold;
}
.article-entry img {
  transition: transform 0.3s ease-out, box-shadow 0.4s ease;
  cursor: zoom-in;
}
.article-entry img:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0px 0px 10px 2px #87afea;
}
.article-entry p {
  margin-top: 1em;
}
.article-entry p code,
.article-entry li code {
  padding: 3px 4px;
  margin: 0 3px;
  background: #f5ecee;
  color: #c7254e;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", "Microsoft YaHei";
  word-wrap: break-word;
  font-size: 14px;
  border-radius: 3px;
}
.article-entry blockquote {
  padding: 15px 20px;
  margin-top: 10px;
  border-left: 5px solid #657b83;
  background: #f6f6f6;
}
.article-entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.article-entry em {
  font-style: italic;
}
.article-entry ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #999;
  border-radius: 10px;
  background: #aaa;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.article-entry ol {
  counter-reset: item;
}
.article-entry ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 10px;
}
.article-entry ul,
.article-entry ol {
  margin-top: 1em;
}
.article-entry li ul,
.article-entry li ol {
  margin-left: 30px;
}
.article-entry li ul li:before,
.article-entry li ol li:before {
  content: "";
  background: #dedede;
}
.article-entry h1 {
  margin-top: 30px;
}
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  margin-top: 20px;
  font-weight: bold;
  color: #574C4C;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
.article-entry video {
  max-width: 100%;
}
.article-entry strong {
  font-weight: bold;
}
.article-entry .caption {
  display: block;
  font-size: 0.8em;
  color: #aaa;
}
.article-entry hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
}
.article-entry pre {
  line-height: 1.5;
  margin-top: 10px;
  padding: 5px 15px;
  overflow-x: auto;
  border: 1px solid #ccc;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
}
.article-entry pre code {
  font-size: 14px;
}
.article-entry table {
  margin: 15px 0;
  border-collapse: collapse;
}
.article-entry table tr,
.article-entry table td {
  height: 35px;
}
.article-entry table thead tr {
  background: #f8f8f8;
}
.article-entry table tbody tr:hover {
  background: #efefef;
}
.article-entry table td,
.article-entry table th {
  border: 1px solid #bbb;
  padding: 0 10px;
}
.article-entry figure table {
  border: none;
  width: auto;
  margin: 0;
}
.article-entry figure table tbody tr:hover {
  background: none;
}
#article-nav {
  margin: 0 0 20px 0;
  padding: 0 32px 10px;
  min-height: 30px;
}
#article-nav .article-nav-link-wrap {
  font-size: 14px;
}
#article-nav .article-nav-link-wrap .article-nav-title {
  display: inline-block;
  font-size: 16px;
  transition: color 0.3s;
}
#article-nav .article-nav-link-wrap:hover .article-nav-title {
  color: #4d4d4d;
}
#article-nav #article-nav-older {
  float: right;
}
.share-wrap {
  min-height: 20px;
}
.share-btn {
  float: right;
  position: relative;
}
.share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.share-icons a {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  margin: 10px;
  transition: 0.3s;
  text-align: center;
  color: #f5f5f5;
  opacity: 0.7;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-shadow: 1px 1px 1px #509eb7;
}
.share-icons a:active {
  color: #f5f5f5;
}
.share-icons a:hover {
  transform: scale(1.2);
}
.share-icons a.share-outer {
  border: none;
  color: #f5f5f5;
  background: #4d4d4d;
  text-shadow: none;
}
.page-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  padding: 20px;
  text-align: center;
  color: #727272;
  background: #f0eae3;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.page-modal p {
  margin-bottom: 10px;
}
.page-modal.in {
  display: block;
  opacity: 1;
}
.page-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 20px;
}
.page-modal .close:hover,
.page-modal .close:active {
  color: rgba(0, 0, 0, 0.4);
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.mask.in {
  display: block;
  pointer-events: auto;
  opacity: 0.3;
}
.page-reward {
  margin: 60px 0;
  text-align: center;
}
.page-reward .page-reward-btn {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #f5f5f5;
  background: #f44336;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.4s ease-in-out;
}
.page-reward .page-reward-btn:hover,
.page-reward .page-reward-btn:active {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 4px 15px rgba(0, 0, 0, 0.2);
}
.page-reward .page-reward-btn .tooltip-item {
  display: block;
  width: 56px;
  height: 56px;
}
.page-reward .reward-box {
  display: flex;
  justify-content: space-around;
}
.page-reward .reward-p {
  color: #f5f5f5;
  font-weight: bold;
  text-shadow: 1px 1px 1px #45b9e0;
}
.page-reward .reward-p .icon {
  margin: 0 10px;
  color: #ddd;
}
.page-reward .reward-type {
  font-size: 16px;
  display: block;
  color: #4d4d4d;
  margin: 20px 0 0 0;
}
.page-reward .reward-img {
  width: 130px;
  height: 130px;
  border: 6px solid #dbdbdb;
  border-radius: 3px;
}
.wrap-side-operation {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 999;
  font-size: 14px;
}
.wrap-side-operation .icon {
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #509eb7;
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  transition: 0.3s;
}
.mod-side-operation {
  width: 40px;
  text-align: center;
}
.jump-container:hover .icon,
.toc-container:hover .icon {
  background: rgba(36, 193, 246, 0.9);
}
.jump-container,
.toc-container {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #ccc;
  opacity: 0.7;
}
.jump-plan-container {
  position: absolute;
  top: -11px;
  left: -4px;
  width: 50px;
  height: 61px;
  overflow: hidden;
}
.jump-plan-container .jump-plane {
  display: block;
  position: absolute;
  width: 42px;
  height: 66px;
  transform: translateY(68px);
  left: -2px;
}
.toc-container.tooltip-left {
  margin-top: 10px;
  transition: 0.3s;
}
.toc-container.tooltip-left .tooltip {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.toc-container.tooltip-left .tooltip-east .tooltip-content {
  min-height: 100px;
  text-align: left;
  padding: 5px 0 5px 20px;
  right: 4.7em;
  min-width: 200px;
  width: initial;
  font-size: 14px;
  text-shadow: 1px 1px 1px #398199;
  bottom: -10px;
  transform-origin: 100% 100%;
  transform: translate3d(0, -10px, 0) rotate3d(1, 1, 1, -30deg);
}
.toc-container.tooltip-left .tooltip-east .tooltip-content a {
  color: #f5f5f5;
}
.toc-container.tooltip-left .tooltip-east .tooltip-content::after {
  top: initial;
  bottom: 23px;
}
.toc-container.tooltip-left .tooltip-east .tooltip-content .toc-article {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.toc-container.tooltip-left .tooltip-east .tooltip-content .toc-article li ol,
.toc-container.tooltip-left .tooltip-east .tooltip-content .toc-article li ul {
  margin-left: 30px;
}
.toc-container.tooltip-left .tooltip-east .tooltip-content .toc-article li {
  white-space: nowrap;
}
.toc-container.tooltip-left .tooltip:hover .tooltip-content {
  bottom: -10px;
  transform: translate(0);
}
.tooltip-left {
  /* Trigger item */
  /* Tooltip */
  /* Gap "bridge" and arrow */
}
.tooltip-left .tooltip {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  width: 28px;
  height: 28px;
  top: -10px;
  right: 10px;
}
.tooltip-left .tooltip:hover a.share-outer {
  background: #24c1f6;
}
@keyframes pulse {
  from {
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tooltip-left .tooltip-content {
  position: absolute;
  background: rgba(36, 193, 246, 0.9);
  z-index: 9999;
  width: 200px;
  bottom: 50%;
  margin-bottom: -10px;
  border-radius: 20px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-left .tooltip-west .tooltip-content {
  left: 3.5em;
  transform-origin: -2em 50%;
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}
.tooltip-left .tooltip-east .tooltip-content {
  right: 3.5em;
  transform-origin: calc(100% + 2em) 50%;
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}
.tooltip-left .tooltip:hover .tooltip-content {
  opacity: 1;
  transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto;
}
.tooltip-left .tooltip-content::before,
.tooltip-left .tooltip-content::after {
  content: '';
  position: absolute;
}
.tooltip-left .tooltip-content::before {
  height: 100%;
  width: 3em;
}
.tooltip-left .tooltip-content::after {
  width: 2em;
  height: 2em;
  top: 50%;
  margin: -1em 0 0;
  background: url(/fonts/tooltip.e48a21.svg) no-repeat center center;
  background-size: 100%;
}
.tooltip-left .tooltip-west .tooltip-content::before,
.tooltip-left .tooltip-west .tooltip-content::after {
  right: 99%;
}
.tooltip-left .tooltip-east .tooltip-content::before,
.tooltip-left .tooltip-east .tooltip-content::after {
  left: 99%;
}
.tooltip-left .tooltip-east .tooltip-content::after {
  transform: scale3d(-1, 1, 1);
}
.tooltip-top {
  /* Gap filler */
  /* Tooltip */
  /* Arrow */
}
.tooltip-top .tooltip {
  display: inline;
  position: relative;
  z-index: 999;
}
.tooltip-top .tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip-top .tooltip:hover::after {
  pointer-events: auto;
}
.tooltip-top .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 370px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #4d4d4d;
  background: transparent;
  opacity: 0;
  margin: 0 0 -10px -185px;
  cursor: default;
  pointer-events: none;
  font-family: 'Satisfy', cursive;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s ease-in;
  padding-bottom: 80px;
}
.tooltip-top .tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.tooltip-top .tooltip-content span {
  display: block;
}
.tooltip-top .tooltip-text {
  border-bottom: 10px solid #4d4d4d;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s ease-in;
}
.tooltip-top .tooltip:hover .tooltip-text {
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}
.tooltip-top .tooltip-inner {
  background: rgba(36, 193, 246, 0.9);
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s ease-in;
}
.tooltip-top .tooltip:hover .tooltip-inner {
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
}
.tooltip-top .tooltip-content::after {
  content: '';
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #4d4d4d;
  border-width: 10px;
  margin-left: -10px;
}
#footer {
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  opacity: 0.6;
  width: 100%;
  text-align: center;
}
#footer .outer {
  padding: 0 30px;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
}
.waifu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
}
.waifu:hover {
  transform: translateY(0);
}
.waifu:hover .waifu-tool {
  display: block;
}
.waifu .waifu-tips {
  opacity: 0;
  width: 250px;
  height: 70px;
  top: -30px;
  left: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(107, 107, 107, 0.7);
  border-radius: 8px;
  background-color: #f0eae3;
  font-size: 13px;
  text-overflow: ellipsis;
  position: absolute;
  transition: opacity 0.6s;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: shake;
  animation-timing-function: ease-in-out;
}
.waifu .waifu-tips::before {
  content: "";
  position: absolute;
  top: 68px;
  width: 0;
  height: 0;
  left: 20px;
  border-top: 10px rgba(107, 107, 107, 0.7) solid;
  border-left: 7px transparent solid;
  border-right: 7px rgba(107, 107, 107, 0.7) solid;
  border-bottom: 10px transparent solid;
}
.waifu .waifu-tips::after {
  content: "";
  position: absolute;
  top: 66px;
  width: 0;
  height: 0;
  left: 20px;
  border-top: 10px #f0eae3 solid;
  border-left: 7px transparent solid;
  border-right: 6px #f0eae3 solid;
  border-bottom: 10px transparent solid;
}
.waifu .waifu-tool {
  color: #aaa;
  top: 80px;
  right: 60px;
  font-size: 14px;
  position: absolute;
}
.waifu .waifu-tool span {
  display: block;
  cursor: pointer;
  color: #393939;
  background-color: #f0eae3;
  border: 1px solid #393939;
  border-radius: 5px;
  padding: 0 4px;
  margin-bottom: 4px;
  line-height: 20px;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-name: shake;
  animation-timing-function: ease-in-out;
}
.waifu .waifu-tool span:hover {
  z-index: 1;
  transform: scale(1.5);
  animation: none;
}
.waifu #live2d {
  position: relative;
  cursor: grab;
}
.waifu #live2d:active {
  cursor: grabbing;
}
@keyframes shake {
  2% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }
  4% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  8% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg);
  }
  10% {
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  12% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  14% {
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  16% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  }
  18% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  20% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg);
  }
  22% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  24% {
    transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  }
  26% {
    transform: translate(1.5px, 0.5px) rotate(1.5deg);
  }
  28% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  30% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  32% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  34% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg);
  }
  36% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  38% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  40% {
    transform: translate(-0.5px, 2.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  44% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  48% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  50% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  52% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  54% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  58% {
    transform: translate(2.5px, 2.5px) rotate(0.5deg);
  }
  60% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  62% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  }
  64% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  66% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  68% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  70% {
    transform: translate(2.5px, 2.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  }
  74% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }
  76% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }
  78% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  80% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  86% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg);
  }
  88% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  }
  90% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  92% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  94% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  96% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  98% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/*
* 夜间模式配色
*/
@keyframes leftIn_night {
  from {
    transform: translate(0, 0);
    background: #1f2e3c;
  }
  to {
    transform: translate(333px, 0);
    background: none;
  }
}
@keyframes leftOut_night {
  from {
    transform: translate(333px, 0);
    background: none;
  }
  to {
    transform: translate(0, 0);
    background: #1f2e3c;
  }
}
body.night {
  background: #1f2e3c;
}
body.night #container,
body.night #container.show {
  background-color: #1f2e3c;
}
body.night .article {
  background: rgba(21, 32, 43, 0.8);
  border-color: #38444d;
  color: #d5d5d5;
}
body.night .article .article-title {
  color: #f5f5f5;
}
body.night .article .article-entry table {
  border-color: #38444d;
}
body.night .article .article-entry table th,
body.night .article .article-entry table td {
  border-color: #38444d;
}
body.night .article .article-entry table thead tr {
  background: #1f2e3c;
}
body.night .article .article-entry table tbody tr:hover {
  background: #30485e;
}
body.night .article .article-entry blockquote {
  background: #2c2c2c;
}
body.night .article h1,
body.night .article h2,
body.night .article h3,
body.night .article h4,
body.night .article h5,
body.night .article h6 {
  color: #ccc;
  border-bottom-color: #38444d;
}
body.night .archives-wrap {
  background: rgba(21, 32, 43, 0.8);
  border-bottom-color: #38444d;
}
body.night .archives-wrap .archive-article {
  border-color: #38444d;
}
body.night .archives-wrap a.archive-article-title {
  color: #d5d5d5;
}
body.night .left-col {
  background-color: #15202b;
  background-image: none !important;
}
body.night #mobile-nav {
  background: none;
}
body.night #mobile-nav .overlay {
  display: none;
}
body.night .profilepic,
body.night .waifu,
body.night #header .header-nav .social a {
  filter: brightness(30%);
}
body.night .article-info-index.article-info {
  border-top-color: #38444d;
}
body.night #footer {
  color: #d5d5d5;
}
body.night .article-entry p code,
body.night .article-entry li code {
  background: #1f2e3c;
  color: #bf7676;
}
body.night .category-list li.category-list-item {
  border-color: #38444d;
}
body.night .tagcloud a.color1 {
  background: #356aaf;
}
body.night .tagcloud a.color1::before {
  border-right-color: #356aaf;
}
body.night .tagcloud a.color2 {
  background: #fa4700;
}
body.night .tagcloud a.color2::before {
  border-right-color: #fa4700;
}
body.night .tagcloud a.color3 {
  background: #7b2727;
}
body.night .tagcloud a.color3::before {
  border-right-color: #7b2727;
}
body.night .tagcloud a.color4 {
  background: #357f8e;
}
body.night .tagcloud a.color4::before {
  border-right-color: #357f8e;
}
body.night .tagcloud a.color5 {
  background: #3a2c41;
}
body.night .tagcloud a.color5::before {
  border-right-color: #3a2c41;
}
body.night .tagcloud a.color6 {
  background: #2186b2;
}
body.night .tagcloud a.color6::before {
  border-right-color: #2186b2;
}
body.night .tagcloud a.color7 {
  background: #7f4c4c;
}
body.night .tagcloud a.color7::before {
  border-right-color: #7f4c4c;
}
body.night ::-webkit-scrollbar {
  background-color: #15202b;
}
body.night .page-modal {
  background: #1f2e3c;
  color: #d5d5d5;
}
body.night .page-modal .close {
  color: #d5d5d5;
}
body.night #search-panel .search-input > input[type=text] {
  color: #d5d5d5;
}
body.night #search-panel .more-item {
  background: linear-gradient(-180deg, #15202b 10%, rgba(255, 255, 255, 0) 100%);
}
/*
* 照片墙页面专用css
*/
#photo-wall {
  margin: 0 auto;
  column-count: auto;
  column-width: 240px;
  column-gap: 20px;
}
#photo-wall .item {
  margin-bottom: 20px;
  break-inside: avoid;
}
#photo-wall .item-img {
  width: 100%;
  vertical-align: middle;
}
#load-tip {
  color: #999;
  text-align: center;
  display: none;
}
.category-list {
  text-align: center;
  padding: 20px;
}
.category-list li.category-list-item {
  display: inline-block;
  margin: 0 1em 0.5em 0;
  padding: 4px;
  border: 1px solid #dbdbdb;
  font-size: 1.2rem;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
.category-list li.category-list-item:hover {
  background: rgba(204, 204, 204, 0.3);
}
.category-count {
  text-align: center;
  line-height: 3;
  font-size: 18px;
  font-weight: bold;
}
.tag-cloud {
  text-align: center;
  padding: 20px;
}
.tag-cloud a {
  margin: 0 20px;
  word-break: keep-all;
  position: relative;
}
.tag-cloud a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.tag-cloud a::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #08c;
  transition: width 0.3s ease;
}
@media screen and (max-width: 800px) {
  .body-wrap {
    padding-top: 0;
    margin-bottom: 0;
  }
  #container {
    background: #e3d8cc;
  }
  .left-col {
    display: none;
  }
  .mid-col {
    left: 0;
    position: relative;
  }
  #header .header-nav {
    position: relative;
  }
  .wrap-side-operation {
    display: none;
  }
  .cloud-tie-wrapper {
    padding: 0;
    min-height: 20px;
  }
  .tools-col {
    left: -300px;
    width: 300px;
  }
  .tools-col .tools-wrap {
    padding-top: 48px;
  }
  .tools-col .tools-wrap,
  .tools-col .tools-section {
    width: 300px;
  }
  .tools-col .tools-wrap .search-tag.tagcloud,
  .tools-col .tools-section .search-tag.tagcloud {
    margin-right: -30px;
  }
  .tools-col .tools-wrap .search-ul .search-li,
  .tools-col .tools-section .search-ul .search-li {
    padding: 5px 20px;
  }
  .tools-col.show .header-menu.tools-nav {
    display: block;
  }
  #container .header-author.fixed {
    position: fixed;
    top: -29px;
    width: 100%;
    color: #ddd;
  }
  .mobile-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
  }
  .btnctn {
    position: fixed;
    z-index: 4;
  }
  .btnctn .slider-trigger {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(100, 100, 100, 0.7);
  }
  .btnctn .slider-trigger .icon {
    font-size: 20px;
    color: #fff;
  }
  .article-header {
    border-left: none;
    padding: 0;
    border-bottom: 1px dotted #ddd;
  }
  .article-header h1 {
    margin-bottom: 10px;
  }
  .article-header .archive-article-date {
    float: initial;
  }
  .header-subtitle {
    padding: 0 24px;
  }
  .header-subtitle .icon {
    margin: 0 10px;
    color: #d0d0d0;
  }
  .article-info-index.article-info {
    min-height: 40px;
    padding-top: 10px;
    margin: 0;
  }
  .article-info-post.article-info {
    margin: 0;
    padding-top: 10px;
    border: none;
  }
  #viewer-box .viewer-box-l {
    font-size: 14px;
  }
  .article-nav-link-wrap {
    margin: 5px 0;
    display: block;
    clear: both;
  }
  .article-nav-link-wrap .icon-arrow-circle-o-right {
    float: left;
    margin: 6px 4px 0 0;
  }
  .article-outer {
    margin: 10px 0;
  }
  .article {
    padding: 10px;
    border: 0;
    font-size: 16px;
    background: #f0eae3;
  }
  .article .article-more-link {
    margin: 0;
  }
  .article .article-entry {
    padding: 10px 0 30px 0;
  }
  .article .article-inner h1.article-title,
  .article .article-title {
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin: 0;
  }
  .article .article-meta {
    width: auto;
    height: 30px;
    margin-top: -5px;
    position: relative;
  }
  .article .article-meta .article-date {
    font-size: 12px;
    border-radius: 0;
    color: #666;
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
  .article .article-meta .article-date time {
    width: auto;
    float: right;
    margin-right: 10px;
  }
  .article .article-meta .article-tag-list {
    margin-top: 7px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .article .article-meta .article-tag-list:before {
    float: left;
    margin-top: 1px;
    left: 0;
  }
  .article .article-meta .article-tag-list .article-tag-list-item {
    float: left;
    padding-left: 0;
    width: auto;
    max-width: 83px;
  }
  .article .article-meta .article-category {
    margin-top: 7px;
    position: absolute;
    right: 10px;
    top: -30px;
  }
  .article .article-meta .article-category:before {
    float: left;
    margin-top: 1px;
    left: 15px;
  }
  .article .article-meta .article-category .article-category-link {
    max-width: 83px;
    width: auto;
    padding-left: 10px;
  }
  .article #article-nav-older {
    float: none;
    display: block;
  }
  .share {
    padding: 3px 10px;
  }
  .duoshuo {
    padding: 0 13px;
  }
  #disqus_thread {
    padding: 0 13px;
  }
  #article-nav {
    margin: 0;
    padding: 5px 10px 10px;
  }
  #article-nav #article-nav-older {
    float: none;
  }
  #article-nav .article-nav-link-wrap .article-nav-title {
    font-size: 16px;
  }
  #page-nav .extend {
    opacity: 1;
  }
  .instagram .open-ins {
    left: 2px;
    top: -30px;
    color: #aaa;
  }
  .archives-wrap {
    margin: 10px 10px 0px;
    padding: 10px;
  }
  .archives-wrap .archive-year-wrap {
    position: relative;
    padding: 0;
  }
  .archives-wrap .archive-year-wrap a {
    padding: 0;
  }
  .archives-wrap .article-meta .archive-article-date {
    font-size: 12px;
    margin-right: 10px;
    margin-top: -5px;
  }
  .archives-wrap .article-meta .article-tag-list-link {
    font-size: 12px;
  }
  .archives .archive-article {
    padding: 10px 0;
    margin-left: 0;
  }
  #footer {
    position: relative;
    bottom: 0;
  }
  #footer .footer-left {
    float: initial;
    margin-bottom: 10px;
  }
  #footer .footer-right {
    float: initial;
  }
  #mobile-nav {
    display: block;
  }
  #mobile-nav .header-author {
    margin: 0;
    position: relative;
    z-index: 2;
    color: #424242;
  }
  #mobile-nav .overlay {
    height: 110px;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #4d4d4d;
  }
  #mobile-nav #header {
    padding: 10px 0 0 0;
  }
  #mobile-nav #header .profilepic {
    display: block;
    position: relative;
    z-index: 100;
  }
  .js-mobile-btnctn {
    display: block;
  }
  .header-menu {
    height: auto;
    margin: 10px 0 20px;
  }
  .header-menu.tools-nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header-menu.tools-nav ul {
    margin-right: 28px;
  }
  .header-menu.tools-nav ul,
  .header-menu.tools-nav li {
    border-color: #fff;
  }
  .header-menu.tools-nav ul a,
  .header-menu.tools-nav li a {
    color: #fff;
  }
  .header-menu.tools-nav ul a.active,
  .header-menu.tools-nav li a.active {
    background: #81b5cc;
  }
  .header-menu ul {
    text-align: center;
    cursor: default;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 1;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
  }
  .header-menu li {
    border-left: 1px solid #a0a0a0;
  }
  .header-menu li:first-child {
    border-left: 0;
  }
  .header-menu li:last-child {
    border-right: 0;
  }
  .header-menu li a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #a0a0a0;
  }
  .header-menu li a.active {
    color: #eaeaea;
    background: #a0a0a0;
  }
  #search-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  #search-panel .search-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  #search-panel .search-container .search-result {
    flex-grow: 1;
  }
  .profilepic {
    display: block;
    border: 5px solid #f5f5f5;
    border-radius: 300px;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #88acdb;
    transition: all 0.2s ease-in;
    text-align: center;
  }
  .header-author {
    text-align: center;
    margin: 0.67em 0;
    font-size: 30px;
    transition: all 0.2s ease-in;
  }
  .header-subtitle {
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-subtitle {
    padding: 0 24px;
  }
}

