body {
  zoom: 1;
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  touch-action: pan-y;
}
ol {
  list-style: decimal;
  padding-left: 20px;
}
ul {
  list-style: none;
}
input,
button {
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body {
/* font-family: font-sans, font-chs, sans-serif; */
  font-family: "Microsoft Yahei", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: #595959;
  -webkit-overflow-scrolling: touch;
}
::selection {
  background: rgba(147,181,224,0.6);
  color: #fff;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", Arial, Helvetica, Times, Georgia, serif;
}
h1:hover,
h2:hover {
  color: #66be66;
}
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  color: #88acdb;
}
h1,
h2,
h3 {
  display: block;
}
h1 {
  font-size: 1.5rem;
  font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif, "Lucida Grande", Verdana, "Helvetica Neue", Arial, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
h2 {
  font-size: 1.5rem;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  color: #7a4f7d;
  font-weight: bold;
}
h3 {
  font-size: 1.3rem;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  color: #7a4fd6;
  font-weight: bold;
}
h4 {
  font-size: 1.15rem;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  color: #7a4f7d;
}
h5,
h6 {
  font-size: 1rem;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  color: #7a4fd6;
}
a {
  text-decoration: none;
  outline-width: 0;
  color: #7a4fd6;
  outline: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.hide {
  display: none;
}
@media screen and (max-width: 1040px) {
  .inner {
    width: 100%;
  }
}
#container {
  min-height: 100%;
}
#container #mobile-nav {
  display: none;
/* @TODO:以后有时间再移除对应js */
}
#container #mobile-nav .overlay {
  height: 70px;
  position: absolute;
  width: 100%;
  background: #4d4d4d;
}
#container #mobile-nav .overlay.fixed {
  position: fixed;
  height: 42px;
  z-index: 99;
}
#container #mobile-nav .header-subtitle {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}
#container #mobile-nav #header {
  padding: 10px 0 0 0;
}
#container #mobile-nav #header .profilepic {
  display: block;
  position: relative;
  z-index: 100;
}
#container #mobile-nav #header .header-menu {
  height: auto;
  margin: 10px;
}
#container #mobile-nav #header .header-menu ul {
  text-align: center;
  cursor: default;
}
#container #mobile-nav #header .header-menu li {
  display: inline-block;
  margin: 3px;
}
#container .left-col {
  background: rgba(255,255,255,0.85);
  width: 300px;
  position: fixed;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
