* {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif; }

body {
  font: 14px/30px "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
  background-color: #FFFFFF;
  color: #666;
  padding: 0;
  opacity: 0;
  -webkit-font-smoothing: antialiased !important; }

i {
  color: #151515; }

b,
strong,
em {
  font-weight: 700; }

ol ol,
ol ul,
ul ol,
ul ul {
  -webkit-padding-start: 10px;
  list-style-type: disc; }

figure table,
figure tr,
figure td {
  border: none; }

figure th,
figure td {
  padding: 0;
  min-width: 0; }

table,
th,
tr,
td {
  border: 1px solid #808080; }

th,
td {
  padding: 5px;
  min-width: 50px; }

figcaption {
  font-size: 13px;
  letter-spacing: 0;
  color: #708090;
  text-align: center; }
  figcaption a {
    text-decoration: underline !important;
    color: #708090 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
  color: #151515; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-family: "Georgia", "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
    font-style: italic;
    margin-left: 4px;
    margin-right: 3px;
    text-transform: none;
    position: relative;
    top: -1px; }

h1 {
  font-size: 32px; }

h2 {
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px; }

h3 {
  font-weight: 700;
  line-height: 30px;
  font-size: 20px; }

h4 {
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  color: #151515; }

a,
a:active,
a:focus,
a:hover,
a:visited,
a:link {
  color: #151515;
  text-decoration: none;
  word-break: break-all; }

[class*="col-"] {
  padding: 15px;
  border: none; }

blockquote {
  margin: 16px 0;
  font-size: 14px; }
  blockquote p {
    font: italic 14px 'Georgia', "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif; }

.row {
  margin-bottom: 0; }

::selection {
  color: #FFFFFF;
  background-color: #151515; }

::-moz-selection {
  color: #FFFFFF;
  background-color: #151515; }

.clear {
  clear: both; }

a,
button {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s; }

hr {
  margin: 40px 0 20px; }

section {
  background-color: #FFFFFF;
  position: relative;
  padding-top: 60px;
  z-index: 4; }

.container {
  padding: 0 20px; }
  .container ul a,
  .container ul a:active,
  .container ul a:focus,
  .container ul a:visited,
  .container ul a:link,
  .container ol a,
  .container ol a:active,
  .container ol a:focus,
  .container ol a:visited,
  .container ol a:link,
  .container li a,
  .container li a:active,
  .container li a:focus,
  .container li a:visited,
  .container li a:link {
    color: #008e59;
    text-decoration: none; }
  .container ul a:hover,
  .container ol a:hover,
  .container li a:hover {
    color: #004229; }
  .container p a,
  .container p a:active,
  .container p a:visited,
  .container p a:link {
    color: #008e59;
    text-decoration: none; }

@media (min-width: 768px) {
  .container {
    padding: 0 16px; } }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #999;
  font-family: "Georgia", "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  -moz-opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  -moz-opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.vertical-align {
  display: table; }

.center-me {
  display: table-cell;
  vertical-align: middle; }

.boost {
  position: relative;
  z-index: 11; }

.herofade {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  left: 0; }

.element-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: no-repeat fixed center center;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 10; }

.logo {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -15px;
  left: 20px; }
  .logo img {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }

@media (max-width: 991px) {
  /* Turn off wow page animations for phones and tablets, (touch-scroll devices essentially) 
   * Why do this? Because on 99% of touch-enabled devices, any on-page actions aren't fired until
   * the browsers' scroll-engine has fully stopped on the screen, therefore you end up scrolling
   * to blank page content, until the user removes their finger from the screen and the browsers' engine can
   * then render the page content, leaving a buggy user-experience */
  .wow {
    visibility: visible !important;
    -webkit-animation-delay: 0 !important;
    animation-delay: 0 !important; }
  .animated {
    -webkit-animation-duration: 0;
    -moz-animation-duration: 0;
    -ms-animation-duration: 0;
    -o-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none; }
  .pagination,
  .duoshuo {
    left: 0 !important;
    width: 96% !important; }
  .logo img:hover {
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; } }

.sb-site {
  min-height: 100% !important; }

.scrollme {
  height: 100%;
  position: fixed;
  width: 100%;
  padding-top: 0; }
  .scrollme h2 {
    color: #151515;
    margin-bottom: 20px;
    display: inline-block;
    padding: 14px 0; }
  .scrollme p {
    color: #333;
    font: 18px 'Georgia', serif, Helvetica, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
    display: inline-block; }

@media (max-width: 768px) {
  .heightblock {
    display: none; }
  .scrollme {
    position: relative; }
    .scrollme .element-img {
      display: none; }
  .scrollme p,
  footer .copy,
  .center-me,
  .statement,
  .return-top,
  .summary,
  .control-panel {
    display: none !important; }
  .pagination,
  .nogutter {
    width: 100% !important; } }

.statement {
  background-color: #FFFFFF;
  padding: 20px 0 10px; }
  .statement p {
    letter-spacing: 1px;
    font-size: 20px;
    color: #151515; }
  .statement i {
    font-size: 40px;
    position: relative;
    top: 11px;
    margin-right: 10px; }

.beige-dk {
  background-color: #f7f7f7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7; }

.pagination {
  width: 66%;
  display: block;
  margin: auto; }
  .pagination a {
    padding: 0 10px;
    border: 1px solid #808080;
    border-radius: 20px;
    max-width: 100%;
    color: #808080;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px; }
    .pagination a:hover {
      background-color: #808080;
      color: #FFFFFF; }

.intro .col-md-8.col-md-offset-2 img,
.intro .col-md-8.col-md-offset-3 img {
  max-width: 100%; }

pre .line .label {
  color: #333;
  padding: 0;
  font-size: 13px;
  font-weight: 400; }

.egg-tips {
  width: 860px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF; }
  .egg-tips .egg-header {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px; }
  .egg-tips .egg-close {
    cursor: pointer;
    float: right;
    opacity: .25; }
    .egg-tips .egg-close:hover {
      opacity: 1; }
  .egg-tips .egg-helps {
    padding: 15px 0; }
    .egg-tips .egg-helps table {
      border: none; }
      .egg-tips .egg-helps table tr,
      .egg-tips .egg-helps table td {
        border: none; }
      .egg-tips .egg-helps table th {
        color: #333;
        line-height: 1.5;
        border: none;
        text-align: left; }
      .egg-tips .egg-helps table kbd {
        display: inline-block;
        padding: 3px 5px;
        background-color: #fcfcfc;
        margin-right: 2px;
        color: #555;
        line-height: 10px;
        vertical-align: middle;
        border: 1px solid #ccc;
        border-bottom-color: #bbb;
        border-radius: 3px;
        box-shadow: inset 0 -1px 0 #bbb; }

.icon-Popular_GitHub:hover {
  color: #4078c0; }

.icon-CN_tencent_wechat:hover {
  color: #51c332; }

.icon-CN_sina_weibo:hover {
  color: #e72c40; }

.icon-Popular_Twitter:hover {
  color: #55acee; }

.icon-CN_zhihu:hover {
  color: #0d78e9; }

.icon-CN_tencent_qzone:hover {
  color: #fcb920; }

.icon-Popular_Facebook:hover {
  color: #415d98; }

.icon-Popular_G:hover {
  color: #dc5046; }

.img_replaced {
  cursor: zoom-in; }

.img-zoom {
  cursor: zoom-out; }

.navbar {
  position: fixed;
  top: 0; }
  .navbar .nav {
    width: 100%;
    text-align: center;
    height: 50px; }
    .navbar .nav .welcome {
      cursor: pointer; }
    .navbar .nav > li {
      display: inline-block; }
      .navbar .nav > li > span {
        font-family: "Georgia", "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
        font-style: italic;
        margin-left: 4px;
        margin-right: 3px;
        text-transform: none;
        position: relative;
        top: -1px; }
      .navbar .nav > li > a {
        display: block; }
      .navbar .nav > li > span,
      .navbar .nav > li > a > i {
        font-size: 12px; }
      .navbar .nav > li a:hover,
      .navbar .nav > li a:focus {
        background-color: transparent; }
      .navbar .nav > li:last-child > a, .navbar .nav > li:last-child {
        border-right: none; }
  .navbar .nav > li > a,
  .navbar .navbar .nav li.nolink {
    padding: 0 10px;
    margin: 16px 0;
    color: #151515;
    font: 400 12px/14px 'Montserrat', "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    border-right: 1px solid #aaa; }

.navbar-inner {
  background-color: transparent;
  -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  z-index: 10;
  border: none; }

.lightnav .navbar-inner.lightnav-alt .nav > li > a {
  color: #151515; }

/* Changes nav background color to white on scroll */
.navbar-inner.lightnav-alt {
  background-color: rgba(255, 255, 255, 0.9); }

@media (max-width: 991px) {
  .navbar-inner.lightnav-alt {
    border-bottom: none; }
  .navbar-inner {
    border-bottom: none !important;
    padding: 0 !important;
    height: 60px; }
  .navbar .nav .mobile-li {
    display: inline-block; }
  .navbar .nav > li {
    display: none; } }

.sb-close img,
.menu-icon {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s; }

button.menu-icon {
  position: fixed;
  right: 30px;
  top: 14px;
  margin-top: 0;
  z-index: 2050;
  padding: 0;
  background: none;
  outline: none;
  display: block;
  cursor: pointer; }

button.navbar-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0; }
  button.navbar-toggle .icon-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #151515;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }

.menu-icon .before,
.menu-icon .main,
.menu-icon .after {
  display: block;
  width: 25px;
  height: 2px; }

/* sb Button Hover */
.menu-icon:hover .before,
html.sb-init.sb-active.sb-active-right .menu-icon .before {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px); }

.menu-icon:hover .after,
html.sb-init.sb-active.sb-active-right .menu-icon .after {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px); }

.sb-close {
  text-align: right;
  cursor: pointer;
  float: right; }
  .sb-close .fa-close {
    color: #fff;
    padding: 10px 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6; }
    .sb-close .fa-close:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }

.sb-slidebar {
  background-color: #151515;
  color: #666;
  font-weight: 700;
  cursor: default;
  right: -3px;
  overflow: hidden;
  text-align: center;
  font-size: 16px; }
  .sb-slidebar .slide-wrapper {
    position: relative; }
    .sb-slidebar .slide-wrapper a {
      color: #666;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px; }
      .sb-slidebar .slide-wrapper a:hover {
        color: #FFFFFF; }
    .sb-slidebar .slide-wrapper .slide-content {
      z-index: 10001;
      position: relative; }
      .sb-slidebar .slide-wrapper .slide-content .sb-links {
        color: #999;
        padding: 20px 10px; }
        .sb-slidebar .slide-wrapper .slide-content .sb-links .links-title {
          font-size: 14px; }
        .sb-slidebar .slide-wrapper .slide-content .sb-links a {
          display: inline-block;
          margin: 0 10px 0 0;
          vertical-align: middle; }
        .sb-slidebar .slide-wrapper .slide-content .sb-links a:before {
          display: inline-block;
          position: relative;
          top: -1px;
          vertical-align: middle;
          margin-right: 3px;
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #bd0926; }
      .sb-slidebar .slide-wrapper .slide-content .site-author {
        margin: 5px 0 10px;
        line-height: 1.8; }
        .sb-slidebar .slide-wrapper .slide-content .site-author .site-author-img {
          border: 2px solid #333;
          padding: 2px; }
      .sb-slidebar .slide-wrapper .slide-content .sb-item {
        display: inline-block;
        padding: 0 15px;
        border-left: 1px solid #333;
        text-align: center; }
        .sb-slidebar .slide-wrapper .slide-content .sb-item:first-child {
          border: 0; }
      .sb-slidebar .slide-wrapper .slide-content .sb-item-count {
        display: block;
        text-align: center;
        font-size: 18px; }
      .sb-slidebar .slide-wrapper .slide-content .sb-item-name {
        display: block;
        font-size: 13px; }
      .sb-slidebar .slide-wrapper .slide-content .sb-rss a {
        display: inline-block;
        padding: 0 15px;
        color: #fc6423;
        border: 1px solid #fc6423;
        border-radius: 4px;
        line-height: 1.8;
        font-size: 16px;
        margin-top: 20px; }
      .sb-slidebar .slide-wrapper .slide-content .sb-rss a:hover {
        color: #FFFFFF;
        background-color: #fc6423; }
      .sb-slidebar .slide-wrapper .slide-content .slider-action {
        position: relative; }
        .sb-slidebar .slide-wrapper .slide-content .slider-action .action-go {
          display: inline-block;
          position: relative; }
          .sb-slidebar .slide-wrapper .slide-content .slider-action .action-go:hover {
            color: #fff;
            cursor: pointer; }
        .sb-slidebar .slide-wrapper .slide-content .slider-action .shake {
          animation: faceshake 0.3s;
          -webkit-animation: faceshake 0.3s; }
    .sb-slidebar .slide-wrapper #slide-canvas {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      z-index: 10000; }

@media (min-width: 768px) {
  .sb-slidebar {
    width: 320px; } }

@media (max-width: 768px) {
  .sb-slidebar {
    max-width: 320px; }
    .sb-slidebar .action-go {
      display: none !important; } }

@keyframes faceshake {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.05) rotate(5deg); }
  50% {
    transform: scale(1.1) rotate(0deg); }
  75% {
    transform: scale(1.05) rotate(-5deg); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes faceshake {
  0% {
    -webkit-transform: scale(1); }
  25% {
    transform: scale(1.05) rotate(5deg); }
  50% {
    transform: scale(1.1) rotate(0deg); }
  75% {
    transform: scale(1.05) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1); } }

footer {
  padding: 1% 0;
  background: #151515;
  z-index: 9;
  position: relative; }
  footer .footer {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px; }
    footer .footer .wrapper {
      margin: 0; }
  footer .copy {
    float: left;
    margin-top: 5px; }
    footer .copy p {
      font-size: 12px;
      color: #767d84;
      margin: 0; }
    footer .copy a {
      color: #767d84; }
      footer .copy a:hover {
        color: #FFFFFF; }
  footer .social {
    float: right;
    margin-top: 5px; }
    footer .social ul {
      margin: 0;
      padding: 0; }
    footer .social li {
      background: none;
      display: inline-block; }
      footer .social li a i {
        font-size: 20px;
        color: #ccc;
        margin-right: 4px; }
    footer .social .searchform {
      margin-top: 20px; }
      footer .social .searchform .fa-search {
        position: absolute;
        color: #ccc;
        margin-top: 8px; }
      footer .social .searchform .searchbox {
        height: 30px;
        background-color: #151515;
        border: 1px solid #151515;
        padding: 0 10px 0 18px;
        border-bottom: 1px solid gray; }

.control-panel {
  position: fixed;
  z-index: 10;
  bottom: 132px;
  right: 20px;
  display: none; }
  .control-panel ul li {
    list-style: none; }
    .control-panel ul li i {
      cursor: pointer; }

@media (max-width: 768px) {
  .social {
    width: 100%; }
    .social ul {
      float: right; }
    .social .search {
      float: left;
      width: 36%;
      position: absolute;
      bottom: 10px; }
      .social .search .searchform {
        margin-top: 0 !important; }
      .social .search .searchbox {
        width: 100%; } }

.toc-article {
  position: fixed;
  top: 50px;
  left: 0;
  max-height: 90%;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0 0 20px 2%;
  padding: 1em;
  line-height: 1.5em; }
  .toc-article .toc {
    margin-top: 10px;
    padding: 0; }
    .toc-article .toc .toc-child {
      padding-left: 20px; }
  .toc-article .toc-link {
    color: #888 !important; }
  .toc-article .toc-active {
    color: #111;
    font-weight: bolder; }
  .toc-article li {
    list-style-type: none; }

@media (max-width: 991px) {
  .toc-article {
    display: none !important; } }

.index-context .index-title {
  font-size: 26px;
  line-height: 32px; }

.index-context .title {
  color: #4a4a4a; }

.index-context h3:hover .title {
  color: #151515; }

.readMore a {
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #808080;
  border-radius: 20px;
  color: #666 !important; }
  .readMore a:hover {
    background-color: #808080;
    color: #FFFFFF !important;
    text-decoration: none !important; }

.center-text .home-header {
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
  position: relative;
  opacity: 0.6; }
  .center-text .home-header:after {
    content: '';
    background-color: #151515;
    width: 3px;
    height: 3px;
    right: 0;
    bottom: 0; }
  .center-text .home-header:hover {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }
  .center-text .home-header:hover:after {
    width: 100%;
    position: absolute;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }

.center-text .home-text {
  opacity: 0.6; }
  .center-text .home-text:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 20px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
  color: #151515; }

.post-content h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center; }

.post-content h2 {
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
  border-left: 4px solid #008e59;
  margin-top: 10px; }

.post-content h3 {
  line-height: 21px;
  font-size: 18px;
  margin-top: 14px; }

.post-content h4 {
  font-size: 16px;
  color: #151515; }

.post-content .post-tags {
  color: #FFFFFF;
  background-color: #808080;
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 4px; }

.post-content .post-time,
.post-content .post-copyright {
  color: #999;
  display: block;
  font-size: 13px;
  text-align: center; }

.post-content .duoshuo,
.post-content .pagination {
  width: 66%;
  position: relative;
  text-align: center;
  left: 8.5%; }

.post-content .nogutter {
  padding: 10px 0; }

.post-content .share-icon {
  padding: 0 .2em; }

.post-content .qrcode {
  position: absolute;
  z-index: 55;
  bottom: 30px;
  right: 80px;
  height: 108px;
  border: 1px solid #ebebeb;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #969696;
  background-color: #FFFFFF; }

.post-content .post-article img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.post-content .post-article ol,
.post-content .post-article ul {
  padding-left: 18px; }

.duoshuo,
.pagination,
.nogutter {
  width: 64%;
  text-align: left;
  margin: 0 auto; }

.nogutter {
  width: 100%; }

.summary,
.post-content .nogutter {
  width: 100%;
  margin: auto; }

.summary {
  padding-bottom: 6px; }
  .summary .share-box {
    float: right;
    position: relative; }
  .summary .qrcode {
    display: none; }
  .summary .reward {
    cursor: pointer; }

.archive-list,
.category-list,
.tag-list {
  line-height: 25px; }

.archive-list-count,
.category-list-count,
.tag-list-count {
  margin-left: 10px; }

.article-list {
  background-color: #FFFFFF; }
  .article-list .boxes {
    padding-top: 50px; }
    .article-list .boxes .col-md-3,
    .article-list .boxes .col-md-6 {
      padding: 15px; }
    .article-list .boxes .i {
      font-size: 80px; }

@media (max-width: 991px) {
  .article-list .category_index {
    padding: 15px 0 0 15px; }
    .article-list .category_index .category-list,
    .article-list .category_index .tag-list,
    .article-list .category_index .archive-list {
      -webkit-padding-start: 10px; }
    .article-list .category_index .category-list-item,
    .article-list .category_index .tag-list-item,
    .article-list .category_index .archive-list-item {
      display: inline-block;
      border-radius: 999em;
      padding: 0 10px;
      margin: 0 2px;
      margin-bottom: 8px;
      line-height: 28px;
      background-color: #008e59; }
      .article-list .category_index .category-list-item .category-list-link,
      .article-list .category_index .category-list-item .tag-list-link,
      .article-list .category_index .category-list-item .archive-list-link,
      .article-list .category_index .tag-list-item .category-list-link,
      .article-list .category_index .tag-list-item .tag-list-link,
      .article-list .category_index .tag-list-item .archive-list-link,
      .article-list .category_index .archive-list-item .category-list-link,
      .article-list .category_index .archive-list-item .tag-list-link,
      .article-list .category_index .archive-list-item .archive-list-link {
        color: #FFFFFF; }
      .article-list .category_index .category-list-item .category-list-count,
      .article-list .category_index .category-list-item .tag-list-count,
      .article-list .category_index .category-list-item .archive-list-count,
      .article-list .category_index .tag-list-item .category-list-count,
      .article-list .category_index .tag-list-item .tag-list-count,
      .article-list .category_index .tag-list-item .archive-list-count,
      .article-list .category_index .archive-list-item .category-list-count,
      .article-list .category_index .archive-list-item .tag-list-count,
      .article-list .category_index .archive-list-item .archive-list-count {
        display: none; } }

@media (max-width: 768px) {
  .article-list .boxes {
    padding-top: 0; } }

.projects {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  display: -webkit-box;
  flex-wrap: wrap;
  justify-content: center; }
  .projects .p-item {
    display: inline-block;
    width: 250px;
    margin: 0 10px 35px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .projects .p-item .p-header {
      padding: 10px 20px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      color: #333;
      border-bottom: 1px solid #ddd;
      background-color: #F5F8FA; }
      .projects .p-item .p-header a h3 {
        font-size: 22px;
        margin: 10px 0; }
    .projects .p-item .p-body {
      height: 60px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      position: relative;
      margin-bottom: 10px; }
      .projects .p-item .p-body p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .projects .p-item .p-footer {
      padding: 0 20px 10px;
      overflow-x: auto;
      color: #959595;
      font-size: 12px;
      margin: 14px 0 5px; }
      .projects .p-item .p-footer span {
        padding: 0 10px; }
        .projects .p-item .p-footer span i {
          font-style: normal;
          font-size: 10px; }

/*# sourceMappingURL=bundle.9da78b46.min.css.map*/