@import '//at.alicdn.com/t/font_435259_648t1cil7u7q4cxr.css';
.iconfont {
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont:hover {
  color: #e26d6d;
}
.icon-menu-search {
  font-size: 18px;
  cursor: pointer;
}
.icon-tag,
.icon-category {
  font-size: 12.5px;
  opacity: 0.9;
}
.icon-tag-inner {
  font-size: 15px;
}
.icon-left,
.icon-right {
  font-size: 0.9em;
}
.icon-date {
  font-size: 15px;
}
.icon-words {
  font-size: 1.2rem;
}
.icon-eye {
  font-size: 1.3rem;
}
.icon-open,
.icon-close {
  font-size: 0.8em;
}
.icon-search {
  font-size: 15px;
}
.icon-cancel {
  cursor: pointer;
}
.icon-donate {
  font-size: 2.5em;
  opacity: 0.65;
}
.icon-donate-wechat,
icon-donate-alipay {
  font-size: 2em;
}
.icon-pv,
.icon-uv {
  font-size: 1.2em;
}
.icon-backtotop {
  font-size: 45px;
}
.header-logo,
.header-menu-link {
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block,
.article,
.widget {
  heigth: auto;
  margin: 1em 0;
  padding: 0.6em;
}
.article-readmore,
.small-tag a,
.tag-wrap,
.meta-item {
  margin: 3px 2px;
  padding: 0 12px;
  display: inline-block;
  line-height: 25px;
  border: 1px solid #d5dce5;
  border-radius: 999em;
}
.article-readmore:visited,
.small-tag a:visited,
.tag-wrap:visited,
.meta-item:visited,
.article-readmore:active,
.small-tag a:active,
.tag-wrap:active,
.meta-item:active,
.article-readmore:link,
.small-tag a:link,
.tag-wrap:link,
.meta-item:link {
  color: rgba(0,0,0,0.7);
}
.article-readmore:hover,
.small-tag a:hover,
.tag-wrap:hover,
.meta-item:hover {
  background: rgba(255,255,255,0.2);
  color: #e26d6d;
  border: 1px solid #e26d6d;
}
img,
.gallery-brg {
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
}
.foot-link a,
.post-content a,
.article-excerpt p a,
.category-link,
.tag-link,
.category-name,
.widget-title,
.link-item a {
  position: relative;
}
.foot-link a:hover,
.post-content a:hover,
.article-excerpt p a:hover,
.category-link:hover,
.tag-link:hover,
.category-name:hover,
.widget-title:hover,
.link-item a:hover {
  color: #e26d6d;
}
@media screen and (min-width: 769px) {
  .foot-link a::after,
  .post-content a::after,
  .article-excerpt p a::after,
  .category-link::after,
  .tag-link::after,
  .category-name::after,
  .widget-title::after,
  .link-item a::after {
    content: " ";
    width: 100%;
    height: 0px;
    background: #fff;
    position: absolute;
    top: 99%;
    left: 0%;
    transition: 0.3s;
  }
  .foot-link a:hover:after,
  .post-content a:hover:after,
  .article-excerpt p a:hover:after,
  .category-link:hover:after,
  .tag-link:hover:after,
  .category-name:hover:after,
  .widget-title:hover:after,
  .link-item a:hover:after {
    background: #e26d6d;
    height: 1.8px;
    top: 97%;
    left: 0%;
  }
}
.clearfix():before,
.clearfix():after {
  content: " ";
  display: table;
}
.clearfix():after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.25;
  color: rgba(0,0,0,0.9);
}
h1 {
  font-size: 28px;
  margin: 70px 0 50px 0;
  border-bottom: 1px solid #f0f0f0;
}
h2 {
  margin: 50px 0 0 0;
  font-size: 22px;
}
h3 {
  margin: 40px 0 0 0;
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5,
h6 {
  font-size: 10px;
}
p {
  letter-spacing: 0.4px;
  font-weight: 400;
  color: rgba(0,0,0,0.7);
  margin: 28px 0;
  line-height: 1.7;
}
blockquote {
  display: block;
  letter-spacing: 0.4px;
  font-size: 16px;
  padding-left: 10px;
  margin: 40px 0;
}
blockquote p {
  margin: 0;
  padding-left: 10px;
  border-left: 3px solid #727272;
}
hr {
  margin: 1em 0;
  opacity: 0.2;
  border: 0.2px solid #ccc;
}
ul,
ol {
  margin-left: 12px;
  padding-left: 20px;
}
li {
  margin: 8px 0;
}
pre,
.highlight {
  overflow: auto;
  margin: 20px 0;
  padding: 0;
  font-size: 15px;
  color: #4d4d4c;
  background: #eee;
  line-height: 0.9;
}
pre,
code {
  font-family: 'Helvetica', 'consolas';
}
code {
  padding: 2px 4px;
  word-wrap: break-word;
  color: $code-foreground;
  background: $code-background;
  border-radius: $code-border-radius;
  font-size: 15px;
}
pre {
  padding: 10px;
}
pre code {
  padding: 0;
  color: #4d4d4c;
  background: none;
  text-shadow: none;
}
.highlight {
  border-radius: 8px;
}
.highlight pre {
  border: none;
  margin: 0;
  padding: 10px 0;
}
.highlight table {
  margin: 0;
  width: auto;
  border: none;
}
.highlight td {
  border: none;
  padding: 0;
}
.highlight figcaption {
  font-size: 1em;
  color: #4d4d4c;
  line-height: 1em;
  margin-bottom: 1em;
}
.highlight figcaption a {
  float: right;
  color: #4d4d4c;
}
.highlight figcaption a:hover {
  border-bottom-color: #4d4d4c;
}
.highlight .gutter pre {
  padding-left: 10px;
  padding-right: 10px;
  color: #869194;
  text-align: right;
  background-color: #eee;
}
.highlight .code pre {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
}
.highlight .line {
  height: 20px;
  border: none;
}
.highlight .marked {
  width: 100%;
  border-left: 2px solid #727272;
  margin: 0.5em 0;
  padding-left: 0.5em;
}
.gutter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gist table {
  width: auto;
}
.gist table td {
  border: none;
}
pre .deletion {
  background: #fdd;
}
pre .addition {
  background: #dfd;
}
pre .meta {
  color: #c397d8;
}
pre .comment {
  color: #8e908c;
}
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: #e24c38;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant,
pre .command {
  color: #e78c45;
}
pre .ruby .class .title,
pre .css .rules .attribute,
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata,
pre .special,
pre .number,
pre .formula {
  color: #360;
}
pre .title,
pre .css .hexcolor {
  color: #70c0b1;
}
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: #7aa6da;
}
pre .keyword,
pre .javascript .function {
  color: #e24c38;
}
html,
body {
  height: 100%;
  width: 100%;
  background: #f5f6fa;
  line-height: 0.9;
  letter-spacing: 0.3px;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  overflow-x: hidden;
  font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.8);
}
a {
  text-decoration: none;
}
a:hover {
  color: #e26d6d;
}
a:link,
a:visited,
a:active {
  color: rgba(0,0,0,0.6);
}
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
img:hover {
  opacity: 0.8;
}
time {
  font: 1rem 'Times New Roman', 'Georgia', 'serif';
  opacity: 0.5;
}
.ul,
.li {
  margin: 0;
  padding: 0.2em;
  list-style-type: none;
  display: inline;
}
.page-title {
  text-align: center;
  display: block;
  font-size: 1.1em;
  margin-bottom: 2.3em;
  line-height: 10px;
  letter-spacing: 0.6px;
  font-weight: 300;
  color: rgba(0,0,0,0.4);
}
.page-title:hover {
  color: #e26d6d;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0,0,0,0.3);
}
.container {
  margin-top: 1.8em;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.container {
  flex-direction: row-reverse;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.inline {
  display: inline;
}
.center {
  text-align: center;
}
.back-to-top {
  padding: 0.1em;
  color: #454545;
  display: none;
  position: fixed;
  cursor: pointer;
  opacity: 0.8;
  z-index: 20;
  bottom: 8%;
  left: 90%;
}
.back-to-top:hover {
  color: #e26d6d;
  border-radius: 6px;
}
#toc {
  padding-top: 1em;
  overflow: hidden;
  position: absolute;
  width: 250px;
  top: 0;
  left: 80%;
}
#post {
  width: 54%;
}
#main {
  width: 50%;
}
#sidebar {
  width: 18%;
}
#main,
#sidebar {
  margin: 0 2em;
}
@media screen and (max-width: 479px) {
  #toc {
    display: none;
  }
}
::selection {
  background: #727272;
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  background-color: #ccc;
}
@media screen and (max-width: 479px) {
  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 2px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #555;
}
.header {
  clear: both;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid #f0f0f0;
}
.header-nav {
  height: 70px;
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: inline-block;
  width: 33%;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.header-logo:visited,
.header-logo:active,
.header-logo:link {
  color: rgba(0,0,0,0.7);
}
.header-logo:hover {
  color: #e26d6d;
}
.header-menu {
  height: 100%;
  margin-right: 5%;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.header-menu-link {
  margin: 0 1em;
  height: 100%;
  display: inline-block;
  line-height: 70px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
.header-menu-link:visited,
.header-menu-link:link,
.header-menu-link:active {
  color: rgba(0,0,0,0.5);
}
.header-menu-link:hover {
  color: #e26d6d;
}
.mobile-toggle {
  display: none;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  left: 20px;
  top: 10px;
  width: 18px;
  margin-left: -9px;
}
.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #f5f6fa;
  z-index: 999;
  overflow-y: auto;
  padding-top: 26px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.mobile-menu-link {
  display: block;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.6px;
}
.slide-icon {
  margin: 22px;
  width: 40px;
}
.header-static {
  position: static;
  opacity: 1;
  background-color: #f5f6fa;
  border-radius: 10px;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: #fff;
  transition: 0.6;
}
.header-menu-active {
  border-bottom: 2px solid rgba(0,0,0,0.7);
}
.header-menu-active:visited,
.header-menu-active:active,
.header-menu-active:link {
  color: rgba(0,0,0,0.8);
}
#footer {
  margin: 6em 0 1em;
  text-align: center;
  font-size: 13px;
  color: rgba(0,0,0,0.4);
}
.foot-link a {
  margin: 0.4em 0;
  color: #e26d6d;
}
.foot-link a:hover {
  color: #000;
}
.foot-busuanzi,
.foot-link,
.foot-copyright {
  margin: 0.4em auto;
}
.post {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.4em;
}
.post-head {
  border-bottom: 1px solid #f0f0f0;
}
.post-title {
  display: block;
  font-size: 2.7rem;
  font-weight: 400;
  color: rgba(0,0,0,0.7);
  margin: 0.5em 0 1em;
}
.post-info {
  width: 100%;
  margin: 1em 0;
  font-family: 'Times New Roman', 'Georgia', 'serif';
}
.post-time,
.post-words,
.post-visitor {
  font-size: 1.2rem;
  opacity: 0.6;
  font-style: italic;
  padding-left: 0.12em;
}
.post-content {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.post-content a {
  color: #e26d6d;
}
.post-content a:hover {
  color: #000;
}
.post-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.-mob-share-list {
  text-align: right;
  width: auto;
}
.-mob-share-list span {
  padding: 0.2rem;
  border: 1px solid #808080;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.7;
}
.-mob-share-list span:hover {
  color: #e26d6d;
  border: 1px solid #e26d6d;
}
.nav {
  margin: 1em 0 3em;
  padding: 1em 0;
  overflow: hidden;
  font-weight: 300;
  font-size: 1.2em;
  clear: both;
  border-top: 1px solid #eee;
}
.nav-prev {
  float: left;
}
.nav-next {
  float: right;
}
.nav-link {
  font-size: 1em;
}
.nav-link:hover {
  color: #e26d6d;
}
.donate-btn {
  margin: 0.5em auto;
  text-align: center;
  cursor: pointer;
  width: 40px;
}
#donate-box {
  display: none;
  width: 360px;
  height: 280px;
  padding: 20px 0;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -160px;
  margin-left: -180px;
  border-radius: 10px;
  z-index: 999;
  text-align: center;
  background: #f5f6fa;
}
.donate-cancel {
  position: absolute;
  top: 8px;
  right: 24px;
  width: 12px;
}
.donate-img-box {
  width: 200px;
  margin: 0 auto;
}
.donate-word {
  display: inline-block;
  font-family: $thin-font;
  font-weight: 300;
  margin: 10px 0;
  font-size: 14px;
}
.donate-list {
  margin: 10px 0 5px 0;
}
.donate-img {
  width: 200px;
  height: auto;
  display: none;
}
.donate-active {
  color: #e26d6d;
}
.post-widget {
  margin: 7em 0;
  text-align: center;
}
.post-widget-title {
  display: block;
  font-size: 16px;
  margin-bottom: 1em;
}
.post-widget-title:hover {
  color: #e26d6d;
}
#comment {
  margin: 4em 0;
}
.archive-year {
  dispaly: inline-block;
  font-size: 1.2rem;
  margin: 0.2em 0 1em;
  opacity: 0.7;
  line-weight: 2;
  letter-spacing: 1px;
  text-align: center;
}
.archive-item {
  font-size: 1em;
  overflow: hidden;
  padding: 1em;
}
.archive-item:hover {
  color: #e26d6d;
}
.archive-date {
  font-size: 1em;
  font-weight: 300;
}
.archive-date:hover {
  color: #e26d6d;
}
.archive-title {
  margin-left: 2.2rem;
  font-size: 1rem;
  font-weight: 300;
}
.archive-title:hover {
  color: #e26d6d;
}
.article {
  padding: 0 0 14px 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 62px;
  border-radius: 10px;
}
.article-header {
  padding: 12px 0;
  border-bottom: 0.9px solid #f0f0f0;
  text-align: center;
}
.article-title {
  font-size: 1.56em;
  margin: 14px 0 18px;
  padding: 0 4px;
  display: block;
  font-weight: 200;
}
.article-title:visited,
.article-title:active,
.article-title:link {
  color: rgba(0,0,0,0.9);
}
.article-title:hover {
  color: #e26d6d;
}
.article-excerpt {
  margin: 38px 0;
  padding: 0 8px;
  font-size: 13px;
}
.article-excerpt:hover {
  color: #000;
}
.article-excerpt p {
  font-weight: 300;
  letter-spacing: 0.6px;
  font-size: 14px;
  margin: 20px 0 10px 0;
  line-height: 1.75em;
}
.article-excerpt p a {
  color: #e26d6d;
  position: relative;
}
.article-excerpt p a:hover {
  color: #000;
}
.article-readmore {
  float: right;
  font-size: 13px;
  margin: 0.4em 0.9em 0 0.9em;
  padding: 4px 8px;
  font-weight: 300;
}
.article-readmore:visited,
.article-readmore:active,
.article-readmore:link {
  color: rgba(0,0,0,0.7);
}
.article-readmore:hover {
  background: rgba(255,255,255,0.2);
  color: #e26d6d;
  border: 1px solid #e26d6d;
}
.gallery-box {
  display: inline-block;
  width: 175px;
  height: auto;
}
.gallery-brg {
  display: block;
  width: 175px;
  height: 175px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.gallery-img {
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.meta-info {
  font-size: 12.5px;
  text-align: left;
}
.category-link,
.tag-link {
  position: relative;
  padding: 0.1em 0;
}
.category-link font-weight 300:visited,
.tag-link font-weight 300:visited,
.category-link font-weight 300:active,
.tag-link font-weight 300:active,
.category-link font-weight 300:link,
.tag-link font-weight 300:link {
  color: rgba(0,0,0,0.7);
}
.category-link:hover,
.tag-link:hover {
  color: #e26d6d;
}
.paginator {
  margin: 4em 0;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 1rem;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.prev,
.next,
.page-number {
  padding: 0 10px;
font-fa
  font-weight: 300;
}
.prev:hover,
.next:hover,
.page-number:hover {
  color: #e26d6d;
}
.prev {
  float: left;
}
.next {
  float: right;
}
.current {
  color: #e26d6d;
}
.category-item {
  overflow: hidden;
  margin: 2em;
}
.category-name {
  margin-left: 0.8em;
  padding-bottom: 0.6em;
  letter-spacing: 1px;
  font-weight: 300;
  position: relative;
}
.category-posts {
  display: none;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  padding-left: 1.6rem;
}
.category-post-item {
  font-weight: 300;
  display: block;
  margin: 1em 1.8em;
  letter-spacing: 0.5px;
}
.category-post-item:hover {
  color: #e26d6d;
}
.category-post-item a {
  margin-left: 1rem;
}
.category-post-item a:hover {
  color: #e26d6d;
}
.small-tag a {
  font-size: 0.9em;
}
.tag-wrap {
  display: inline-block;
  margin: 0.2em;
}
.tag-name {
  font-size: 14px;
}
.toc-container {
  display: none;
  margin: auto 0;
  height: 100%;
  border-top: 1px solid #f0f0f0;
}
.toc-contents {
  display: block;
  color: #454545;
  padding: 0 0.2em;
  margin: 0.8em 0;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
}
.toc-list,
list-style-type none,
.toc-item {
  display: block;
  padding-left: 0;
  font-size: 14px;
  margin: 12px 0;
  color: rgba(0,0,0,0.6);
  letter-spacing: 0.5px;
}
.toc-item:hover {
  cursor: pointer;
  color: #e26d6d;
}
.toc-subitem {
  display: block;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  margin: 10px 0 10px 6px;
}
.toc-subitem:hover {
  cursor: pointer;
  color: #e26d6d;
}
.toc-fixed {
  position: fixed;
  top: 1%;
  left: 80%;
}
.toc-active {
  color: #e26d6d;
}
.toc-sub-active {
  color: #e26d6d;
}
.widget {
  text-align: center;
}
.widget-title {
  padding: 1em 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.4px;
  margin-bottom: 0.8em;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 300;
  color: rgba(0,0,0,0.5);
}
.widget-title:hover {
  color: #e26d6d;
}
.pofile {
  padding: 0.8em;
  width: 100%;
}
.avatar {
  margin: 0 auto;
  padding: 0 auto;
  display: block;
  border-radius: 6px;
  width: 76%;
}
.author {
  display: block;
  font-size: 18px;
  margin: 18px 0;
  font-weight: 400;
}
.descrption {
  color: #808080;
  font-weight: 300;
  font-size: 14px;
}
.location {
  display: block;
  margin: 14px 0;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  font-weight: 300;
}
.social {
  margin: 20px 0;
}
.count {
  margin: 0;
  overflow: hidden;
}
.count div {
  text-align: center;
  width: 50%;
  float: left;
}
.count-item {
  display: inline;
  font-weight: 400;
  opacity: 0.6;
}
.count-item:hover {
  color: #e26d6d;
}
.search-widget {
  margin: 2em auto;
  background-color: #fbfcfd;
  width: 70%;
  padding: 6px;
  height: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}
.search-widget:hover {
  color: #e26d6d;
}
.search-word {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}
.search-word:hover {
  color: #e26d6d;
}
.recent-post {
  position: relative;
  display: block;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  width: auto;
}
.recent-post:hover {
  color: #e26d6d;
}
.meta-item {
  font-size: 13px;
  opacity: 0.9;
}
.meta-count {
  font-size: 0.4em;
  padding-bottom: 0.6em;
}
.link-item {
  font-size: 0.8rem;
  border-radius: 10px;
}
.link-item a {
  text-wrap: normal;
  padding: 0.4em 0;
  opacity: 0.8;
}
.link-item a:hover {
  color: #e26d6d;
}
.search-container {
  display: none;
  position: fixed;
  left: 50%;
  top: 80px;
  z-index: 999;
  width: 700px;
  max-height: 600px;
  margin-left: -350px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
}
.search-input {
  margin: 0 auto;
  padding: 14px;
  font-size: 16px;
  width: 90%;
  height: 28px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  outline: none;
}
.search-cancel {
  position: absolute;
  top: 14px;
  width: 18px;
}
.search-cancel:hover {
  color: #e26d6d;
}
.search-result {
  padding: 12px;
  margin: 3px 0;
  overflow: hidden;
}
.search-item {
  margin: 10px 0 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.search-title {
  text-align: left;
  padding-left: 12px;
  font-size: 16px;
}
.search-title:link,
.search-title:visited,
.search-title:active {
  color: #000;
}
.search-title:hover {
  color: #e26d6d;
}
.search-content {
  padding: 12px;
  margin: 2px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: rgba(0,0,0,0.7);
}
.search-empty {
  margin: 20px 0 24px 0;
  font-size: 16px;
  text-align: center;
}
.search-empty:hover {
  color: #e26d6d;
}
.search-keyword {
  color: #e26d6d;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 1.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
  }
}
.slideUp {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.slideDown {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: slideDown;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes slideDownMin {
  0% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.slideDownMin {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: slideDownMin;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes slideLIn {
  0% {
    -webkit-transform: translateX(-65px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.slideLIn {
  -webkit-animation-name: slideLIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes slideRIn {
  0% {
    -webkit-transform: translateX(65px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.slideRIn {
  -webkit-animation-name: slideRIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes itemLIn {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
  }
}
.itemLIn {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: itemLIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes itemRIn {
  0% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.itemRIn {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: itemRIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes menuSlideIn {
  0% {
    -webkit-transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.menuSlideIn {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: menuSlideIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-webkit-keyframes menuSlideOut {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
  }
}
.menuSlideOut {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: menuSlideOut;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-o-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-moz-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideDownMin {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDownMin {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slideDownMin {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDownMin {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slideLIn {
  0% {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideLIn {
  0% {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideLIn {
  0% {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLIn {
  0% {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideRIn {
  0% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRIn {
  0% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideRIn {
  0% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideRIn {
  0% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes itemLIn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes itemLIn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-o-keyframes itemLIn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes itemLIn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes itemRIn {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes itemRIn {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-o-keyframes itemRIn {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes itemRIn {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes menuSlideIn {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes menuSlideIn {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes menuSlideIn {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes menuSlideIn {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes menuSlideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@-webkit-keyframes menuSlideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@-o-keyframes menuSlideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@keyframes menuSlideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@media screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 18px 0;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5,
  h6 {
    font-size: 12px;
  }
  .container {
    display: block;
  }
  .container,
  #main {
    clear: both;
    width: 98%;
    margin: 0;
    padding: 0 0.2em;
    margin-top: 0.5rem;
  }
  #toc {
    display: none;
  }
  .header {
    width: 100%;
  }
  .header-nav {
    max-width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
  }
  .header-logo {
    display: inline-block;
    font-size: 22px;
    margin: 0 auto;
  }
  .header-menu {
    display: none;
  }
  .mobile-toggle {
    display: inline;
  }
  .post-title {
    font-size: 24px;
    margin: 1em 0;
  }
  .post-info * {
    font-size: 16px;
    margin: 0.8em 0;
  }
  .post-content p {
    font-size: 14px;
  }
  .post-bottom {
    display: block;
  }
  .post-bottom div {
    width: 100%;
    margin: 1.8em 0;
    float: none;
    text-align: center;
  }
  .nav {
    margin: 1em 0 2em 0;
    height: 60px;
  }
  .nav-prev,
  .nav-next {
    font-size: 15px;
    width: 100%;
    margin: 0.8em 0;
  }
  .nav-prev {
    text-align: left;
  }
  .nav-next {
    text-align: right;
  }
  #donate-box {
    width: 100%;
    top: 50%;
    left: 0;
    margin-left: 0;
    border-radius: 6px;
  }
  .article {
    margin-bottom: 10px;
  }
  .article .meta-info {
    display: none;
  }
  .article-header {
    display: block;
    padding: 10px 6px;
  }
  .article-title {
    display: block;
    width: 100%;
    font-size: 1.1rem;
  }
  .article-date {
    display: block;
    width: 100%;
    padding: 6px 0 0 0;
    font-size: 0.9rem;
  }
  .article-readmore {
    font-size: 12px;
  }
  .archive-item {
    margin: 12px;
  }
  .archive-title {
    margin: 4px 0;
    display: block;
    width: 100%;
  }
  #sidebar {
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
  #post {
    width: 100%;
  }
  .post-card,
  .excerpt {
    width: 100%;
    padding: 0.3em;
  }
  .widget {
    display: none;
  }
  .profile {
    display: block;
    margin-top: 2rem;
  }
  .post-content {
    width: 100%;
  }
  .highlight {
    width: 100%;
  }
  .gallery-box,
  .gallery-brg,
  .gallery-img {
    width: 100%;
  }
  .page-title {
    display: none;
  }
  .back-to-top {
    left: 80%;
    bottom: 10%;
  }
  .prev,
  .next {
    font-size: 14px;
  }
  .category-item,
  .category-posts,
  .category-post-item {
    margin: 1rem 0;
    padding: 0.1rem;
  }
  .search-widget {
    display: none;
  }
  .search-container {
    position: fixed;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 85%;
    border-radius: 0;
  }
  .search-input {
    width: 80%;
  }
  .search-result {
    padding: 4px;
    overflow: hidden;
  }
  .search-item {
    margin: 4px 4px 6px 4px;
  }
  .slide-right {
    transform: translateX(200px);
    transition: 0.5s;
  }
  .slide-left {
    transform: translateX(0px);
    transition: 0.5s;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    font-size: 18px;
  }
  .header-nav {
    width: 100%;
    margin: 0 auto;
  }
  .container {
    margin-top: 0.4em;
  }
  #main {
    width: 60%;
  }
  #sidebar {
    width: 40%;
  }
  #main,
  #sidebar {
    margin: 0;
  }
  #post {
    margin: 0 auto;
    width: 94%;
  }
  #toc {
    display: none;
  }
  .profile {
    display: block;
    margin-top: 2rem;
  }
  .gallery-box,
  .gallery-brg,
  .gallery-img {
    width: 100%;
  }
}
