@import "https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Pacifico";
.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  border: 0 !important;
  box-shadow: 0 0 8px rgba(209, 205, 199, 0.5);
}
.navbar-right .dropdown-content {
  margin-left: -175px;
}
.navbar,
.navbar-header,
.navbar-nav,
.local-search-result,
.nav-container {
  display: flex;
}
.navbar-nav {
  align-items: center;
}
.navbar-brand,
.dropdown-toggle,
.archives > a {
  display: block;
  color: #777;
  padding: 15px;
}
.archives > a > svg {
  display: block;
}
.nav-container {
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 0 5%;
  height: 52px;
}
.navbar-left,
.navbar-right {
  flex-grow: 0;
}
.dropdown-toggle {
  height: 52px;
}
.dropdown-toggle svg {
  height: 22px;
  width: 22px;
}
.dropdown-content {
  position: absolute;
  top: calc(100% + 0px);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  display: block;
  visibility: hidden;
  width: 220px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(209, 205, 199, 0.5);
  clip-path: polygon(-100% 0.5px, 200% 0.5px, 200% 200%, -100% 200%);
  border-bottom: 1px solid #eee;
}
.dropdown-content a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 25px;
}
.dropdown-content a:hover {
  background: hsl(222deg 82% 43% / 80%);
  color: #e7e7e7;
}
@media screen and (max-width: 782px) {
  .navbar-left {
    order: 0;
    flex-grow: 2;
    justify-content: space-around;
    float: left;
  }
  .navbar-right {
    order: 2;
    flex-grow: 1;
    justify-content: space-around;
    float: right;
  }
  .navbar-right .dropdown-content {
    margin-left: 0;
  }
  .navbar-header {
    order: 1;
  }
  .nav-container {
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
  .navbar-nav .open .dropdown-menu > a {
    line-height: 40px;
  }
  .dropdown-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    height: 100vh;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .archives {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}
#site_search {
  display: flex;
  margin: 9px 15px 7px;
  flex-grow: 1;
}
#local-search-input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.43;
  color: #555;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  background: #fbfbfa;
  transition: all 0.2s;
  box-shadow: inset 3px 3px 8px rgba(209, 205, 199, 0.25);
}
#local-search-input:focus {
  outline: 0;
}
#local-search-input:focus {
  background: hsla(222, 56%, 44%, 1);
  color: #fff;
}
#local-search-input:focus::-webkit-input-placeholder {
  color: #fff;
}
#local-search-input:focus::-moz-placeholder {
  color: #fff;
}
#local-search-input:focus:-ms-input-placeholder {
  color: #fff;
}
#local-search-result {
  left: 15%;
  top: 50px;
  max-height: 80%;
  position: fixed;
  background-color: hsla(222, 56%, 44%, 1);
  width: 75%;
  overflow-y: auto;
}
.search-result-title {
  margin-top: 20px;
  color: #fff;
  font-weight: 700 !important;
  font-family: "Open Sans Condensed", Helvetica Neue, Helvetica, PingFang SC,
    Lantinghei SC, Hiragino Sans GB, Microsoft YaHei, \\5fae软雅黑,
    STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, Arial,
    sans-serif;
  font-size: 32px;
  line-height: 32px;
}
.search-result-list li {
  padding: 40px 50px 0 20px;
}
.search-result,
.search-result-title:hover {
  color: #ddd;
}
.search-keyword {
  color: #fff;
  font: 900 1em/1em "";
  text-decoration: underline;
  margin: 2px;
}
.search-result {
  word-wrap: break-word;
  word-break: normal;
}
@media screen and (max-width: 782px) {
  #site_search,
  #local-search-result {
    display: none;
  }
}
.post-item {
  padding: 10px 0;
}
.index-title {
  font-size: 34px;
  line-height: 32px;
}
.excerpt {
  font-size: 18px;
  line-height: 1.95em;
  padding: 10px 0;
  letter-spacing: 0.6px;
  color: #555;
}
.index-meta {
  padding-bottom: 30px;
}
@media screen and (max-width: 782px) {
  .excerpt {
    font-size: 16px;
    line-height: 1.9em;
  }
}
.pager,
.prev,
.page-number,
.next,
.space {
  display: flex;
}
.prev,
.page-number,
.next {
  padding: 10px 25px;
}
a.page-number:hover,
a.next:hover,
a.prev:hover {
  transition: background-color 0.2s, color 0.2s;
  background-color: hsla(222, 56%, 44%, 1);
  color: #e7e7e7;
}
.pager {
  margin: 0 52px 32px;
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(209, 205, 199, 0.35);
}
.pager a {
  color: #333;
}
.space {
  padding: 10px 0;
}
@media screen and (max-width: 782px) {
  .pager {
    font-size: 26px;
    line-height: 35px;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 4px 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    text-align: center;
    letter-spacing: 1px;
  }
  .prev,
  .page-number,
  .next {
    padding: 10px;
  }
  .space {
    padding: 10px 0;
  }
}
.right-foot {
  font-family: "Pacifico", Arial, sans-serif;
  position: fixed;
  z-index: 0;
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  bottom: 0%;
  right: calc(50% - 391px);
  transform: rotate(270deg) translateX(100%);
  -webkit-transform: rotate(270deg) translateX(100%);
  -moz-transform: rotate(270deg) translateX(100%);
  -o-transform: rotate(270deg) translateX(100%);
}
.firstrow,
.secondrow {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 782px) {
  .right-foot {
    font-size: 26px !important;
    line-height: 35px;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 20px 0 30px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    text-align: center;
  }
  .i-caret-right {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
  }
  .firstrow,
  .secondrow {
    display: block;
  }
}
figure {
  overflow-x: auto;
}
td.gutter {
  width: 50px;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 0;
  padding: 15px;
  border: 0;
  border-radius: 0px;
  tab-size: 4;
  color: #555;
  background: transparent;
  background-size: auto 4em;
  background-origin: content-box;
  background-image: linear-gradient(#f1f3f5 50%, transparent 0);
}
pre .comment {
  color: #a2a2a2;
}
pre .line {
  height: 30px;
}
code {
  word-wrap: break-word;
  line-height: 2em;
  font-size: 0.97em;
  color: #555;
  background: #f1f3f5;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #547ab2;
}
pre .keyword,
pre .javascript .function {
  color: #547ab2;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #3eacab;
}
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #3eacab;
}
pre .title,
pre .css .hexcolor {
  color: #3eacab;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #3eacab;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #5a5050;
}
@media screen and (max-width: 782px) {
  figure {
    width: 110%;
    margin-left: -5%;
  }
  pre {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 10px;
    background-size: auto 36px;
  }
  code {
    line-height: 1.9em;
  }
}
.dropdown-toggle,
.dropdown-menu,
.open,
a,
a:hover,
a:focus {
  transition: 0.2s ease-in-out;
}
.dropdown-content {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-content {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  opacity: 0;
}
.dropdown-content.open {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.toc {
  position: fixed;
  top: 50%;
  left: calc(50% - 391px);
  text-align: right;
  transform: translate(-100%, -50%);
  padding: 4em 0;
  padding-right: 2em;
  overflow: auto;
  max-height: 100%;
}
.toc-text {
  color: #acacab;
  transition: color 0.3s;
}
.toc-level-1 .toc-text,
.toc-level-2 .toc-text {
  font-weight: 400;
}
.toc-level-3 .toc-text,
.toc-level-4 .toc-text,
.toc-level-5 .toc-text,
.toc-level-6 .toc-text {
  font-weight: 300;
}
.toc:hover .toc-text {
  color: hsl(222deg 82% 43% / 80%);
}
.toc ol,
ul {
  padding-right: 0.5em;
}
.toc-item:before {
  content: "" !important;
}
@media screen and (max-width: 1200px) {
  .toc {
    display: none;
  }
}
::selection {
  background: #a7d0eb;
}
::-moz-selection {
  background: #a7d0eb;
}
::-webkit-selection {
  background: #a7d0eb;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 2.36em 0 1em;
  font-size: 26px;
  color: #1a1a1a;
}
h1 {
  font-size: 32px;
}
.index-title,
.navbar-brand,
.section-year,
.archive-title,
.dropdown-content,
.pager,
.page-title,
h1,
h2,
h3,
h4,
h5,
h6,
.toc,
.index-meta,
.meta,
.description,
.busuanzi,
.archive-num {
  font-family: "Open Sans Condensed", Futura, AvenirNext, Avenir, sans-serif;
}
article,
figure,
footer,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
  font-size: 18px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "PingFang SC",
    STHeiti, "Helvetica Neue", "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  background-color: #fdfefe;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
}
.archive-time {
  background-color: #fdfefe;
}
.index-title,
.archive-link,
.dropdown-content,
.index-meta,
.current {
  font-weight: 700 !important;
}
p,
.excerpt,
.meta,
.post li {
  font-weight: 400;
}
.navbar-brand,
.right-foot,
.pager {
  font-size: 18px;
}
.busuanzi,
.behind,
.dropdown-content,
.meta {
  font-weight: 300;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a,
a:hover,
a:focus {
  color: hsl(222deg 82% 43% / 80%);
}
p {
  margin: 0.7em 0;
  color: #444;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  text-justify: auto;
}
.post ul li {
  position: relative;
  line-height: 2em;
  color: #5e5e5e;
}
.post ul li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "·";
}
ul li,
.toc li {
  list-style-type: none;
  list-style: none;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  padding-inline-start: 40px;
}
ul.posts {
  padding: 52px 52px 0;
}
.behind {
  padding: 28px 0 0;
  word-spacing: 2px;
  color: #9c9c9c;
  line-height: 1;
}
.behind .description {
  font-size: 26px;
  color: #cdd2d4;
  font-weight: 300;
}
.back {
  position: fixed;
  top: 28px;
  left: 5%;
  height: 22px;
  width: 22px;
}
.center,
.behind,
.archive-title,
.archive-num,
.picture-container {
  text-align: center;
}
.meta {
  font-size: 18px;
  color: #9c9c9c;
  padding-top: 13px;
}
.meta a {
  color: #2f8dca;
}
.black-color {
  color: #000;
}
.archive-num {
  padding: 10px 0;
  color: #9c9c9c;
}
.archive-list {
  padding: 10px 0;
}
.archive-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.archive-time {
  font-size: 18px;
  width: 40%;
  margin-right: 20px;
  text-align: right;
  color: #b6b6b6;
}
.archive-detail {
  font-size: 18px;
  width: 90%;
  padding: 0 20px;
  word-wrap: break-word;
  border-left: 1px solid #b6b6b6;
}
article {
  padding: 40px 0;
}
blockquote {
  margin: 30px 0;
  font-style: italic;
  padding: 0;
  padding-left: 3rem;
  border: 0;
}
blockquote p {
  color: #1a1a1a;
  text-indent: 0;
  line-height: 1.6;
  font-size: 26px;
}
table {
  width: 100%;
}
img,
object,
article.post iframe,
video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100vh;
  max-height: 62vh;
}
img {
  display: block;
  height: auto;
  position: relative;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.busuanzi {
  font-size: 18px;
  line-height: 18px;
  margin: 30px 0;
  color: #cdd2d4;
}
.index-meta {
  vertical-align: middle;
  line-height: 1.2;
}
.main-ctnr {
  max-width: 750px;
  position: relative;
  left: calc(50% - 375px);
}
.standard,
.archive,
.archive-title,
#disqus_thread {
  padding: 0 6% 0 7%;
}
.archive-title {
  padding-top: 52px;
}
p,
.post li {
  font-size: 18px;
  line-height: 1.9em;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
hr:last-child {
  border-color: transparent;
}
@media screen and (max-width: 782px) {
  .main-ctnr {
    left: 0;
  }
  .back,
  li.archives,
  .busuanzi {
    display: none;
  }
  .behind {
    padding: 12px 0;
    opacity: 0;
  }
  .archive-title {
    font-size: 32px;
  }
  ul.posts {
    padding: 52px 26px 0;
  }
  .post ul {
    margin-left: -10px;
  }
} /*# sourceMappingURL=m.min.css.map */