#container .left-col .overlay {
  width: 100%;
  height: 180px;
  background-color: #000;
  position: absolute;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#container .left-col .intrude-less {
  width: 76%;
  text-align: center;
  margin: 112px auto 0;
}
#container .left-col li:hover {
  background: none;
  font-weight: bold;
}
#container .mid-col {
  position: absolute;
  right: 0;
  min-height: 100%;
  background-image: url("../img/blog-bg.jpg");
  left: 300px;
  width: auto;
}
@media screen and (max-width: 800px) {
  #container .left-col {
    display: none;
  }
  #container .mid-col {
    left: 0;
  }
  #container #header .header-nav {
    position: relative;
  }
  #container #header .header-menu {
    line-height: 1.3;
    min-height: 3rem;
  }
  #container .header-author.fixed {
    position: fixed;
    top: -8px;
    width: 100%;
    color: #ddd;
  }
  #container .header-author.fixed a {
    color: #fff;
  }
  #container .overlay .slider-trigger {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
  }
  #container .overlay .slider-trigger::before {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
  }
  #container .overlay .slider-trigger {
    position: absolute;
    z-index: 101;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
  }
  #container .overlay .slider-trigger:hover {
    background: #444;
  }
  #container .overlay .slider-trigger:before {
    color: #ddd;
    content: "\f00b";
    font: 16px FontAwesome;
    width: 16px;
    height: 16px;
    margin-left: 9px;
    margin-top: 14px;
    display: block;
  }
  #container .article-header {
    border-left: none;
    padding: 0;
    border-bottom: 1px dotted #ddd;
  }
  #container .article-header h1 {
    margin-bottom: 2px;
  }
  #container #header .header-subtitle {
    padding: 0 3em;
    font-size: 1em;
  }
  #container .article-info-index.article-info {
    padding-top: 10px;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  #container .article-info-post.article-info {
    margin: 0;
    padding-top: 10px;
    border: none;
  }
  #container #viewer-box .viewer-box-l {
    font-size: 14px;
  }
  #container .article {
    margin: 0.625rem 0;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  }
  #container .article .article-entry {
    padding-left: 5px;
    padding-right: 5px;
  }
  #container .article .article-entry .highlight {
    padding: 0.35em 0.6em;
  }
  #container .article .article-entry .pre {
    line-height: 1.3rem;
    overflow: auto !important;
    display: inline-block !important;
  }
  #container .article .article-title {
    display: block;
    padding-left: 5px;
    margin: 0;
    font-size: 1rem;
  }
  #container .article .article-meta {
    display: none;
  }
  #container .article-inner {
    padding: 12px;
  }
  #container .archive-article-inner .article-meta {
    top: 0;
    margin-top: 0.5em;
  }
  #container .archives .archive-article {
    padding: 0;
  }
  #container .archives .archive-article-date {
    margin-right: 0;
  }
  #container .archives .article-info {
    display: none;
  }
  #container .archives .archive-article-title {
    color: #7a4fd6;
  }
  #container .archives .archive-article-title:before {
    content: '> ';
    color: #333;
  }
  #container .archive-article-inner .article-meta .archive-article-date,
  #container .share {
    padding: 3px 10px;
  }
  #container .duoshuo {
    padding: 0 13px;
  }
  #container #disqus_thread {
    padding: 0 13px;
  }
  #container #mobile-nav {
    display: block;
  }
  #container #mobile-nav .social {
    display: none;
  }
  #container #page-nav .extend {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  #container #page-nav {
    margin-top: 1em;
  }
  #container #page-nav .page-number {
    margin-bottom: 1.5em;
  }
  #container .instagram .open-ins {
    left: 2px;
    top: -30px;
    color: #aaa;
  }
  #container .info-on-right {
    float: initial;
  }
  #container .archives-wrap {
    margin: 10px 10px 0px;
    padding: 10px;
    padding-right: 0;
  }
  #container .archives-wrap .archive-year-wrap {
    position: relative;
    padding: 0 0 0 0;
  }
  #container .archives-wrap .archive-year-wrap a {
    padding: 0 0 0 0;
  }
  #container .archives-wrap h1 {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
  #container .archives .archive-article {
    padding: 10px 0;
    margin-left: 0;
  }
  #container #footer .footer-left {
    float: initial;
    margin-bottom: 0.5em;
  }
  #container #footer .footer-right {
    float: initial;
    margin-bottom: 1em;
  }
  #container #footer .visit {
    margin: 0;
  }
  #container #footer .beian {
    font-size: 12px;
  }
  #container #footer .post-count-bottom {
    float: initial;
    margin-top: 1em;
    margin-left: 6px;
  }
  #container .box2 {
    width: 80%;
    height: 60%;
  }
  #container .article-category::before {
    display: none;
  }
  #container .article-tag::before {
    display: none;
  }
  #container .article-meta time:before {
    display: none;
  }
  #container .visit {
    margin-top: 1em;
  }
  #container #tocButton {
    z-index: 100;
    position: fixed;
    left: 0.5em;
    top: auto; /*In order to cover style in article.styl*/
    bottom: 10px;
    padding: 0.2em 0.4em;
    border-radius: 6px;
    border-style: outset;
    background: rgba(255,255,255,0.7);
    font-size: 1em;
    font-weight: bold;
    color: #808080;
  }
  #container #tocButton:hover {
    color: #88acdb;
    font-size: 1em;
  }
  #container .toc-article {
    display: none;
    z-index: 99;
    left: 0;
    top: 38%;
    bottom: 1em;
    height: auto;
    max-height: 58%;
    width: none;
    width: auto;
    min-width: 7em;
    max-width: 61.8%;
    overflow: auto;
    margin-left: 0;
    padding: 10px;
    padding-left: 0;
    border-radius: 2.8%;
    background: rgba(255,255,255,0.85);
    font-size: 1em;
    line-height: 1.25em;
  }
  #container .toc-article .toc-title {
    display: none;
    padding: 0.3em;
    color: #fff;
    background: #d3d3d3;
    border-radius: 3px;
  }
  #container .toc-article .toc {
    padding: 0.5em;
  }
  #container .toc-article ol {
    margin: 0;
    padding: 0.5em;
    border-radius: 5px;
    background: rgba(255,255,255,0.85);
  }
  #container .toc-article ol ol {
    padding: 0.1em 0;
    padding-left: 1.2em;
  }
  #container .toc-article a {
    color: #767676;
  }
  #container .copyright {
    width: 90%;
    padding: 0.5em 0.8em;
  }
  #container .scroll {
    right: 1.2em;
  }
  #container .scroll li {
    font-size: 1.7em;
  }
  #container .hide-labels {
    z-index: 100;
    position: fixed;
    left: 0.5em;
    top: auto;
    bottom: 10px;
    padding: 0.2em 0.4em;
    border-radius: 6px;
    border-style: outset;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background: rgba(255,255,255,0.8);
    font-weight: bold;
    color: #808080;
  }
  #container #post-nav-button {
    display: none;
  }
  #container .post-list {
    visibility: hidden;
  }
  #container .ua {
    display: none !important;
  }
  #container .github-text {
    display: none;
  }
  #container .copyright {
    font-size: 16px;
  }
  #container .copyright .copy-path {
    display: none;
  }
  #container .tags a {
    line-height: 45px;
  }
}
.header-author {
  text-align: center;
  margin: 13px 0;
  font-family: Times, Georgia, serif;
  font-size: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#header {
  width: 100%;
}
#header a {
  color: #696969;
}
#header a:hover {
  color: #b0a0aa;
}
#header .profilepic {
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 0 0 1.2px rgba(255,255,255,0.85), 0px 2px 6px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 1.2px rgba(255,255,255,0.85), 0px 2px 6px 3px rgba(0,0,0,0.1);
  border-radius: 300px;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: rgba(136,172,219,0.9);
  -webkit-transition: all 0.2s ease-in;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
}
#header .profilepic img {
  width: 100%;
  height: 100%;
  border-radius: 300px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.2s ease-in;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-delay: 0.3s;
}
#header .profilepic:hover {
  -webkit-animation: btnGroups 2s linear;
  -moz-animation: btnGroups 2s linear;
  -ms-animation: btnGroups 2s linear;
  animation: btnGroups 2s linear;
}
@-moz-keyframes btnGroups {
  0% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  1% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  2% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  3% {
    -webkit-transform: scale(1.25, 0.87);
    -moz-transform: scale(1.25, 0.87);
    -ms-transform: scale(1.25, 0.87);
    transform: scale(1.25, 0.87);
  }
  4% {
    -webkit-transform: scale(1.2, 0.9);
    -moz-transform: scale(1.2, 0.9);
    -ms-transform: scale(1.2, 0.9);
    transform: scale(1.2, 0.9);
  }
  5% {
    -webkit-transform: scale(1.15, 0.93);
    -moz-transform: scale(1.15, 0.93);
    -ms-transform: scale(1.15, 0.93);
    transform: scale(1.15, 0.93);
  }
  6% {
    -webkit-transform: scale(1.08, 0.96);
    -moz-transform: scale(1.08, 0.96);
    -ms-transform: scale(1.08, 0.96);
    transform: scale(1.08, 0.96);
  }
  7% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  8% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  9% {
    -webkit-transform: scale(0.97, 1.03);
    -moz-transform: scale(0.97, 1.03);
    -ms-transform: scale(0.97, 1.03);
    transform: scale(0.97, 1.03);
  }
  10% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  11% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  12% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  13% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  14% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  15% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  16% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  17% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  18% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  19% {
    -webkit-transform: scale(0.96, 1.04);
    -moz-transform: scale(0.96, 1.04);
    -ms-transform: scale(0.96, 1.04);
    transform: scale(0.96, 1.04);
  }
  20% {
    -webkit-transform: scale(0.98, 1.02);
    -moz-transform: scale(0.98, 1.02);
    -ms-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
  21% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  22% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  23% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  24% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  25% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  26% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  27% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  28% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  29% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  30% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  31% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  32% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  33% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  34% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  35% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  36% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  37% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  38% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  39% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  41% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  42% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  43% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  44% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  45% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  46% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  47% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  48% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  49% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes btnGroups {
  0% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  1% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  2% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  3% {
    -webkit-transform: scale(1.25, 0.87);
    -moz-transform: scale(1.25, 0.87);
    -ms-transform: scale(1.25, 0.87);
    transform: scale(1.25, 0.87);
  }
  4% {
    -webkit-transform: scale(1.2, 0.9);
    -moz-transform: scale(1.2, 0.9);
    -ms-transform: scale(1.2, 0.9);
    transform: scale(1.2, 0.9);
  }
  5% {
    -webkit-transform: scale(1.15, 0.93);
    -moz-transform: scale(1.15, 0.93);
    -ms-transform: scale(1.15, 0.93);
    transform: scale(1.15, 0.93);
  }
  6% {
    -webkit-transform: scale(1.08, 0.96);
    -moz-transform: scale(1.08, 0.96);
    -ms-transform: scale(1.08, 0.96);
    transform: scale(1.08, 0.96);
  }
  7% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  8% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  9% {
    -webkit-transform: scale(0.97, 1.03);
    -moz-transform: scale(0.97, 1.03);
    -ms-transform: scale(0.97, 1.03);
    transform: scale(0.97, 1.03);
  }
  10% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  11% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  12% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  13% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  14% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  15% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  16% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  17% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  18% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  19% {
    -webkit-transform: scale(0.96, 1.04);
    -moz-transform: scale(0.96, 1.04);
    -ms-transform: scale(0.96, 1.04);
    transform: scale(0.96, 1.04);
  }
  20% {
    -webkit-transform: scale(0.98, 1.02);
    -moz-transform: scale(0.98, 1.02);
    -ms-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
  21% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  22% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  23% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  24% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  25% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  26% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  27% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  28% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  29% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  30% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  31% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  32% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  33% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  34% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  35% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  36% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  37% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  38% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  39% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  41% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  42% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  43% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  44% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  45% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  46% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  47% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  48% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  49% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes btnGroups {
  0% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  1% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  2% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  3% {
    -webkit-transform: scale(1.25, 0.87);
    -moz-transform: scale(1.25, 0.87);
    -ms-transform: scale(1.25, 0.87);
    transform: scale(1.25, 0.87);
  }
  4% {
    -webkit-transform: scale(1.2, 0.9);
    -moz-transform: scale(1.2, 0.9);
    -ms-transform: scale(1.2, 0.9);
    transform: scale(1.2, 0.9);
  }
  5% {
    -webkit-transform: scale(1.15, 0.93);
    -moz-transform: scale(1.15, 0.93);
    -ms-transform: scale(1.15, 0.93);
    transform: scale(1.15, 0.93);
  }
  6% {
    -webkit-transform: scale(1.08, 0.96);
    -moz-transform: scale(1.08, 0.96);
    -ms-transform: scale(1.08, 0.96);
    transform: scale(1.08, 0.96);
  }
  7% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  8% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  9% {
    -webkit-transform: scale(0.97, 1.03);
    -moz-transform: scale(0.97, 1.03);
    -ms-transform: scale(0.97, 1.03);
    transform: scale(0.97, 1.03);
  }
  10% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  11% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  12% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  13% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  14% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  15% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  16% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  17% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  18% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  19% {
    -webkit-transform: scale(0.96, 1.04);
    -moz-transform: scale(0.96, 1.04);
    -ms-transform: scale(0.96, 1.04);
    transform: scale(0.96, 1.04);
  }
  20% {
    -webkit-transform: scale(0.98, 1.02);
    -moz-transform: scale(0.98, 1.02);
    -ms-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
  21% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  22% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  23% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  24% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  25% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  26% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  27% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  28% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  29% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  30% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  31% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  32% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  33% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  34% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  35% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  36% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  37% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  38% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  39% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  41% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  42% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  43% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  44% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  45% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  46% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  47% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  48% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  49% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes btnGroups {
  0% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  1% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  2% {
    -webkit-transform: scale(1.3, 0.8);
    -moz-transform: scale(1.3, 0.8);
    -ms-transform: scale(1.3, 0.8);
    transform: scale(1.3, 0.8);
  }
  3% {
    -webkit-transform: scale(1.25, 0.87);
    -moz-transform: scale(1.25, 0.87);
    -ms-transform: scale(1.25, 0.87);
    transform: scale(1.25, 0.87);
  }
  4% {
    -webkit-transform: scale(1.2, 0.9);
    -moz-transform: scale(1.2, 0.9);
    -ms-transform: scale(1.2, 0.9);
    transform: scale(1.2, 0.9);
  }
  5% {
    -webkit-transform: scale(1.15, 0.93);
    -moz-transform: scale(1.15, 0.93);
    -ms-transform: scale(1.15, 0.93);
    transform: scale(1.15, 0.93);
  }
  6% {
    -webkit-transform: scale(1.08, 0.96);
    -moz-transform: scale(1.08, 0.96);
    -ms-transform: scale(1.08, 0.96);
    transform: scale(1.08, 0.96);
  }
  7% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  8% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  9% {
    -webkit-transform: scale(0.97, 1.03);
    -moz-transform: scale(0.97, 1.03);
    -ms-transform: scale(0.97, 1.03);
    transform: scale(0.97, 1.03);
  }
  10% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  11% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  12% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  13% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  14% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  15% {
    -webkit-transform: scale(0.93, 1.07);
    -moz-transform: scale(0.93, 1.07);
    -ms-transform: scale(0.93, 1.07);
    transform: scale(0.93, 1.07);
  }
  16% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  17% {
    -webkit-transform: scale(0.94, 1.06);
    -moz-transform: scale(0.94, 1.06);
    -ms-transform: scale(0.94, 1.06);
    transform: scale(0.94, 1.06);
  }
  18% {
    -webkit-transform: scale(0.95, 1.05);
    -moz-transform: scale(0.95, 1.05);
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  19% {
    -webkit-transform: scale(0.96, 1.04);
    -moz-transform: scale(0.96, 1.04);
    -ms-transform: scale(0.96, 1.04);
    transform: scale(0.96, 1.04);
  }
  20% {
    -webkit-transform: scale(0.98, 1.02);
    -moz-transform: scale(0.98, 1.02);
    -ms-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
  21% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  22% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  23% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  24% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  25% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  26% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  27% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  28% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  29% {
    -webkit-transform: scale(1.03, 0.97);
    -moz-transform: scale(1.03, 0.97);
    -ms-transform: scale(1.03, 0.97);
    transform: scale(1.03, 0.97);
  }
  30% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  31% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  32% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  33% {
    -webkit-transform: scale(1.02, 0.98);
    -moz-transform: scale(1.02, 0.98);
    -ms-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
  34% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  35% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  36% {
    -webkit-transform: scale(1.01, 0.99);
    -moz-transform: scale(1.01, 0.99);
    -ms-transform: scale(1.01, 0.99);
    transform: scale(1.01, 0.99);
  }
  37% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  38% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  39% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  41% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  42% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  43% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  44% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  45% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  46% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  47% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  48% {
    -webkit-transform: scale(0.99, 1.01);
    -moz-transform: scale(0.99, 1.01);
    -ms-transform: scale(0.99, 1.01);
    transform: scale(0.99, 1.01);
  }
  49% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
#header .header-subtitle {
  text-align: center;
  color: #999;
  font-size: 1rem;
  line-height: 1.75;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#header .header-menu {
  font-weight: 550;
  line-height: 1.75rem;
  font-family: '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  float: none;
  min-height: 5.25rem;
  max-height: 8.75rem;
  overflow: auto;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
#header .header-menu li {
  cursor: default;
}
#header .header-menu li a {
  font-size: 0.875rem;
  min-width: 300px;
}
#header .header-menu li a:hover {
  color: #000;
}
#header .switch-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 260px;
  font-size: 0.875rem;
}
#header .switch-area .switch-wrap {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -ms-transition: -ms-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  position: relative;
}
#header .turn-left {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#header .header-nav {
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -ms-transition: -ms-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
#header .switch-part {
  width: 100%;
  position: absolute;
}
#header .switch-part1 {
  left: 0;
}
#header .switch-part2 {
  left: 100%;
  overflow-y: auto;
  max-height: 260px;
  font-size: 0.75rem;
}
#header .switch-part3 {
  left: 200%;
  line-height: 1.6;
  overflow-y: auto;
  max-height: 260px;
}
#header .switch-part3 .switch-friends-link {
  display: inline-block;
  margin-right: 9px;
  border-radius: 3px;
  padding: 5px;
}
#header .switch-part3 .switch-friends-link:hover {
  background: #88acdb;
  color: #fff;
}
#header .switch-part4 {
  left: 300%;
  text-align: left;
  line-height: 30px;
}
#header .switch-part5 {
  left: 400%;
  overflow-y: auto;
  line-height: 30px;
  max-height: 260px;
}
#header .switch-part6 {
  left: 500%;
  text-align: left;
  line-height: 30px;
}
#header .switch-part7 {
  left: 600%;
  text-align: left;
  line-height: 30px;
}
#header .header-nav .social {
  margin-top: 10px;
  text-align: center;
  font-family: Arial;
}
#header .header-nav .social a {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin: 0 2px 6px;
  vertical-align: middle;
  font-size: 24.42px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background: #6f7170;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.3);
}
#header .header-nav .social a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#header .header-nav .social .新浪微博 {
  background: url("/img/新浪微博.png") center no-repeat #ecc260;
  background-size: 80%;
}
#header .header-nav .social .知乎 {
  background: url("/img/知乎.png") center no-repeat #0078d8;
  background-size: 90%;
}
#header .header-nav .social .豆瓣 {
  background: url("/img/豆瓣.png") center no-repeat #06c611;
  background-size: 88%;
}
#header .header-nav .social .V2EX {
  background: url("/img/V2EX.png") center no-repeat #e4cdb4;
  background-size: 78%;
}
#header .header-nav .social .TiddlyWiki {
  background: url("/img/TiddlyWiki.png") center no-repeat #6283dd;
  background-size: 82%;
}
#header .header-nav .social .简书 {
  background: url("/img/简书.png") center no-repeat #e99888;
  background-size: 82%;
}
#header .header-nav .social .SegmentFault {
  background: url("/img/SegmentFault.png") center no-repeat #018f56;
  background-size: 80%;
}
#header .header-nav .social .网易云音乐 {
  background: url("/img/网易云音乐.png") center no-repeat #e51e02;
  background-size: 80%;
}
#header .header-nav .social .虾米音乐 {
  background: url("/img/虾米音乐.png") center no-repeat #ff6a00;
  background-size: 82%;
}
#header .header-nav .social .CSDN {
  background: url("/img/CSDN.png") center no-repeat #f00;
  background-size: 82%;
}
#header .header-nav .social .博客园 {
  background: url("/img/博客园.png") center no-repeat #217ed4;
  background-size: 95%;
}
#header .header-nav .social .Plunker {
  background: url("/img/Plunker.png") center no-repeat #000;
  background-size: 90%;
}
#header .header-nav .social .LOFTER {
  background: url("/img/LOFTER.png") center no-repeat #316061;
  background-size: 75%;
}
#header .header-nav .social .Coding {
  background: url("/img/Coding.png") center no-repeat #fff;
  background-size: 88%;
}
#header .header-nav .social .bilibili {
  background: url("/img/bilibili.png") center no-repeat #f589a0;
  background-size: 100%;
}
#header .header-nav .social .AcFun {
  background: url("/img/AcFun.png") center no-repeat #fbc054;
  background-size: 90%;
}
#header .header-nav .social .niconico {
  background: url("/img/niconico.png") center no-repeat #fff;
  background-size: 70%;
}
#header .header-nav .social .Quora {
  background: url("/img/Quora.png") center no-repeat #b92b27;
  background-size: 103%;
}
#header .header-nav .social .GitHub {
  background: url("../../../img/github-octocat.svg") no-repeat #669;
  background-size: 90%;
  background-position: 50% 100%;
}
#header .header-nav .social .CodePen {
  background: url("//cdn.jsdelivr.net/npm/simple-icons@3.13.0/icons/codepen.svg") no-repeat #000;
  background-size: 70%;
  background-position: 50% 50%;
}
#header .header-nav .social .RSS {
  background: #ef7522;
}
#header .header-nav .social .RSS::before {
  content: '\f09e';
}
#header .header-nav .social .Google {
  background: #c83d20;
}
#header .header-nav .social .Google::before {
  content: '\f1a0';
}
#header .header-nav .social .Twitter {
  background: #55cff8;
}
#header .header-nav .social .Twitter::before {
  content: '\f099';
}
#header .header-nav .social .LinkedIn {
  background: #005a87;
}
#header .header-nav .social .LinkedIn::before {
  content: '\f0e1';
}
#header .header-nav .social .Email {
  background: #6fc0e4;
}
#header .header-nav .social .Email::before {
  content: '\f003';
}
#header .header-nav .social .Facebook {
  background: #3b5998;
}
#header .header-nav .social .Facebook::before {
  content: '\f09a';
}
#header .header-nav .social .QQ {
  background: #1cbcef;
}
#header .header-nav .social .QQ::before {
  content: '\f1d6';
}
#header .header-nav .social .WeChat {
  background: #8cdc49;
}
#header .header-nav .social .WeChat::before {
  content: '\f1d7';
}
#header .header-nav .social .PayPal {
  background: #03a4e4;
}
#header .header-nav .social .PayPal::before {
  content: '\f1ed';
}
#header .header-nav .social .StackOverflow {
  background: #f48024;
}
#header .header-nav .social .StackOverflow::before {
  content: '\f16c';
}
#header .header-nav .social .Instagram {
  background: #bab0a6;
}
#header .header-nav .social .Instagram::before {
  content: '\f16d';
}
#header .header-nav .social .Flickr {
  background: #0365c8;
}
#header .header-nav .social .Flickr::before {
  content: '\f16e';
}
#header .header-nav .social .reddit {
  background: #0278d1;
}
#header .header-nav .social .reddit::before {
  content: '\f281';
}
#header .header-nav .social .Medium {
  background: #00ab6b;
}
#header .header-nav .social .Medium::before {
  content: '\f23a';
}
#header .header-nav .social .Tumblr {
  background: #3a5976;
}
#header .header-nav .social .Tumblr::before {
  content: '\f173';
}
#header .header-nav .social ._500px {
  background: #0099e5;
}
#header .header-nav .social ._500px::before {
  content: '\f26e';
}
.duoshuo {
  padding: 0 40px;
}
#disqus_thread {
  padding: 0 40px;
}
#scroll {
  right: 0;
}
.scroll {
  z-index: 999;
  position: fixed;
  top: 61.8%;
  text-align: center;
  line-height: 42px;
}
.scroll a {
  display: block;
  width: 29px;
  height: 42px;
  font-size: 28px;
  background: rgba(215,216,215,0.4);
}
.scroll a .fa {
  color: rgba(255,255,255,0.8);
}
.scroll a:hover {
  background: rgba(147,181,224,0.3) !important;
}
.scroll a:hover .fa {
  color: #fff;
}
.scroll a:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.hide-labels {
  position: fixed;
  left: 378px;
  top: 30px;
  padding: 1px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: 0.9em;
  font-weight: bold;
  color: #666;
  background: none;
  opacity: 0.32;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
  filter: alpha(opacity=32);
  -webkit-appearance: none;
}
.hide-labels:hover {
  color: #88acdb;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#post-nav-button {
  left: 300px;
  top: 61.8%;
}
#post-nav-button a {
  border-bottom-color: transparent;
  background: none;
  cursor: pointer;
}
#post-nav-button a .fa-times {
  display: none;
}
.post-list {
  display: none;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3em;
  list-style: decimal;
}
.post-list li {
  margin: 0.4em 0 0.1em 0.7em;
}
.post-list li a {
  color: #808080;
}
.post-list li a:hover {
color
  text-decoration: none;
}
.post-list li:hover a {
  color: #88acdb;
}
.article-entry .github-widget h3::after {
  content: none;
}
.article-entry .github-widget .github-box {
  font-size: 0.8125rem;
}
.article-entry .github-widget .github-box .github-box-title h3 {
  font-size: 1rem;
}
.article-entry .github-widget .github-box .github-box-title .github-stats {
  font-size: 0.6875rem;
}
.article-entry .github-widget .github-box .updated {
  font-size: 0.6875rem;
}
.article-entry .github-widget .github-box .download {
  font-size: 0.75rem;
}
.article-entry ul > li,
.share,
.article-category::before,
.article-tag::before,
.article-meta time:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.youyan {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .youyan {
    padding: 20px 10px;
  }
}
img.emoji {
  height: 1.2em;
  width: 1.2em;
  margin: 0 0.05em 0 0.05em !important;
  vertical-align: -0.1em;
  padding: 0px !important;
  border: none !important;
  display: inline !important;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  -ms-transition: -ms-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.cl-effect-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.cl-effect-2 a {
  line-height: 2rem;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.cl-effect-2 a span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: #fafafa;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cl-effect-2 a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  font-size: 0.9rem;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  -ms-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
  background: #fff;
}
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 1em;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
}
.link--yaku {
  color: #d3d3d3;
  font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
}
.link--yaku::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(-101%, 0, 0);
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
.link--yaku:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.link--yaku span {
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -moz-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -ms-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s, color 0.5s;
  -webkit-transition: -webkit-transform 0.5s, color 0.5s;
  -moz-transition: -moz-transform 0.5s, color 0.5s;
  -ms-transition: -ms-transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
}
.link--yaku:hover span {
  color: #000;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  -moz-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  -ms-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
}
.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
  -webkit-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.archives-wrap {
  position: relative;
  margin: 30px 30px 0px 30px;
  padding-right: 1.5em;
  border-bottom: 1px solid #eee;
  background: #f8f8fd;
}
.archives-wrap:first-child {
  margin-top: 30px;
}
.archives-wrap:last-child {
  margin-bottom: 80px;
}
.archives-wrap .archive-year-wrap {
  line-height: 35px;
  width: 200px;
  position: absolute;
  padding-top: 20px;
  font-size: 1.8em;
  font-family: "Georgia", "Optima";
}
.archives-wrap .archive-year-wrap a {
  color: #666;
  font-weight: bold;
  padding-left: 48px;
}
.archives {
  position: relative;
}
.archives .article-info {
  border: none;
}
.archives .archive-article {
  margin-left: 160px;
  padding: 0.5em 0;
  border-bottom: 2px dotted #eee;
  border-top: 1px solid #fff;
  position: relative;
}
.archives .archive-article:first-child {
  border-top: 1em;
  padding-top: 20px;
}
.archives .archive-article:last-child {
  border-bottom: none;
}
.archives .archive-article-title {
  font-size: 1.125rem;
  color: #333;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.archives .archive-article-title:hover {
  color: #657b83;
}
.archives .archive-article-title span {
  display: block;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 14px;
  height: 7px;
  padding-left: 2px;
}
.archives .archive-article-title span:before {
  display: inline-block;
  content: "“";
  font-family: serif;
  font-size: 30px;
  float: left;
  margin: 4px 4px 0 -12px;
  color: #c8c8c8;
}
.archive-article-inner .archive-article-header {
  position: relative;
}
.archive-article-inner .article-meta {
  position: relative;
  float: right;
  margin-top: -0.277777777777778rem;
  padding-right: 0;
  color: #555;
  background: none;
  text-align: right;
  width: auto;
}
.archive-article-inner .article-meta .article-date time {
  color: #aaa;
}
.archive-article-inner .article-meta .archive-article-date,
.archive-article-inner .article-meta .article-tag-list {
  margin-right: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #666;
  font-size: 14px;
}
.archive-article-inner .article-meta .archive-article-date {
  cursor: default;
  font-size: 0.875rem;
  margin-bottom: 5px;
  margin-top: -10px;
}
.archive-article-inner .article-meta .archive-article-date time:before {
  content: "\f073";
  color: #999;
  position: relative;
  margin-right: 10px;
  font: 16px FontAwesome;
}
.archive-article-inner .article-meta .article-category:before {
  float: left;
  margin-top: 1px;
  left: 15px;
}
.archive-article-inner .article-meta .article-category .article-category-link {
  width: auto;
  max-width: 83px;
  padding-left: 10px;
}
.archive-article-inner .article-meta .article-tag-list {
  margin-top: 0px;
}
.archive-article-inner .article-meta .article-tag-list:before {
  left: 15px;
}
.archive-article-inner .article-meta .article-tag-list .article-tag-list-item {
  display: inline-block;
  width: auto;
  max-width: 83px;
  padding-left: 8px;
  font-size: 12px;
}
.archives-wrap {
  background: #f8f8fd;
}
.archives-wrap .archives {
  background: transparent;
}
.body-wrap {
/* 文章样式，包括标题、主内容，直到评论 */
  max-width: 61.5em;
  margin: auto;
  padding-left: 10px;
  margin-bottom: 100px;
  overflow: hidden;
}
.article-wrap {
/*文章主体背景 */
  background: #fff url("../img/white_wall_hash.jpg");
}
.article {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  background: #f8f8fd;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-transition: all 0.2s ease-in;
}
.article.show {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  -ms-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}
.article.hidden {
  visibility: hidden;
}
.article img {
  max-width: 100%;
  margin: 0.5em auto;
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: scale(1);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -moz-transform: scale(1.01);
  }
  100% {
    -moz-transform: scale(1);
  }
}
.article-index {
  margin-left: 200px;
  padding: 15px 0;
  margin-right: 75px;
}
.article-index .brief {
  display: block;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 14px;
  height: 7px;
  padding-left: 2px;
}
.article-index .brief:before {
  display: inline-block;
  content: "“";
  font-family: serif;
  font-size: 30px;
  float: left;
  margin: 4px 4px 0 -12px;
  color: #c8c8c8;
}
.article-title {
  color: #696969;
  margin-left: 0px;
  display: block;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
/*&:hover{
    color: #B0A0AA;
  }*/
}
.article-title:hover {
  color: #696969;
  margin-left: 0px;
  display: block; /*标题背景显示大小*/
  font-size: 1.2rem;
  background-image: -webkit-linear-gradient(left, #696969, #000 25%, #000 50%, #000 75%, #000);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: article-title-animation 4s infinite linear;
}
.article-title-big {
  color: #696969;
  margin-left: 0px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.6rem;
  padding-bottom: 20px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
/*&:hover{
    color: #B0A0AA;
  }*/
}
.article-title-big:hover {
  color: #696969;
  margin-left: 0px;
  font-weight: 400;
  line-height: 1.3;
  background-image: -webkit-linear-gradient(left, #696969, #000 25%, #000 50%, #000 75%, #000);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: article-title-animation 4s infinite linear;
}
@-webkit-keyframes article-title-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.article-inner {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0.5em;
  word-break: break-word;
  -webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.07);
  box-shadow: 3px 2px 8px rgba(0,0,0,0.07);
}
.article-header {
  border-left: 6px solid #eee;
  background: #f8f8fd;
  padding: 15px 8.2em 15px 25px;
}
.article-header:hover {
  border-left: 5px solid #9c9;
}
.article-info li:hover {
  background: none;
}
.article-info-index.article-info {
  padding-top: 20px;
  margin: 30px 30px 0 30px;
  border-top: 1px solid #ddd;
}
.article-info-post.article-info {
  border: none;
  margin: -30px 0 0 30px;
}
.article-entry {
/* 文章主内容，除了标题和署名 */
  line-height: 1.65em;
  background: #f8f8fd;
  padding: 20px 2em;
  font-size: 1rem;
}
.article-entry blockquote {
  padding: 0.4em 20px;
  margin: 0.6em auto;
  border-left: 4px solid rgba(147,181,224,0.4);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.article-entry blockquote p {
  margin: 0.4em auto;
}
.article-entry blockquote blockquote {
  border-left: none;
}
.article-entry blockquote footer {
  font-style: italic;
}
.article-entry blockquote footer cite::before {
  content: "—";
  padding: 0 0.3em;
}
.article-entry a {
  text-decoration: underline;
  color: #7a4fd6;
}
.article-entry a:hover {
  text-decoration: underline;
  color: #9c9;
}
.article-entry p {
  margin: 0.6em auto;
  line-height: 1.6;
}
.article-entry p code,
.article-entry ul li code {
  border: 1px solid #3f3f3f;
  background-color: #e1ccff;
  border-radius: 3px;
  padding: 0 2px;
  margin: 0 2px;
}
.article-entry em {
  font-style: italic;
}
.article-entry video {
  max-width: 100%;
}
.article-entry strong {
  font-weight: bold;
  color: #0074cf;
}
.article-entry li strong {
  color: #0074cf;
  font-weight: bold;
}
.article-entry .caption {
  display: block;
  font-size: 0.8em;
  color: #aaa;
}
.article-entry .tags a {
  text-decoration: none;
}
.article-entry hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.article-entry .table-area {
  overflow: auto;
}
.article-entry table {
  width: 100%;
  max-width: 65em;
  border: 1px solid #dedede;
  margin: 15px auto;
  border-collapse: collapse;
  empty-cells: show;
}
.article-entry table tr,
.article-entry table td {
  height: 35px;
}
.article-entry table th {
  font-weight: bold;
  text-align: center;
  background: rgba(158,188,226,0.2);
  white-space: nowrap;
}
.article-entry table tbody tr:hover {
  background: #efefef;
}
.article-entry table td,
.article-entry table th {
  border: 1px solid #dedede;
  padding: 0 10px;
}
.article-entry table tr:nth-child(2n) {
  background: rgba(158,188,226,0.12);
}
.article-entry table td:nth-child(1) {
  white-space: nowrap;
}
.article-entry li {
  margin: 0.1em;
  font-size: 1rem;
}
.article-entry ul,
.article-entry ol {
  margin: 10px 0;
}
.article-entry ul li.task-list,
.article-entry ol li.task-list {
  list-style: none;
  margin-left: 0;
}
.article-entry ul li.task-list::before,
.article-entry ol li.task-list::before {
  display: none;
}
.article-entry li ul,
.article-entry li ol {
  margin-left: 30px;
}
.article-entry ul > li:before {
  content: "";
  background: #dedede;
}
.article-entry ul > li:before {
  display: inline-block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.5em;
  margin-bottom: 0.11em;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background: #d3d3d3;
}
.article-entry h1 {
  margin-top: 0.5em;
}
.article-entry font-family "Microsoft YaHei" h2,
.article-entry Arial h2,
.article-entry Helvetica h2,
.article-entry sans-serif h2,
.article-entry "宋体" h2 {
  margin-top: 0.5em;
  padding: 2em 0.5em;
}
.article-entry font-family "Microsoft YaHei":hover,
.article-entry Arial:hover,
.article-entry Helvetica:hover,
.article-entry sans-serif:hover,
.article-entry "宋体":hover {
  color: #88acdb;
}
.article-entry h3 {
  margin: 0.5em auto;
  padding: 0.2em 0em;
}
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  margin-top: 0.5em auto;
}
.article-entry figure table {
  border: none;
  width: auto;
  margin: 0;
}
.article-entry figure table tbody tr:hover {
  background: none;
}
.article-meta {
  position: absolute;
  right: 0;
  top: 23px;
  width: 9rem;
  padding-right: 1.2rem;
  font-size: 0.875rem;
  text-align: right;
  z-index: 1;
}
.article-meta time {
  color: #aaa;
  float: right;
}
.article-meta time:before {
  margin-top: 0px;
  margin-right: 4px;
  content: "\f073";
  font: 1em FontAwesome;
  color: #999;
}
.article-meta a:nth-child(2) {
  clear: right;
  float: right;
  padding-top: 0.45rem;
  color: #999;
}
.article-meta a:nth-child(2):hover {
  color: #258fb8;
  font-size: 110%;
}
.article-meta a:nth-child(2) i {
  vertical-align: top;
}
.article-more-link {
  float: right;
  margin-top: 10px;
}
.article-more-link a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3em;
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.article-more-link a:hover {
  background: #9c9;
}
.article-more-link a.hidden {
  visibility: hidden;
}
.article-more-link a span {
  padding: 2px, 0, 2px, 1px;
}
#article-nav {
  display: table;
  width: 100%;
  height: 2.5em;
  margin: 1em auto;
  font-size: 1rem;
  background: rgba(158,188,226,0.75);
}
#article-nav:hover {
  background: #93b5e0;
}
.article-nav-title {
  display: table-cell;
  vertical-align: middle;
}
.article-nav-title a {
  color: #fff;
}
.article-nav-title a:hover {
  font-style: italic;
  color: #000;
}
#article-nav-older {
  padding-right: 1em;
  text-align: right;
}
#article-nav-older::after {
  padding-left: 0.5em;
  content: "→";
  color: #fff;
  font-weight: bold;
  font-family: Calibri;
}
#article-nav-newer {
  padding-left: 1em;
  text-align: left;
}
#article-nav-newer::before {
  padding-right: 0.5em;
  content: "←";
  color: #fff;
  font-weight: bold;
  font-family: Calibri;
}
#intro {
  display: inline;
  font-weight: normal;
  font-size: inherit;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
}
#intro::before,
#intro::after {
  content: none;
}
.article-entry > ol:last-child > li:nth-child(2n) {
  background: rgba(158,188,226,0.12);
}
.article-entry > ol:last-child li {
  word-break: break-all;
}
.article-entry > ol:last-child li:hover {
  background: #f0f0f0;
}
#tocButton {
  position: fixed;
  left: 220px;
  top: 385px;
  font-size: 0.9em;
  font-weight: bold;
  font-family: inherit;
  color: #d3d3d3;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
