html {
  height: 100%;
  background: rgba(17,20,24,0.4);
}
body {
  margin: 0;
  color: #444;
  font-family: Georgia, Palatino, "Palatino Linotype", "Palatino LT STD", source-han-serif-sc, "Source Han Serif SC", "Source Han Serif CN", "Source Han Serif TC", "Source Han Serif TW", "Source Han Serif", "Songti SC", "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei", "Microsoft Yahei", Microsoft YaHei;
  font-size: 100%;
}
a {
  color: #9f563a;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
p {
  line-height: 1.75;
  display: block;
  margin-block-start: 8px;
  margin-block-end: 8px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
pre,
code {
  background: #f3f3f3;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  font-size: 100%;
}
code {
  padding: 2px 4px;
  color: #b94a48;
}
pre {
  padding: 8px;
  overflow: auto;
  max-height: 400px;
}
pre code {
  padding: 3px;
  color: #444;
}
blockquote {
  margin: 1em 0;
  padding: 0.5em 1.5em;
  border-left: 4px solid #9f563a; /*#ddd;*/
  color: #666;
  background: rgba(159,86,58,0.03);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  padding: 5px;
  border: 1px solid #e9e9e9;
  width: 100%;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.browsehappy {
  padding: 8px 0;
  background: #fbe3e4;
  color: #8a1f11;
  text-align: center;
}
.browsehappy a {
  color: #8a1f11;
  text-decoration: underline;
  font-weight: bold;
}
#header {
  padding-top: 35px;
  border-bottom: 1px solid #eee;
}
#logo {
  color: #333;
  font-size: 2rem;
}
#logo:hover {
  text-decoration: none;
}
#logo img {
  max-height: 64px;
}
.description {
  margin: 0.5em 0 0;
  color: #999;
  font-style: italic;
}
#nav-menu {
  margin: 25px 0 0;
  padding: 0;
}
#nav-menu a {
  display: block;
  margin-right: -1px;
  padding: 0 20px;
  border: 1px solid #eee;
  border-bottom: none;
  height: 32px;
  line-height: 32px;
  color: #444;
  float: left;
}
#nav-menu a:hover,
#nav-menu .current {
  background: #f6f6f6;
}
#search {
  position: relative;
  margin-top: 15px;
}
#search input {
  padding-right: 30px;
}
#search button {
  position: absolute;
  right: 4px;
  top: 2px;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: transparent url("img/icon-search.png") no-repeat center center;
  direction: ltr;
  text-indent: -9999em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #search button {
    background-image: url("img/icon-search@2x.png");
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}
#header,
#small-header {
/* transition: 0.25s; */
  font-family: "Droid Serif", Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei", "Microsoft Yahei", serif;
}
#header:hover,
#small-header:hover {
  background: rgba(159,86,58,0.06);
  cursor: pointer !important;
}
#header .site-title,
#small-header .site-title {
/* letter-spacing: 2px; */
/* text-align: center; */
  font-weight: 400;
  color: #333 !important;
}
#header .site-description,
#small-header .site-description {
  color: #666;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
#small-header {
  text-align: center;
}
#small-header .page-links {
  margin-top: 20px;
}
#small-header .page-links span:before {
  content: ' · ';
  margin-left: 10px;
  margin-right: 10px;
}
#small-header .page-links span:first-child:before {
  content: '';
  margin: 0;
}
.post {
  padding: 15px 0 20px;
  border-bottom: 1px solid #935610;
}
.post:nth-last-of-type(1) {
  border: none;
}
.post .tags {
  clear: both;
}
.post-title {
  margin: 0.83em 0;
  font-size: 1.4em;
}
.post-meta {
  margin-top: -0.5em;
  padding: 0;
  color: #999;
  font-size: 0.92857em;
}
.post-meta li {
  display: inline-block;
  margin: 0 8px 0 0;
  padding-left: 12px;
  border-left: 1px solid #eee;
}
.post-meta li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.post-content {
  line-height: 1.5;
}
.post-near {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  color: #999;
}
.post-near li {
  margin: 10px 0;
}
.post-title {
  font-size: 20px;
}
.post-meta {
  margin-top: 0px !important;
}
.post-title-atpage {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
}
.post-title-atpage a:hover {
  text-decoration: none;
}
.post-meta-atpage {
  margin-bottom: 64px;
  text-align: center;
}
.post-meta * {
  color: #999 !important;
}
.post-meta a:hover {
  color: #9f563a !important;
}
.post-atpage {
  border-bottom: none;
}
.post-near {
  margin-top: 40px;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
}
.post-near-child {
  width: calc(50% - 40px);
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  transition: 0.25s;
}
.post-near-child > a {
  font-size: 16px;
}
.post-near-child:hover {
  background-color: #eee;
  text-decoration: underline;
}
.post-near-child-left {
  padding-left: 40px;
  text-align: left;
}
.post-near-child-right {
  text-align: right;
  padding-right: 40px;
}
.archive-title {
  margin: 1em 0;
  padding-top: 20px;
  color: #999;
  font-size: 1em;
}
.more {
  text-align: center;
}
.more a {
  border: none;
}
.protected .text {
  width: 50%;
}
.archive-model {
  padding-top: 0px;
  padding-bottom: 0px;
}
.archive-month {
  color: #444;
  font-size: 26px;
}
.archive-title {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.archive-title > a {
  color: #444 !important;
}
#comments {
  padding-top: 15px;
}
.comment-list,
.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  padding: 10px;
  padding-left: 30px;
  padding-right: 0;
  margin-top: 10px;
