html {
  font-size: 16px;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  color: rgba(1,1,1,0.75);
  vertical-align: baseline;
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.page {
  margin-top: 0px;
}
.page .head {
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.15);
  background: #fff;
}
@media screen and (max-width: 750px) {
  .head {
    position: fixed;
  }
  .menu-nav,
  #head-about,
  .post-widget {
    display: none;
  }
  #barWrap-toggle {
    display: inline-block;
  }
  #index-content {
    width: 100%;
  }
  .main {
    margin-top: 65px !important;
  }
  .barShow-head {
    display: none;
    position: fixed;
    left: 0px;
    top: 65px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  #post {
    width: 90%;
  }
}
.page .main {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.main > .post {
  width: 75%;
  float: left;
}
.main > .post .article-entry p {
  line-height: 25px;
}
.page .footer-nav {
  display: block;
  width: 90%;
  margin: 30px auto 0px;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  color: #aaa;
  font-size: 14px;
  max-width: 1000px;
  overflow: hidden;
}
.page .back-top {
  display: block;
  display: none;
  width: 90%;
  margin: -60px auto 0px;
}
.page .back-top .back-top-icon {
  margin-top: -68px;
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/back-top.png");
  background-repeat: no-repeat;
}
.content {
  width: 73%;
  float: right;
}
.content .content-pagination {
  padding-bottom: 36px;
}
.content .content-pagination .prev {
  float: left;
}
.content .content-pagination .prev .prev-icon {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../img/search-gt.png");
  background-repeat: no-repeat;
}
.content .content-pagination .prev a {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
}
.content .content-pagination .next {
  float: right;
}
.content .content-pagination .next a {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
}
.content .content-pagination .next .next-icon {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../img/search-lt.png");
  background-repeat: no-repeat;
}
.content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#index-content {
  max-width: 850px;
  margin: 0 auto;
}
#index-content .post + .post {
  border-top: 1px solid #eee;
}
code,
pre {
  padding: 7px;
  font-size: 13px;
  font-family: "Open Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif;
  background: #f5f5f5;
}
code {
  padding: 3px 5px;
  color: #000;
}
.highlight {
  margin: 1em 0;
  overflow-x: auto;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
}
.highlight table {
  position: relative;
}
.highlight table::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #cacaca;
  background: #eee;
  content: 'Code';
}
.highlight .code pre {
  margin: 0;
  padding: 30px 10px 10px;
}
.highlight .gutter {
  width: 10px;
  color: #cacaca;
}
.highlight .gutter pre {
  margin: 0;
  padding: 30px 7px 10px;
}
.highlight .line {
  height: 20px;
}
.highlight table,
.highlight tr,
.highlight td {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.highlight .code .comment,
.highlight .code .quote {
  color: #93a1a1;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .addition {
  color: #859900;
}
.highlight .code .number,
.highlight .code .string,
.highlight .code .meta .meta-string,
.highlight .code .literal,
.highlight .code .doctag,
.highlight .code .regexp {
  color: #2aa198;
}
.highlight .code .title,
.highlight .code .section,
.highlight .code .name,
.highlight .code .selector-id,
.highlight .code .selector-class {
  color: title;
}
.highlight .code .attribute,
.highlight .code .attr,
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .class .title,
.highlight .code .type {
  color: #b58900;
}
.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .subst,
.highlight .code .meta,
.highlight .code .meta .keyword,
.highlight .code .selector-attr,
.highlight .code .selector-pseudo,
.highlight .code .link {
  color: #cb4b16;
}
.highlight .code .built_in,
.highlight .code .deletion {
  color: rgba(221,204,51,0.133) 2;
}
.footer-msg a {
  color: #aaa;
  text-decoration: none;
}
.head-header {
  height: 65px;
  line-height: 65px;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.head-authorH {
  display: inline-block;
}
.head-authorH .head-authorLink {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(1,1,1,0.75);
}
.head-right {
  float: right;
}
.head-right .head-search {
  display: inline-block;
}
.head-right .head-search .head-searchK {
  border: none;
  width: 0px;
  width: 166px;
  height: 38px;
  border-bottom: 1px solid rgba(1,1,1,0.15);
}
.head-right .head-search .head-searchK:focus {
  outline: none;
}
.head-right .head-search .head-searchT {
  margin-left: 20px;
  color: rgba(1,1,1,0.6);
}
.head-right .head-about {
  display: inline-block;
  margin-left: 30px;
}
.head-right .head-about .head-aboutLink {
  text-decoration: none;
  color: rgba(1,1,1,0.6);
}
.head-right .barWrap {
  display: none;
  outline: none;
  padding: 9px 10px;
  background: transparent;
  border: none;
  user-select: none;
  cursor: pointer;
}
.head-right .barWrap .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #666;
  border-radius: 1px;
}
.head-right .barWrap .bar + .bar {
  margin-top: 4px;
}
.menu-nav {
  float: left;
  width: 19%;
  padding-top: 40px;
  color: rgba(0,0,0,0.6);
}
.menu-nav .menu-navItem {
  font-size: 14px;
}
.menu-nav .menu-navItem .menu-navItem-tit {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.menu-nav .menu-navItem .menu-navItem-tit a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.menu-nav div.menu-navItem:nth-of-type(2),
.menu-nav div.menu-navItem:nth-of-type(3) {
  margin-top: 30px;
}
.menu-navArchive-cont {
  margin-top: 16px;
}
.menu-navArchive-cont .archive-list-item {
  height: 30px;
  line-height: 30px;
}
.menu-navArchive-cont .archive-list-item a {
  color: rgba(1,1,1,0.75);
}
.menu-navlifes-cont {
  margin-top: 16px;
}
.menu-navlifes-cont .menu-navlifes-item {
  line-height: 24px;
  white-space: normal;
  padding-bottom: 16px;
  word-wrap: break-word;
}
.menu-navlifes-cont .menu-navlifes-item a {
  color: rgba(1,1,1,0.75);
}
.menu-navTag-cont {
  margin-top: 16px;
}
.menu-navTag-cont .tag-list-item {
  display: inline-block;
  padding: 0px 10px 7px 0px;
}
.menu-navTag-cont .tag-list-item a {
  color: rgba(1,1,1,0.75);
}
.menu-navTag-cont .tag-list-item .tag-list-count {
  vertical-align: super;
  font-size: 0.6em;
  color: rgba(0,0,0,0.35);
  margin-top: -0.5em;
}
.post {
  padding: 40px 0;
}
.post .post-head .post-title {
  margin: 0px 0px 10px;
}
.post .post-head .post-title a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: rgba(1,1,1,0.75);
  text-decoration: none;
  font-weight: normal;
}
.post .post-datetag {
  margin-bottom: 10px;
  color: #aaa;
  font-size: 14px;
}
.post .post-datetag .post-date {
  display: inline-block;
}
.post .post-datetag .post-tag {
  display: inline-block;
  margin-left: 20px;
}
.post .post-datetag .post-tag a {
  color: #aaa;
  text-decoration: none;
}
.post p {
  word-break: break-all;
}
.post-widget {
  float: right;
  padding-top: 40px;
  width: 20%;
  color: rgba(0,0,0,0.6);
}
.post-widget .post-toc-wrap h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.post-widget .post-toc-wrap .post-toc {
  padding-top: 10px;
}
.post-widget .post-toc-wrap .post-toc .post-toc-item {
  width: 100%;
  white-space: normal;
  margin-left: 1em;
  text-indent: -1em;
  padding: 5px 0px;
}
.post-widget .post-toc-wrap .post-toc .post-toc-item a {
  font-size: 16px;
  color: rgba(1,1,1,0.75);
  line-height: 24px;
}
.archives-wrap {
  padding-top: 40px;
  max-width: 850px;
  margin: 0 auto;
}
.archives-wrap .archive-year-wrap {
  font-size: 30px;
  color: rgba(1,1,1,0.75);
}
.archives-wrap .archives-year-cont {
  padding-top: 5px;
}
.archives-wrap .archives-year-cont .archive-item {
  margin: 15px 0px;
  padding-left: 0px;
  transition: all linear 0.2s;
}
.archives-wrap .archives-year-cont .archive-item .archive-artDate {
  display: block;
  float: left;
  font-size: 14px;
  color: #aaa;
  line-height: 25px;
}
.archives-wrap .archives-year-cont .archive-item .archive-arttitle {
  display: block;
  margin-left: 85px;
}
.archives-wrap .archives-year-cont .archive-item .archive-arttitle a {
  color: rgba(1,1,1,0.75);
}
.archives-wrap .archives-year-cont .archive-item:hover {
  padding-left: 5px;
}
.archives-wrap .archives-year-cont .archive-item:hover .archive-artDate {
  color: #5385f8;
}
.archives-wrap .archives-year-cont .archive-item:hover a {
  color: #5385f8;
}
.archive-pagination {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 0px 36px 0px;
}
.archive-pagination .prev {
  float: left;
}
.archive-pagination .prev .prev-icon {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../img/search-gt.png");
  background-repeat: no-repeat;
}
.archive-pagination .prev a {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
}
.archive-pagination .next {
  float: right;
}
.archive-pagination .next a {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
}
.archive-pagination .next .next-icon {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../img/search-lt.png");
  background-repeat: no-repeat;
}
.tags-wrap {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 40px;
  color: rgba(1,1,1,0.75);
}
.tags-wrap .tags {
  padding-bottom: 5px;
}
.tags-wrap .tags a {
  padding-right: 10px;
  font-size: 16px;
  color: #aaa;
  line-height: 25px;
}
.tags-wrap .tags a:hover {
  color: rgba(1,1,1,0.75);
}
.tags-wrap .one-tag-list .tag-text {
  margin: 10px 0px;
  font-size: 22px;
  color: rgba(1,1,1,0.75);
}
.tags-wrap .one-tag-list .post-preview {
  line-height: 35px;
}
.tags-wrap .one-tag-list .post-preview .tagItem-date {
  display: block;
  float: left;
  color: #aaa;
}
.tags-wrap .one-tag-list .post-preview a {
  display: inline-block;
  text-indent: 2em;
  color: rgba(1,1,1,0.75);
}
.life {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 40px;
}
.life .life-about {
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: #aaa;
  font-size: 15px;
}
.life .life-cont {
  margin-top: 15px;
}
.life .life-cont .life-item {
  padding: 40px 0px;
}
.life .life-cont .life-item a {
  display: block;
  margin: 0 0 10px;
  font-size: 1.3em;
  font-weight: normal;
  color: rgba(1,1,1,0.75);
}
.life .life-cont .life-item .archive-artDate {
  display: block;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}
.life .life-cont .life-item + .life-item {
  border-top: 1px solid #eee;
}
.barShow-head {
  display: none;
}
.barShow {
  animation: showBlock 0.4s forwards;
  display: block !important;
  z-index: 10;
}
.barShow-ul {
  padding-left: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.barShow-ul .barShow-item a {
  display: inline-block;
  font-size: 15px;
  margin: 8px auto;
  padding-left: 0px;
  color: rgba(1,1,1,0.75);
}
.barShow-hide {
  animation: hideBlock 0.4s forwards;
  z-index: 10;
  display: block !important;
  opacity: 1;
  height: 150px;
}
@-moz-keyframes showBlock {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 164px;
  }
}
@-webkit-keyframes showBlock {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 164px;
  }
}
@-o-keyframes showBlock {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 164px;
  }
}
@keyframes showBlock {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 164px;
  }
}
@-moz-keyframes hideBlock {
  0% {
    opacity: 1;
    height: 164px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@-webkit-keyframes hideBlock {
  0% {
    opacity: 1;
    height: 164px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@-o-keyframes hideBlock {
  0% {
    opacity: 1;
    height: 164px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@keyframes hideBlock {
  0% {
    opacity: 1;
    height: 164px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
.about {
  margin-top: 30px;
  line-height: 20px;
  font-size: 15px;
  text-indent: 2em;
  color: #333;
  font-weight: 300;
}
.about img {
  width: 100%;
}
