<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: #FFF;
  font: 1rem/1.5 "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -overflow-scrolling: touch;
}
html { /* height:100%; */
}
ol, ul {
  list-style: none;
}
input, textarea, button {
  outline: none;
  -webkit-appearance: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
blockquote, q {
  background: #fafafa;
  margin: 20px 0;
  padding: 2.5rem 4rem;
  position: relative;
  word-wrap: break-word;
}
blockquote:before, q:before, blockquote:after, q:after {
  content: 'â€œ';
  color: #CCD1D9;
  font-size: 6rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "Arial", sans-serif;
}
blockquote:after, q:after {
  content: 'â€';
  top: initial;
  left: initial;
  bottom: -2rem;
  right: 1rem;
}
blockquote p, q p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.8rem;
  overflow: hidden;
}
pre {
  overflow: auto;
  border-radius: 3px;
  background: rgba(152, 152, 152, 0.06);
  box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.1);
  line-height: 1.8rem;
}
@media screen {
  .str {
    color: #f35561
  }
  .kwd {
    color: #03A9F4
  }
  .com {
    color: #AAB2BD
  }
  .typ {
    color: #03A9F4
  }
  .lit {
    color: #ac92ec
  }
  .pun {
    color: #8BC34A
  }
  .opn {
    color: #8BC34A
  }
  .clo {
    color: #8BC34A
  }
  .tag {
    color: #ed5565
  }
  .atn {
    color: #CDDC39
  }
  .atv {
    color: #f35561
  }
  .dec {
    color: #ac92ec
  }
  .var {
    color: #CCD1D9
  }
  .fun {
    color: #CCD1D9
  }
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
table {
  border-collapse: collapse;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #3274ff;
}
body {
  line-height: 1;
  background: #FFF;
  color: #656D78;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.serif {
  font-family: serif;
}
sub, sup {
  position: relative;
  font-size: 0.8rem;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.5rem;
}
sup {
  top: -.5rem;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #656D78;
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 5px;
}
/* Layouts */
.container {
  max-width: 780px;
  width: 96%;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}
/* Header */
.header {
  margin: 0 0 6rem;
}
.header h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #434a54;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.header &gt; .container &gt; div.menu {
  display: none;
}
.header .social {
  position: absolute;
  right: 0;
  top: 0;
}
.header .social ul {
  margin: 0;
  padding: 5px 0;
  overflow: visible;
}
.header .social li {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.header .social li img {
  display: none;
  position: absolute;
  top: 60%;
  padding: 5px;
  left: 0;
  margin-left: -38px;
  width: 100px;
}
.header .social li:hover img {
  display: block;
  z-index: 999;
}
.header .social li:before {
  font-size: .92rem;
  position: relative;
}
.header .social li a {
  display: block;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
}
.header .menu {
  margin: 1rem 0;
  padding: 1rem 0;
}
.header .menu li, .footer .menu li {
  display: inline-block;
  margin: 0 1rem 0 0;
  position: relative;
  line-height: 1rem;
}
.header .menu li {
  font-size: 1rem;
}
.header .menu li:before {
  position: relative;
  top: 1px;
}
.header .menu li:after, .footer .menu li:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #AAB2BD;
  position: absolute;
  right: -.6rem;
  top: .5rem;
  margin: -1px;
}
.header .menu li:last-child:after, .footer .menu li:last-child:after {
  margin: 0;
  display: none;
}
.header .menu li:hover, .current-menu-item {
  color: #3274ff;
}
.header .header_nav .menu li:before {
  left: 0;
  margin-right: 2px;
  z-index: -1;
}
ul.drop {
  display: none;
  list-style: none;
  padding-top: 5px;
  margin-left: -10px;
  border-radius: 3px;
  border-bottom: 1px solid #eee;
  position: absolute;
  color: #AAB2BD
}
ul.drop ul.drop {
  margin-top: -25px;
  margin-left: -100%;
}
#menu-header ul.drop li {
  float: none;
  margin: 0;
  width: auto;
  text-align: center;
  background: rgba(255, 255, 255, .85);
  border-style: solid;
  border-color: #eee;
  border-width: 0 1px 0 1px;
  min-width: 100px;
}
#menu-header ul.drop li a {
  font-size: 14px;
  padding: 8px 10px;
  display: block;
  border-top: 1px solid #eee
}
.header .menu li ul li:after {
  content: none;
}
a.drop-item-last {
  border-bottom: none
}
#menu-header ul.drop li a:hover {
  background: rgba(50, 116, 255, .7);
  color: #fff;
  font-weight: 400
}
li.menu-item:hover ul.drop {
  display: block;
}
.navicon {
  display: block;
  position: relative;
  width: 25px;
  height: 3px;
  background-color: #000;
  margin-top: 25px
}
.navicon:before, .navicon:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #000;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navicon:before {
  margin-top: -8px;
}
.navicon:after {
  margin-top: 8px;
}
.open .navicon {
  background: none
}
.open .navicon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .navicon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .navicon:before, .open .navicon:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #000;
}
#mnavh {
  display: none;
  height: 3.56rem;
  float: right;
  text-align: center;
  padding-left: 5px;
}
.search_ico span {
  position: relative;
  top: 20px;
  top: -10px;
  right: 10px;
}
.search_ico span:before {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 10px;
}
.search_ico span::after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 3px;
  background: #666;
  border-radius: 5px 0 0 5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.search_ico span:before {
  top: 0;
  left: 0;
}
.search_ico span:after {
  right: -22px;
  top: 14px;
}
.search {
  top: 36px;
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  display: none;
}
.search i {
  float: left;
  margin-top: 5px;
  margin-left: 5px
}
.search-ipt {
  width: 200px;
  height: 32px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #555;
  float: right
}
.search button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  right: 5px;
}
.active {
  display: block !important;
}
.infos {
  line-height: 3.5rem;
  height: 3.5rem;
  color: #AAB2BD;
  font-size: .9rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
}
.infos .container {
  z-index: 100;
}
.infos:before, .infos:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #E6E9ED;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.infos:before {
  top: 0;
}
.infos i {
  position: relative;
  top: .05rem;
}
.infos.fixed {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0s;
}
.infos.fixed:before, .infos.fixed:after {
  display: none;
}
.infos .fixed-title, .infos .fixed-menus {
  display: none;
}
.infos.fixed .fixed-title {
  float: left;
  display: block;
}
.infos.fixed .fixed-menus {
  float: right;
  display: block;
}
.infos .fixed-title {
  font-size: 1.5rem;
  color: #434A54;
  font-weight: bold;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.infos .fixed-menus .menu {
  padding: 0;
  margin: 0;
}
/* Post List */
.post-list .meta {
  font-size: 14px;
  line-height: 36px;
  position: relative;
  margin: 6% 0 0;
  padding: 6% 0 0
}
.post-list .meta header h2 {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #222;
  position: relative;
  display: inline-block;
}
.post-list .meta header h2 span {
  color: #3274ff;
}
.post-list .meta header h2:hover {
  color: #3274ff;
}
.post-list .meta p {
  font-size: 1rem;
  margin: 0.5rem 0;
  line-height: 1.6rem;
}
.post-list .meta footer span {
  color: #AAB2BD;
  font-size: 90%
}
.post-list .meta footer span.hr {
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #AAB2BD;
  margin: 4px 1rem;
}
.post-list .reade_more, .pagebar {
  text-align: center;
  margin: 12% 0
}
.page-numbers {
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  margin: 0 .6%;
  padding: 1% 2.6%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  transition: .3s;
}
span.page-numbers, .page-numbers:hover {
  background: #3274ff;
  color: #fff;
}
.post-password-form [name="post_password"] {
  box-shadow: 0 0 0 1px rgba(189, 202, 219, 0.2) inset;
  padding: 0 10px;
}
.post-password-form [name="post_password"]:focus {
  box-shadow: 0 0 0 1px #3274ff inset;
}
.post-password-form [name="Submit"] {
  width: 80px;
  cursor: pointer;
  background-color: #3274ff;
  color: #fff;
}
.post-password-form [name="Submit"]:hover {
  background-color: #5c91ff;
}
/* Connent */
h1.post-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #434A54;
  position: relative;
  display: inline-block;
  font-weight: bolder;
  margin-bottom: 1rem;
  padding: 6% 0 0;
}
.post-meta span {
  color: #AAB2BD;
  font-size: 0.9rem
}
.post-meta span.hr {
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #AAB2BD;
  margin: 4px 1rem;
}
.post_article img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
.post_article embed {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.post_article a {
  text-decoration: underline;
}
.post_article p {
  margin: 3% 0;
  line-height: 2rem;
}
.post_article p a, .post_article p a span {
  padding: 0;
  color: #3274ff;
}
.post_article h1, .post_article h2, .post_article h3, .post_article h4 {
  margin: 1rem 0 0 0;
  padding: 0 3px 1px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 56%, rgba(189, 202, 219, 0.3) 0%) no-repeat;
}
.post_article h1 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.post_article h2 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.post_article h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.post_article h4 {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.post_article hr {
  border: 0;
  display: block;
  margin: 5% 0;
  position: relative;
  text-align: center;
  letter-spacing: 2rem;
}
.post_article hr:before {
  content: '...';
  display: inline-block;
  position: relative;
  top: -.5rem;
  left: .8rem;
  font-size: 2rem;
}
.post_article ol, .post_article ul {
  margin: 10px 0;
  padding: 10px 40px;
  background: #fafafa;
  line-height: 38px;
}
.post_article ol li {
  list-style-type: decimal;
}
.post_article ul li {
  list-style-type: disc;
}
.post_article ol p, .post_article ul p {
  margin: 0
}
.post_article table {
  margin: 4% 0;
  border: 1px solid #E6E9ED;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: .06rem;
  width: 100%;
}
.post_article th {
  font-size: .8rem;
  font-weight: bold;
}
.post_article th, .post_article td {
  border: 1px solid #E6E9ED;
  padding: 12px 6px;
}
.post_article dl {
  margin: 0 20px;
}
.post_article dt {
  font-weight: bold;
}
.post_article dd {
  margin: 0 0 20px;
}
.post_article div.img {
  overflow: hidden;
}
.post_article div.img br {
  display: none;
}
.post_article div.img img {
  width: 100%;
  margin: auto;
}
.post_article div.img_3 img {
  width: 33.333333%;
  float: left;
  margin: 0;
}
.post_article div.img_2 img {
  width: 50%;
  float: left;
  margin: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 1% 2% 1% 0;
}
.alignright {
  float: right;
  margin: 1% 0 1% 2%;
}
.gallery {
  margin: -1% !important;
}
.gallery .gallery-item {
  padding: 1%;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333333% !important;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666667% !important;
}
.gallery .gallery-item dt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery .gallery-item dt {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  background: #eee;
  cursor: pointer;
  overflow: hidden;
}
.gallery .gallery-item dd {
  margin: .6rem 0 0;
  font-size: 14px;
  color: #CCD1D9;
}
.gallery .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gallery .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 0 !important;
}
/* Comments */
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  word-wrap: break-word;
  font-size: 0.8rem;
}
ul.msg img.avatar {
  background: #fff;
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #E6E9ED;
}  
li.msgurl {
  text-align: right;
  padding: 2px 10px;
}
li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 65px;
}
img.avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
ul.msg small {
  color: #AAB2BD;
}
ul.msg h3 small {
  font-size: 12px;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
ul.msg.msghead {
  min-height: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #448EF6;
}
ul.msg.msghead em {
  color: #f90;
  font-family: Arial;
  margin-right: 2px;
  font-style: normal;
}
ul.pagebar, ul.msghead {
  border: none;
}
ul.msghead li.tbname {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#divCommentPost {
  position: relative;
  margin: 2rem 0;
}
.comment #divCommentPost {
  border-top: 1px solid #E6E9ED;
  padding: 20px 0;
}
.comment .comment #divCommentPost {
  margin-left: 26px;
}
#divCommentPost h3 {
  font-size: 1rem;
  display: block;
  width: 100%;
}
#divCommentPost h3 small {
  font-size: .8rem;
  line-height: .8rem;
  margin: 0 0 0 20px;
}
#divCommentPost h3 small a:before {
  content: '[ ';
}
#divCommentPost h3 small a:after {
  content: ' ]'
}
#commentform {
  clear: both;
  line-height: 1rem;
  font-size: .8rem;
}
#commentform p.comment-notes, #commentform p.logged-in-as {
  display: none;
}
#commentform a {
  line-height: 2.6rem;
}
#commentform p {
  position: relative;
  top: 1rem;
  margin: 1rem 0 0;
}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
  width: 33.333333%;
  display: table-cell;
}
#commentform .jz-comment-ul4 {
  width: 100%;
  display: table-row;
}
#commentform .comment-form-author.jz-comment-ul4, #commentform .comment-form-email.jz-comment-ul4, #commentform .comment-form-url.jz-comment-ul4, #commentform .comment-form-code.jz-comment-ul4 {
  width: 50%;
  display: table-cell;
}
#commentform img.Coduimg {
  position: absolute;
  right: 0px;
  top: 22px;
  height: 34px;
  width: auto;
}
#commentform #inpVerify {
  position: relative;
}
#commentform .comment-form-smilies, #commentform .form-submit {
  margin: 0;
}
#commentform .comment-form-smilies {
  z-index: 9;
  top: -10px;
  margin: -15px 0;
  left: 0;
  padding: 0 10px;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  transition: .3s;
}
#commentform .comment-form-smilies:hover {
  width: 100%;
}
#commentform textarea:focus, #commentform input:focus, .post_password_form input:focus {
  box-shadow: 0 0 0 1px #3274ff;
  position: relative;
  z-index: 1;
}
#commentform input, #commentform textarea, #commentform input#submit:focus, .post_password_form input, .post_password_form [type='submit'] {
  width: 100%;
  padding: 8px 10px;
  box-shadow: 0 0 0 1px rgba(152, 152, 152, .2);
  background: #fff;
  font-size: .8rem;
  margin: 6px 0;
  line-height: 18px;
  border: none !important;
}
#commentform input[type='checkbox'] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #E6E9ED;
  background: none;
}
#commentform input[type='checkbox']:checked {
  background: #3274ff
}
#commentform textarea {
  max-width: 800px;
  width: 100%;
  height: 8rem;
}
#commentform input#submit, .post_password_form [type='submit'] {
  cursor: pointer;
}
#commentform input#submit:hover, .post_password_form [type='submit']:hover {
  background: #3274ff;
  box-shadow: 0 0 0 1px #3274ff;
  color: #fff;
}
.butterBar {
  position: fixed;
  z-index: 102;
  left: 0;
  right: 0;
  top: 0;
  height: 3rem;
  background: #fff;
  animation: 300ms down-show;
}
.butterBar--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post_password_form label {
  display: block;
}
.post_password_form input {
  max-width: 240px;
}
.post_password_form [type='submit'] {
  margin: 1rem auto;
  max-width: 100px;
}
.post_password_form {
  margin: 20% 0 12%;
}
.pingback {
  font-size: 12px;
  box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.1) inset;
  margin: 0 0 1rem;
  padding: 1rem;
}
.pingback p {
  font-size: 12px;
  color: #AAB2BD;
  margin: 0;
}
.pingback .fn a {
  color: #434A54
}
.pingback .comment-meta a {
  left: initial;
  right: 0;
  top: 1rem;
}
.pingback .comment-author.vcard {
  line-height: 16px;
  margin: 0 0 10px;
}
.pingback .comment-author span {
  font-size: 0;
}
.pingback .comment-author span:before {
  content: ' - Refer to this articleï¼š';
  color: #E6E9ED;
  font-size: 12px;
}
.tags {
  display: flex;
  margin: 5% 0 4%;
}
.tags li a {
  background-color: rgba(136, 136, 136, 0.1);
  padding: 4px 12px;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
}
/* Navigat */
.navigation {
  text-align: center;
  overflow: hidden;
  margin: 3% 0;
}
.navigation .screen-reader-text {
  display: none;
}
.navigation .nav-links, .navigation .nav-links div {
  display: flex;
  justify-content: space-between;
}
.navigation a {
  display: inline-block;
  font-size: .8rem;
  border: 1px solid currentColor;
  padding: 6px 12px;
  border-radius: 2px;
}
.nearbypost {
  letter-spacing: -.8rem;
  padding: 1rem 0;
  margin: 0 0 7%;
  font-size: .96rem;
  box-shadow: 0 1px 0 #E6E9ED, 0 -1px 0 #E6E9ED; /* overflow: hidden; */
}
.nearbypost div {
  float: none;
  margin: auto;
  display: inline-block;
  width: 50%;
  letter-spacing: .06rem;
  line-height: 1.08rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nearbypost div a:before {
  content: 'Â« '
}
.nearbypost div.alignright {
  box-shadow: -1px 0 0 #E6E9ED;
  text-align: right;
  padding: 0 1rem;
}
.nearbypost div.alignright a:before {
  display: none;
}
.nearbypost div.alignright a:after {
  content: ' Â»';
  position: absolute;
  right: 0;
}
/* Footer */
.footer {
  position: relative;
  z-index: 9;
  line-height: 2rem;
  font-size: .9rem;
  padding: 0 0 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08);
}
.footer .right {
  float: right
}
.footer .menu {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: .5rem 0;
  margin-bottom: 1rem;
}
/* Archives */
.archives table, .archives tr, .archives td {
  border: none;
  color: #ccc;
}
.archives tr a, ul.link-items li a, .readerswall li a {
  color: #666;
  line-height: 32px;
  text-decoration: none;
}
.archives tr a:hover, ul.link-items li a:hover, .readerswall li a:hover {
  color: #3274ff;
  text-decoration: underline;
}
/* ReadersWall */
.readerswall ul, ul.link-items {
  overflow: hidden;
  padding: 0;
  background: none;
  text-align: center;
  margin: 0 -4%;
}
.readerswall li {
  width: 10%;
  display: inline-block;
  margin: 3%;
  text-align: center;
}
.readerswall li img {
  border-radius: 100%;
}
.readerswall li span {
  display: block;
  width: 140%;
  margin: 0 0 0 -20%;
  height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.link-items li {
  display: inline-block;
  margin: 1em 2em;
}
ul.links {
  background: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  letter-spacing: -.8rem;
}
ul.links li {
  list-style: none;
  display: inline-block;
  width: 31.333%;
  margin: 1%;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  transition: .3s;
}
ul.links li {
  background: rgba(0, 0, 0, .01);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
ul.links li:hover {
  transform: translate(0, -5px);
  background: none;
}
ul.links li:before, ul.links li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .6);
  z-index: -1;
  transition: .6s;
}
ul.links li:hover:before, ul.links li:hover:after {
  height: 100%;
}
ul.links li:hover:before {
  left: 100%;
}
ul.links li:hover:after {
  right: 100%;
}
ul.links li a {
  display: block;
  padding: 12px 5px;
  height: 100%;
  text-decoration: none;
  position: relative;
}
ul.links li .bg {
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  filter: blur(20px) brightness(110%) saturate(200%) contrast(120%);
  z-index: -2;
  opacity: 0;
  transition: .6s;
}
ul.links li:hover .bg {
  opacity: .32
}
@keyframes top-show {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes down-show {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes left-show {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes right-show {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes top-show {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes down-show {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes left-show {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes right-show {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}
#go-to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  opacity: .8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(10, 10, 10, 0.2);
  overflow: hidden;
  display: none;
  z-index: 999;
}
#go-to-top:hover {
  background: #448EF6;
  opacity: 1;
}
#go-to-top::before {
  font-size: 0.9rem;
  content: 'TOP';
  color: #fff;
}
#go-to-top.active {
  display: block
}
@media (max-width: 42rem) {
  .infos.fixed .fields, .infos.fixed .fixed-menus, .header .social {
    display: none;
  }
  .header .menu li:after {
    content: none;
  }
  .search-btn {
    display: none;
  }
  .search {
    display: block;
    position: static;
    box-shadow: none;
    right: 0;
    background: #fff;
    border: 0;
    border-radius: 3px;
  }
  .search input {
    width: 100%;
    height: 50px;
    padding: 0 4%;
    color: #333;
    line-height: 50px;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #3274ff;
    box-sizing: border-box;
    background: transparent;
    font-size: 16px;
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘, "MicrosoftJhengHei", åŽæ–‡ç»†é»‘, STHeiti, MingLiu;
    border-top: 1px solid #eee;
  }
  .search button {
    width: 50px;
    height: 50px;
  }
  #menu-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  li.menu-item:hover ul.drop {
    display: none;
  }
  #menu-header ul.drop {
    position: static;
  }
  #menu-header ul li {
    width: 100%;
    float: none;
    line-height: 40px;
    display: block;
  }
  li.menu-item:hover ul.drop {
    display: none;
  }
  #mnavh {
    display: block;
  }
  .fixed-menus {
    display: none;
    background: #fff;
    float: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    position: fixed;
  }
  #menu-header {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #menu-header li {
    float: none;
    margin: 0;
    text-align: left;
    display: block;
    width: 100%;
    line-height: 40px;
    display: block;
  }
  #menu-header li a {
    padding: 0 4%;
    border-top: 1px solid #eee;
    display: block;
  }
  #menu-header ul.drop li {
    text-align: left;
    border-width: 0;
  }
  #menu-header ul.drop li a {
    font-size: 14px;
    padding: 0 30px;
    display: block;
    border-top: 1px solid #eee;
  }
  #menu-header li {
    position: relative;
  }
  #menu-header li em.dot {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 41px;
    height: 41px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    line-height: 50px;
  }
  .arrow-down-line:before {
    font-size: 20px;
    content: "Â·Â·Â·";
    color: #3274ff;
  }
  .nav-item {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 6px 25px
  }
  .nav-item-active, .nav-item:hover, .drop-item:hover {
    background: rgba(238, 238, 238, .8);
    color: #222
  }
  .drop-item {
    text-decoration: none;
    color: #666;
    padding: 5px 60px;
    display: block
  }
  .fademask.active, .fademask1.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 42rem) {
  body, .infos, .infos:before, .infos:after, .post-list .meta header h2, .comment .comment-author .avatar, .comment .comment-author:before, #commentform input, #commentform textarea, #commentform input#submit:focus, .post_password_form input, .post_password_form [type='submit'] {
    transition: 300ms;
  }
  .setting_tool.colors div.c, .setting_tool.search div.s {
    -webkit-animation: right-show .3s;
    animation: right-show .3s;
  }
  .main-load .post-list .meta, .main-load, .comments { /*animation:.5s forwards 1 top-show;*/
    opacity: 0;
    -webkit-animation-name: top-show;
    -webkit-animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-name: top-show;
    animation-duration: .6s;
    animation-fill-mode: forwards;
  }
  .main-load .post-list .meta:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }
  .main-load .post-list .meta:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  .main-load .post-list .meta:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  .main-load .post-list .meta:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }
  .main-load .post-list .meta:nth-child(6) {
    -webkit-animation-delay: .10s;
    animation-delay: .10s;
  }
  .main-load .post-list .meta:nth-child(7) {
    -webkit-animation-delay: .12s;
    animation-delay: .12s;
  }
  .main-load .post-list .meta:nth-child(8) {
    -webkit-animation-delay: .14s;
    animation-delay: .14s;
  }
  .main-load .post-list .meta:nth-child(9) {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  .main-load .post-list .meta:nth-child(10) {
    -webkit-animation-delay: .18s;
    animation-delay: .18s;
  }
}</pre></body></html>