/* border: 1px solid #EEE; */
}
.comment-list li .comment-reply {
  text-align: right;
  font-size: 0.92857em;
}
.comment-meta a {
  color: #999;
  font-size: 0.92857em;
}
.comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444;
}
.comment-author .avatar {
  float: left;
  margin-right: 10px;
}
.comment-author cite {
  font-weight: bold;
  font-style: normal;
}
.comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: 0.92857em;
}
#comment-form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#comment-form .required:after {
  content: " *";
  color: #c00;
}
#comments .submit-area {
  border: 1px solid #eee;
}
#comments .text {
  display: block;
  width: 100%;
  max-height: 40px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  border-bottom: 1px solid #eee;
  transition: 0.25s;
}
#comments .textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  max-height: 500px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  transition: 0.25s;
}
#comments .submit {
  outline: none;
  font-size: 100%;
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  padding: 8px;
  transition: 0.25s;
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
  outline: none;
}
#comments .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20040725px;
}
#comments .submit:hover {
  background: #eee;
}
.post-title {
  margin: 0.5em 0;
}
.post-title > a {
  font-weight: 400;
  color: #444 !important;
}
.post-atmain {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.post-atmain {
  display: flex;
  flex-direction: column;
  border-radius: 1.2em;
}
.post-atmain,
.post-atmain .post-title {
  transition: 0.25s;
}
.post-atmain:hover {
  background: rgba(206,218,119,0.4);
}
.more {
  font-size: 80%;
  margin: auto;
  display: block;
  width: 120px;
  letter-spacing: 2px;
  border: 1px solid rgba(0,0,0,0);
}
.more:hover {
  border: 1px solid #9f563a;
/* text-decoration: underline;	 */
}
.more a {
  color: #999 !important;
}
.more:hover a {
  color: #9f563a !important;
  text-decoration: none;
}
.tags a {
  color: #333;
  background: #fff;
  padding: 4px 10px;
  border-radius: 20040725px;
  transition: 0.25s;
  box-shadow: 0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08);
}
.tags a:hover {
  background: #eee;
  text-decoration: none;
}
#small-header {
  display: none;
  margin: -40px;
  margin-bottom: 0;
  padding: 40px 40px 28px;
  background: rgba(159,86,58,0.03);
  box-shadow: 0 0 24px rgba(0,0,0,0.12);
  border-bottom: 2px solid #9f563a;
}
#header {
  position: fixed;
  text-align: right;
  left: calc(50% - 600px);
  top: 40px;
  width: 185px;
  margin-left: calc(400px - 50%);
  padding-left: calc(50% - 400px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 13px;
  border-bottom: none;
  background: rgba(159,86,58,0.03);
  border-right: 2px solid #9f563a;
}
#sidebar {
  position: fixed;
  text-align: right;
  left: calc(50% - 600px);
  bottom: 40px;
  width: 180px;
  padding-right: 20px;
}
#helpbar {
  position: fixed;
  left: calc(50% + 600px);
  bottom: 40px;
  padding-left: 20px;
}
#body .container {
  margin-left: calc(50% - 400px);
  margin-right: calc(50% - 600px);
  width: 1000px !important;
  max-width: 1000px !important;
  padding: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 0.8em;
  box-shadow: 0 0 30px rgba(251,179,96,0.302);
}
.widget-list li ul {
  margin-left: 0px;
  margin-right: 30px;
}
#footer {
  margin-top: 0px;
}
.leftbg {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -999;
  opacity: 0.6;
}
.rightbg {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -999;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  #header {
    left: calc(50% - 400px);
    margin-left: calc(200px - 50%);
    padding-left: calc(50% - 200px);
  }
  #sidebar {
    left: calc(50% - 400px);
  }
  #helpbar {
    left: calc(50% + 400px);
  }
  #body .container {
    margin-left: calc(50% - 200px);
    margin-right: calc(50% - 400px);
    width: 600px !important;
    max-width: 600px !important;
  }
}
@media (max-width: 800px) {
  #small-header {
    display: block;
  }
  #header {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #helpbar {
    display: none;
  }
  #body .container {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}
