/* 2019-04-27 updated by Sariay  */
html,
body,
div,
main,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
span,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
header,
nav,
footer,
main,
section,
aside,
article,
figure {
  display: block;
}
html {
  font-size: 16px;
}
body {
/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  font-family: Ovo, Georgia, STZhongsong, "Microsoft YaHei", serif;
  font-size: 1rem;
  font-weight: normal;
  color: #555;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*
		word-spacing: 1px;
		letter-spacing: 1px;
		word-wrap: break-word;//针对单词本身换行做处理
		word-break: break-all;//针对句子本身换行做处理
	*/
}
.html-loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
p {
  text-align: justify;
  margin-bottom: 1rem;
}
p:first-letter {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
hr {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem;
}
blockquote {
  quotes: none;
  border-left: 4px solid #e0e0e0;
  background: #f5f5f5;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
blockquote p {
  margin-bottom: 0;
}
blockquote footer {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  color: inherit;
  background-color: inherit;
  padding: 0;
}
b,
strong {
  font-weight: bold;
}
em,
cite,
q {
  font-style: italic;
  quotes: auto;
}
sup,
sub {
  position: relative;
  font-size: 0.75rem;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.2rem;
}
small {
  font-size: 12px;
}
acronym,
abbr {
  border-bottom: 1px dotted #e0e0e0;
}
a {
  transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
  border-bottom: 0px dotted #e0e0e0;
  text-decoration: none;
  color: #555;
}
a:hover {
  border-bottom-color: transparent;
/*color: #009688;*/
}
ul,
ol,
dl {
  margin-bottom: 1rem;
}
ul {
  list-style: disc;
  list-style-position: inside;
}
ol {
  list-style: decimal-leading-zero;
  list-style-position: inside;
}
dt {
  font-weight: bold;
}
table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
/*min-width: 100;*/
  margin-bottom: 1rem;
}
thead tr {
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  font-weight: bold;
}
tbody tr {
  border: 1px solid #e0e0e0;
}
tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
th,
td {
  padding: 0.25rem 0.5rem;
  border: 1px solid #e0e0e0;
/*min-width: 60px;*/
}
img,
video,
audio {
  display: block;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  height: auto;
  cursor: pointer;
}
code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
  font-size: 1rem;
  padding: 2px 4px;
  color: #555;
  background: #eee;
  border-radius: 3px;
}
pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
  font-size: 1rem;
  padding: 2px 4px;
  margin-bottom: 1rem;
}
pre code {
  display: block;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}