#tocButton:hover {
  color: #88acdb;
}
.toc-article {
  position: fixed;
  width: 230px;
  top: 378px;
  bottom: 1em;
  left: 0;
  margin-left: 0;
  padding: 6px 10px 10px 50px;
  border-radius: 2.8%;
  overflow: auto;
}
#toc {
  font-size: 0.9rem;
  line-height: 1.65em;
}
#toc .toc-title {
  font-weight: bold;
  color: #808080;
}
#toc .toc-title.clickable {
  cursor: pointer;
}
#toc .toc-title.clickable:hover {
  color: #88acdb;
}
#toc .toc-title.clickable:active {
  color: #d3d3d3;
}
#toc ol.toc {
  margin-left: 0;
  padding: 0.7em;
  padding-right: 0;
}
#toc ol.toc li.toc-item {
  list-style-type: none;
}
#toc ol.toc li.toc-item i {
  display: inline-block;
  margin-left: -0.9em;
  width: 0.9em;
  color: #b3b3b3;
  font-weight: bold;
  cursor: pointer;
}
#toc ol.toc li.toc-item i:hover {
  color: #000;
}
#toc ol.toc li.toc-item i.hide {
  display: none;
}
#toc ol.toc li.toc-item:hover {
  background: none;
}
#toc ol.toc a.toc-link {
  color: #808080;
}
#toc ol.toc a.toc-link:visited {
  color: #f48385;
}
#toc ol.toc a.toc-link:hover {
  color: #88acdb;
  text-decoration: none;
  background: rgba(158,188,226,0.21);
}
#toc ol.toc ol.toc-child {
  padding-left: 1.25em;
  margin: 4px 0;
}
.copyright {
  background: #f5f5f5;
  width: 85%;
  max-width: 45em;
  margin: 1.2em auto 0;
  padding: 0.5em 1.8em;
  border: 1px solid #d3d3d3;
  font-size: 0.93rem;
  line-height: 1.6em;
  word-break: break-all;
/*background: rgba(255, 255, 255, .4);*/
}
.copyright span {
  display: inline-block;
  width: 5.8em;
  color: #b5b5b5;
  font-weight: bold;
}
.copyright a {
  color: #808080;
}
.copyright a:hover {
  color: #a3d2a3;
  text-decoration: underline;
}
.copyright:hover .fa-clipboard {
  color: #000;
}
.copyright .copy-path {
  margin-left: 1em;
  width: 1em;
}
.copyright .copy-path:hover {
  color: #808080;
  cursor: pointer;
}
aside.comment-bar {
  display: block;
  cursor: pointer;
  background: rgba(255,255,255,0.3);
  padding: 0.5rem;
  -webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.07);
  box-shadow: 3px 2px 8px rgba(0,0,0,0.07);
  text-align: center;
  font-size: 2rem;
}
aside.comment-bar i.fa-spinner {
  display: none;
}
aside.comment-bar a {
  display: inline-block;
  width: 3em;
}
aside.comment-bar a span {
  font-size: 1.5rem;
}
aside.comment-bar:active {
  background: none;
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.archives-wrap {
  position: relative;
  margin: 30px 30px 0px 30px;
  padding-right: 1.5em;
  border-bottom: 1px solid #eee;
  background: #f8f8fd;
}
.archives-wrap:first-child {
  margin-top: 30px;
}
.archives-wrap:last-child {
  margin-bottom: 80px;
}
.archives-wrap .archive-year-wrap {
  line-height: 35px;
  width: 200px;
  position: absolute;
  padding-top: 20px;
  font-size: 1.8em;
  font-family: "Georgia", "Optima";
}
.archives-wrap .archive-year-wrap a {
  color: #666;
  font-weight: bold;
  padding-left: 48px;
}
.archives {
  position: relative;
}
.archives .article-info {
  border: none;
}
.archives .archive-article {
  margin-left: 160px;
  padding: 0.5em 0;
  border-bottom: 2px dotted #eee;
  border-top: 1px solid #fff;
  position: relative;
}
.archives .archive-article:first-child {
  border-top: 1em;
  padding-top: 20px;
}
.archives .archive-article:last-child {
  border-bottom: none;
}
.archives .archive-article-title {
  font-size: 1.125rem;
  color: #333;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.archives .archive-article-title:hover {
  color: #657b83;
}
.archives .archive-article-title span {
  display: block;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 14px;
  height: 7px;
  padding-left: 2px;
}
.archives .archive-article-title span:before {
  display: inline-block;
  content: "“";
  font-family: serif;
  font-size: 30px;
  float: left;
  margin: 4px 4px 0 -12px;
  color: #c8c8c8;
}
.archive-article-inner .archive-article-header {
  position: relative;
}
.archive-article-inner .article-meta {
  position: relative;
  float: right;
  margin-top: -0.277777777777778rem;
  padding-right: 0;
  color: #555;
  background: none;
  text-align: right;
  width: auto;
}
.archive-article-inner .article-meta .article-date time {
  color: #aaa;
}
.archive-article-inner .article-meta .archive-article-date,
.archive-article-inner .article-meta .article-tag-list {
  margin-right: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #666;
  font-size: 14px;
}
.archive-article-inner .article-meta .archive-article-date {
  cursor: default;
  font-size: 0.875rem;
  margin-bottom: 5px;
  margin-top: -10px;
}
.archive-article-inner .article-meta .archive-article-date time:before {
  content: "\f073";
  color: #999;
  position: relative;
  margin-right: 10px;
  font: 16px FontAwesome;
}
.archive-article-inner .article-meta .article-category:before {
  float: left;
  margin-top: 1px;
  left: 15px;
}
.archive-article-inner .article-meta .article-category .article-category-link {
  width: auto;
  max-width: 83px;
  padding-left: 10px;
}
.archive-article-inner .article-meta .article-tag-list {
  margin-top: 0px;
}
.archive-article-inner .article-meta .article-tag-list:before {
  left: 15px;
}
.archive-article-inner .article-meta .article-tag-list .article-tag-list-item {
  display: inline-block;
  width: auto;
  max-width: 83px;
  padding-left: 8px;
  font-size: 12px;
}
.archives-wrap {
  background: #f8f8fd;
}
.archives-wrap .archives {
  background: transparent;
}
/* @import "_partial/highlight" */
#footer {
  font-size: 0.8rem;
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  text-shadow: 0 1px #fff;
  position: absolute;
  bottom: 20px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  width: 100%;
  text-align: center;
}
#footer .footer-left {
  float: left;
}
#footer .footer-right {
  float: right;
}
#footer .outer {
  padding: 0 30px;
}
#footer .fa-heart {
  color: #f00;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