#secondary {
  padding-top: 15px;
  word-wrap: break-word;
}
.widget {
  margin-bottom: 30px;
}
.widget-list {
  list-style: none;
  padding: 0;
}
.widget-list li {
  margin: 5px 0;
  line-height: 1.6;
}
.widget-list li ul {
  margin-left: 15px;
}
#footer {
  padding: 3em 0;
  line-height: 1.5;
  text-align: center;
  color: #999;
}
.error-page {
  margin-top: 100px;
  margin-bottom: 100px;
}
.post-content,
.comment-content {
  line-height: 1.5;
  word-wrap: break-word;
}
.post-content h2,
.comment-content h2 {
  font-size: 1.28571em;
}
.post-content img,
.comment-content img,
.post-content video,
.comment-content video {
  max-width: 100%;
}
.post-content a img,
.comment-content a img {
  background: #fff;
  position: relative;
  bottom: -4px;
}
.post-content hr,
.comment-content hr {
  margin: 2em auto;
  width: 100px;
  border: 1px solid #e9e9e9;
  border-width: 2px 0 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 15px 0 0;
}
img.alignright {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  #nav-menu a {
    float: none;
    display: inline-block;
    margin: 0 -2px;
  }
}
@media (max-width: 768px) {
  #header,
  .post-title,
  .post-meta {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 952px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.sr-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.site-search {
  width: 100%;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.25s;
  background-color: #fff;
}
.site-search:hover {
  background-color: #eee;
}
.site-search #s {
  display: block;
  width: 100%;
  max-height: 40px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  background-color: rgba(0,0,0,0);
  line-height: 1.6;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  border-bottom: 1px solid #eee;
  transition: 0.25s;
}
.site-search .submit {
  outline: none;
}
.site-search-top {
  width: 100%;
  margin-left: -40px;
  margin-right: -40px;
/*margin-bottom: -40px;*/
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.25s;
  background-color: #fff;
}
.site-search-top:hover {
  background-color: #eee;
}
.site-search-top #s {
  display: block;
  width: 100%;
  max-height: 40px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  background-color: rgba(0,0,0,0);
  line-height: 1.6;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  border-bottom: 1px solid #eee;
  transition: 0.25s;
}
.site-search-top .submit {
  outline: none;
}
.page-navigator {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  text-align: center;
}
.page-navigator li,
.page-navigator span,
.page-navigator a {
  display: inline-block;
  margin: 0 4px;
}
.page-navigator a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.page-navigator a:hover {
  background: #eee;
  text-decoration: none;
}
.page-navigator .current a {
  color: #444;
  background: #eee;
}
.page-navigator li,
.page-navigator span,
.page-navigator a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background: #fff;
  transition: 0.25s ease;
  border-radius: 20040725px;
  box-shadow: 0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08);
}
.page-navigator li a,
.page-navigator a {
  background: rgba(0,0,0,0);
  color: #444;
  transition: 0.25s ease;
}
.page-navigator li:hover {
  background: #eee;
}
.page-navigator li:hover a {
  background: rgba(0,0,0,0);
}
.page-navigator li.current,
.page-navigator span.current {
  background: #9f563a;
}
.page-navigator li.current a,
.page-navigator span.current a {
  background: rgba(0,0,0,0);
  color: #fff;
}
.page-navigator span.current {
  color: #fff;
}
#helpbar #back2top {
  border: none;
  color: #999;
  background: none;
  font-size: 150%;
  padding: 0;
  outline: none;
}
.hljs {
  padding: 10px;
  background: #fafafa !important;
  font-family: "Fira Mono", "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace !important;
}
pre {
  padding-left: 40px;
  padding-right: 40px;
  background: #fafafa;
  font-size: 80%;
  margin-left: -40px;
  margin-right: -40px;
  max-height: none;
}
.post-content img {
  display: block;
  margin: auto;
}
.sidebar-foot {
  color: #888;
  font-size: 80%;
  font-family: "Droid Serif", Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei", "Microsoft Yahei", serif;
}
table {
  border: 1px solid #eee;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 !important;
/* box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); */
}
table th,
table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px solid #eee;
}
table th {
  background: #eee;
}
table tr {
  transition: 0.15s ease;
}
table tr:hover {
  background: #eee;
}
.link-container {
  padding: 0.4rem 0;
}
@media (min-width: 960px) {
  .link-container {
    padding: 0.8rem 1.2rem 1.2rem;
  }
}
.link-list {
  padding: 0;
  margin: 0 auto;
  max-width: 15.8rem;
}
@media screen and (min-width: 680px) {
  .link-list {
    max-width: 33.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .link-list {
    max-width: 49.8rem;
  }
}
@media screen and (min-width: 1340px) {
  .link-list {
    max-width: 66.4rem;
  }
}
.link-item {
  margin: 0.4rem;
  box-shadow: 0 1px 1.5px 1px rgba(0,0,0,0.12);
  transition: all 0.3s;
  height: 5.7rem;
  width: 22.5rem;
  float: left;
}
.link-item a,
.link-item a:hover,
.link-item a:focus,
.link-item a:visited {
  text-decoration: none;
}
.link-item .link-img img {
  vertical-align: middle;
  height: 5.7rem;
  width: 5.7rem;
  bottom: 0px;
}
.link-item .link-content {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.link-item .link-title {
  font-size: 1.1rem;
  color: #50596c;
}
.link-item .link-descr {
  font-size: 0.9rem;
}
.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-line-pack: justify;
}
.tile .tile-icon,
.tile .tile-action {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tile .tile-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}
.tile .tile-title,
.tile .tile-subtitle {
  line-height: 1.2rem;
}
.tile.tile-centered {
  align-items: center;
  -ms-flex-align: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