img,
video {
  display: block;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 1rem;
}
.video-container {
  position: relative;
  padding-top: cal(0.5625) rem;
/* 16:9 ratio*/
  margin-bottom: 1rem;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
iframe {
  border: none;
  margin-bottom: 1rem;
}
blockquote.colorquote {
  position: relative;
}
blockquote.colorquote:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -14.5px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-size: 16px 16px;
  background-position: 4px 4px;
  background-repeat: no-repeat;
}
blockquote.colorquote.info {
  border-color: #209cee;
  background-color: #def0fd;
}
blockquote.colorquote.info:before {
  background-color: #209cee;
  background-image: url("/img/quote/info.svg");
}
blockquote.colorquote.success {
  border-color: #23d160;
  background-color: #cbf6da;
}
blockquote.colorquote.success:before {
  background-color: #23d160;
  background-image: url("/img/quote/success.svg");
}
blockquote.colorquote.warning {
  border-color: #ffdd57;
  background-color: #fff6d1;
}
blockquote.colorquote.warning:before {
  background-color: #ffdd57;
  background-image: url("/img/quote/warning.svg");
}
blockquote.colorquote.danger {
  border-color: #ff3860;
  background-color: #ffb3c2;
}
blockquote.colorquote.danger:before {
  background-color: #ff3860;
  background-image: url("/img/quote/danger.svg");
}
blockquote.pullquote {
  float: right;
  max-width: 50%;
  font-size: 1.15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  blockquote.pullquote {
    float: none;
    max-width: 100%;
  }
}
blockquote.pullquote:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 3rem;
  height: 3rem;
  opacity: 0.1;
  background: url("/img/quote/quote-left.svg") 0 0/3rem 3rem no-repeat;
}
blockquote footer cite {
  font-style: normal;
}
blockquote footer cite:before {
  content: "—";
  padding: 0 0.3em;
}
.caption {
  display: block;
  position: relative;
  font-size: 0.9rem;
  text-align: center;
}
.scrollbar::-webkit-scrollbar {
  width: 0px;
}
.scrollbar::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #d4d8e2;
}
.scrollbar::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 1000;
}
.pre-container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
.transition {
  margin: auto;
  width: 100px;
  text-align: center;
}
.transition>div {
  width: 20px;
  height: 20px;
  background-color: #222;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 2s infinite ease-in-out;
  animation: bouncedelay 2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.transition .three-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.transition .three-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
.cyclic {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
.cyclic div {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}
.cyclic span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(160deg);
  }
  62% {
    opacity: 0;
  }
  65% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
  }
  90% {
    -webkit-transform: rotate(340deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.cyclic div:nth-child(1) {
  -webkit-animation-delay: 0.2s;
}
.cyclic div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
}
.cyclic div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
}
.cyclic div:nth-child(4) {
  -webkit-animation-delay: 0.8s;
}
.fixbackground {
/* header Background parallax */
  background-attachment: fixed;
}
header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("/img/pure-bg.png") repeat;
  background-size: cover;
  -webkit-animation-name: headerFade;
  animation-name: headerFade;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes headerFade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .mask {
  width: 100%;
  height: 100vh;
/*遮罩效果*/
  background-color: rgba(0,0,0,0.08);
}
header .h-header {
  position: relative;
  height: 10rem;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-size: 1.4rem;
  line-height: 3;
}
header #logo {
  float: left;
  padding-left: 1rem;
}
header #logo a {
  border-bottom: none;
  text-transform: uppercase;
}
header #logo a:hover {
  color: #b8860b;
}
header #logo img {
  max-width: 10rem;
  max-height: 10rem;
}
header #navigation-show {
  float: right;
  padding-right: 1rem;
}
header #navigation-show ul {
  list-style: none;
}
header #navigation-show ul li {
  display: inline-block;
  margin-left: 10px;
}
header #navigation-show ul li a {
  opacity: 1;
  border-bottom: none;
}
header #navigation-show ul li a:hover {
  color: #b8860b;
}
header #navigation-show ul li .active {
  border-bottom: 1px dotted #e0e0e0;
  color: #b8860b;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 2px;
}
header .h-body {
  text-align: center;
  width: 100%;
  position: relative;
  clear: both;
}
header .motto {
/*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  width: 60%;
  margin: 8rem auto;
}
header .motto .content {
  text-align: left;
}
header .motto .author {
  text-align: right;
}
header .h-footer {
  width: 100%;
  text-align: center;
}
header .h-footer a {
  font-size: 2rem;
/*color: #fff;*/
  border-bottom: none;
  position: absolute;
  bottom: 5px;
}
#navigation-hide {
  display: none;
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: top 0.25s ease 0.5s;
  transition: top 0.25s ease 0.5s;
  z-index: 200;
  line-height: 50px;
}
#navigation-hide p {
  text-align: center;
  display: none;
}
#progress-percentage {
  position: fixed;
  top: 0;
  left: 20px;
}
#progress-percentage h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
}
#progress-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 2px;
  background: #000;
}
.toc-switch {
  position: fixed;
  top: 0;
  left: 80px;
}
.toc-switch span {
  font-size: 1rem;
  cursor: pointer;
}
.toc-switch-button-active {
  color: #f70;
}
.show {
  display: block;
}
.hide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .toc-switch {
    display: none;
  }
}
footer {
/*font-family: Georgia, Times New Roman, Times, serif;*/
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  background-color: #222;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
footer a:hover {
  color: #b8860b;
}
footer .social li {
  display: inline-block;
}
footer .social li a {
  padding: 10px;
}
footer .copyright p {
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
}
#totop {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 5;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#tobuttom {
  position: fixed;
  right: 16px;
  bottom: 40px;
  display: none;
  z-index: 5;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#tobuttom a,
#totop a {
  color: #222;
  background-color: transparent;
  padding: 10px;
  border: none;
}
@media (max-width: 768px) {
  #tobuttom a,
  #totop a {
    display: none;
  }
}
main {
  width: 100%;
  min-height: calc(100vh + 100px);
  line-height: 2;
}
.layout-cart {
  position: relative;
  margin: 0em auto;
  padding: 5em 0;
}
.layout-cart .post {
  position: relative;
  margin: 50px auto;
  width: 1200px;
}
.layout-cart .post a {
  border-bottom: none;
}
.layout-cart .post>a {
  position: relative;
  width: 680px;
  height: 440px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
.layout-cart .post>a img {
  width: 100%;
  height: 100%;
  position: relative;
}
.layout-cart .post-cover {
  overflow: hidden;
}
.layout-cart .post-text {
  position: absolute;
  top: 20px;
  height: 398px;
  width: 498px;
  border: 1px solid #e0e0e0;
  background: #fff;
  text-align: left;
}
.layout-cart .post:nth-child(odd) {
  text-align: left;
}
.layout-cart .post:nth-child(even) {
  text-align: right;
}
.layout-cart .post:nth-child(odd) .post-text {
  left: 660px;
}
.layout-cart .post:nth-child(even) .post-text {
  right: 660px;
}
.layout-cart .post-text .post-time {
  color: #999;
  font-size: 12px;
  margin: 80px 0 0 80px;
}
.layout-cart .post-text .post-title {
/*font-family: Georgia, Times New Roman, Times, serif;*/
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 100px 0 80px;
}
.layout-cart .post-text .post-title a {
  color: #222;
}
.layout-cart .post-text .post-content {
  text-align: justify;
  line-height: 2;
  color: #555;
  word-spacing: 2px;
  letter-spacing: 0px;
  word-break: break-word;
  margin: 10px 100px 0 80px;
}
.layout-cart .post-text .post-meta {
  position: absolute;
  left: 80px;
  bottom: 60px;
  font-size: 12px;
  color: #999;
}
.layout-cart .post-text .post-meta span {
  margin-right: 16px;
}
.layout-pure {
/*For people who likes pure style*/
  width: 60%;
  height: auto;
  margin: 0em auto;
  padding: 5em 0;
}
.layout-pure .post {
  width: 100%;
  margin-bottom: 3.5em;
  display: flex;
  justify-content: center;
}
.layout-pure .post a {
  border-bottom: none;
}
.layout-pure .post>.post-text {
  width: 100%;
  opacity: 1;
  padding: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
.layout-pure .post .post-text .post-title {
/*font-family: Georgia, Times New Roman, Times, serif;*/
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  min-height: 20px;
  margin: 0 0 0.1em 0;
  padding: 0 0 0.1em 0;
}
.layout-pure .post .post-text .post-title a {
  border-bottom: 0px;
}
.layout-pure .post .post-text .post-content {
  text-align: justify;
  line-height: 2;
  word-spacing: 2px;
  word-break: break-word;
}
.layout-pure .post .post-text .post-meta {
  min-height: 20px;
  padding: 0;
  margin: 10px 0;
  color: #999;
}
.layout-pure .post .post-text .post-meta a {
  color: #999;
}
.layout-pure .post .post-text .post-meta span {
  margin-right: 16px;
}
.layout-pure .post .post-text .post-meta span>i {
  color: #999;
}
.layout-pure .post .post-text .post-meta .right {
  float: right;
}
#pagination {
/*Load more posts*/
  text-align: center;
  margin-top: 5em;
  min-height: 50px;
}
#pagination a {
  font-size: 1rem;
  color: #555;
  text-align: center;
  letter-spacing: 2px;
  transition: none;
  border-bottom: none;
  display: inline-block;
  cursor: pointer;
}
#pagination a:hover {
  color: #4183c4;
}
.pagination-2 {
  display: block;
  list-style: none;
  padding: 2em 0 0.5em;
}
.pagination-2 li {
  display: inline-block;
}
.pagination-2 li a {
  border-bottom: 0px dotted #e0e0e0;
}
.pagination-2 li a:hover {
  border-bottom: 1px dotted #e0e0e0;
}
.pagination-2-prev {
  float: left;
}
.pagination-2-next {
  float: right;
}
.layout-gallery {
  width: 96%;
  margin: 0em auto;
  padding: 4em 0;
  border: 1px solid transparent;
  background-color: #fff;
}
.annie-animation-zoom {
/*For one div: Zoom from 0 to 1!*/
  display: none;
  -webkit-animation: zoom 0.8s;
  animation: zoom 0.8s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.body-fixed {
  overflow: hidden;
}
@-moz-keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes headerFade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes headerFade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes headerFade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headerFade {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.nav-trigger {
  position: fixed;
  top: 0px;
  right: 16px;
  height: 44px;
  width: 44px;
  z-index: 100;
  border-bottom: none;
  display: none;
  cursor: pointer;
}
.nav-trigger span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 32px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-trigger span::before,
.nav-trigger span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
/* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;
}
.nav-trigger span::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.nav-trigger span::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.nav-close {
  position: absolute;
  top: 20px;
  right: 16px;
  bottom: auto;
  height: 44px;
  width: 44px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-close::after,
.nav-close::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  width: 32px;
  background-color: #5c4b51;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.nav-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.nav-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #fff;
  background-color: #f5f5f5;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.nav-container a {
  border-bottom: none;
}
.nav-container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0,0,0,0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.nav-container .nav-header {
  height: 10rem;
  position: relative;
}
.nav-container .nav-header h3 {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  padding: 16px;
}
.nav-container .nav-body {
  padding: 2em 0;
  text-align: center;
}
.nav-container .nav-body ul {
  list-style: none;
  margin: 0.2em 0;
}
.nav-container .nav-body ul li {
  display: inline-block;
  margin: 1em;
}
.nav-container .nav-body li a {
  font-size: 1.5rem;
  color: #555;
}
.nav-container .nav-body li a:hover {
  color: #b8860b;
}
.nav-container .nav-footer {
  width: 100%;
  text-align: center;
}
.nav-container .nav-footer ul {
  text-align: center;
  margin: 0.2em 0;
  padding: 1.6em;
}
.nav-container .nav-footer li {
  display: inline-block;
  margin: 1em;
}
.nav-container .nav-footer li a {
  font-size: 1.5em;
  padding: 0.2em;
  color: #555;
}
.nav-container .nav-footer li a:hover {
  color: #b8860b;
}
.layout-archive {
  width: 70%;
  margin: 0em auto;
  padding: 4em 0;
  border: 1px solid transparent;
  background-color: #fff;
}
.layout-archive i {
  color: #f00;
  letter-spacing: 2px;
  margin: 60px 0;
}
.layout-archive a {
  border-bottom: 0px dotted #e0e0e0;
}
.layout-archive .i-container {
  text-align: center;
}
#layout-archive-year {
  margin-top: 2rem;
  text-align: left;
  width: 100%;
  display: none;
}
#layout-archive-year ul {
  list-style: none;
  padding-left: 0rem;
  transition: height 0.5s;
  padding: 0px;
  border: none;
}
#layout-archive-year ul li {
  height: 44px;
  border-bottom: 1px dashed #e0e0e0;
  line-height: 44px;
  font-size: 1rem;
  padding-left: 0px;
  overflow: hidden;
  margin: 0px;
}
#layout-archive-year ul li em {
  font-style: normal;
  margin-right: 10px;
  line-height: 10px;
  margin-top: 10px;
  padding: 5px 8px;
  background: #eaeaea;
  color: #999;
}
#layout-archive-year h3 {
  cursor: pointer;
  text-align: center;
  background-color: #808080;
  padding: 10px 0px;
  margin-top: 2rem;
  color: #fff;
  transition: all 0.5s;
}
#layout-archive-year a {
  background: none;
}
#layout-archive-year h3 em {
  font-size: 0.5em;
  position: absolute;
  margin-top: -10px;
}
#layout-archive-year .title-bg {
  background-color: #808080;
}
#layout-archive-year h3:hover {
  background-color: #696969;
}
#layout-archive-year ul li:hover {
  background: #f7f9fa;
}
#layout-archive-year ul li:hover em {
  font-style: normal;
  margin-right: 10px;
  line-height: 10px;
  margin-top: 10px;
  padding: 5px 8px;
  background: #f44336;
  color: #f7f9fa;
}
#layout-archive-year li a {
  text-decoration: none;
}
#layout-archive-year li .tag {
  font-style: normal;
  margin-right: 0px;
  line-height: 10px;
  margin-top: 10px;
  padding: 8px 8px;
  background: #eaeaea;
  color: #999;
  float: right;
}
#layout-archive-year li a:hover {
  color: #f00;
}
#layout-archive-month ul {
/*Archive by month*/
  list-style: none;
  padding-left: 0rem;
  transition: height 0.5s;
  padding: 0px;
  border: none;
}
#layout-archive-month ul li {
  height: 44px;
  border-bottom: 1px dashed #e0e0e0;
  line-height: 44px;
  font-size: 1rem;
  padding-left: 0x;
  overflow: hidden;
  margin: 0px;
}
#layout-archive-month ul li em {
  font-style: normal;
  margin-right: 10px;
  line-height: 10px;
  margin-top: 10px;
  padding: 5px 8px;
  background: #eaeaea;
  color: #999;
}
#layout-archive-month h3 {
  cursor: auto;
  text-align: center;
  background-color: #808080;
  padding: 10px 0px;
  color: #fff;
  transition: all 0.5s;
}
#layout-archive-month h3>a {
  color: #fff;
  border-bottom: 0px dotted #d3d3d3;
}
#layout-archive-month {
  margin-top: 0rem;
  text-align: left;
  max-width: 100%;
}
#layout-archive-month a {
  background: none;
}
#layout-archive-month h3 em {
  font-size: 0.5em;
  position: absolute;
  margin-top: -10px;
}
#layout-archive-month .title-bg {
  background-color: #808080;
}
#layout-archive-month h3:hover {
  background-color: #696969;
}
#layout-archive-month ul li:hover {
  background: #f7f9fa;
}
#layout-archive-month ul li:hover em {
  font-style: normal;
  margin-right: 10px;
  line-height: 10px;
  margin-top: 10px;
  padding: 5px 8px;
  background: #f44336;
  color: #f7f9fa;
}
#layout-archive-month li a {
  text-decoration: none;
}
#layout-archive-month li .tag {
  font-style: normal;
  margin-right: 0px;
  line-height: 10px;
  margin-top: 10px;
  padding: 8px 8px;
  background: #eaeaea;
  color: #999;
  float: right;
}
#layout-archive-month li a:hover {
  color: #f00;
}
.layout-page-container {
  width: 70%;
  margin: 0em auto;
  padding: 4em 0;
  border: 1px solid transparent;
  background-color: #fff;
}
.layout-page-header {
  text-align: center;
}
.layout-page-header i {
  color: #f00;
  letter-spacing: 2px;
  text-align: inherit;
  margin: 60px 0 60px 0;
}
.category {
  width: 100%;
}
.category-list {
  width: 100%;
  overflow: overlay;
  padding: 0;
  text-align: center;
}
.category-list li {
  font-size: 1rem;
  display: inline-flex;
  padding: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.category-list li:hover {
  color: #f00;
}
.category-list a {
  padding-bottom: 0.2em;
}
.category-list a:hover {
  color: #f00;
  padding-bottom: 0.2em;
}
.category-list-count {
  font-size: 0.9rem;
  margin-left: 2px;
}
.tags {
  width: 100%;
  text-align: center;
}
.tags a {
  margin-right: 10px;
  line-height: 2;
}
.layout-TCP-container {
  width: 100%;
}
#TCP-title {
  width: 70%;
  text-align: left;
  padding: 5px;
  margin: 0em auto;
}
#TCP-content {
  min-height: 500px;
}
.TCP-content {
  -webkit-animation: zoom 0.8s;
  animation: zoom 0.8s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.about {
  width: 100%;
  min-height: 100vh;
  margin: 0em auto;
  border: 1px solid transparent;
}
@-moz-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.layout-post {
  width: 60%;
  margin: 0em auto;
  padding: 5em 0;
  border: 1px solid transparent;
  background-color: #fff;
}
#layout-post {
/*font-family: Ovo,Georgia,STZhongsong,"Microsoft YaHei",serif;*/
  font-size: 1rem;
  line-height: 2;
}
.article-title {
  font-size: 2rem;
  color: #333;
}
.article-title a {
  border-bottom: 0;
}
.article-meta {
  color: #999;
  margin: 1em 0 2em;
}
.article-meta a {
  border-bottom: 0;
  color: #999;
}
.article-meta span {
  padding: 0.4em;
}
.article-content a {
  color: #4183c4;
}
.article-content a:hover {
  border-bottomc: 1px dashed #4183c4;
}
.article-content>table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  margin-bottom: 1rem;
}
.article-content>table thead tr {
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  font-weight: bold;
}
.article-content>table tbody tr {
  border: 1px solid #e0e0e0;
}
.article-content>table tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.article-content>table th,
.article-content>table td {
  padding: 0.25rem 0.5rem;
  min-width: 60px;
  border: 1px solid #e0e0e0;
}
.investment-container {
  width: 100%;
  margin: 6em auto 2em;
}
.investment-container .investment-header {
  display: flex;
  justify-content: center;
  margin: 0.5em auto;
}
.investment-container .investment-header .investment-title-1 {
  height: auto;
  width: 50%;
  overflow: hidden;
}
.investment-container .investment-header .investment-title-2 {
  height: auto;
  width: 50%;
  overflow: hidden;
}
.investment-title-1 div {
  width: auto;
  height: auto;
  color: #555;
  float: left;
  margin-right: 6px;
  margin-left: 1px;
  text-align: center;
  cursor: pointer;
}
.investment-title-2>span {
  width: auto;
  height: auto;
  color: #555;
  float: right;
  margin-right: 1px;
  margin-left: 6px;
  text-align: center;
  cursor: pointer;
}
.investment-title-2>span a {
  margin: 0 4px;
}
.investment-title-1 a,
.investment-title-1 a:link,
.investment-title-1 a:visited,
.investment-title-1 a:hover {
  color: #555;
  width: 131px;
  height: auto;
  display: inline-block;
}
.investment-title-1 div.on a,
.investment-title-1 div.on a:link,
.investment-title-1 div.on a:visited,
.investment-title-1 div.on a:hover {
  color: #f70;
}
.investment-title-1 div.on {
  color: #f70;
}
.investment-content {
  clear: both;
  border-top: 1px solid #ededed;
  padding: 0;
  min-height: 500px;
}
.investment-content-list {
  display: none;
  -webkit-animation: zoom 0.8s;
  animation: zoom 0.8s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.relate-post {
/*font-family: inherit;*/
/*line-height: 2;*/
  font-size: 1rem;
}
.relate-post ul {
  width: 100%;
  margin: 0 auto;
  padding: 2px;
}
.relate-post ul:first-child {
  margin-top: 4px;
}
.relate-post ul li {
  display: inline-table;
  width: 100%;
  margin-bottom: 2px;
  padding: 0.5em 0;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
}
.relate-post .relate-post-text {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  clear: right;
}
.relate-post .relate-post-text p {
  margin-bottom: 0;
}
.relate-post .relate-post-text .relate-post-title {
  font-size: 1.3rem;
}
.relate-post .relate-post-text .relate-post-date {
  font-size: 0.8rem;
}
.relate-post .relate-post-text .relate-post-content {
  font-size: 1rem;
}
.relate-post .relate-post-cover {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  float: right;
  overflow: hidden;
}
.relate-post .relate-post-cover img {
  margin-bottom: 0;
  position: relative;
}
.layout-pure .leancloud_likes,
.layout-cart .leancloud_likes,
.layout-post .leancloud_likes {
  cursor: pointer;
}
.layout-post .leancloud_likes:hover,
.layout-post .leancloud_likes:focus {
  color: #f00;
}
.heartAnimation {
  color: #f00;
}
@-moz-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.layout-toc {
  position: relative;
  width: 24%;
}
#layout-toc {
  display: none;
  line-height: 1;
}
.inline-flex {
  display: inline-flex;
}
.k-catelog-list {
  width: 24%;
  height: calc(100vh - 50px);
  padding-left: 16px;
  top: 50px;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
  display: none;
}
.k-catelog-list>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.k-catelog-list li {
  width: 100%;
}
.k-catelog-list li ul {
/*Exampl: h6 对于 h5的层级边距*/
  padding-left: 10px;
  margin: 0;
  list-style: none;
}
.k-catelog-link {
  cursor: pointer;
  display: block;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.k-catelog-link-active {
  color: #f00;
  border-right: 1px solid #f00;
}
.layout-comment {
  line-height: inherit;
  margin-top: 1em;
}
.layout-comment a {
  border-bottom: none;
}
.gt-container .gt-header-comment {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0;
}
.gt-container .gt-header-textarea {
  min-height: 8.125em;
  max-height: 15em;
}
.gt-container .gt-avatar-github {
  display: none;
}
.gt-container .gt-avatar.gt-header-avatar {
  display: none;
}
.gt-container .gt-no-init {
  padding: 1.25em 0;
  text-align: center;
}
.gt-container .gt-no-init>p {
  text-align: center;
}
.gt-container .gt-meta {
  margin: 0 0;
  padding: 1em 0;
  position: relative;
  border-bottom: 0px solid #e9e9e9;
  font-size: 1em;
  z-index: 0;
}
.gt-container .gt-popup .gt-action.is--active:before {
  content: '';
  width: 0.25em;
  height: 0.25em;
  background: #6190e8;
  position: absolute;
  left: 0.5em;
  top: 1.2375em;
}
.valine .vwrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #ededed;
  cursor: pointer;
}
.valine img {
  display: inline-block;
}
.valine .vlist .vcard .vfooter .vat {
  background: transparent;
  color: #fff;
  padding: 0.2em 1em;
  line-height: 1.6;
  cursor: pointer;
  word-break: keep-all;
  text-transform: uppercase;
  display: inline-block;
/*display: inline-block;  fix button ‘回复’ display on Firefox*/
}
.layout-share {
  line-height: inherit;
  margin-top: 1em;
}
.local-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #333;
  background-color: #fff;
  z-index: 1000;
  border-radius: 5px;
  overflow: auto;
}
.local-search-container {
  position: relative;
}
.local-search-header {
  width: 100%;
  padding: 1em 0em;
  background-color: #fff;
}
.local-search-header .input-prompt {
  height: 100px;
}
.local-search-header #local-search-input {
  display: block;
  width: 64%;
  margin: 0 auto;
  padding: 0.5em 0.1em;
  outline: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.2rem;
  text-align: center;
}
.body-fixed {
  overflow: hidden;
}
.input-fixed {
  position: fixed;
  top: 0;
  left: 18%;
  z-index: 100;
}
.local-search-body {
  width: 100%;
  padding: 1em 0em;
  background-color: #fff;
}
.local-search-body #local-search-output {
  width: 60%;
  margin: 0 auto;
  padding: 2em 0;
}
.search-result-number {
  font-family: serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  color: #333;
}
.search-result-list {
  list-style: none;
  padding: 0em;
  -webkit-animation: fadein 2s linear forwards;
  animation: fadein 2s linear forwards;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-result-list>li {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e0e0e0;
  transition: all ease 0.3s;
}
.search-result-list>li:hover {
  border-bottom: 1px solid #555;
}
.search-keyword {
  font-weight: bold;
  color: #c00;
  border-bottom: 1px dashed #f00;
}
.search-result-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: none;
}
.search-result-content {
  font-size: 1rem;
  line-height: 2;
  display: block;
  margin: 0em;
}
#no-result {
  text-align: right;
  color: #ccc;
}
.local-search-footer {
  width: 100%;
  padding: 4em 0em;
  background-color: #fff;
}
.local-search-footer .topN-post {
  width: 60%;
  margin: 0em auto;
  padding: 1em 0;
}
.topN-post-list {
  list-style: none;
  line-height: 2;
  margin: 0;
  padding: 0em 0.2em;
  overflow: hidden;
}
.topN-post-item {
  clear: both;
  margin: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.item-topNumber {
  margin-right: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333;
}
.item-title {
  border-bottom: none;
}
.item-visitors {
  float: right;
}
@media (min-width: 1025px) {
  .popup-btn-close {
    position: fixed;
    top: 2em;
    left: 2em;
    border: 1px solid #151515;
    padding: 0.4em 0.8em;
    border-radius: 8px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 200;
  }
  .popup-btn-close:hover {
    background: #151515;
    opacity: 0.9;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .local-search-header #local-search-input {
    width: 84%;
  }
  .input-fixed {
    left: 8%;
  }
  .local-search-body #local-search-output {
    width: 80%;
  }
  .local-search-footer .topN-post {
    width: 80%;
  }
  .popup-btn-close {
    font-size: 0;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #888;
    cursor: pointer;
  }
  .popup-btn-close::after {
    content: '←';
    color: #222;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
  }
  #no-result {
    color: #ccc;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .local-search-header #local-search-input {
    width: 96%;
  }
  .input-fixed {
    left: 2%;
  }
  .local-search-body #local-search-output {
    width: 92%;
  }
  .local-search-footer .topN-post {
    width: 92%;
    display: none;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.copy-nav {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 0px;
  color: #869194;
  background: #eff2f3;
}
.copy-nav:before {
  content: " ";
  background: #fc625d;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  position: absolute;
  left: 10px;
}
.copy-nav .code-language {
  font-style: italic;
  margin-left: 82px;
  text-transform: uppercase;
}
.copy-nav .copy-btn {
  position: absolute;
  right: 5px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.copy-nav .copy-status {
  color: #ffa500;
}
pre,
.highlight {
  overflow: auto;
/*margin: 20px 0;*/
  margin-bottom: 1rem;
  padding: 0;
  font-size: 14px;
  color: #4d4d4c;
  background: #f7f7f7;
  line-height: 1.6;
}
pre,
code {
  font-family: "Consolas", "Microsoft Jhenghei", "Hiragino Sans GB", "Microsoft YaHei";
  word-spacing: normal;
}
code {
  padding: 2px 4px;
  color: #555;
  background: #eee;
  border-radius: 3px;
  font-size: 14px;
}
pre {
  padding: 10px;
}
pre code {
  padding: 0;
  color: #4d4d4c;
  background: none;
  text-shadow: none;
}
.highlight {
  border-radius: 1px;
}
.highlight pre {
  border: none;
  margin: 0;
  padding: 10px 0;
}
.highlight table {
  margin: 0;
  width: auto;
  border: none;
  border-collapse: separate;
}
.highlight td {
  border: none;
  padding: 0;
}
.highlight figcaption {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 1em;
  margin: 0em;
  padding: 0.5em;
  padding-left: 10px;
  color: #869194;
  background: #eff2f3;
  border-bottom: 0px solid #e9e9e9;
}
.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: #eff2f3;
}
.highlight .code pre {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7f7f7;
}
.highlight .line {
  height: 20px;
}
.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: #8959a8;
}
pre .comment {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .name,
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: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .builtin-name,
pre .literal,
pre .params,
pre .constant,
pre .command {
  color: #f5871f;
}
pre .ruby .class .title,
pre .css .rules .attribute,
pre .string,
pre .symbol,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata,
pre .special,
pre .formula {
  color: #718c00;
}
pre .title,
pre .css .hexcolor {
  color: #3e999f;
}
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: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
@media screen and (max-width: 1280px) {
  .layout-cart .post {
    width: 1024px;
  }
  .layout-cart .post>a {
    width: 545px;
    height: 340px;
  }
  .layout-cart .post-text {
    top: 10px;
    width: 475px;
    height: 310px;
  }
  .layout-cart .post:nth-child(odd) .post-text {
    left: 512px;
  }
  .layout-cart .post:nth-child(even) .post-text {
    right: 512px;
  }
  .layout-cart .post-text .post-time {
    font-size: 12px;
    margin: 50px 0 0 60px;
  }
  .layout-cart .post-text .post-title {
    font-size: 24px;
    margin: 10px 60px 0 60px;
  }
  .layout-cart .post-text .post-content {
    margin: 10px 60px 0 60px;
  }
  .layout-cart .post-text .post-meta {
    position: absolute;
    left: 60px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .layout-cart .post {
    width: 1000px;
  }
  .layout-cart .post>a {
    width: 530px;
    height: 320px;
  }
  .layout-cart .post-text {
    top: 10px;
    width: 460px;
    height: 300px;
  }
  .layout-cart .post:nth-child(odd) .post-text {
    left: 500px;
  }
  .layout-cart .post:nth-child(even) .post-text {
    right: 500px;
  }
  .layout-cart .post-text .post-time {
    font-size: 12px;
    margin: 50px 0 0 60px;
  }
  .layout-cart .post-text .post-title {
    font-size: 24px;
    margin: 10px 60px 0 60px;
  }
  .layout-cart .post-text .post-content {
    margin: 10px 60px 0 60px;
  }
  .layout-cart .post-text .post-meta {
    position: absolute;
    left: 60px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .layout-cart .post {
    width: 90%;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  .layout-cart .post>a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .layout-cart .post>a img {
    margin: 0 auto;
  }
  .layout-cart .post-text {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: transparent;
    border: none;
  }
  .layout-cart .post-text .post-time {
    margin: 10px 0;
  }
  .layout-cart .post-text .post-title {
    font-size: 24px;
    margin: 10px 0;
  }
  .layout-cart .post-text .post-content {
    margin: 10px 0;
  }
  .layout-cart .post-text .post-meta {
    position: static;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .layout-cart .post {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  header .motto {
    width: 80%;
  }
  .layout-pure {
    width: 70%;
  }
  .layout-archive {
    width: 80%;
  }
  .layout-page-container {
    width: 80%;
  }
  #TCP-title {
    width: 80%;
  }
  .layout-post {
    width: 80%;
  }
  .k-catelog-list {
    display: none;
    visibility: hidden;
  }
  .relate-post .relate-post-text {
    width: 60%;
  }
  .relate-post .relate-post-cover {
    width: 37%;
  }
}
@media screen and (max-width: 768px) {
  header .motto {
    width: 90%;
  }
  header #logo {
    margin: auto calc((100% - 10rem) / 2);
  }
  header #navigation-show {
    clear: both;
    text-align: center;
    float: none;
  }
  .layout-cart {
    width: 90%;
    height: auto;
  }
  .layout-pure {
    width: 90%;
  }
  .layout-archive {
    width: 90%;
  }
  .layout-page-container {
    width: 90%;
  }
  #TCP-title {
    width: 90%;
  }
  .layout-post {
    width: 90%;
  }
  .relate-post .relate-post-text {
    width: 100%;
  }
  .relate-post .relate-post-cover {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header .motto {
    display: none;
  }
  .layout-pure .post-meta .right {
    display: none;
  }
  .layout-archive {
    width: 95%;
  }
  .layout-page-container {
    width: 95%;
  }
  #TCP-title {
    width: 95%;
  }
  .layout-post {
    width: 95%;
  }
  #navigation-hide p {
    text-align: left;
    margin-left: 0.9em;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #progress-percentage h1 {
    display: none;
  }
  .investment-title-2>span a {
    margin: 0px 2px;
  }
  .investment-title-2>span a:first-child {
    display: none;
  }
}