#footer #busuanzi_value_site_uv,
#footer #busuanzi_container_page_pv {
  font-family: Menlo, Consolas, Inconsolata, Monaco;
}
#footer .visit {
  font-size: 0.88rem;
}
#footer .visit .fa {
  padding-right: 0.25em;
  color: #808080;
}
#footer .visit #site-visit:hover,
#footer .visit #page-visit:hover {
  color: #000;
}
#footer .visit #site-visit:hover .fa,
#footer .visit #page-visit:hover .fa {
  color: #333;
}
#page-nav {
  text-align: center;
  margin-top: 30px;
}
#page-nav .page-number {
  width: 20px;
  height: 20px;
  background: #4d4d4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  margin: 0 3px 30px;
}
#page-nav .page-number:hover {
  background: #5e5e5e;
}
#page-nav .current {
  background: #88acdb;
  cursor: default;
}
#page-nav .current:hover {
  background: #88acdb;
}
#page-nav .extend {
  color: #4d4d4d;
  margin: 0 27px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#page-nav .extend:hover {
  color: #5e5e5e;
}
#page-nav:hover .extend {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#post-instagram {
  padding: 30px;
}
#post-instagram .article-entry {
  padding-right: 0;
}
.instagram {
  position: relative;
  min-height: 500px;
}
.instagram .open-ins {
  display: block;
  padding: 10px 0;
  position: absolute;
  right: 28px;
  top: -75px;
  color: #333;
}
.instagram .open-ins:hover {
  color: #657b83;
}
.instagram .year {
  display: inline;
}
.instagram .album h1 em {
  font-style: normal;
  font-size: 14px;
  margin-left: 10px;
}
.instagram .album ul {
  min-height: 149px;
  padding-top: 17px;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.instagram .album li {
  position: relative;
  display: inline-block;
  min-width: 157px;
  margin: 0;
}
.instagram .album li:before {
  display: none;
}
.instagram .album div.img-box {
  position: relative;
  margin: 0 20px 10px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 1px rgba(255,255,255,0.1);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 1px rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 1px rgba(255,255,255,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 1px rgba(255,255,255,0.1);
}
.instagram .album div.img-box .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  margin: -5px;
  padding: 5px;
  background: rgba(204,204,204,0.8);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 1px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 1px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 1px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 1px 5px rgba(0,0,0,0.1);
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -o-transition: all 0.15s ease-out 0.1s;
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -ms-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  cursor: pointer;
  display: block;
}
.instagram .album div.img-box .img-bg:hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.instagram .album div.img-box img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .instagram .album ul {
    margin-left: 0;
    padding: 0;
    text-align: center;
  }
  .instagram .album li {
    max-width: 300px;
  }
  .instagram .album div.img-box {
    margin: 0;
  }
}
.switch-btn {
  margin: 0 auto;
  margin-top: 23px;
  position: relative;
  width: 70px;
  text-align: center;
}
.switch-btn .tips-box {
  position: relative;
}
.switch-btn .tips-box .tips-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  top: -6px;
  left: 30px;
}
.switch-btn .tips-box .tips-inner {
  padding: 5px 8px 4px 8px;
  background-color: #000;
  color: #fff;
  width: 80px;
  text-align: center;
  border-radius: 3px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  z-index: 99;
  left: -13px;
}
.switch-btn .tips-box .tips-inner li {
  padding: 4px 0;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 1.15;
  color: #ddd;
}
.switch-btn .tips-box .tips-inner li:hover {
  background: #111;
}
.switch-btn .icon {
  height: 32px;
  width: 32px;
  background: #cecece;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  cursor: pointer;
}
.switch-btn .icon-ctn {
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.switch-btn .icon-ctn .birdhouse {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent transparent #4d4d4d transparent;
  border-width: 0 16px 14px;
}
.switch-btn .icon-ctn .birdhouse:after {
  content: '';
  position: absolute;
  top: 12px;
  left: -12px;
  border-style: solid;
  border-color: #4d4d4d transparent transparent transparent;
  border-width: 100px 12px;
}
.switch-btn .icon-ctn .birdhouse_holes {
  width: 12px;
  height: 12px;
  background: #ddd;
  position: absolute;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  left: 10px;
  top: 8px;
}
.switch-btn .icon-ctn .birdhouse_holes:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ccc;
  bottom: -8px;
  left: 4px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.switch-btn .icon-ctn .ribbon {
  width: 12px;
  height: 20px;
  background: #333;
  margin: 2px 0 0 10px;
}
.switch-btn .icon-ctn .ribbon:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 16px;
  width: 0;
  height: 0;
  border: solid #333;
  border-color: transparent #333 transparent #333;
  border-width: 6px 6px 8px 6px;
}
.switch-btn .icon-ctn .loopback_l {
  width: 10px;
  height: 5px;
  border-style: solid;
  border-width: 0px 3px 3px 3px;
  border-color: #333;
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 16px;
  left: 1px;
}
.switch-btn .icon-ctn .loopback_l:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent transparent #333;
  bottom: 7px;
  left: 5px;
}
.switch-btn .icon-ctn .loopback_l:after {
  content: '';
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: #333;
  border-radius: 50px 0 0 0;
  position: absolute;
  left: -3px;
  bottom: 5px;
}
.switch-btn .icon-ctn .loopback_r {
  width: 10px;
  height: 5px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #333;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: 8px;
  right: 2px;
}
.switch-btn .icon-ctn .loopback_r:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: transparent #333 transparent transparent;
  top: 7px;
  right: 5px;
}
.switch-btn .icon-ctn .loopback_r:after {
  content: '';
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #333;
  border-radius: 0 0 50px 0;
  position: absolute;
  left: 5px;
  top: 5px;
}
.switch-btn .icon-ctn .user {
  width: 12px;
  height: 14px;
  background: #333;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
  margin-top: 2px;
}
.switch-btn .icon-ctn .user:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: 17px;
  left: 0px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  border-width: 0 16px 6px 16px;
}
.switch-btn .icon-ctn .user:after {
  content: '';
  width: 8px;
  height: 5px;
  background: #333;
  position: absolute;
  margin-top: 13px;
  margin-left: -4px;
}
.switch-btn .icon-ctn .shoulder {
  width: 32px;
  height: 6px;
  background: #333;
  position: absolute;
  bottom: 6px;
}
.switch-btn .icon-ctn .wechat_left {
  width: 12px;
  height: 12px;
  background: #ddd;
  position: absolute;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  left: 10px;
  top: 8px;
}
.switch-btn .icon-ctn .wechat_left:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ccc;
  bottom: -8px;
  left: 4px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#header .tagcloud a {
  color: #fff;
}
.tagcloud a {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.75rem;
  color: #fff;
  height: 1.125rem;
  line-height: 1.125rem;
  float: left;
  padding: 0 5px 0 10px;
  position: relative;
  border-radius: 0 5px 5px 0;
  margin: 5px 9px 5px 8px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei" "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif, "Lucida Grande", Verdana, "Helvetica Neue", Arial;
}
.tagcloud a.color0 {
  background: #ba8f6c;
}
.tagcloud a.color0::before {
  border-right-color: #ba8f6c;
}
.tagcloud a.color1 {
  background: #ff945c;
}
.tagcloud a.color1::before {
  border-right-color: #ff945c;
}
.tagcloud a.color2 {
  background: #7b5d5f;
}
.tagcloud a.color2::before {
  border-right-color: #7b5d5f;
}
.tagcloud a.color3 {
  background: #f5c7b7;
}
.tagcloud a.color3::before {
  border-right-color: #f5c7b7;
}
.tagcloud a.color4 {
  background: #cfb7c4;
}
.tagcloud a.color4::before {
  border-right-color: #cfb7c4;
}
.tagcloud a.color5 {
  background: #918597;
}
.tagcloud a.color5::before {
  border-right-color: #918597;
}
.tagcloud a.color6 {
  background: #bc8f8f;
}
.tagcloud a.color6::before {
  border-right-color: #bc8f8f;
}
.tagcloud a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  background-color: #9c9;
  border-color: #9c9;
}
.tagcloud a:hover::before {
  border-right-color: #9c9;
}
.tagcloud a:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -1.1rem;
  border: 0.5625rem solid transparent;
}
.tagcloud a:after {
  content: " ";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
  position: absolute;
  top: 0.4375rem;
  left: 2px;
}
.article-tag::before,
.article-category::before {
  float: left;
  color: #999;
  font: 16px FontAwesome;
  margin-right: 5px;
  margin-top: 0.333333333333333rem;
}
.article-tag::before {
  content: "\f02b";
  margin-left: 1em;
}
.article-category::before {
  content: "\f02d";
}
.article-pop-out {
  float: left;
}
.article-pop-out:before {
  color: #999;
  content: "\f08d";
  font: 16px FontAwesome;
  float: left;
  margin-right: 5px;
  margin-top: 0.333333333333333rem;
}
.article-pop-out:after {
  float: left;
  content: "";
  margin-right: 20px;
  margin-top: 9px;
}
.widget-wrap {
  margin: 0 auto;
  width: 960px;
  text-align: center;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
  display: none;
}
::-webkit-scrollbar-corner {
  display: block;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 8px;
  background-color: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0,0,0,0.15);
}
::-webkit-scrollbar-button:start {
  width: 10px;
  height: 10px;
  background: url("../img/scrollbar_arrow.png") no-repeat 0 0;
}
::-webkit-scrollbar-button:start:hover {
  background: url("../img/scrollbar_arrow.png") no-repeat -15px 0;
}
::-webkit-scrollbar-button:start:active {
  background: url("../img/scrollbar_arrow.png") no-repeat -30px 0;
}
::-webkit-scrollbar-button:end {
  width: 10px;
  height: 10px;
  background: url("../img/scrollbar_arrow.png") no-repeat 0 -18px;
}
::-webkit-scrollbar-button:end:hover {
  background: url("../img/scrollbar_arrow.png") no-repeat -15px -18px;
}
::-webkit-scrollbar-button:end:active {
  background: url("../img/scrollbar_arrow.png") no-repeat -30px -18px;
}
#viewer {
  position: fixed;
  z-index: 1000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#viewer-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ccc;
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
}
#viewer-box .viewer-box-l {
  background: rgba(20,20,20,0.9);
  width: 80%;
  height: 100vh;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  min-width: 8em;
  max-width: 23em;
}
#viewer-box .viewer-box-l .viewer-box-wrap {
  margin: 20px 10px 0px 20px;
}
#viewer-box .viewer-box-l .viewer-title {
  line-height: 32px;
}
#viewer-box .viewer-box-l .viewer-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #aaa;
  display: inline-block;
  margin-right: 10px;
}
#viewer-box .viewer-box-l .viewer-div {
  border-bottom: 1px dotted #666;
  padding-bottom: 13px;
  line-height: 20px;
}
#viewer-box .viewer-box-l .viewer-div:last-child {
  border-bottom: none;
}
#viewer-box .viewer-box-l .viewer-div .switch-friends-link {
  line-height: 20px;
}
#viewer-box .viewer-box-r {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0);
}
#viewer-box .viewer-box-r:hover {
  cursor: w-resize;
}
#viewer-box.anm-swipe {
  -webkit-transform: translate3d(0, 0, 0);
}
#viewer-box.anm-swipe .viewer-box-r {
  background: rgba(0,0,0,0);
}
.hide {
  display: none;
}
#viewer-box .viewer-list {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.search {
  width: 60%;
  height: 18px;
  margin-top: 1px;
  padding: 0;
  font-family: inherit;
  border: 2px solid transparent;
  border-bottom: 2px solid #d3d3d3;
  border-radius: 2px;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  background: none;
}
.search:hover {
  border: 2px solid #d3d3d3;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#search-form .button {
  display: none;
  padding: 1px 0.7em;
  cursor: pointer;
  color: #000;
}
#search-form .button:hover {
  color: #fff;
}
.col-3 {
  float: center;
  width: 60%;
  margin: 10px 5px 4px 45px;
  position: relative;
}
.effect-2 {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  width: 88px;
  -webkit-transition: width 0.45s ease-in-out;
  -webkit-transition: width 0.45s ease-in-out;
  -moz-transition: width 0.45s ease-in-out;
  -ms-transition: width 0.45s ease-in-out;
  transition: width 0.45s ease-in-out;
}
.effect-2:focus {
  width: 140px;
}
.effect-2 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #39f;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.effect-2:focus ~ .focus-border {
  width: 143px;
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  -ms-transition: 0.45s;
  transition: 0.45s;
  left: 0;
}
#local-search-result {
  margin: auto -12% auto -6%;
  font-size: 0.9rem;
  text-align: left;
  word-break: break-all;
}
#local-search-result ul.search-result-list li:hover {
  font-weight: normal;
}
#local-search-result li {
  margin: 0.5em auto;
  border-bottom: 1px solid #d3d3d3;
}
#local-search-result .search-result-list li:hover {
  background: rgba(158,188,226,0.21);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#local-search-result a.search-result-title {
  line-height: 1.2;
  color: #000;
}
#local-search-result p.search-result {
  margin: 0.4em auto;
  line-height: 1.2rem;
  max-height: 3.6rem;
  overflow: hidden;
  font-size: 0.8rem;
  text-align: justify;
  color: #808080;
}
#local-search-result em.search-keyword {
  color: #f58e90;
  border-bottom: 1px dashed #f58e90;
  font-weight: bold;
  font-size: 0.85rem;
}
p.no-result {
  display: none;
  margin: 2em 0 2em 6%;
  padding-bottom: 0.5em;
  text-align: left;
  color: #808080;
  font-family: Times, Georgia serif;
  border-bottom: 0px solid #d3d3d3;
}
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 400px;
  width: calc(100% - 2em);
  vertical-align: top;
}
body {
  background: #d3d3d3;
}
#container .left-col {
  background: #fff;
}
.article {
  background: #fff;
}
.article .article-inner {
  margin-bottom: 1em;
}
.article .article-more-link a {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.tagcloud a {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#header .header-nav .social li {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.archives-wrap {
  background: #fff;
}
.scroll a .fa {
  color: #fff;
}
.post-nav-button {
  background: #ececec;
}
#post-nav-button a {
  background: rgba(215,216,215,0.5);
}
.post-list {
  background: #fff;
}
#article-nav {
  background: rgba(158,188,226,0.9);
}
body {
  background: #808080;
}
.article-header {
  border-left: 5px solid #666;
}
.article-more-link a {
  background: #4d4d4d;
  font-size: 0.85em;
}
pre.prettyprint {
  padding-left: 20px;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-data .line-numbers {
  color: #d3d3d3;
  font-size: 0.85rem;
}
.article-entry pre,
.article-entry code {
  font-family: Menlo, Consolas, Inconsolata, Monaco, monospace, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei";
  font-size: 1em;
}
.article-entry pre {
  line-height: 1.3rem;
}
overflow: auto !important display inline-block !important code {
  text-shadow: none;
  padding: 0;
  background: none;
  color: highlight-foreground;
  -webkit-box-shadow: none;
  box-shadow: none;
}
overflow: auto !important display inline-block !important .highlight {
  border-radius: 2px;
  max-height: 50em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  overflow: auto;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
overflow: auto !important display inline-block !important .highlight pre {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
overflow: auto !important display inline-block !important .highlight table {
  margin: 0;
  width: auto;
}
overflow: auto !important display inline-block !important .highlight td {
  border: none;
  padding: 0;
}
overflow: auto !important display inline-block !important .highlight figcaption {
  zoom: 1;
  font-size: 0.85em;
  color: highlight-comment;
  line-height: 1em;
  margin-bottom: 1em;
}
overflow: auto !important display inline-block !important .highlight figcaption:before,
overflow: auto !important display inline-block !important .highlight figcaption:after {
  content: "";
  display: table;
}
overflow: auto !important display inline-block !important .highlight figcaption:after {
  clear: both;
}
overflow: auto !important display inline-block !important .highlight figcaption a {
  float: right;
}
overflow: auto !important display inline-block !important .highlight .line {
  height: 22.400000000000002px;
}
overflow: auto !important display inline-block !important .gist {
  margin: 0 -20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: highlight-background;
  padding: 15px 20px 15px 0;
}
overflow: auto !important display inline-block !important .gist .gist-file {
  border: none;
  font-family: Menlo, Consolas, Inconsolata, Monaco monospace;
  margin: 0;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-data {
  background: none;
  border: none;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
overflow: auto !important display inline-block !important .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-meta {
  background: highlight-background;
  color: highlight-comment;
  font: 0.85em "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif, "Lucida Grande", Verdana, "Helvetica Neue", Arial;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 20px;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-meta a {
  color: #258fb8;
  font-weight: normal;
}
overflow: auto !important display inline-block !important .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
#instantclick {
  display: none;
}
