@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome-webfont.eot");
  src: url("/assets/fonts/fontawesome-webfont.eot")
      format("embedded-opentype"),
    url("/assets/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("/assets/fonts/fontawesome-webfont.woff") format("woff"),
    url("/assets/fonts/fontawesome-webfont.ttf") format("truetype"),
    url("/assets/fonts/fontawesome-webfont.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  cursor: default;
}
h2 {
  cursor: default;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
#footer{
  cursor: default;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html,
body,
div,
p,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
blockquote,
img {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  background-color: #fff;
  color: #555;
  font-size: 1em;
  overflow-x: hidden;
  overflow-y: auto;
}
body.theme-white {
  background: #fafafa;
}
body.theme-dark {
  color: #bcbcbc;
  background: #2c2a2a;
}
body.theme-dark.dark-mode {
  color: #f0f0f0;
}
a {
  outline: none !important;
  text-decoration: none !important;
  color: #1abc9c;
}
h1 > .superscript {
  font-size: 0.35em !important;
  position: absolute;
  padding-left: 0.4375rem;
  padding-top: 0.1875rem;
  color: inherit !important;
}
h2 > .superscript {
  font-size: 0.45em !important;
  position: absolute;
  padding-left: 0.4375rem;
  padding-top: 0.1875rem;
  color: inherit !important;
}
::selection {
  background: #1abc9c;
  color: #fff;
  text-shadow: none;
}
.browse-happy {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding-top: 20%;
  background: #fff;
  color: #8a1f11;
  text-align: center;
}
.browse-happy a {
  color: #8a1f11;
  text-decoration: underline;
  font-weight: bold;
}
.blog-notice {
  background: #2c2a2a;
  padding: 1.3125rem;
  position: relative;
  z-index: 892;
}
.blog-notice p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #eee;
}
.blog-notice .blog-notice-close {
  position: relative;
  float: right;
  padding: 0;
  border: 0;
  margin: 0;
  right: 0;
  line-height: 1.7;
  font-size: 0.875rem;
  color: #eee;
}
.blog-notice .blog-notice-close:before {
  content: "\f00d";
  font: normal normal normal 0.8125rem/1 FontAwesome;
}
#footer a,
#header .nav li a,
#post .post-meta a,
#index .comments a,
#index .post-content a,
#post .post-content a,
#archive .post-content a,
#archive .comments a,
#comments a {
  position: relative;
  white-space: normal;
}
#footer a:after,
#header .nav li a:after,
#post .post-meta a:after,
#index .comments a:after,
#index .post-content a:after,
#post .post-content a:after,
#archive .post-content a:after,
#archive .comments a:after,
#comments a:after {
  position: absolute;
  bottom: -0.0625rem;
  left: 100%;
  width: 0;
  border-bottom: 0.0625rem solid #1abc9c;
  content: "";
  -webkit-transition: width 350ms, left 350ms;
  -moz-transition: width 350ms, left 350ms;
  -ms-transition: width 350ms, left 350ms;
  -o-transition: width 350ms, left 350ms;
  transition: width 350ms, left 350ms;
}
body.edge #footer a:after,
body.edge #header .nav li a:after,
body.edge #post .post-meta a:after,
body.edge #index .comments a:after,
body.edge #index .post-content a:after,
body.edge #post .post-content a:after,
body.edge #archive .post-content a:after,
body.edge #archive .comments a:after,
body.edge #comments a:after {
  transition: none;
}
#footer a:hover:after,
#header .nav li a:hover:after,
#post .post-meta a:hover:after,
#index .comments a:hover:after,
#index .post-content a:hover:after,
#post .post-content a:hover:after,
#archive .post-content a:hover:after,
#archive .comments a:hover:after,
#comments a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -ms-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.post-meta a,
.post-content a,
.widget a,
.comment-content a {
  border-bottom: 0.0625rem dashed #eee;
}
body.theme-dark .post-meta a,
body.theme-dark .post-content a,
body.theme-dark .widget a,
body.theme-dark .comment-content a {
  border-bottom-color: #403e3e;
}
.post-meta a:hover,
.post-content a:hover,
.widget a:hover,
.comment-content a:hover {
  border-bottom-color: transparent;
}
a.no-underline {
  border-bottom: none !important;
}
a.no-underline:hover:after {
  width: 0 !important;
}
.placeholder-color-in-light::-webkit-input-placeholder,
.navbar-search-container .search-form input.search::-webkit-input-placeholder {
  color: #777;
}
body.theme-white .placeholder-color-in-light::-webkit-input-placeholder,
body.theme-white
  .navbar-search-container
  .search-form
  input.search::-webkit-input-placeholder,
.navbar-search-container
  .search-form
  body.theme-white
  input.search::-webkit-input-placeholder {
  color: #777;
}
body.theme-dark .placeholder-color-in-light::-webkit-input-placeholder,
body.theme-dark
  .navbar-search-container
  .search-form
  input.search::-webkit-input-placeholder,
.navbar-search-container
  .search-form
  body.theme-dark
  input.search::-webkit-input-placeholder {
  color: #999;
}
body.theme-dark.dark-mode
  .placeholder-color-in-light::-webkit-input-placeholder,
body.theme-dark.dark-mode
  .navbar-search-container
  .search-form
  input.search::-webkit-input-placeholder,
.navbar-search-container
  .search-form
  body.theme-dark.dark-mode
  input.search::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder-color-in-light::-moz-placeholder,
.navbar-search-container .search-form input.search::-moz-placeholder {
  color: #777;
  opacity: 1;
}
body.theme-white .placeholder-color-in-light::-moz-placeholder,
body.theme-white
  .navbar-search-container
  .search-form
  input.search::-moz-placeholder,
.navbar-search-container
  .search-form
  body.theme-white
  input.search::-moz-placeholder {
  color: #777;
}
body.theme-dark .placeholder-color-in-light::-moz-placeholder,
body.theme-dark
  .navbar-search-container
  .search-form
  input.search::-moz-placeholder,
.navbar-search-container
  .search-form
  body.theme-dark
  input.search::-moz-placeholder {
  color: #999;
}
body.theme-dark.dark-mode .placeholder-color-in-light::-moz-placeholder,
body.theme-dark.dark-mode
  .navbar-search-container
  .search-form
  input.search::-moz-placeholder,
.navbar-search-container
  .search-form
  body.theme-dark.dark-mode
  input.search::-moz-placeholder {
  color: #aaa;
}
.placeholder-color-in-dark::-webkit-input-placeholder,
#nav .search-box .search::-webkit-input-placeholder,
#comment-form input.comment-input::-webkit-input-placeholder,
#comment-form textarea::-webkit-input-placeholder {
  color: #999;
}
body.theme-white .placeholder-color-in-dark::-webkit-input-placeholder,
body.theme-white #nav .search-box .search::-webkit-input-placeholder,
#nav .search-box body.theme-white .search::-webkit-input-placeholder,
body.theme-white #comment-form input.comment-input::-webkit-input-placeholder,
#comment-form body.theme-white input.comment-input::-webkit-input-placeholder,
body.theme-white #comment-form textarea::-webkit-input-placeholder,
#comment-form body.theme-white textarea::-webkit-input-placeholder {
  color: #777;
}
body.theme-dark .placeholder-color-in-dark::-webkit-input-placeholder,
body.theme-dark #nav .search-box .search::-webkit-input-placeholder,
#nav .search-box body.theme-dark .search::-webkit-input-placeholder,
body.theme-dark #comment-form input.comment-input::-webkit-input-placeholder,
#comment-form body.theme-dark input.comment-input::-webkit-input-placeholder,
body.theme-dark #comment-form textarea::-webkit-input-placeholder,
#comment-form body.theme-dark textarea::-webkit-input-placeholder {
  color: #999;
}
body.theme-dark.dark-mode .placeholder-color-in-dark::-webkit-input-placeholder,
body.theme-dark.dark-mode #nav .search-box .search::-webkit-input-placeholder,
#nav .search-box body.theme-dark.dark-mode .search::-webkit-input-placeholder,
body.theme-dark.dark-mode
  #comment-form
  input.comment-input::-webkit-input-placeholder,
#comment-form
  body.theme-dark.dark-mode
  input.comment-input::-webkit-input-placeholder,
body.theme-dark.dark-mode #comment-form textarea::-webkit-input-placeholder,
#comment-form body.theme-dark.dark-mode textarea::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder-color-in-dark::-moz-placeholder,
#nav .search-box .search::-moz-placeholder,
#comment-form input.comment-input::-moz-placeholder,
#comment-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.theme-white .placeholder-color-in-dark::-moz-placeholder,
body.theme-white #nav .search-box .search::-moz-placeholder,
#nav .search-box body.theme-white .search::-moz-placeholder,
body.theme-white #comment-form input.comment-input::-moz-placeholder,
#comment-form body.theme-white input.comment-input::-moz-placeholder,
body.theme-white #comment-form textarea::-moz-placeholder,
#comment-form body.theme-white textarea::-moz-placeholder {
  color: #777;
}
body.theme-dark .placeholder-color-in-dark::-moz-placeholder,
body.theme-dark #nav .search-box .search::-moz-placeholder,
#nav .search-box body.theme-dark .search::-moz-placeholder,
body.theme-dark #comment-form input.comment-input::-moz-placeholder,
#comment-form body.theme-dark input.comment-input::-moz-placeholder,
body.theme-dark #comment-form textarea::-moz-placeholder,
#comment-form body.theme-dark textarea::-moz-placeholder {
  color: #999;
}
body.theme-dark.dark-mode .placeholder-color-in-dark::-moz-placeholder,
body.theme-dark.dark-mode #nav .search-box .search::-moz-placeholder,
#nav .search-box body.theme-dark.dark-mode .search::-moz-placeholder,
body.theme-dark.dark-mode #comment-form input.comment-input::-moz-placeholder,
#comment-form body.theme-dark.dark-mode input.comment-input::-moz-placeholder,
body.theme-dark.dark-mode #comment-form textarea::-moz-placeholder,
#comment-form body.theme-dark.dark-mode textarea::-moz-placeholder {
  color: #aaa;
}
.gradient-background,
form.protected,
form.protected input[type="submit"].submit,
#comment-form input#submit {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 1000% 1000%;
  -webkit-animation: Gradient 90s linear infinite;
  -moz-animation: Gradient 90s linear infinite;
  animation: Gradient 90s linear infinite;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.rotate {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.rotate:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.light {
  font-weight: 300 !important;
}
.color-main {
  color: #1abc9c !important;
}
.animated {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.no-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.display-none {
  display: none !important;
}
img[src*="Smilies"] {
  width: 30px;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.clearfix,
.row {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.row:after {
  clear: both;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
.vertical-middle {
  display: table-cell;
  vertical-align: middle;
}
@font-face {
  font-family: monospaceX;
  unicode-range: U+0-2E7F;
  src: local(monospace);
  unicode-range: U+2E80-FFFF;
  src: local(PingFang SC), local(Hiragino Sans GB), local(Microsoft Yahei),
    local(WenQuanYi Micro Hei);
}
#wrap {
  width: 100%;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #fff;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  margin-bottom: auto;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body.theme-dark #wrap {
  background-color: #2c2a2a;
}
body.theme-sunset #wrap {
  background-color: #f8f1e4;
}
body.desktop.chrome #wrap {
  margin-right: -10px;
  margin-left: -10px;
  width: -webkit-calc(100% - -20px);
  width: calc(100% - -20px);
}
@media screen and (min-width: 1000px) {
  body.desktop.chrome #wrap.display-menu-tree {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
#body {
  overflow: hidden;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body.theme-dark #body {
  background-color: #2c2a2a !important;
}
#post,
#archive {
  padding: 0 0.4375rem 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 710px;
}
.row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .inner .container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .container {
    max-width: 654px;
  }
  .inner .container {
    max-width: 816px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1599px) {
  .container {
    max-width: 710px;
  }
  .inner .container {
    max-width: 888px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .container {
    max-width: 768px;
  }
  .inner .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1999px) {
  .container {
    max-width: 800px;
  }
  .inner .container {
    max-width: 1072px;
  }
  .container .post-content {
    line-height: 2;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2399px) {
  .container {
    max-width: 848px;
  }
  .inner .container {
    max-width: 1170px;
  }
  .container .post-content {
    font-size: 1.125rem;
    line-height: 2;
  }
  .container .post-content pre {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 2400px) {
  .container {
    max-width: 898px;
  }
  .inner .container {
    max-width: 1232px;
  }
  .container .post-content {
    font-size: 1.125rem;
    line-height: 2;
  }
  .container .post-content pre {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1301px) {
  body.serif-fonts .container,
  body.content-lang-en .container {
    max-width: 710px;
  }
}
@media screen and (min-width: 1600px) {
  body.serif-fonts #post .post-content {
    font-size: 1.125rem;
  }
}
#body-bottom {
  background: #2c2a2a;
  width: 100%;
  margin-top: -19.375rem;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.theme-white #body-bottom {
  background: #fff;
}
body.theme-white.theme-sunset #body-bottom {
  background-color: #f8f1e4;
}
#body-bottom > .container {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
body.theme-dark #body-bottom > .container,
body.theme-white #body-bottom > .container {
  padding-top: 0;
}
a.btn,
.btn > a {
  padding: 0.5625rem 2.8125rem;
  border-radius: 100rem;
  display: inline-block;
  opacity: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  border: 0.0625rem solid #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
a.btn.btn-small,
.btn.btn-small > a {
  padding: 0.375rem 2rem;
}
a.btn.btn-primary,
.btn.btn-primary > a {
  color: #333 !important;
  border-color: #333 !important;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
a.btn.btn-primary:after,
.btn.btn-primary > a:after {
  content: none !important;
  border: none !important;
}
body.desktop a.btn.btn-primary:hover,
body.mobile a.btn.btn-primary:active,
html.no-js a.btn.btn-primary.active,
body.desktop .btn.btn-primary > a:hover,
body.mobile .btn.btn-primary > a:active,
html.no-js .btn.btn-primary > a.active {
  background: #333 !important;
  color: #fff !important;
}
body.theme-dark a.btn.btn-primary,
body.theme-dark .btn.btn-primary > a {
  color: #fff !important;
  border-color: #fff !important;
}
body.theme-dark.desktop a.btn.btn-primary:hover,
body.theme-dark.mobile a.btn.btn-primary:active,
html.no-js body.theme-dark a.btn.btn-primary.active,
body.theme-dark.desktop .btn.btn-primary > a:hover,
body.theme-dark.mobile .btn.btn-primary > a:active,
html.no-js body.theme-dark .btn.btn-primary > a.active {
  background: #fff !important;
  color: #333 !important;
}
a.btn.btn-grey,
.btn.btn-grey > a {
  color: #333 !important;
  border-color: #ccc !important;
  background: #fafafa !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
a.btn.btn-grey:after,
.btn.btn-grey > a:after {
  content: none !important;
  border: none !important;
}
body.desktop a.btn.btn-grey:hover,
body.mobile a.btn.btn-grey:active,
html.no-js a.btn.btn-grey.active,
body.desktop .btn.btn-grey > a:hover,
body.mobile .btn.btn-grey > a:active,
html.no-js .btn.btn-grey > a.active {
  background: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}
body.theme-sunset a.btn.btn-grey,
body.theme-sunset .btn.btn-grey > a {
  border-color: #d6d0c2 !important;
  background: #e7e0d3 !important;
}
body.desktop.theme-sunset a.btn.btn-grey:hover,
body.mobile.theme-sunset a.btn.btn-grey:active,
html.no-js body.theme-sunset a.btn.btn-grey.active,
body.desktop.theme-sunset .btn.btn-grey > a:hover,
body.mobile.theme-sunset .btn.btn-grey > a:active,
html.no-js body.theme-sunset .btn.btn-grey > a.active {
  border-color: #333 !important;
  background: #333 !important;
}
body.theme-dark a.btn.btn-grey,
body.theme-dark .btn.btn-grey > a {
  color: #fff !important;
  border-color: #555 !important;
  background: rgba(255, 255, 255, 0.04) !important;
}
body.desktop.theme-dark a.btn.btn-grey:hover,
body.mobile.theme-dark a.btn.btn-grey:active,
html.no-js body.theme-dark a.btn.btn-grey.active,
body.desktop.theme-dark .btn.btn-grey > a:hover,
body.mobile.theme-dark .btn.btn-grey > a:active,
html.no-js body.theme-dark .btn.btn-grey > a.active {
  background: #fff !important;
  color: #333 !important;
  border-color: #fff !important;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  background: -webkit-radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 910;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 900;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
body.zoom-overlay-open #body,
body.zoom-overlay-transitioning #body,
body.zoom-overlay-open .table-responsive {
  overflow: inherit;
}
body.theme-dark .zoom-overlay {
  background-color: #2c2a2a !important;
}
body.theme-sunset .zoom-overlay {
  background-color: #f8f1e4 !important;
}
@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) or
  (backdrop-filter: saturate(180%) blur(20px)) {
  .zoom-overlay {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
  }
  body.theme-dark .zoom-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
}
#index article,
#archive article {
  margin-bottom: 3.5rem;
}
#index article a,
#archive article a {
  color: #1abc9c;
  text-decoration: none;
}
#index article:last-child,
#archive article:last-child {
  border-bottom: none;
}
#index a,
#archive a {
  text-decoration: none;
}
#index .post,
#archive .post {
  padding: 0;
}
#index .post .post-title,
#archive .post .post-title {
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.9375rem;
  color: #333;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.serif-fonts #index .post .post-title,
body.serif-fonts #archive .post .post-title {
  font-weight: 400;
}
body.desktop #index .post .post-title:hover,
body.desktop #archive .post .post-title:hover {
  color: #1abc9c;
}
#index .post-info,
#archive .post-info {
  margin-bottom: 1.25rem;
  color: #999;
  font-size: 0.875rem;
  text-align: center;
}
#index .post-info a,
#archive .post-info a {
  color: #999 !important;
}
#index .post-content,
#index .comment-content,
#archive .post-content,
#archive .comment-content {
  word-wrap: break-word;
}
#index .post-content h1,
#index .comment-content h1,
#archive .post-content h1,
#archive .comment-content h1 {
  font-size: 1.75rem;
}
#index .post-content h2,
#index .comment-content h2,
#archive .post-content h2,
#archive .comment-content h2 {
  font-size: 1.5rem;
}
#index .post-content hr,
#index .comment-content hr,
#archive .post-content hr,
#archive .comment-content hr {
  overflow: hidden;
  margin: 2rem 0;
  padding: 0;
  height: 0.125rem;
  border: none;
  background: #e7e7e7
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 0.25rem,
      transparent 0.25rem,
      transparent 0.5rem
    );
}
body.theme-dark #index .post-content hr,
body.theme-dark #index .comment-content hr,
body.theme-dark #archive .post-content hr,
body.theme-dark #archive .comment-content hr {
  background: #2c2a2a
    repeating-linear-gradient(
      -45deg,
      #bcbcbc,
      #bcbcbc 0.25rem,
      transparent 0.25rem,
      transparent 0.5rem
    );
}
#index .post-content,
#archive .post-content {
  line-height: 1.75rem;
}
#index .more,
#archive .more {
  text-align: center;
}
body.card #index,
body.card #archive {
  overflow: hidden;
  padding: 5.375rem 3.75rem 3.5rem;
  margin: -3.125rem;
}
body.card #index article,
body.card #archive article {
  padding: 2rem 0 1.25rem;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: 0;
}
body.card #index article .post-card,
body.card #archive article .post-card {
  border-radius: 0.3125rem;
  overflow: hidden;
  background: #fff no-repeat center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body.card #index article.scale-up .post-card,
body.card #archive article.scale-up .post-card {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.card #index article.no-mask .post-card,
body.card #archive article.no-mask .post-card {
  background-color: rgba(0, 0, 0, 0.25);
}
body.card #index article.no-mask .post-card-mask,
body.card #archive article.no-mask .post-card-mask {
  background: none;
}
body.card #index article .post-card-mask,
body.card #archive article .post-card-mask {
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 15.5rem;
}
body.card #index article .post-card-title,
body.card #archive article .post-card-title {
  font-size: 1.5625rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.75rem;
}
body.card #index article .post-card-container,
body.card #archive article .post-card-container {
  padding: 2rem 2rem;
  text-align: center;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
body.card #index article .post-card-info,
body.card #archive article .post-card-info {
  color: #eee;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-device-pixel-ratio: 1.5),
  screen and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (-o-min-device-pixel-ratio: 1.5 / 1.5),
  screen and (min--moz-device-pixel-ratio: 1.5) {
  body.card #index article .post-card-info,
  body.card #archive article .post-card-info {
    font-family: Consolas, Menlo, Monaco, "lucida console", "Liberation Mono",
      "Courier New", "andale mono", monospaceX, monospace, sans-serif;
    font-size: 0.8125rem;
  }
}
body.desktop.card #index article .post-card:hover,
body.mobile.card #index article .post-card:focus,
body.desktop.card #archive article .post-card:hover,
body.mobile.card #archive article .post-card:focus {
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px) scale(1.05);
  -moz-transform: translateY(-4px) scale(1.05);
  -ms-transform: translateY(-4px) scale(1.05);
  -o-transform: translateY(-4px) scale(1.05);
  transform: translateY(-4px) scale(1.05);
}
body.card.theme-dark #index article .post-card,
body.card.theme-dark #archive article .post-card {
  background-color: #2c2a2a;
}
body.theme-dark #index .post .post-title,
body.theme-dark #archive .post .post-title,
body.theme-dark #post .post .post-title {
  color: #bcbcbc;
}
@media screen and (max-width: 1439px) {
  #index .post .post-title,
  #archive .post .post-title,
  #post .post .post-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1791px) {
  #index .post .post-title,
  #archive .post .post-title,
  #post .post .post-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1792px) {
  #index .post .post-title,
  #archive .post .post-title,
  #post .post .post-title {
    font-size: 2.25rem;
  }
}
body.theme-dark #index .post-content a:not(.no-icon),
body.theme-dark #archive .post-content a:not(.no-icon),
body.theme-dark #post .post-content a:not(.no-icon) {
  color: #1abc9c;
}
#index {
  padding: 2.25rem 0.625rem 0.375rem;
}
#index a,
#index a:link,
#index a:visited {
  text-decoration: none;
  cursor: pointer;
}
#archive .archive-title {
  margin-top: 0.9375rem;
  text-align: center;
  font-weight: 300;
  font-size: 2.625rem;
}
@media screen and (max-width: 414px) {
  #archive .archive-title {
    font-size: 2.1rem;
  }
}
#body > .archive-title {
  text-align: center;
  font-weight: 300;
  font-size: 2.625rem;
  padding: 1.875rem;
}
@media screen and (max-width: 414px) {
  #body > .archive-title {
    font-size: 2.1rem;
  }
}
#post article {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
body.theme-white #post article {
  margin-bottom: 1.25rem;
}
body.theme-dark #post article {
  margin-bottom: 1.25rem;
}
#post article a {
  color: #1abc9c;
  text-decoration: none;
}
body.theme-dark #post article a {
  color: #bcbcbc;
}
@media screen and (max-width: 640px) {
  #post article {
    margin-top: 0.5rem;
  }
}
#post .post-title {
  margin-bottom: 0.9375rem;
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
  color: #333;
}
body.serif-fonts #post .post-title {
  font-weight: 700;
}
body.theme-dark #post .post-title a {
  color: #bcbcbc;
}
#post .post-meta {
  padding: 0;
  list-style: none;
  color: #555;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
}
body.theme-dark #post .post-meta {
  color: #aaa;
}
body.theme-dark.dark-mode #post .post-meta {
  color: #ccc;
}
#post .post-meta li {
  display: inline-block;
  margin-bottom: 0.9375rem;
  padding: 0;
  white-space: nowrap;
}
body.serif-fonts #post .post-content {
  font-size: 1.0625rem;
  line-height: 2;
}
#post .page .post-title {
  margin-bottom: 1.875rem;
}
#post .tags {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-top: 0.9375rem;
  min-height: 2rem;
  line-height: 1.4375;
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 0.625rem;
  flex-direction: column;
}
#post .tags .keywords {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: auto;
}
#post .tags .keywords > a {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: #f5f5f5;
  color: #777;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
}
body.theme-sunset #post .tags .keywords > a {
  background: #e7e0d3;
}
body.theme-dark #post .tags .keywords > a {
  background: #343232;
  color: #bcbcbc;
}
body.theme-dark.dark-mode #post .tags .keywords > a {
  background: #403e3e;
  color: #f0f0f0;
}
#post .tags .modify-time {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
  justify-content: end;
}
body.theme-dark #post .tags .modify-time {
  color: #bcbcbc;
}
.tags-YkziYC {
  display: flex;
}
form.protected {
  padding: 2rem 4rem;
  border-radius: 0.35rem;
}
@media screen and (max-width: 700px) {
  form.protected {
    padding: 2rem 2rem;
  }
}
form.protected .word {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom: 0.5rem;
}
form.protected .word + p {
  position: relative;
}
form.protected input[type="password"].text {
  position: relative;
  border: 0;
  border-radius: 1.875rem;
  background-color: #fff;
  box-shadow: 0 -100px 0px #fff inset;
  padding: 0 1.25rem;
  width: 100%;
  font-size: 1.25rem;
  height: 2.625rem;
  color: #333;
}
form.protected input[type="submit"].submit {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: #fff;
  width: 5rem;
  border: 0;
  outline: 0;
  background-color: #00ccff;
  border-radius: 1.875rem;
  height: 2.125rem;
  font-weight: 500;
}
/*.page-navigator{padding:0;margin:2.875rem 0 1.25rem;height:2.625rem}*/
/*.page-navigator{padding:0;margin:2.875rem 0 1.25rem;height:2.625rem}*/
.page-navigator {
  padding: 0;
  list-style: none;
}
.page-navigator li {
  display: inline-block;
  margin-right: 20px;
}
.page-navigator li:last-child {
  margin-right: 0;
}
.page-navigator li a,
.page-navigator li span {
  color: rgb(102, 102, 102);
  padding: 8px 20px;
  border: 1px solid #333;
  border-radius: 5px;
}
.page-navigator li a i {
  color: #333;
}
.page-navigator li a:hover,
.page-navigator li span:hover {
  color: #333;
  border-color: #333;
}
.page-navigator li a img {
  vertical-align: text-bottom;
  width: 1.5rem;
}
.page-navigator li.active a {
  background: #333;
}
.page-navigator li.active a:hover {
  color: rgb(102, 102, 102);
}
.page-navigator > li {
  display: none;
}
.page-navigator > .prev {
  display: inline-block;
}
.page-navigator > .next {
  display: inline-block;
  float: right;
}
.page-nav {
  position: relative;
  flex-direction: column;
  height: 3rem;
  line-height: 3rem;
  margin: 0.8rem 0;
}
.page-jump {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: baseline;
  column-gap: 1rem;
}
.page-jump .page-info {
  color: #333;
  font-size: 1rem;
}
.page-jump .page-info {
  color: #333;
  font-size: 1rem;
}
.page-jump span {
  font-size: 1rem;
}
.page-jump input {
  padding: 10px;
  max-width: 4rem;
  background: transparent;
  outline-style: none;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  margin: 0 0.3rem;
  height: 40px;
  line-height: 40px;
}
.page-jump input:focus {
  border: 1px solid #333;
}

.page-jump button {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  height: 40px;
}
.page-jump button:hover {
  color: #333;
  border-color: #333 !important;
  border: 1px solid #333;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

body.theme-dark .page-jump .page-info {
  color: #fff;
}
body.theme-dark .page-jump input:focus {
  border-color: #fff;
}
body.theme-dark .page-jump button {
  border-color: #fff;
  color: #fff;
}
body.theme-dark .page-jump button:hover {
  color: #fff;
  border-color: #fff !important;
  border: 1px solid #fff;
}
body.theme-dark .page-jump input {
  border-color: #fff;
  color: #fff;
}
body.theme-dark .page-navigator li a,
.page-navigator li span {
  color: #fff;
  border-color: #fff;
}
body.theme-dark .page-navigator li a i {
  color: #fff;
}
#archives {
  zoom: 1;
  padding-top: 3.125rem;
}
#archives:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0 !important;
  content: " ";
  font-size: 0 !important;
  line-height: 0 !important;
}
#archives #archive-nav {
  float: left;
  width: 3.125rem;
}
#archives #archives-title {
  font-size: 2.625rem;
  font-weight: 500;
  text-align: center;
}
body.serif-fonts #archives #archives-title {
  font-weight: 700;
}
#archives #archives-content {
  padding-top: 1.875rem;
}
#archives .archive-nav {
  display: block;
  position: fixed;
  width: 2.5rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #eee;
  text-align: center;
}
#archives .archive-title {
  padding-bottom: 2.5rem;
}
#archives .year {
  border-top: 0.0625rem solid #ddd;
}
#archives .year.selected .monthall {
  display: block;
}
#archives .year-toogle {
  display: block;
  padding: 0.3125rem;
  text-decoration: none;
  background: #eee;
  color: #333;
  font-weight: bold;
}
#archives .month {
  color: #ccc;
  padding: 0.3125rem;
  cursor: pointer;
  background: #f9f9f9;
}
#archives .month.monthed {
  color: #777;
}
#archives .month.selected,
#archives .month:hover {
  background: #f2f2f2;
}
#archives .monthall {
  display: none;
}
#archives .brick {
  margin-bottom: 0.625rem;
}
body.serif-fonts #archives .brick {
  font-weight: 400;
}
#archives .brick em {
  color: #aaa;
  padding-left: 0.625rem;
}
#archives .archives a {
  position: relative;
  display: block;
  padding: 0.625rem;
  font-style: normal;
  line-height: 1.125rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
#archives .archives a:hover {
  background: #eee;
}
body.theme-dark #archives .archives a:hover {
  background: #403e3e !important;
}
#archives .archives a,
#archives .archives h3 {
  color: #333;
}
body.theme-dark #archives .archives a,
body.theme-dark #archives .archives h3 {
  color: #bcbcbc !important;
}
body.theme-dark.dark-mode #archives .archives a,
body.theme-dark.dark-mode #archives .archives h3 {
  color: #f0f0f0 !important;
}
#archives .time {
  color: #555;
  padding-right: 0.625rem;
}
body.theme-dark #archives .time {
  color: #aaa;
}
body.theme-dark.dark-mode #archives .time {
  color: #ccc;
}
#archives h3 {
  padding-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 300;
}
body.serif-fonts #archives h3 {
  font-weight: 400;
}
#archives .no-content {
  text-align: center;
  margin-top: 20vh;
}
#archives #archives-tags {
  margin-top: 3.75rem;
}
#archives #archives-tags h3 {
  color: #333;
}
body.theme-dark #archives #archives-tags h3 {
  color: #bcbcbc;
}
body.theme-dark.dark-mode #archives #archives-tags h3 {
  color: #f0f0f0;
}
#archives #archives-tags a {
  position: relative;
  display: inline-block;
  padding: 0.625rem 1rem;
  color: #333;
  font-style: normal;
  line-height: 1.125rem;
  font-size: 1rem;
  border-radius: 1.125rem;
}
body.theme-dark #archives #archives-tags a {
  color: #bcbcbc;
}
body.theme-dark.dark-mode #archives #archives-tags a {
  color: #f0f0f0;
}
body.serif-fonts #archives #archives-tags a {
  font-weight: 400;
}
#archives #archives-tags a.itags:hover {
  background: #f0f0f0;
}
body.theme-dark #archives #archives-tags a.itags:hover {
  background: #403e3e;
}
.post-content > *:first-child,
.comment-content > *:first-child {
  margin-top: 0 !important;
}
.post-content > *:last-child,
.comment-content > *:last-child {
  margin-bottom: 0 !important;
}
.post-content strong,
.comment-content strong {
  font-weight: bold;
  letter-spacing: 0;
}
.post-content input,
.comment-content input {
  margin: 0;
  color: inherit;
  font: 0.8125rem/1.4 Helvetica, arial, freesans, clean, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol";
}
.post-content input[type="checkbox"],
.comment-content input[type="checkbox"] {
  padding: 0;
  font: initial;
}
.post-content input[disabled],
.comment-content input[disabled] {
  cursor: default;
}
.post-content a,
.comment-content a {
  color: #1abc9c;
  background: transparent;
  text-decoration: none;
  font-weight: 500;
  word-break: break-all;
}
.post-content a:hover,
.post-content a:focus,
.post-content a:active,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active {
  text-decoration: underline;
  outline: 0;
}
.post-content ol ol,
.post-content ul ol ol,
.post-content ol ul ol,
.comment-content ol ol,
.comment-content ul ol ol,
.comment-content ol ul ol {
  list-style-type: lower-alpha;
}
.post-content ul ol,
.post-content ul ul ol,
.comment-content ul ol,
.comment-content ul ul ol {
  list-style-type: decimal;
}
.post-content ol ol ol,
.comment-content ol ol ol {
  list-style-type: lower-roman;
}
.post-content ul,
.comment-content ul {
  padding-left: 0;
}
.post-content dd,
.comment-content dd {
  margin-left: 0;
}
.post-content ul,
.post-content ol,
.comment-content ul,
.comment-content ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 2rem;
}
.post-content ul.task-list,
.post-content ol.task-list,
.comment-content ul.task-list,
.comment-content ol.task-list {
  list-style-type: none;
  padding-left: 0.8rem;
}
.post-content ul.task-list li.task-list-item > input[type="checkbox"],
.post-content ol.task-list li.task-list-item > input[type="checkbox"],
.comment-content ul.task-list li.task-list-item > input[type="checkbox"],
.comment-content ol.task-list li.task-list-item > input[type="checkbox"] {
  margin-right: 0.5rem;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ol,
.post-content ol ul,
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ol,
.comment-content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.post-content li > p,
.comment-content li > p {
  margin-top: 0;
  margin-bottom: 0;
}
.post-content dl,
.comment-content dl {
  padding: 0;
}
.post-content dl dt,
.comment-content dl dt {
  margin-top: 1rem;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
}
.post-content dl dd,
.comment-content dl dd {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.post-content hr,
.comment-content hr {
  overflow: hidden;
  margin: 1rem 0;
  padding: 0;
  height: 0.125rem;
  border: none;
  background: #e7e7e7
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 0.25rem,
      transparent 0.25rem,
      transparent 0.5rem
    );
}
body.theme-dark .post-content hr,
body.theme-dark .comment-content hr {
  background: #2c2a2a
    repeating-linear-gradient(
      -45deg,
      #bcbcbc,
      #bcbcbc 0.25rem,
      transparent 0.25rem,
      transparent 0.5rem
    );
}
body.theme-sunset .post-content hr,
body.theme-sunset .comment-content hr {
  background: #d6d0c2
    repeating-linear-gradient(
      -45deg,
      #f8f1e4,
      #f8f1e4 0.25rem,
      transparent 0.25rem,
      transparent 0.5rem
    );
}
.post-content hr:before,
.comment-content hr:before {
  display: table;
  content: "";
}
.post-content hr:after,
.comment-content hr:after {
  clear: both;
  display: table;
  content: "";
}
.post-content blockquote,
.comment-content blockquote {
  margin: 0;
  padding: 0.5rem 0.9375rem;
  border-left: 0.25rem solid #ddd;
  color: #555;
}
body.theme-dark .post-content blockquote,
body.theme-dark .comment-content blockquote {
  border-left-color: #5f5f5f;
  color: #aaa;
  background-color: rgba(255, 255, 255, 0.06);
}
body.theme-dark.dark-mode .post-content blockquote,
body.theme-dark.dark-mode .comment-content blockquote {
  border-left-color: rgba(255, 255, 255, 0.24);
  color: #ccc;
}
.post-content blockquote > :first-child,
.comment-content blockquote > :first-child {
  margin-top: 0 !important;
}
.post-content blockquote > :last-child,
.comment-content blockquote > :last-child {
  margin-bottom: 0 !important;
}
.post-content img,
.comment-content img {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 1.25rem auto;
}
.post-content img + br,
.comment-content img + br {
  display: none;
}
.post-content figcaption.image-caption-manual,
.comment-content figcaption.image-caption-manual {
  text-align: center;
  font-size: 0.875em;
  margin-top: -0.75rem;
  margin-bottom: 1.25rem;
}
.post-content table,
.comment-content table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  word-break: normal;
}
.post-content table th,
.comment-content table th {
  font-weight: bold;
}
.post-content table th,
.post-content table td,
.comment-content table th,
.comment-content table td {
  padding: 0.375rem 0.8125rem;
  border: 0.0625rem solid #ddd;
}
body.theme-dark .post-content table th,
body.theme-dark .post-content table td,
body.theme-dark .comment-content table th,
body.theme-dark .comment-content table td {
  border-color: #403e3e;
}
body.theme-dark.dark-mode .post-content table th,
body.theme-dark.dark-mode .post-content table td,
body.theme-dark.dark-mode .comment-content table th,
body.theme-dark.dark-mode .comment-content table td {
  border-color: #5e5c5c;
}
body.theme-sunset .post-content table th,
body.theme-sunset .post-content table td,
body.theme-sunset .comment-content table th,
body.theme-sunset .comment-content table td {
  border-color: #d6d0c1;
}
.post-content table tr,
.comment-content table tr {
  border-top: 0.0625rem solid #ccc;
  background-color: #fff;
}
body.theme-dark .post-content table tr,
body.theme-dark .comment-content table tr {
  background-color: #2c2a2a;
}
body.theme-sunset .post-content table tr,
body.theme-sunset .comment-content table tr {
  background-color: #f8f1e4;
}
.post-content table tr:nth-child(2n),
.comment-content table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
body.theme-dark .post-content table tr:nth-child(2n),
body.theme-dark .comment-content table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.06);
}
body.theme-sunset .post-content table tr:nth-child(2n),
body.theme-sunset .comment-content table tr:nth-child(2n) {
  background-color: #e7e0d3;
}
.post-content table thead tr,
.comment-content table thead tr {
  background-color: #f8f8f8;
}
body.theme-dark .post-content table thead tr,
body.theme-dark .comment-content table thead tr {
  background-color: rgba(255, 255, 255, 0.06);
}
body.theme-sunset .post-content table thead tr,
body.theme-sunset .comment-content table thead tr {
  background-color: #e7e0d3;
}
.post-content .table-responsive table thead tr,
.comment-content .table-responsive table thead tr {
  white-space: nowrap;
}
.post-content kbd,
.post-content pre,
.post-content code,
.comment-content kbd,
.comment-content pre,
.comment-content code {
  font-size: 0.875rem;
  font-family: Consolas, Menlo, Monaco, "lucida console", "Liberation Mono",
    "Courier New", "andale mono", monospaceX, monospace, sans-serif;
}
.post-content kbd,
.comment-content kbd {
  display: inline-block;
  padding: 0.1875rem 0.3125rem;
  font-size: 0.75rem;
  line-height: 0.625rem;
  color: #444;
  vertical-align: middle;
  border: 0.0625rem solid #ccc;
  border-bottom-color: #999;
  border-radius: 0.1875rem;
  box-shadow: inset 0 -1px 0 #999;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
  background-image: linear-gradient(#fefefe, #e7e7e7);
  background-repeat: repeat-x;
}
.post-content pre,
.comment-content pre {
  overflow: auto;
  word-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 1rem;
  border-radius: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.875rem;
  line-height: 1.45;
}
body.theme-white .post-content pre,
body.theme-white .comment-content pre {
  background-color: #f1f3f3;
}
body.theme-sunset .post-content pre,
body.theme-sunset .comment-content pre {
  background-color: #e7e0d3;
}
body.theme-dark .post-content pre,
body.code-dark .post-content pre,
body.theme-dark .comment-content pre,
body.code-dark .comment-content pre {
  background-color: #343232 !important;
}
.post-content pre.loaded,
.comment-content pre.loaded {
  padding: 0;
}
.post-content pre code,
.comment-content pre code {
  margin: 0;
  display: inline;
  background-color: transparent;
}
body.theme-dark .post-content pre code,
body.code-dark .post-content pre code,
body.theme-dark .comment-content pre code,
body.code-dark .comment-content pre code {
  background-color: transparent !important;
}
.post-content pre code:before,
.post-content pre code:after,
.comment-content pre code:before,
.comment-content pre code:after {
  content: normal;
}
.post-content pre code ul,
.comment-content pre code ul {
  counter-reset: line;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display: table;
}
body.serif-fonts .post-content pre code ul,
body.serif-fonts .comment-content pre code ul {
  font-size: unset;
}
.post-content pre code ul li,
.comment-content pre code ul li {
  display: table-row;
}
.post-content pre code ul li > .code-line,
.comment-content pre code ul li > .code-line {
  display: table-cell;
  text-align: left;
  padding: 0 1rem;
}
.post-content pre code ul li:first-child:before,
.comment-content pre code ul li:first-child:before {
  border-top-left-radius: 0.1875rem;
  padding-top: 1rem;
}
.post-content pre code ul li:first-child > .code-line,
.comment-content pre code ul li:first-child > .code-line {
  padding-top: 1rem;
}
.post-content pre code ul li:last-child:before,
.comment-content pre code ul li:last-child:before {
  border-bottom-left-radius: 0.1875rem;
  padding-bottom: 1rem;
}
.post-content pre code ul li:last-child > .code-line,
.comment-content pre code ul li:last-child > .code-line {
  padding-bottom: 1rem;
}
.post-content pre code ul li:before,
.comment-content pre code ul li:before {
  counter-increment: line;
  content: counter(line);
  display: table-cell;
  text-align: right;
  padding: 0 1rem;
  color: #888;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.theme-white .post-content pre code ul li:before,
body.theme-white .comment-content pre code ul li:before {
  background-color: #ebeded;
}
body.theme-sunset .post-content pre code ul li:before,
body.theme-sunset .comment-content pre code ul li:before {
  background-color: #d6d0c2;
}
body.theme-dark .post-content pre code ul li:before,
body.code-dark .post-content pre code ul li:before,
body.theme-dark .comment-content pre code ul li:before,
body.code-dark .comment-content pre code ul li:before {
  background-color: #403e3e !important;
}
.post-content pre > code,
.comment-content pre > code {
  white-space: pre;
}
.post-content code,
.comment-content code {
  letter-spacing: 0;
  margin: 0;
  padding: 0.2rem 0;
  border-radius: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.03);
}
body.theme-dark .post-content code,
body.theme-dark .comment-content code {
  background-color: #403e3e;
}
.post-content code:before,
.post-content code:after,
.comment-content code:before,
.comment-content code:after {
  content: "\00a0";
  letter-spacing: -0.2rem;
}
.post-content > p > code,
.comment-content > p > code {
  word-break: break-all;
}
.post-content .highlight,
.comment-content .highlight {
  margin-bottom: 1rem;
}
.post-content .highlight pre,
.comment-content .highlight pre {
  overflow: auto;
  padding: 1rem;
  border-radius: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 0;
}
body.theme-white .post-content .highlight pre,
body.theme-white .comment-content .highlight pre {
  background-color: rgba(0, 0, 0, 0.05);
}
body.theme-dark .post-content .highlight pre,
body.code-dark .post-content .highlight pre,
body.theme-dark .comment-content .highlight pre,
body.code-dark .comment-content .highlight pre {
  background-color: #343232 !important;
}
body.theme-sunset .post-content .highlight pre,
body.theme-sunset .comment-content .highlight pre {
  background-color: rgba(0, 0, 0, 0.04);
}
.post-content .highlight-text,
.comment-content .highlight-text {
  background-color: #feeeb3 !important;
  color: #333 !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.post-content .highlight-text code,
.comment-content .highlight-text code {
  background-color: transparent !important;
}
.post-content h1 > code,
.post-content h2 > code,
.post-content h3 > code,
.post-content h4 > code,
.comment-content h1 > code,
.comment-content h2 > code,
.comment-content h3 > code,
.comment-content h4 > code {
  padding: 0.1em 0;
  font-size: 0.775em;
}
.post-content .btn,
.comment-content .btn {
  margin-left: 0.5rem;
}
.post-content .btn:first-child,
.comment-content .btn:first-child {
  margin-left: 0;
}
.post-content {
  color: #333;
  word-wrap: break-word;
  line-height: 1.8;
  letter-spacing: 0.013rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.code-dark .post-content pre code {
  color: #f0f0f0;
}
body.theme-dark .post-content,
body.theme-dark.code-dark .post-content pre code {
  color: #bcbcbc;
}
body.theme-dark.dark-mode .post-content,
body.theme-dark.dark-mode.code-dark .post-content pre code {
  color: #f0f0f0;
}
body.serif-fonts .post-content {
  font-weight: 400;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.post-content h1 {
  margin: 0.67em 0;
  padding-bottom: 0.3rem;
  font-size: 1.8em;
  line-height: 1.2;
}
.post-content h2 {
  padding-bottom: 0.3em;
  font-size: 1.55em;
  line-height: 1.225;
}
.post-content h3 {
  font-size: 1.4em;
  line-height: 1.43;
}
.post-content h4 {
  font-size: 1.2em;
}
.post-content h5 {
  font-size: 1em;
}
.post-content h6 {
  font-size: 0.875em;
}
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content table,
.post-content pre {
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: justify;
}
body.serif-fonts .post-content p,
body.serif-fonts .post-content blockquote,
body.serif-fonts .post-content ul,
body.serif-fonts .post-content ol,
body.serif-fonts .post-content dl,
body.serif-fonts .post-content table,
body.serif-fonts .post-content pre {
  margin-bottom: 1.5rem;
}
body.serif-fonts .post-content ul,
body.serif-fonts .post-content ol,
body.serif-fonts .post-content dl {
  font-size: 1rem;
}
body.content-lang-en .post-content p,
body.content-lang-en .post-content blockquote,
body.content-lang-en .post-content ul,
body.content-lang-en .post-content ol,
body.content-lang-en .post-content dl,
body.content-lang-en .post-content table,
body.content-lang-en .post-content pre {
  text-align: left;
  letter-spacing: 0.1px;
  word-wrap: break-word;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.post-content video {
  max-width: 100%;
}
.post-content iframe {
  border: none;
  width: 100%;
  overflow: auto;
}


.video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-content .video-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-content .video-container.video-16-9 {
  padding-bottom: 56.25%;
}
.post-content .video-container.video-4-3 {
  padding-bottom: 75%;
}
.post-content .video-container embed,
.post-content .video-container object,
.post-content .video-container video,
.post-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content .large-content {
  width: 150%;
  margin-left: -25%;
  max-width: 100vw;
}
@media screen and (min-width: 793px) and (max-width: 1008px) {
  .post-content .large-content {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 792px) {
  .post-content .large-content {
    width: 100%;
    margin-left: 0;
  }
}
.post-content .content-tabs .content-tabs-head {
  cursor: pointer;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body.mobile .post-content .content-tabs .content-tabs-head,
body.macOS .post-content .content-tabs .content-tabs-head {
  overflow-x: auto;
}
.post-content .content-tabs .content-tabs-head::-webkit-scrollbar {
  display: none;
}
.post-content .content-tabs .content-tabs-head .content-tab-title {
  display: inline-block;
  border: 0.0625rem solid #ddd;
  border-left-width: 0;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.375rem;
  color: #888;
  background-color: #f0f0f0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.post-content .content-tabs .content-tabs-head .content-tab-title:first-child {
  border-top-left-radius: 0.25rem;
  border-left-width: 0.0625rem;
}
.post-content .content-tabs .content-tabs-head .content-tab-title:last-child {
  border-top-right-radius: 0.25rem;
}
.post-content .content-tabs .content-tabs-head .content-tab-title.selected {
  color: #333;
  border-bottom-color: #fff;
  background-color: #fff;
}
.post-content .content-tabs .content-tabs-head .content-tab-title:hover {
  color: #333;
  background-color: #fff;
}
body.theme-dark
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title {
  border-color: #403e3e;
  background-color: #343232;
  color: #aaa;
}
body.theme-dark
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title.selected {
  color: #fff;
  border-bottom-color: #2c2a2a;
  background-color: #2c2a2a;
}
body.theme-dark
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title:hover {
  color: #fff;
  background-color: #2c2a2a;
}
body.theme-dark.dark-mode
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title {
  border-color: #5e5c5c;
  background-color: #403e3e;
  color: #ccc;
}
body.theme-dark.dark-mode
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title.selected {
  color: #fff;
  border-bottom-color: #2c2a2a;
  background-color: #2c2a2a;
}
body.theme-dark.dark-mode
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title:hover {
  color: #fff;
  background-color: #2c2a2a;
}
body.theme-sunset
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title {
  border-color: #d6d0c2;
  background-color: #e7e0d3;
}
body.theme-sunset
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title.selected {
  border-bottom-color: #f8f1e4;
  background-color: #f8f1e4;
}
body.theme-sunset
  .post-content
  .content-tabs
  .content-tabs-head
  .content-tab-title:hover {
  background-color: #f8f1e4;
}
.post-content .content-tabs .content-tabs-body {
  border: 0.0625rem solid #ddd;
  margin-top: -0.0625rem;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}
body.theme-dark .post-content .content-tabs .content-tabs-body {
  border-color: #403e3e;
}
body.theme-dark.dark-mode .post-content .content-tabs .content-tabs-body {
  border-color: #5e5c5c;
}
body.theme-sunset .post-content .content-tabs .content-tabs-body {
  border-color: #d6d0c2;
}
.post-content .content-tabs .content-tabs-body .content-tab-content {
  display: none;
  padding: 1.5rem;
}
.post-content .content-tabs .content-tabs-body .content-tab-content.selected {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  display: block;
}
.post-content
  .content-tabs
  .content-tabs-body
  .content-tab-content
  > *:first-child {
  margin-top: 0;
}
.post-content
  .content-tabs
  .content-tabs-body
  .content-tab-content
  > *:last-child,
.post-content
  .content-tabs
  .content-tabs-body
  .content-tab-content
  > .table-responsive:last-child
  table {
  margin-bottom: 0;
}
.post-content .content-hint {
  padding: 1.5rem 1.25rem 1.5rem 3.5rem;
  border: 0.0625rem solid #ddd;
  border-left: 0.25rem solid #3884ff;
  border-radius: 0.25rem;
  background-color: rgba(56, 132, 255, 0.1);
  position: relative;
}
.post-content .content-hint .content-hint-title {
  font-size: 1.2em;
  font-weight: 500;
  color: #3884ff;
}
.post-content .content-hint .content-hint-icon {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  font-size: 1.5rem;
  color: #3884ff;
}
body.theme-dark .post-content .content-hint {
  border-color: rgba(102, 153, 204, 0.4);
  border-left-color: #69c;
  background-color: #343232;
}
.post-content .content-hint.hint-info {
  border-left-color: #3884ff;
  background-color: rgba(56, 132, 255, 0.07);
}
body.theme-dark .post-content .content-hint.hint-info {
  border-color: rgba(102, 153, 204, 0.4);
  border-left-color: #69c;
  background-color: #37373a;
}
.post-content .content-hint.hint-info .content-hint-title,
.post-content .content-hint.hint-info .content-hint-icon {
  color: #3884ff;
}
body.theme-dark .post-content .content-hint.hint-info .content-hint-title,
body.theme-dark .post-content .content-hint.hint-info .content-hint-icon {
  color: #69c;
}
.post-content .content-hint.hint-warning {
  border-left-color: #ffc107;
  background-color: rgba(255, 193, 7, 0.07);
}
body.theme-dark .post-content .content-hint.hint-warning {
  border-color: rgba(249, 145, 87, 0.4);
  border-left-color: #f99157;
  background-color: #3e3734;
}
.post-content .content-hint.hint-warning .content-hint-title,
.post-content .content-hint.hint-warning .content-hint-icon {
  color: #ffc107;
}
body.theme-dark .post-content .content-hint.hint-warning .content-hint-title,
body.theme-dark .post-content .content-hint.hint-warning .content-hint-icon {
  color: #f99157;
}
.post-content .content-hint.hint-danger {
  border-left-color: #ff4642;
  background-color: rgba(255, 70, 66, 0.07);
}
body.theme-dark .post-content .content-hint.hint-danger {
  border-color: rgba(242, 119, 122, 0.4);
  border-left-color: #f2777a;
  background-color: #3e3536;
}
.post-content .content-hint.hint-danger .content-hint-title,
.post-content .content-hint.hint-danger .content-hint-icon {
  color: #ff4642;
}
body.theme-dark .post-content .content-hint.hint-danger .content-hint-title,
body.theme-dark .post-content .content-hint.hint-danger .content-hint-icon {
  color: #f2777a;
}
.post-content .content-hint.hint-success {
  border-left-color: #26cb7c;
  background-color: rgba(38, 203, 124, 0.07);
}
body.theme-dark .post-content .content-hint.hint-success {
  border-color: rgba(153, 204, 153, 0.4);
  border-left-color: #9c9;
  background-color: #393a37;
}
.post-content .content-hint.hint-success .content-hint-title,
.post-content .content-hint.hint-success .content-hint-icon {
  color: #26cb7c;
}
body.theme-dark .post-content .content-hint.hint-success .content-hint-title,
body.theme-dark .post-content .content-hint.hint-success .content-hint-icon {
  color: #9c9;
}
.post-content .content-file {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 1.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  -webkit-transition: 0.6s ease all;
  -moz-transition: 0.6s ease all;
  -ms-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
body.theme-dark .post-content .content-file {
  border-color: #403e3e;
}
body.theme-dark.dark-mode .post-content .content-file {
  border-color: #5e5c5c;
}
body.theme-sunset .post-content .content-file {
  border-color: #d6d0c2;
}
.post-content .content-file .content-file-icon {
  font-size: 1.5em;
  line-height: 3.5rem;
  margin-right: 1rem;
  color: #333;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body.theme-dark .post-content .content-file .content-file-icon {
  color: #bcbcbc;
}
body.theme-dark.dark-mode .post-content .content-file .content-file-icon {
  color: #f0f0f0;
}
body.theme-sunset .post-content .content-file .content-file-icon {
  color: #333;
}
.post-content .content-file .content-file-filename {
  font-weight: 700;
  line-height: 3.5rem;
  color: #333;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (min-device-pixel-ratio: 1.5),
  screen and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (-o-min-device-pixel-ratio: 1.5 / 1.5) {
  .post-content .content-file .content-file-filename {
    font-weight: 500;
  }
}
body.theme-dark .post-content .content-file .content-file-filename {
  color: #bcbcbc;
}
body.theme-dark.dark-mode .post-content .content-file .content-file-filename {
  color: #f0f0f0;
}
body.theme-sunset .post-content .content-file .content-file-filename {
  color: #333;
}
.post-content .content-file:hover {
  border-color: #1abc9c;
}
body.theme-dark .post-content .content-file:hover,
body.theme-sunset .post-content .content-file:hover {
  border-color: #1abc9c;
}
.post-content .content-file:hover:after {
  width: 0 !important;
}
.post-content .content-file:hover .content-file-icon,
.post-content .content-file:hover .content-file-filename {
  color: #1abc9c;
}
body.theme-dark .post-content .content-file:hover .content-file-icon,
body.theme-sunset .post-content .content-file:hover .content-file-icon,
body.theme-dark .post-content .content-file:hover .content-file-filename,
body.theme-sunset .post-content .content-file:hover .content-file-filename {
  color: #1abc9c;
}
.post-content .content-file:first-child {
  margin-left: 0;
}
.post-content .label {
  display: inline;
  margin: 0 0.125rem;
  padding: 0.2rem 0.4rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
}
@media screen and (min-device-pixel-ratio: 1.5),
  screen and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (-o-min-device-pixel-ratio: 1.5 / 1.5) {
  .post-content .label {
    font-weight: 500;
  }
}
.post-content .label.label-default {
  background-color: #333;
}
body.theme-dark .post-content .label.label-default {
  background-color: #bcbcbc;
  color: #333;
}
body.theme-dark.dark-mode .post-content .label.label-default {
  background-color: #f0f0f0;
}
.post-content .label.label-primary {
  background-color: #007bff;
}
body.theme-dark .post-content .label.label-primary {
  background-color: #3884ff;
}
.post-content .label.label-info {
  background-color: #0cf;
}
body.theme-dark .post-content .label.label-info {
  background-color: #0cf;
}
.post-content .label.label-warning {
  background-color: #ffc107;
}
body.theme-dark .post-content .label.label-warning {
  background-color: #f99157;
}
.post-content .label.label-danger {
  background-color: #ff4642;
}
body.theme-dark .post-content .label.label-danger {
  background-color: #f2777a;
}
.post-content .label.label-success {
  background-color: #26cb7c;
}
body.theme-dark .post-content .label.label-success {
  background-color: #9c9;
}
.post-content .label.label-outline-default {
  border: 0.0625rem solid #333;
  color: #333;
}
body.theme-dark .post-content .label.label-outline-default {
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
}
body.theme-dark.dark-mode .post-content .label.label-outline-default {
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.post-content .label.label-outline-primary {
  border: 1px solid #007bff;
  color: #007bff;
}
body.theme-dark .post-content .label.label-outline-primary {
  border: 1px solid #3884ff;
  color: #3884ff;
}
.post-content .label.label-outline-info {
  border: 1px solid #0cf;
  color: #0cf;
}
body.theme-dark .post-content .label.label-outline-info {
  border: 1px solid #0cf;
  color: #0cf;
}
.post-content .label.label-outline-warning {
  border: 1px solid #ffc107;
  color: #ffc107;
}
body.theme-dark .post-content .label.label-outline-warning {
  border: 1px solid #f99157;
  color: #f99157;
}
.post-content .label.label-outline-danger {
  border: 1px solid #ff4642;
  color: #ff4642;
}
body.theme-dark .post-content .label.label-outline-danger {
  border: 1px solid #f2777a;
  color: #f2777a;
}
.post-content .label.label-outline-success {
  border: 1px solid #26cb7c;
  color: #26cb7c;
}
body.theme-dark .post-content .label.label-outline-success {
  border: 1px solid #9c9;
  color: #9c9;
}
.post-content .reply2view {
  border: 0.0625rem dashed #ddd;
  background: #fafafa;
  border-radius: 0.3125rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
body.theme-dark .post-content .reply2view {
  background: #343232;
  border-color: #403e3e;
}
body.theme-dark.dark-mode .post-content .reply2view {
  background: #403e3e;
  border-color: #5e5c5c;
}
body.theme-sunset .post-content .reply2view {
  background: #e7e0d3;
  border-color: #d6d0c2;
}
.post-content .reply2view:not(.show) {
  border: 0;
  padding: 2rem;
  text-align: center;
  font-weight: 500;
  background: #f0f0f0
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 1.125rem,
      transparent 1.125rem,
      transparent 2.25rem
    );
}
body.theme-dark .post-content .reply2view:not(.show) {
  background: #343232
    repeating-linear-gradient(
      -45deg,
      #2c2a2a,
      #2c2a2a 1.125rem,
      transparent 1.125rem,
      transparent 2.25rem
    );
}
body.theme-dark.dark-mode .post-content .reply2view:not(.show) {
  background: #403e3e
    repeating-linear-gradient(
      -45deg,
      #2c2a2a,
      #2c2a2a 1.125rem,
      transparent 1.125rem,
      transparent 2.25rem
    );
}
body.theme-sunset .post-content .reply2view:not(.show) {
  background: #e7e0d3
    repeating-linear-gradient(
      -45deg,
      #f8f1e4,
      #f8f1e4 1.125rem,
      transparent 1.125rem,
      transparent 2.25rem
    );
}
.post-content .collapse-block {
  margin: 1rem 0;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
body.theme-sunset .post-content .collapse-block {
  border-color: #d6d0c2;
}
body.theme-dark .post-content .collapse-block {
  border-color: #403e3e;
}
body.theme-dark.dark-mode .post-content .collapse-block {
  border-color: #5e5c5c;
}
.post-content .collapse-block .collapse-header {
  background-color: #fafafa;
  padding: 1.25rem 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
}
.post-content .collapse-block .collapse-header.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.theme-sunset .post-content .collapse-block .collapse-header {
  background-color: #e7e0d3;
}
body.theme-dark .post-content .collapse-block .collapse-header {
  background-color: #343232;
}
body.theme-dark .post-content .collapse-block .collapse-header {
  background-color: #403e3e;
}
.post-content .collapse-block .collapse-header .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.post-content .collapse-block .collapse-header .title .angle {
  float: right;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.post-content .collapse-block .collapse-header.show .title .angle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.post-content .collapse-block .collapse-content {
  padding: 0 1rem;
  border-radius: 0 0 0.25rem 0.25rem;
  overflow: hidden;
}
.post-content .collapse-block .collapse-content > *:first-child {
  margin-top: 1rem;
}
.post-content .collapse-block .collapse-content > *:last-child {
  margin-bottom: 1rem;
}
.post-content .collapse-block .collapse-content.single-block {
  padding: 0;
}
.post-content .collapse-block .collapse-content.single-block > *:first-child {
  margin-top: 0;
}
.post-content .collapse-block .collapse-content.single-block > *:last-child {
  margin-bottom: 0;
}
.post-content .collapse-block .collapse-content.single-block > pre:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.post-content
  .collapse-block
  .collapse-content.single-block
  > pre:first-child
  code
  ul
  li:first-child:before {
  border-top-left-radius: 0;
}
.post-content .collapse-block .collapse:not(.show) {
  display: none;
}
.post-content .collapse-block .collapsing {
  position: relative;
  height: 0;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content table,
.comment-content pre {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
img.biaoqing {
  display: inline;
  margin: 0;
  width: auto;
  max-width: 6.25rem;
}
img.biaoqing.paopao {
  margin-bottom: -0.3125rem;
  height: 2rem;
}
img.biaoqing.newpaopao {
  margin-bottom: -0.25rem;
  min-height: 1.875rem;
  height: 1em;
}
img.biaoqing.alu {
  margin-bottom: -0.3125rem;
  min-height: 2.0625rem;
  height: 1em;
}
img.biaoqing.custom {
  margin-bottom: 0;
  min-height: 2.75rem;
  height: 1em;
}
img.biaoqing.small {
  margin-bottom: -0.125rem;
  min-height: 2rem;
  height: 1em;
}
img.biaoqing.middle,
img.biaoqing.medium {
  margin-bottom: -0.125rem;
  min-height: 3.5rem;
  height: 1em;
}
img.biaoqing.large {
  margin-bottom: -0.125rem;
  min-height: 5rem;
  height: 1em;
}
.table-responsive,
.MathJax_SVG_Display,
.MathJax_Display,
.MJXc-display,
.MathJax_PHTML_Display,
.MathJax_MathML,
.MathJax_PlainSource_Display,
.flow-chart,
.mermaid-content {
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body.serif-fonts .table-responsive {
  font-size: 1rem;
}
.flow-chart {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}
.mermaid-content {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.content-copyright {
  font-size: 0.875rem;
  padding-top: 0.5625rem;
  color: #777;
}
.post-near {
  color: #1abc9c;
  font-size: 1.0625rem;
  font-weight: 500;
  border: 0.0625rem solid #555;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1rem;
  word-break: break-word;
}
body.theme-white .post-near {
  border-color: #ccc;
  background: #fafafa;
}
body.theme-white.theme-sunset .post-near {
  border-color: #d6d0c2;
  background: #e7e0d3;
}
@media screen and (max-width: 449px) {
  .post-near {
    font-size: 1.125rem;
  }
}
.post-near nav {
  display: table;
  width: 100%;
}
body.serif-fonts .post-near a {
  font-weight: 500;
}
.post-near a:not(.post-near-no-content) {
  color: #bcbcbc !important;
  text-decoration: none;
}
body.theme-dark.dark-mode .post-near a:not(.post-near-no-content) {
  color: #f0f0f0 !important;
}
body.theme-white .post-near a:not(.post-near-no-content) {
  color: #333 !important;
}
.post-near .prev,
.post-near .next {
  width: 50%;
  display: table-cell;
}
.post-near .prev > a,
.post-near .next > a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
}
body.theme-white .post-near .prev > a,
body.theme-white .post-near .next > a {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: block;
}
@media screen and (max-width: 449px) {
  body.theme-white .post-near .prev > a,
  body.theme-white .post-near .next > a {
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
  }
}
body.theme-dark .post-near .prev > a,
body.theme-dark .post-near .next > a {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.post-near .prev > a.post-near-no-content,
.post-near .next > a.post-near-no-content {
  cursor: default;
}
.post-near .prev {
  padding-right: 1.25rem;
}
@media screen and (max-width: 449px) {
  .post-near .prev {
    padding-right: 0.85rem;
  }
}
.post-near .prev > a {
  padding-left: 2rem;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .post-near .prev > a {
    padding-left: 1rem;
  }
}
.post-near .next {
  padding-left: 1.25rem;
  text-align: right;
}
@media screen and (max-width: 449px) {
  .post-near .next {
    padding-left: 0.85rem;
  }
}
.post-near .next > a {
  padding-right: 2rem;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .post-near .next > a {
    padding-right: 1rem;
  }
}
.post-near .prev-t {
  font-size: 0.875rem;
}
#masthead {
  position: relative;
  display: table;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-color: #1e1e1f;
  width: -webkit-calc(100% - -0.0625rem);
  width: calc(100% - -0.0625rem);
  -webkit-transition: 1s ease background-color;
  -moz-transition: 1s ease background-color;
  -ms-transition: 1s ease background-color;
  -o-transition: 1s ease background-color;
  transition: 1s ease background-color;
}
body.theme-sunset #masthead:after {
  background-color: #f8f1e4;
}
#masthead.no-banner-image {
  color: #333;
  background-color: #fafafa;
}
body.theme-sunset #masthead.no-banner-image {
  background-color: #e7e0d3;
}
body.theme-dark #masthead.no-banner-image {
  color: #fff;
  background-color: #343232;
}
#masthead.no-banner-image .inner {
  background-color: transparent !important;
}
.blog-background {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}
.blog-background.loading {
  opacity: 0;
}
.inner {
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 10;
  width: 100%;
  left: -1px;
}
body.theme-sunset .inner:after {
  background-color: #f8f1e4;
}
.align-middle .inner {
  vertical-align: middle;
}
.blog-title {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-weight: 300;
}
body.serif-fonts .blog-title {
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  .blog-title {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
}
.blog-description {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (min-device-pixel-ratio: 1.5),
  screen and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (-o-min-device-pixel-ratio: 1.5 / 1.5),
  screen and (min--moz-device-pixel-ratio: 1.5) {
  .blog-description.font-mono {
    font-family: Consolas, Menlo, Monaco, "lucida console", "Liberation Mono",
      "Courier New", "andale mono", monospaceX, monospace, sans-serif;
    font-size: 0.8125rem;
  }
}
.lazyload-container {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-filter: blur(35px);
  -moz-filter: blur(35px);
  -o-filter: blur(35px);
  filter: blur(35px);
  -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=35,MakeShadow=false);
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}
.lazyload-container.loaded {
  opacity: 1;
}
section[data-shadow="true"].lazy-load img {
  max-width: 100%;
}
.lazy-load {
  position: relative;
  overflow: hidden;
  margin: 1.25rem auto;
  padding: 0;
  max-width: 100%;
}
.lazy-load .img-small {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  filter: blur(25px);
  -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='25');
}
.lazy-load .progressiveMedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.lazy-load .progressiveMedia.large-image-loaded .img-small {
  opacity: 0;
}
.lazy-load .progressiveMedia.large-image-loaded .img-large {
  opacity: 1;
}
.lazy-load img,
.lazy-load canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s linear;
  margin: auto;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.lazy-load img {
  opacity: 0;
}
.lazy-load img.loaded {
  opacity: 1;
}
.img-box {
  margin: 0.625rem auto !important;
  text-align: center !important;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
body.theme-sunset .img-box {
  background-color: #e7e0d3;
}
@media screen and (min-width: 768px) {
  .img-box {
    background-color: #fafafa;
    padding: 0.625rem 0.625rem 0 0.625rem;
    border-radius: 0.1875rem;
  }
  body.theme-dark .img-box {
    background-color: #343232;
  }
}
.img-box img {
  display: inline !important;
  margin: 0 0 !important;
  max-width: 19.0625rem;
}
img[data-shadow="true"],
section[data-shadow="true"] {
  max-width: 91%;
  margin-bottom: 3.125rem;
  border-radius: 0.125rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0.625rem 1.125rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0.625rem 1.125rem;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0.625rem 1.125rem;
}
@media screen and (max-width: 449px) {
  img[data-shadow="true"],
  section[data-shadow="true"] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0.3125rem 0.5625rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0.3125rem 0.5625rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0.3125rem 0.5625rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  img[data-shadow="true"],
  section[data-shadow="true"] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0.5rem 0.875rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0.5rem 0.875rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0.5rem 0.875rem;
  }
}
#backtop {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  height: 3.75rem;
  width: 3.75rem;
  cursor: pointer;
  border-radius: 100%;
  z-index: 899;
  text-align: center;
  font-size: 1.375rem;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask-image: none !important;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
}
#wrap.display-nav #backtop {
  opacity: 0;
}
#wrap.display-menu-tree #backtop {
  -webkit-transform: translateX(-17.5rem);
  -moz-transform: translateX(-17.5rem);
  -ms-transform: translateX(-17.5rem);
  -o-transform: translateX(-17.5rem);
  transform: translateX(-17.5rem);
}
#backtop.show,
body.show-back-to-top #backtop {
  opacity: 1;
}
body.mobile #backtop {
  opacity: 0;
  display: none;
}
#backtop:hover {
  color: #1abc9c;
  -webkit-box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#backtop i {
  margin-right: 0;
}
#wrap.display-nav #toggle-menu-tree {
  opacity: 0;
}
#site-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#wrap.display-nav #site-navigation {
  z-index: 888;
  -webkit-transform: translateX(17.5rem);
  -moz-transform: translateX(17.5rem);
  -ms-transform: translateX(17.5rem);
  -o-transform: translateX(17.5rem);
  transform: translateX(17.5rem);
}
#wrap.display-nav #body,
#footer.display-nav {
  cursor: pointer;
  -webkit-transform: translateX(17.5rem);
  -moz-transform: translateX(17.5rem);
  -ms-transform: translateX(17.5rem);
  -o-transform: translateX(17.5rem);
  transform: translateX(17.5rem);
}
#wrap.display-nav #nav-toolbar {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
a#toggle-nav {
  top: 0.625rem;
  left: 0.625rem;
  font-size: 0.75rem;
  position: fixed;
  z-index: 899;
  padding: 0.125rem 1.25rem;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  line-height: 1.875rem;
  border-radius: 2.5rem;
  font-family: "Open Sans", Helvetica, "Microsoft Yahei", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
}
body.theme-dark a#toggle-nav {
  color: #fff;
  background-color: rgba(44, 42, 42, 0.9);
}
body.theme-sunset a#toggle-nav {
  background-color: rgba(248, 241, 228, 0.9);
}
#wrap.display-nav a#toggle-nav {
  background-color: #333;
  border: 0.0625rem solid #333;
  color: #fff !important;
  -webkit-transform: translateX(14.5rem);
  -moz-transform: translateX(14.5rem);
  -ms-transform: translateX(14.5rem);
  -o-transform: translateX(14.5rem);
  transform: translateX(14.5rem);
}
body.theme-dark #wrap.display-nav a#toggle-nav {
  background-color: #fff;
  border: 0.0625rem solid #fff;
  color: #333 !important;
}
a#toggle-nav:hover {
  -webkit-box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
}
a#toggle-nav.hide {
  left: -5.3125rem;
}
#nav {
  width: 17.5rem;
  height: 100%;
  background: #191919;
  position: absolute;
  left: -17.5rem;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 6.25rem;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body.theme-white #nav {
  background: #fafafa;
  border-right: 0.0625rem solid #efefef;
}
body.theme-white.theme-sunset #nav {
  background: #fff8eb;
  border-right-color: #e7e0d3;
}
#wrap.display-nav #nav {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#nav .author {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-width: 12.5rem;
}
#nav .author img {
  border-radius: 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
}
#nav .search-box {
  position: relative;
}
#nav .search-box .search {
  width: 100%;
  padding: 0.875rem 2.1875rem 0.875rem 1.75rem;
  background: #131313 no-repeat 90%;
  border: none;
  color: #1abc9c;
  font-size: 1rem;
  line-height: 1.3em;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.theme-white #nav .search-box .search {
  background-color: #fff;
}
body.theme-white.theme-sunset #nav .search-box .search {
  background-color: #f8f1e4;
  color: #333;
}
#nav .search-box .search:focus {
  background: #2c2a2a no-repeat 90%;
}
body.theme-white #nav .search-box .search:focus {
  background-color: #efefef;
}
#nav .search-box .search-btn {
  position: absolute;
  top: 0.625rem;
  right: 0.8125rem;
  color: #aaa;
  padding: 0.3125rem;
  background-color: transparent;
  border: 0;
  font-size: 0.875rem;
}
body.theme-white #nav .search-box .search-btn {
  color: #555;
}
body.theme-dark #nav .search-box .search-btn {
  color: #aaa;
}
body.theme-dark.dark-mode #nav .search-box .search-btn {
  color: #ccc;
}
#nav .menu {
  margin-top: 1.875rem;
}
#nav .menu li {
  list-style: none;
  padding: 0;
}
#nav .menu li a {
  padding: 0.375rem 1.75rem;
  position: relative;
  line-height: 2.25rem;
  color: #9ba3ad;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
body.theme-white #nav .menu li a {
  color: #333;
}
body.theme-dark #nav .menu li a {
  color: #9ba3ad;
}
body.theme-dark.dark-mode #nav .menu li a {
  color: #ccc;
}
body.desktop #nav .menu li a:hover,
body.mobile #nav .menu li a:active {
  background: #2c2a2a;
  color: #fff;
}
body.theme-white.desktop #nav .menu li a:hover,
body.theme-white.mobile #nav .menu li a:active {
  background: #efefef;
  color: #333;
}
body.theme-white.theme-sunset.desktop #nav .menu li a:hover,
body.theme-white.theme-sunset.mobile #nav .menu li a:active {
  background-color: #f8f1e4;
  color: #333;
}
#nav .menu li a i {
  margin-right: 0.625rem;
}
#nav .menu .slide-toggle {
  cursor: pointer;
}
#nav .menu .category-list {
  background-color: #131313;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.theme-white #nav .menu .category-list {
  background-color: #f0f0f0;
}
body.theme-white.theme-sunset #nav .menu .category-list {
  background: #e7e0d3;
}
#nav .menu .category-list.hide {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav .menu .category-list ul.list {
  display: inline-block;
  width: 100%;
}
#nav .menu .category-list ul.list ul.list {
  display: none;
}
#nav .menu .category-list ul.list li {
  width: 50%;
  display: inline-block;
  padding: 0.75rem 2rem;
}
#nav .menu .category-list ul.list li:nth-child(even) {
  padding-left: 0.375rem;
}
#nav .menu .category-list ul.list li:nth-child(odd) {
  padding-right: 0.375rem;
}
#nav .menu .category-list ul.list li:nth-child(n + 2) {
  padding-top: 0;
}
#nav .menu .category-list ul.list li > a {
  padding: 0.375rem;
  background-color: #2c2a2a;
  border-radius: 0.3125rem;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.theme-white #nav .menu .category-list ul.list li > a {
  background: #fff;
}
body.theme-white.theme-sunset #nav .menu .category-list ul.list li > a {
  background: #fff8eb;
}
body.desktop #nav .menu .category-list ul.list li > a:hover,
body.mobile #nav .menu .category-list ul.list li > a:active {
  background-color: #444;
}
body.theme-white.desktop #nav .menu .category-list ul.list li > a:hover,
body.theme-white.mobile #nav .menu .category-list ul.list li > a:active {
  background: #fafafa;
  color: #333;
}
body.theme-white.theme-sunset.desktop
  #nav
  .menu
  .category-list
  ul.list
  li
  > a:hover,
body.theme-white.theme-sunset.mobile
  #nav
  .menu
  .category-list
  ul.list
  li
  > a:active {
  background: #f8f1e4;
  color: #333;
}
#nav *::selection {
  background: transparent;
}
#nav::-webkit-scrollbar {
  height: 8px;
  width: 4px;
}
#nav::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
#nav::-webkit-scrollbar-button:start:decrement,
#nav::-webkit-scrollbar-button:end:increment {
  display: block;
}
#nav::-webkit-scrollbar-button:vertical:start:increment,
#nav::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
#nav::-webkit-scrollbar-track:vertical,
#nav::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  background-color: #191919;
  border: 0 solid transparent;
}
body.theme-white #nav::-webkit-scrollbar-track:vertical,
body.theme-white #nav::-webkit-scrollbar-track:horizontal {
  background-color: #fafafa;
}
body.theme-white.theme-sunset #nav::-webkit-scrollbar-track:vertical,
body.theme-white.theme-sunset #nav::-webkit-scrollbar-track:horizontal {
  background-color: #fff8eb;
}
#nav::-webkit-scrollbar-track:hover {
  background-color: #191919;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
body.theme-white #nav::-webkit-scrollbar-track:hover {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.1);
}
body.theme-white.theme-sunset #nav::-webkit-scrollbar-track:hover {
  background-color: #fff8eb;
}
#nav::-webkit-scrollbar-track:active {
  background-color: #191919;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
body.theme-white #nav::-webkit-scrollbar-track:active {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.14),
    inset -0.0625rem -0.0625rem 0 rgba(255, 255, 255, 0.07);
  -moz-box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.14),
    inset -0.0625rem -0.0625rem 0 rgba(255, 255, 255, 0.07);
  box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.14),
    inset -0.0625rem -0.0625rem 0 rgba(255, 255, 255, 0.07);
}
body.theme-white.theme-sunset #nav::-webkit-scrollbar-track:active {
  background-color: #fff8eb;
}
#nav::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 40px;
  padding-top: 100px;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
body.theme-white #nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.1),
    inset 0 -0.0625rem 0 rgba(255, 255, 255, 0.07);
  -moz-box-shadow: inset 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.1),
    inset 0 -0.0625rem 0 rgba(255, 255, 255, 0.07);
  box-shadow: inset 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.1),
    inset 0 -0.0625rem 0 rgba(255, 255, 255, 0.07);
}
#nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
body.theme-white #nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.0625rem
    rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.25);
  box-shadow: inset 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.25);
}
#nav::-webkit-scrollbar-thumb:active {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
body.theme-white #nav::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem
    rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(255, 255, 255, 0.35);
  box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(255, 255, 255, 0.35);
}
#nav::-webkit-scrollbar-thumb:vertical,
#nav::-webkit-scrollbar-thumb:horizontal {
  border: 0 solid transparent;
}
#nav-toolbar .side-toolbar {
  position: fixed;
  left: -17.5rem;
  bottom: 0;
  width: 17.5rem;
  height: 3.625rem;
  background-color: #131313;
  -webkit-box-shadow: 0 -0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 -0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 -0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  padding-bottom: env(safe-area-inset-bottom);
}
body.theme-white #nav-toolbar .side-toolbar {
  background-color: #fff;
  border-right: 0.0625rem solid #efefef;
}
body.theme-white.theme-sunset #nav-toolbar .side-toolbar {
  background-color: #fff8eb;
  border-right-color: #e7e0d3;
}
#nav-toolbar .side-toolbar .side-toolbar-list {
  text-align: center;
}
#nav-toolbar .side-toolbar .side-toolbar-list li {
  display: inline-block;
  margin: 0 0.25rem;
  line-height: 3.625rem;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  font-size: 0.75rem;
  background: #2c2a2a;
  color: #ccc;
  vertical-align: middle;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body.theme-white #nav-toolbar .side-toolbar .side-toolbar-list li a {
  background: #f0f0f0;
  color: #333;
}
body.theme-white.theme-sunset
  #nav-toolbar
  .side-toolbar
  .side-toolbar-list
  li
  a {
  background-color: #f8f1e4;
  color: #333;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a:hover {
  background: #fff;
  color: #333;
}
body.theme-white #nav-toolbar .side-toolbar .side-toolbar-list li a:hover {
  background: #333;
  color: #fff;
}
body.theme-white.theme-sunset
  #nav-toolbar
  .side-toolbar
  .side-toolbar-list
  li
  a:hover {
  background-color: #2c2a2a;
  color: #fff;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a .night-mode,
#nav-toolbar .side-toolbar .side-toolbar-list li a .night {
  background: #5856d6 !important;
  color: #fff !important;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a .night-mode:hover,
#nav-toolbar .side-toolbar .side-toolbar-list li a .night:hover {
  background: #5856d6 !important;
  color: #fff !important;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a .day-mode .day {
  background: #ffcc33 !important;
  color: #fff !important;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a .day-mode .day:hover {
  background: #ffcc33 !important;
  color: #fff !important;
}
#nav-toolbar .side-toolbar .side-toolbar-list li a i {
  font-size: 0.9rem;
  line-height: 2.5rem;
}
#post-menu {
  position: fixed;
  display: table;
  top: 0;
  right: -18.125rem;
  bottom: 0;
  width: 17.5rem;
  height: 100%;
  background-color: #fafafa;
  border-left: 0.0625rem solid #f0f0f0;
  opacity: 1;
  z-index: 880;
  font-weight: 400;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body.theme-dark #post-menu {
  background-color: #343232;
  border-left: 0.0625rem solid #2c2a2a;
}
body.theme-sunset #post-menu {
  background-color: #fff8eb;
}
#wrap.display-menu-tree #post-menu {
  -webkit-transform: translateX(-18.125rem);
  -moz-transform: translateX(-18.125rem);
  -ms-transform: translateX(-18.125rem);
  -o-transform: translateX(-18.125rem);
  transform: translateX(-18.125rem);
}
#post-menu::-webkit-scrollbar {
  height: 8px;
  width: 4px;
}
#post-menu::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
#post-menu::-webkit-scrollbar-button:start:decrement,
#post-menu::-webkit-scrollbar-button:end:increment {
  display: block;
}
#post-menu::-webkit-scrollbar-button:vertical:start:increment,
#post-menu::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
#post-menu::-webkit-scrollbar-track:vertical,
#post-menu::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  background-color: #191919;
  border: 0 solid transparent;
}
#post-menu::-webkit-scrollbar-track:hover {
  background-color: #191919;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
#post-menu::-webkit-scrollbar-track:active {
  background-color: #191919;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.footer-desc {
  cursor: default;
}
.footer-link {
  cursor: default;
}
#post-menu::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 40px;
  padding-top: 100px;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
#post-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
#post-menu::-webkit-scrollbar-thumb:active {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
#post-menu::-webkit-scrollbar-thumb:vertical,
#post-menu::-webkit-scrollbar-thumb:horizontal {
  border: 0 solid transparent;
}
a#toggle-menu-tree {
  top: 0;
  bottom: 0;
  font-size: 1.375rem;
  position: fixed;
  right: 0;
  margin-right: -5rem;
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 0.35rem;
  color: #555;
  width: 6.25rem;
  height: 6.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  line-height: 6.25rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #f0f0f0;
  opacity: 1;
  font-family: -apple-system;
  z-index: 890;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.117);
}
body.theme-dark a#toggle-menu-tree {
  color: #aaa;
  background-color: #343232;
  border: 0.0625rem solid #2c2a2a;
}
body.theme-dark.dark-mode a#toggle-menu-tree {
  color: #ccc;
}
#wrap.display-menu-tree a#toggle-menu-tree {
  background: #fafafa;
  padding-left: 0;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  margin-right: -1.5625rem;
  -webkit-transform: translateX(-17.5rem);
  -moz-transform: translateX(-17.5rem);
  -ms-transform: translateX(-17.5rem);
  -o-transform: translateX(-17.5rem);
  transform: translateX(-17.5rem);
}
body.theme-dark #wrap.display-menu-tree a#toggle-menu-tree {
  background-color: #343232;
}
a#toggle-menu-tree i {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#wrap.display-menu-tree a#toggle-menu-tree i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
a#toggle-menu-tree:hover {
  background: #fafafa;
  -webkit-transform: translateX(-1.25rem);
  -moz-transform: translateX(-1.25rem);
  -ms-transform: translateX(-1.25rem);
  -o-transform: translateX(-1.25rem);
  transform: translateX(-1.25rem);
}
a#toggle-menu-tree.revert {
  background: #333;
}
body.theme-dark a#toggle-menu-tree.revert {
  background: #ccc;
}
a#toggle-menu-tree.show {
  right: 0;
}
a#toggle-menu-tree.hide {
  right: -5.3125rem;
}
#wrap.display-menu-tree a#toggle-menu-tree.hide {
  right: 0;
}
@media screen and (max-width: 888px) {
  a#toggle-menu-tree {
    background-color: #fff;
  }
}
#toc-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -3rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#toc-content {
  margin-right: 3rem;
  padding-top: 2.875rem;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#post-menu-title {
  font-size: 1.5rem;
  text-align: left;
  line-height: 3.6rem;
  width: 100%;
  font-weight: 700;
  padding: 0 2.5rem;
}
body.theme-dark #post-menu-title {
  background-color: #343232;
}
.index-menu {
  padding-top: 2rem;
}
.index-menu-list {
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
.index-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-menu-item > .index-menu-list span.menu-content {
  padding-left: 2rem;
}
.index-menu-item
  > .index-menu-list
  > .index-menu-item
  > .index-menu-list
  span.menu-content {
  padding-left: 4rem;
}
.index-menu-item.current > a.index-menu-link,
body.color-custom .index-menu-item.current > a.index-menu-link {
  background: #f5f5f5;
  color: #1abc9c;
  font-weight: 700;
}
body.theme-dark .index-menu-item.current > a.index-menu-link,
body.theme-dark.color-custom .index-menu-item.current > a.index-menu-link {
  background: #2c2a2a;
}
body.theme-sunset .index-menu-item.current > a.index-menu-link,
body.theme-sunset.color-custom .index-menu-item.current > a.index-menu-link {
  background: #f8f1e4;
}
a.index-menu-link,
body.color-custom a.index-menu-link {
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
  padding: 0.375rem 2.5rem;
  position: relative;
  display: block;
}
a.index-menu-link:hover,
body.color-custom a.index-menu-link:hover {
  background: #efefef;
  color: #333;
}
body.theme-dark a.index-menu-link,
body.theme-dark.color-custom a.index-menu-link {
  color: #aaa;
}
body.theme-dark a.index-menu-link:hover,
body.theme-dark.color-custom a.index-menu-link:hover {
  background: #2c2a2a;
  color: #fff;
}
body.theme-dark.dark-mode a.index-menu-link,
body.theme-dark.dark-mode.color-custom a.index-menu-link {
  color: #ccc;
}
@media screen and (min-width: 1000px) {
  #wrap.display-menu-tree,
  #wrap.display-menu-tree + #footer {
    width: -webkit-calc(100% - 17.5rem);
    width: calc(100% - 17.5rem);
  }
}
h1 > span.toc,
h2 > span.toc,
h3 > span.toc,
h4 > span.toc,
h5 > span.toc,
h6 > span.toc {
  display: inline;
  opacity: 0;
  padding: 0.125rem 0.25rem;
  margin-left: 0.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 0.25rem;
  background-color: #999;
  vertical-align: middle;
  line-height: 0.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body.theme-dark h1 > span.toc,
body.theme-dark h2 > span.toc,
body.theme-dark h3 > span.toc,
body.theme-dark h4 > span.toc,
body.theme-dark h5 > span.toc,
body.theme-dark h6 > span.toc {
  background-color: #555;
}
h1:hover > span.toc,
h2:hover > span.toc,
h3:hover > span.toc,
h4:hover > span.toc,
h5:hover > span.toc,
h6:hover > span.toc {
  opacity: 1;
  cursor: pointer;
}
h5 > span.toc,
h6 > span.toc {
  font-size: 0.65rem;
}
#about-avatar {
  text-align: center;
  overflow: visible;
}
#about-avatar img {
  border-radius: 6.25rem;
}
@media screen and (max-width: 600px) {
  #about-avatar img {
    width: 10rem;
    height: 10rem;
  }
}
div.block {
  width: 100%;
  background-color: #f0f0f0;
  vertical-align: middle;
  border-radius: 0.3125rem;
}
body.theme-dark div.block {
  background-color: #343232;
}
div.block > p {
  padding: 1rem 0;
  line-height: 1.2;
  color: #555;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
}
body.theme-dark div.block > p {
  color: #ccc;
}
#comments {
  margin-top: 2.5rem;
}
#comments .comment-closed {
  width: 100%;
  background-color: #f0f0f0;
  vertical-align: middle;
  border-radius: 0.3125rem;
  margin-top: 3rem;
}
body.theme-dark #comments .comment-closed {
  background-color: #343232;
}
#comments .comment-closed p {
  padding: 1rem 0;
  line-height: 1.2;
  color: #555;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
}
body.theme-dark #comments .comment-closed p {
  color: #ccc;
}
#comments a,
#comments a:link,
#comments a:visited {
  color: #1abc9c;
  text-decoration: none;
  cursor: pointer;
  text-transform: none;
}
#comments .widget-title {
  display: block;
  color: #1abc9c;
  font-size: 1.5625rem;
  font-weight: 500;
}
body.theme-white #comments .widget-title {
  padding-top: 0;
}
body.theme-dark #comments .widget-title {
  padding-top: 0;
}
body.serif-fonts #comments .widget-title {
  font-weight: 500;
}
#comments > .widget-title {
  margin-bottom: 3rem;
}
#comments .comment-separator {
  color: #f0f0f0;
  margin-top: 3rem;
  padding: 0;
  font-size: 1.25rem;
}
body.theme-dark #comments .comment-separator {
  color: #bcbcbc;
}
body.theme-dark.dark-mode #comments .comment-separator {
  color: #f0f0f0;
}
body.theme-white #comments .comment-separator {
  color: #333;
}
#comments .comment-tab-current {
  font-weight: 500;
}
#comments .comment-meta a {
  color: #aaa !important;
  font-size: 0.75rem;
  font-weight: 400;
}
body.theme-white #comments .comment-meta a {
  color: #555 !important;
}
body.theme-dark #comments .comment-meta a {
  color: #aaa !important;
}
body.theme-dark.dark-mode #comments .comment-meta a {
  color: #ccc !important;
}
#comments .comment-author {
  display: block;
  margin-bottom: 0.1875rem;
  color: #444;
  font-size: 0.875rem;
  font-weight: 500;
}
#comments .comment-author .avatar {
  float: left;
  margin: 0 0.625rem 0 0;
  border-radius: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #2c2a2a;
  -webkit-transition: opacity 10s linear;
  -moz-transition: opacity 10s linear;
  -ms-transition: opacity 10s linear;
  -o-transition: opacity 10s linear;
  transition: opacity 10s linear;
}
#comments .comment-author .avatar.loading {
  opacity: 0;
}
body.theme-white #comments .comment-author .avatar {
  background-color: #f0f0f0;
}
@media (max-width: 610px) {
  #comments .comment-author .avatar {
    border-radius: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
#comments .comment-author cite {
  line-height: 1.2;
  font-style: normal;
}
#comments .comment-author cite .top img {
  height: 1.2rem;
  vertical-align: middle;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments .comment-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments .comment-list li.comment-body {
  margin-top: 1.625rem;
}
#comments .comment-list li.comment-level-even {
  background: #2c2a2a;
}
#comments .comment-list li.comment-level-even body.theme-white {
  background-color: #fff;
}
body.theme-white.theme-sunset #comments .comment-list li.comment-level-even {
  background-color: #f8f1e4;
}
#comments .comment-list li .comment-reply {
  float: right;
  font-size: 0.813rem;
  font-weight: 500;
}
#comments > .comment-list {
  margin-top: 0.625rem;
}
#comments > .comment-list > .comment-body {
  padding-bottom: 0.5rem;
}
#comments > .comment-list > .comment-body > .respond {
  margin-left: 3.75rem;
}
@media (max-width: 610px) {
  #comments > .comment-list > .comment-body > .comment-children {
    padding-left: 2.5rem;
  }
}
#comments > .comment-list > .comment-body > .comment-children > .comment-list {
  border-left: 0.25rem solid rgba(255, 255, 255, 0.24);
  padding-left: 1rem;
}
body.theme-white
  #comments
  > .comment-list
  > .comment-body
  > .comment-children
  > .comment-list {
  border-left-color: #f0f0f0;
}
body.theme-white.theme-sunset
  #comments
  > .comment-list
  > .comment-body
  > .comment-children
  > .comment-list {
  border-color: rgba(0, 0, 0, 0.04);
}
body.theme-dark
  #comments
  > .comment-list
  > .comment-body
  > .comment-children
  > .comment-list {
  border-color: rgba(255, 255, 255, 0.08);
}
body.theme-dark.dark-mode
  #comments
  > .comment-list
  > .comment-body
  > .comment-children
  > .comment-list {
  border-color: rgba(255, 255, 255, 0.24);
}
@media (max-width: 610px) {
  #comments
    > .comment-list
    > .comment-body
    > .comment-children
    > .comment-list {
    padding-left: 0.625rem;
  }
}
#comments .comment-body.comment-by-author > .comment-author cite.fn:after {
  content: "博主";
  margin-left: 0.375rem;
  font-size: 0.75rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 0.25rem;
  padding: 0.0625rem 0.1875rem;
}
body.theme-white
  #comments
  .comment-body.comment-by-author
  > .comment-author
  cite.fn:after {
  background: rgba(0, 0, 0, 0.35);
}
#comments .comment-body .respond {
  margin-top: 2rem !important;
}
#comments .comment-children {
  padding-left: 3.75rem;
}
#comments .comment-children .comment-children {
  padding-left: 0;
}
#comments .comment-content {
  overflow: hidden;
  color: #f0f0f0;
  padding: 0.625rem 0 0 0;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 0.9375rem;
}
body.theme-white #comments .comment-content {
  color: #333;
}
body.theme-dark #comments .comment-content {
  color: #bcbcbc;
}
body.theme-dark.dark-mode #comments .comment-content {
  color: #f0f0f0;
}
#comments .comment-content img {
  max-height: 18rem;
  max-width: 100%;
}
#comments .respond {
  margin-top: 3.75rem;
}
body.theme-dark #comments .respond,
body.theme-white #comments .respond {
  margin-top: 3rem;
}
#comments .respond .cancel-comment-reply {
  float: right;
  margin-top: 0.9375rem;
  font-size: 0.813rem;
}
#comments .comment-reply-author {
  margin-right: 0.375rem;
  font-weight: 500;
}
#comments .page-navigator {
  margin: 1.5rem 0 0;
  height: 2.1875rem;
}
#comments .comment-awaiting-moderation {
  margin-top: -1.25rem;
  color: #f2777a;
  font-size: 0.75rem;
  font-style: normal;
  margin-left: 0.5rem;
}
body.theme-white #comments .comment-awaiting-moderation {
  color: #ff4642;
}
#comments .comment-login-info {
  font-weight: 400;
  margin-bottom: 0.625rem;
}
#comments .comment-mail-me {
  float: right;
  position: relative;
  top: -22px;
  height: 0;
  white-space: nowrap;
  right: 0;
}
#comments .comment-mail-me input {
  height: auto;
  width: auto;
  min-width: unset;
}
#comments .comment-mail-me label {
  line-height: 1.6;
  font-weight: 400;
}
#comments .comment-posting {
  color: #ee531a;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  font-weight: 500;
}
#comments .comment-posted {
  color: #50bc44;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  font-weight: 500;
}
#comments .avatar {
  position: relative;
}
@media (max-width: 1277px) {
  #comments #author,
  #comments #mail,
  #comments #url {
    width: 32.9%;
  }
}
@media (max-width: 992px) {
  #comments input {
    margin-bottom: 0.3125rem;
    min-width: 32.5%;
  }
  #comments #author,
  #comments #mail {
    width: 49.6%;
  }
  #comments #url {
    width: 100%;
  }
}
@media (min-width: 1278px) {
  #comments input {
    width: auto;
  }
  #comments #author,
  #comments #mail,
  #comments #url {
    width: 32.89%;
  }
}
@media (max-width: 610px) {
  #comments #author,
  #comments #mail,
  #comments #url {
    width: 100%;
  }
}
#comment-form {
  padding-top: 0.9375rem;
  font-size: 0.875rem;
}
@media (min-width: 993px) {
  #comment-form {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  #comment-form {
    white-space: normal;
  }
}
#comment-form #submit.button {
  width: 100%;
  margin-top: 0.625rem;
}
#comment-form input.comment-input {
  height: 2rem;
  line-height: 1rem;
  display: inline-block;
  padding: 0.438rem 0.525rem;
  margin-top: 0.625rem;
  border: 0.125rem solid #777;
  border-radius: 0.3125rem;
  color: #f0f0f0;
}
#comment-form input#submit {
  cursor: pointer;
  color: #fff;
  border: 0;
  margin: 0 auto;
  border-radius: 0.3125rem;
  display: block;
  padding: 0 1rem;
  height: 3rem;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#comment-form textarea {
  display: inline-block;
  padding: 0.438rem 0.525rem;
  border: 0.125rem solid #777;
  border-radius: 0.3125rem;
  color: #f0f0f0;
  overflow-y: visible;
  width: 100%;
  vertical-align: top;
}
#comment-form input.comment-input,
#comment-form textarea {
  -webkit-appearance: none;
  outline: 0 !important;
  background-color: transparent;
}
body.theme-white #comment-form input.comment-input,
body.theme-white #comment-form textarea {
  color: #333;
  border-color: #ececec;
}
body.theme-white.theme-sunset #comment-form input.comment-input,
body.theme-white.theme-sunset #comment-form textarea {
  background-color: transparent;
  border-color: #d6d0c2;
}
body.theme-dark #comment-form input.comment-input,
body.theme-dark #comment-form textarea {
  color: #bcbcbc;
  border-color: #555;
}
body.theme-dark.dark-mode #comment-form input.comment-input,
body.theme-dark.dark-mode #comment-form textarea {
  color: #f0f0f0;
  border-color: #777;
}
@media (max-width: 992px) {
  #header,
  .post-title,
  .post-meta {
    text-align: left;
  }
}
#disqus_thread,
.ds-thread {
  min-height: 20.3125rem;
}
#disqus_thread a,
.ds-thread a {
  color: #1abc9c;
}
div.read-settings-container {
  background: #131313;
  height: 10.5rem;
  padding: 0.5rem;
}
body.theme-white div.read-settings-container {
  background: #fff;
}
body.theme-white.theme-sunset div.read-settings-container {
  background: #fff8eb;
}
div.read-settings {
  background: #131313;
  border-radius: 0.3125rem;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.theme-white div.read-settings {
  background: #fff;
}
body.theme-white.theme-sunset div.read-settings {
  background: #fff8eb;
}
div.read-settings button {
  margin: 0;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 0;
  border-radius: 0.3125rem;
  color: #bcbcbc;
  background-color: #131313;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease background-color;
  -moz-transition: 0.3s ease background-color;
  -ms-transition: 0.3s ease background-color;
  -o-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
body.theme-white div.read-settings button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
body.theme-white.theme-sunset div.read-settings button {
  background-color: #fff8eb;
  border-color: #fff8eb;
}
.side-toolbar.show-read-settings {
  -webkit-transform: translateY(-10.5rem);
  -moz-transform: translateY(-10.5rem);
  -ms-transform: translateY(-10.5rem);
  -o-transform: translateY(-10.5rem);
  transform: translateY(-10.5rem);
}
.side-toolbar.show-read-settings div.read-settings {
  opacity: 1;
}
.side-toolbar.show-read-settings div.read-settings-container {
  background: #191919;
}
body.theme-white .side-toolbar.show-read-settings div.read-settings-container {
  background: #f0f0f0;
}
body.theme-white.theme-sunset
  .side-toolbar.show-read-settings
  div.read-settings-container {
  background: #f8f1e4;
}
.side-toolbar.show-read-settings ul.side-toolbar-list > li.selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  margin-left: -1.6875rem;
  border: 0.4375rem solid transparent;
  border-bottom-color: #191919;
}
body.theme-white
  .side-toolbar.show-read-settings
  ul.side-toolbar-list
  > li.selected::after {
  border-bottom-color: #f0f0f0;
}
body.theme-white.theme-sunset
  .side-toolbar.show-read-settings
  ul.side-toolbar-list
  > li.selected::after {
  border-bottom-color: #f8f1e4;
}
.font-size-controls,
.font-family-controls {
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.font-size-controls > button,
.font-family-controls > button {
  position: relative;
}
.font-size-controls > button:first-child,
.font-family-controls > button:first-child {
  margin-left: 0;
}
.font-size-controls {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  border-bottom: 0.0625rem solid #191919;
}
body.theme-white .font-size-controls {
  border-bottom-color: #f0f0f0;
}
body.theme-white.theme-sunset .font-size-controls {
  border-bottom-color: #f8f1e4;
}
.font-size-controls button {
  height: 2rem;
  width: -webkit-calc(40% - 0.3125rem);
  width: calc(40% - 0.3125rem);
}
.font-size-controls button.font-size-display {
  width: 20%;
  height: 2rem;
  z-index: 1;
  border-radius: 0.3125rem;
  background: #191919;
  color: #bcbcbc;
  font-size: 0.75rem;
  cursor: text;
}
body.theme-white .font-size-controls button.font-size-display {
  background: #f0f0f0;
  color: #333;
}
body.theme-white.theme-sunset .font-size-controls button.font-size-display {
  background: #f8f1e4;
}
.font-size-controls .font-size-control.control-btn-smaller {
  line-height: 1.25rem;
  font-size: 0.85rem;
}
.font-size-controls .font-size-control.control-btn-larger {
  font-size: 1.125rem;
}
.background-color-controls {
  text-align: center;
  border-bottom: 0.0625rem solid #191919;
}
body.theme-white .background-color-controls {
  border-bottom-color: #f0f0f0;
}
body.theme-white.theme-sunset .background-color-controls {
  border-bottom-color: #f8f1e4;
}
.background-color-controls li {
  display: inline-block;
  margin: 0 0.25rem;
  line-height: 3.375rem;
}
.background-color-controls li > a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  font-size: 0.75rem;
  background: #2c2a2a;
  color: #bcbcbc;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.background-color-controls li > a > i {
  opacity: 0;
  font-size: 0.9rem;
  line-height: 2.5rem;
}
.background-color-controls li > a.selected > i,
.background-color-controls li > a.auto > i {
  opacity: 1;
}
.background-color-controls li > a.auto.selected {
  background: #fc3 !important;
  color: #fff !important;
}
body.theme-white .background-color-controls li > a.auto {
  background: #f0f0f0;
  color: #333;
}
body.theme-white.theme-sunset .background-color-controls li > a.auto {
  background: #f8f1e4;
}
.background-color-controls li > a.white {
  background: #fafafa;
  color: #333;
}
body.theme-white.theme-sunset .background-color-controls li > a.white {
  background: #fff;
}
.background-color-controls li > a.sunset {
  background: #f8f1e4;
  color: #333;
}
body.theme-white.theme-sunset .background-color-controls li > a.sunset {
  background: #e7e0d3;
}
.background-color-controls li > a.dark {
  background: #2c2a2a;
  color: #f0f0f0;
}
.font-family-controls {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}
.font-family-controls button {
  height: 2rem;
  font-weight: 400;
  width: -webkit-calc(50% - 0.3125rem);
  width: calc(50% - 0.3125rem);
}
.font-family-controls button.selected {
  background-color: #fc3 !important;
  border-radius: 0.3125rem !important;
  color: #fff !important;
  z-index: 1;
}
.font-family-controls button.control-btn-serif {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
}
#footer {
  position: relative;
  clear: both;
  width: 100%;
  color: #bcbcbc;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: Consolas, Menlo, Monaco, "lucida console", "Liberation Mono",
    "Courier New", "andale mono", monospaceX, monospace, sans-serif;
  padding: 1.25rem 0;
  background-color: #2c2a2a;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body.desktop.chrome #footer {
  margin-right: -10px;
  margin-left: -10px;
  width: -webkit-calc(100% - -20px);
  width: calc(100% - -20px);
}
body.theme-dark.dark-mode #footer {
  color: #f0f0f0;
}
body.theme-white #footer {
  background-color: #fafafa;
  color: #333;
}
body.theme-white.theme-sunset #footer {
  background-color: #f8f1e4;
}
#footer a {
  color: #1abc9c;
  text-decoration: none;
}
#footer .container {
  margin-top: 0.3125rem;
}
#footer h1,
#footer h2,
#footer p {
  text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.75);
}
body.theme-white #footer h1,
body.theme-white #footer h2,
body.theme-white #footer p {
  text-shadow: none;
}
.content404-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  min-height: -webkit-calc(100vh - 150px);
  min-height: calc(100vh - 150px);
}
@media (min-width: 768px) {
  body.use-navbar .content404-wrapper {
    min-height: -webkit-calc(100vh - 250px);
    min-height: calc(100vh - 250px);
  }
}
#content404 {
  text-align: center;
  font-size: 1rem;
  color: #333;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
body.theme-dark #content404 {
  color: #fff;
}
#content404 .icon {
  font-size: 15.625rem;
}
#content404 .msg {
  margin-top: 2rem;
}
#content404 .msg h3 {
  font-size: 1.75rem;
  font-weight: 500;
}
#content404 .controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
#content404 .controls > * {
  margin-top: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#content404 .controls a.return-home {
  width: 11.75rem;
}
#content404 .controls div.search-box {
  display: inline-block;
  padding: 0.5625rem 1.25rem;
  border-radius: 100rem;
  opacity: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  border: 0.0625rem solid #333;
  white-space: nowrap;
}
body.theme-dark #content404 .controls div.search-box {
  color: #fff;
  border-color: #fff;
}
#content404 .controls div.search-box input.search {
  border: 0;
  background-color: transparent;
  font-size: 0.875rem;
  overflow: hidden;
  line-height: 1.5;
  vertical-align: bottom;
  width: 8.125rem;
  color: #333;
}
body.theme-dark #content404 .controls div.search-box input.search {
  color: #fff;
}
#content404 .controls div.search-box .search-btn {
  border: 0;
  background-color: transparent;
  color: #333;
}
body.theme-dark #content404 .controls div.search-box .search-btn {
  color: #fff;
}
.link-box {
  overflow: hidden;
  padding: 4.375rem 2.1875rem 2.1875rem;
  margin: -3.125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 318px) {
  .link-box {
    overflow: visible;
    margin: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 710px) and (min-width: 319px) {
  .link-box {
    padding: 4.375rem 3.125rem 3.125rem;
    margin: -3.125rem;
  }
}
.link-box a {
  width: 33.75rem;
  background: #fff;
  float: left;
  margin: 0 0 4.375rem;
  color: #2e2e2e;
  text-decoration: none;
  border-bottom: none;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.desktop .link-box a:hover,
body.mobile .link-box a:active {
  -webkit-box-shadow: 0 1.375rem 2.6875rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1.375rem 2.6875rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1.375rem 2.6875rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-0.25rem);
  -moz-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  -o-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  -moz-transform: none;
}
body.theme-dark .link-box a {
  background-color: #2c2a2a;
}
@media screen and (max-width: 319px) {
  .link-box a {
    width: 100%;
    margin: 0 auto 3.75rem;
    max-width: 25rem;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 340px) and (min-width: 319px) {
  .link-box a {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 384px) and (min-width: 341px) {
  .link-box a {
    margin: 0 0 2.5rem;
  }
}
@media screen and (max-width: 450px) and (min-width: 385px) {
  .link-box a {
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 500px) and (min-width: 319px) {
  .link-box a {
    margin: 0 0.75rem 1.5rem;
    width: -webkit-calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  .link-box a {
    margin: 0 0.9375rem 3.75rem;
    width: -webkit-calc(100% / 3 - 1.875rem);
    width: calc(100% / 3 - 1.875rem);
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .link-box a {
    margin: 0 0.9375rem 3.75rem;
    width: -webkit-calc(100% / 4 - 1.875rem);
    width: calc(100% / 4 - 1.875rem);
  }
}
@media screen and (min-width: 1600px) {
  .link-box a {
    margin: 0 0.9375rem 3.75rem;
    width: -webkit-calc(100% / 5 - 1.875rem);
    width: calc(100% / 5 - 1.875rem);
  }
}
.link-box a .thumb {
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.link-box a .thumb img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link-box a .content {
  text-align: center;
  background-color: #fff;
}
.link-box a .content .title {
  text-align: center;
  padding: 1rem 0.25rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.post-buttons {
  margin: 1.25rem auto;
  line-height: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
.post-buttons a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-calc(100% / 3 - 0.3125rem);
  width: calc(100% / 3 - 0.3125rem);
}
body.show-post-qr-box a#toggle-post-qr-code,
body.show-reward-qr-box a#toggle-reward-qr-code {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
body.theme-dark.show-post-qr-box a#toggle-post-qr-code,
body.theme-dark.show-reward-qr-box a#toggle-reward-qr-code {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #333 !important;
}
#qr-box {
  background-color: #fafafa;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  position: relative;
  height: 18.125rem;
}
body.theme-dark #qr-box {
  background-color: #191919;
}
#qr-box .post-qr-code-box,
#qr-box .reward-qr-code-box {
  overflow: hidden;
  height: 15.625rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#qr-box .reward-qr-code-box {
  margin-top: -15.625rem;
}
body.show-post-qr-box #qr-box .post-qr-code-box,
body.show-reward-qr-box #qr-box .reward-qr-code-box {
  opacity: 1;
}
body.show-post-qr-box #qr-box .reward-qr-code-box,
body.show-reward-qr-box #qr-box .post-qr-code-box {
  opacity: 0;
}
body.show-post-qr-box #body-bottom,
body.show-reward-qr-box #body-bottom {
  margin-top: 0;
  z-index: 0;
}
#loader-wrapper {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
body.theme-dark #loader-wrapper {
  background-color: #2c2a2a;
}
@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) or
  (backdrop-filter: saturate(180%) blur(20px)) {
  #loader-wrapper {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
  }
  body.theme-dark #loader-wrapper {
    background-color: #2c2a2a;
  }
}
#loader-wrapper.in {
  opacity: 1;
  z-index: 1000;
}
.sk-circle {
  margin: 90px auto;
  width: 90px;
  height: 90px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 12%;
  height: 12%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
body.theme-dark .sk-circle .sk-child:before {
  background-color: #bcbcbc;
}
@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) or
  (backdrop-filter: saturate(180%) blur(20px)) {
  body.theme-dark .sk-circle .sk-child:before {
    background-color: #eee;
  }
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0.00%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0.00%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.sp-progress {
  position: fixed;
  top: 0;
  z-index: 1170;
  display: block;
  width: 100%;
  height: 2px;
  color: #333;
  opacity: 1;
  background: linear-gradient(
    45deg,
    rgba(26, 188, 156, 0),
    rgba(26, 188, 156, 0.1) 25%,
    rgba(26, 188, 156, 0.35) 50%,
    #1abc9c 75%,
    rgba(26, 188, 156, 0.1)
  );
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: sp-progress-ani 1.5s cubic-bezier(0.2, 0.5, 0.4, 0.7)
    infinite;
  animation: sp-progress-ani 1.5s cubic-bezier(0.2, 0.5, 0.4, 0.7) infinite;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes sp-progress-ani {
  0.00% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes sp-progress-ani {
  0.00% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.hljs-comment,
.hljs-quote {
  color: #8e908c;
}
body.theme-dark .hljs-comment,
body.code-dark .hljs-comment,
body.theme-dark .hljs-quote,
body.code-dark .hljs-quote {
  color: #999;
}
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #c82829;
}
body.theme-dark .hljs-variable,
body.code-dark .hljs-variable,
body.theme-dark .hljs-template-variable,
body.code-dark .hljs-template-variable,
body.theme-dark .hljs-tag,
body.code-dark .hljs-tag,
body.theme-dark .hljs-name,
body.code-dark .hljs-name,
body.theme-dark .hljs-selector-id,
body.code-dark .hljs-selector-id,
body.theme-dark .hljs-selector-class,
body.code-dark .hljs-selector-class,
body.theme-dark .hljs-regexp,
body.code-dark .hljs-regexp,
body.theme-dark .hljs-deletion,
body.code-dark .hljs-deletion {
  color: #f2777a;
}
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f5871f;
}
body.theme-dark .hljs-number,
body.code-dark .hljs-number,
body.theme-dark .hljs-built_in,
body.code-dark .hljs-built_in,
body.theme-dark .hljs-builtin-name,
body.code-dark .hljs-builtin-name,
body.theme-dark .hljs-literal,
body.code-dark .hljs-literal,
body.theme-dark .hljs-type,
body.code-dark .hljs-type,
body.theme-dark .hljs-params,
body.code-dark .hljs-params,
body.theme-dark .hljs-meta,
body.code-dark .hljs-meta,
body.theme-dark .hljs-link,
body.code-dark .hljs-link {
  color: #f99157;
}
.hljs-attribute {
  color: #eab700;
}
body.theme-dark .hljs-attribute,
body.code-dark .hljs-attribute {
  color: #fc6;
}
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #718c00;
}
body.theme-dark .hljs-string,
body.code-dark .hljs-string,
body.theme-dark .hljs-symbol,
body.code-dark .hljs-symbol,
body.theme-dark .hljs-bullet,
body.code-dark .hljs-bullet,
body.theme-dark .hljs-addition,
body.code-dark .hljs-addition {
  color: #9c9;
}
.hljs-title,
.hljs-section {
  color: #4271ae;
}
body.theme-dark .hljs-title,
body.code-dark .hljs-title,
body.theme-dark .hljs-section,
body.code-dark .hljs-section {
  color: #69c;
}
.hljs-keyword,
.hljs-selector-tag {
  color: #8959a8;
}
body.theme-dark .hljs-keyword,
body.code-dark .hljs-keyword,
body.theme-dark .hljs-selector-tag,
body.code-dark .hljs-selector-tag {
  color: #c9c;
}
.hljs {
  display: block;
  overflow-x: auto;
  background: white;
  color: #4d4d4c;
  padding: 0.5em;
}
body.theme-dark .hljs,
body.code-dark .hljs {
  background: #2d2d2d;
  color: #bcbcbc;
}
body.theme-dark.dark-mode .hljs,
body.code-dark .hljs {
  color: #f0f0f0;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.diff .hljs-header,
.hljs-javadoc {
  font-style: italic;
}
.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status,
.hljs-title,
.hljs-id,
.scss .hljs-preprocessor,
.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command,
.hljs-regexp,
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  font-weight: bold;
}
.github-box {
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background: #fafafa;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 3px;
}
body.theme-dark .github-box {
  border-color: #5e5c5c;
  background-color: #403e3e;
  color: #aaa;
}
.github-box * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.github-box a {
  border: 0;
  text-decoration: none;
  padding-bottom: 0 !important;
}
.github-box .github-box-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  background: #fcfcfc;
}
body.theme-dark .github-box .github-box-title {
  background: #403e3e;
  border-color: #5e5c5c;
}
@media (max-width: 767px) {
  .github-box .github-box-title {
    height: auto;
    min-height: 60px;
  }
}
.github-box .github-box-title h3 {
  word-wrap: break-word;
  font-family: helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: gray;
  margin: 0;
  padding: 10px 10px 10px 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAMAAAAx3e/WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQjIyNkJERkM0NjYxMUUxOEFDQzk3ODcxRDkzRjhCRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQjIyNkJFMEM0NjYxMUUxOEFDQzk3ODcxRDkzRjhCRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRCMjI2QkREQzQ2NjExRTE4QUNDOTc4NzFEOTNGOEJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRCMjI2QkRFQzQ2NjExRTE4QUNDOTc4NzFEOTNGOEJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dka2KgAAAEVQTFRFxMTEyMjI0tLSvb29vr6+zc3Ny8vLxcXFz8/P6enp3t7ex8fH0dHR1NTUw8PDwMDAzs7OvLy8wcHBu7u7v7+/zMzM////budQFwAAABd0Uk5T/////////////////////////////wDmQOZeAAAAcklEQVR42tSQSQ7DMAwD6chOukWs5eX/Ty2coo0T9wOdEzEgdRBuzNmnDofgja52JDyz5TCqUp0O6kfrb4bzSXkRiTviEZZ6JKLMJ5VQ2v8iGbtbfEwXmjFMG0VwdQo10hQNxYqtLMv9O6xvpZ/QeAkwAKjwHiJLaJc3AAAAAElFTkSuQmCC)
    7px center no-repeat;
  width: auto;
}
.github-box .github-box-title h3 .repo {
  font-weight: 500;
}
@media (max-width: 767px) {
  .github-box .github-box-title h3 .repo {
    display: block;
  }
}
.github-box .github-box-title .github-stats {
  float: right;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  height: auto;
  min-height: 21px;
}
.github-box .github-box-title .github-stats a {
  display: inline-block;
  height: 21px;
  color: #666;
  border-radius: 3px;
  padding: 0 6px 0 6px;
  background: white;
  border: 0.0625rem solid #ddd;
}
.github-box .github-box-title .github-stats a .fa {
  color: #333;
  margin-right: 8px;
}
body.theme-dark .github-box .github-box-title .github-stats a {
  border: 0.0625rem solid #5e5c5c;
  background-color: #403e3e;
}
body.theme-dark .github-box .github-box-title .github-stats a .fa {
  color: #bcbcbc;
}
@media (max-width: 767px) {
  .github-box .github-box-title .github-stats a {
    display: block;
    clear: right;
    float: right;
  }
}
.github-box .github-box-title .github-stats .watchers {
  border-right: 1px solid #ddd;
}
.github-box .github-box-title .github-stats .forks {
  padding: 0 6px 0 8px;
}
.github-box .github-box-title .github-stats .forks .fa {
  margin-right: 10px;
}
.github-box .github-box-content {
  padding: 10px;
  font-weight: 400;
  background: #fff;
}
body.theme-dark .github-box .github-box-content {
  background: #343232;
}
.github-box .github-box-content p {
  margin: 0;
}
.github-box .github-box-content .link {
  font-weight: bold;
}
.github-box .github-box-download {
  position: relative;
  background: #fafafa;
  border-radius: 0 0 3px 3px;
  padding: 10px;
  height: auto;
  min-height: 24px;
}
body.theme-dark .github-box .github-box-download {
  background: #343232;
}
@media (max-width: 767px) {
  .github-box .github-box-download {
    height: auto;
    min-height: 46px;
  }
}
.github-box .github-box-download .updated {
  word-wrap: break-word;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  width: auto;
  font-weight: 700;
  letter-spacing: 0.01875rem;
}
.github-box .github-box-download .updated strong {
  font-weight: bold;
  color: #000;
}
body.theme-dark .github-box .github-box-download .updated strong {
  color: #fff;
}
.github-box .github-box-download .download {
  float: right;
  position: absolute !important;
  top: 10px;
  right: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 3px;
  background: #fff;
  border: 0.0625rem solid #ddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.theme-dark .github-box .github-box-download .download {
  border: 0.0625rem solid #5e5c5c;
  background: #343232;
}
@media (max-width: 767px) {
  .github-box .github-box-download .download {
    top: 32px;
  }
}
.github-box .github-box-download .download:hover {
  border-color: #1abc9c;
  background-color: rgba(26, 188, 156, 0.4) !important;
}
.post-content .github-widget a:after {
  border-bottom-width: 0 !important;
}
a[href*="//www.cnzz.com"][title="站长统计"]
{
  display: none;
}
.no-user-select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.aplayer {
  background: #fff;
  color: #333;
  font-family: "Mirages Custom", "Myriad Pro", "Myriad Set Pro", "Open Sans",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei",
    Helvetica, arial, sans-serif !important;
}
.aplayer .aplayer-list {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ins-search-container {
  z-index: 1999;
}
@media print {
  body {
    font-size: 75%;
  }
  @page {
    size: A4 portrait;
  }
  @page: left{
    margin-left: 2cm;
    margin-right: 2cm;
  };
  @page: right{
    margin-left: 2cm;
    margin-right: 2cm;
  };
  pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 7pt !important;
  }
  .post-content pre code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
  .post-content > p {
    font-size: 10pt !important;
  }
  #body-bottom,
  #backtop,
  #toggle-nav,
  #masthead,
  #footer {
    display: none;
  }
  #post article {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 1680px) and (min-device-pixel-ratio: 2),
  screen and (min-device-width: 1680px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-device-width: 1680px) and (-o-min-device-pixel-ratio: 2 / 2) {
  html {
    font-size: 112.5%;
  }
  .container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1872px) and (min-device-pixel-ratio: 1.9),
  screen and (min-width: 1872px) and (-webkit-min-device-pixel-ratio: 1.9),
  screen and (min-width: 1872px) and (-o-min-device-pixel-ratio: 1.5 / 1.5) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-device-pixel-ratio: 1.5),
  screen and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (-o-min-device-pixel-ratio: 1.5 / 1.5),
  screen and (min--moz-device-pixel-ratio: 1.5) {
  body.macOS.safari {
    font-weight: 300;
  }
  body.macOS.safari #archives-title,
  body.macOS.safari .post-title {
    font-weight: 300;
  }
  body.macOS.safari .post-content pre,
  body.macOS.safari .post-content code,
  body.macOS.safari .comment-content pre,
  body.macOS.safari .comment-content code {
    font-weight: 400;
  }
  .post-content pre > code,
  .comment-content pre > code {
    font-size: 0.813rem;
  }
  .post-content code,
  .comment-content code {
    font-size: 0.813rem;
  }
  .post-content h1 > code,
  .post-content h2 > code,
  .post-content h3 > code,
  .post-content h4 > code,
  .comment-content h1 > code,
  .comment-content h2 > code,
  .comment-content h3 > code,
  .comment-content h4 > code {
    padding: 0.1em 0;
    font-size: 0.7em;
  }
}
body.macOS-ge-10-12.not-safari #index .post .post-title,
body.macOS-ge-10-12.not-safari #archive .post .post-title,
body.macOS-ge-10-12.not-safari #post .post-title {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  body.macOS-ge-10-12.not-safari #index .post .post-title,
  body.macOS-ge-10-12.not-safari #archive .post .post-title,
  body.macOS-ge-10-12.not-safari #post .post-title {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  body.macOS-ge-10-12.not-safari #index .post .post-title,
  body.macOS-ge-10-12.not-safari #archive .post .post-title,
  body.macOS-ge-10-12.not-safari #post .post-title {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.macOS-ge-10-12.not-safari #index .post .post-title,
  body.macOS-ge-10-12.not-safari #archive .post .post-title,
  body.macOS-ge-10-12.not-safari #post .post-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1301px) {
  body.macOS-ge-10-12.not-safari #index .post .post-title,
  body.macOS-ge-10-12.not-safari #archive .post .post-title,
  body.macOS-ge-10-12.not-safari #post .post-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1302px) {
  body.macOS-ge-10-12.not-safari #index .post .post-title,
  body.macOS-ge-10-12.not-safari #archive .post .post-title,
  body.macOS-ge-10-12.not-safari #post .post-title {
    font-size: 2.25rem;
  }
}
body.macOS-ge-10-12.not-safari #nav .menu li a,
body.macOS-ge-10-12.not-safari .blog-title {
  font-weight: 400;
}
body.macOS-ge-10-12.not-safari #nav .menu li a {
  font-size: 1.125rem;
  line-height: 2rem;
}
body.phone .post-content,
body.phone #comments .comment-content,
body.ipad .post-content,
body.ipad #comments .comment-content {
  font-weight: 400;
}
body.phone .post-content pre,
body.phone #comments .comment-content pre,
body.ipad .post-content pre,
body.ipad #comments .comment-content pre {
  font-size: 0.875rem;
}
body.phone.serif-fonts #post .post-content,
body.ipad.serif-fonts #post .post-content {
  font-size: 1.125rem;
}
body.phone #archives .archive-title .archives .brick,
body.phone #archives-tags .itags,
body.ipad #archives .archive-title .archives .brick,
body.ipad #archives-tags .itags {
  font-weight: 400;
}
body.phone .container {
  max-width: 620px;
}
body.not-safari::-webkit-scrollbar,
body.not-safari *::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
body.not-safari::-webkit-scrollbar-thumb,
body.not-safari *::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: #808080;
  min-height: 40px;
  padding-top: 100px;
  border-radius: 4px;
}
body.not-safari::-webkit-scrollbar-thumb:hover,
body.not-safari::-webkit-scrollbar-thumb:active,
body.not-safari *::-webkit-scrollbar-thumb:hover,
body.not-safari *::-webkit-scrollbar-thumb:active {
  background-color: #b3b3b3;
}
body.not-safari.theme-dark::-webkit-scrollbar,
body.not-safari.theme-dark *::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
body.not-safari.theme-dark::-webkit-scrollbar-thumb,
body.not-safari.theme-dark *::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: #696969;
  min-height: 40px;
  padding-top: 100px;
  border-radius: 4px;
}
body.not-safari.theme-dark::-webkit-scrollbar-thumb:hover,
body.not-safari.theme-dark::-webkit-scrollbar-thumb:active,
body.not-safari.theme-dark *::-webkit-scrollbar-thumb:hover,
body.not-safari.theme-dark *::-webkit-scrollbar-thumb:active {
  background-color: #959595;
}
body.android,
body #navbar {
  font-size: 0.875em;
}
@media screen and (max-width: 480px) {
  body.android #index .post .post-title,
  body.android #archive .post .post-title,
  body.android #post .post-title {
    font-size: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  body.android,
  body.android #nav .menu li a,
  body.android .post-content {
    font-weight: 400;
  }
}
@media screen and (max-width: 1456px) {
  body.windows {
    font-size: 0.9375em;
  }
  body.windows .post-content pre,
  body.windows .post-content code,
  body.windows .comment-content pre,
  body.windows .comment-content code {
    font-size: 0.813rem;
  }
}
body.windows.wrap-code pre,
body.windows.wrap-code .post-content pre code .code-line {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: hidden;
}
body.windows-le-7 #post .post-title,
body.windows-le-7 #index .post .post-title,
body.windows-le-7 #archive .post .post-title {
  font-weight: 400;
}
.collapse:not(.show) {
  display: none;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
/*
@media (min-width: 576px) {
    .navbar > .container-fluid {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .navbar > .container-fluid {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .navbar > .container-fluid {
        max-width: 960px
    }
}

@media (min-width: 1210px) {
    .navbar > .container-fluid {
        max-width: 1170px
    }
}
 */
.navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 891;
}
body.desktop.chrome .navbar.fixed-top {
  left: -10px;
  right: -10px;
}
.navbar-brand {
  display: inline-block;
  padding: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  max-width: 180px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}
.navbar-brand.text-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  height: 2.5rem;
  display: block;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-nav.side-toolbar-list {
  text-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 15px;
}
.navbar-nav.side-toolbar-list.show-read-settings div.read-settings-container {
  display: block;
  background: #191919;
}
body.theme-white
  .navbar-nav.side-toolbar-list.show-read-settings
  div.read-settings-container {
  background: #f0f0f0;
}
body.theme-white.theme-sunset
  .navbar-nav.side-toolbar-list.show-read-settings
  div.read-settings-container {
  background: #f8f1e4;
}
.navbar-nav.side-toolbar-list li {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
}
.navbar-nav.side-toolbar-list li:first-child {
  margin-left: 0;
}
.navbar-nav.side-toolbar-list li:last-child {
  margin-right: 0;
}
.navbar-nav.side-toolbar-list li.selected::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0.8125rem;
  margin-top: -0.4375rem;
  border: 0.4375rem solid transparent;
  border-bottom-color: #191919;
}
body.theme-white .navbar-nav.side-toolbar-list li.selected::after {
  border-bottom-color: #f0f0f0;
}
body.theme-white.theme-sunset .navbar-nav.side-toolbar-list li.selected::after {
  border-bottom-color: #f8f1e4;
}
.navbar-nav.side-toolbar-list li a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  font-size: 0.75rem;
  background: #2c2a2a;
  color: #ccc;
  vertical-align: middle;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body.theme-white .navbar-nav.side-toolbar-list li a {
  background: #f0f0f0;
  color: #333;
}
body.theme-white.theme-sunset .navbar-nav.side-toolbar-list li a {
  background-color: #f8f1e4;
  color: #333;
}
.navbar-nav.side-toolbar-list li a:hover {
  background: #fff;
  color: #333;
}
body.theme-white .navbar-nav.side-toolbar-list li a:hover {
  background: #333;
  color: #fff;
}
body.theme-white.theme-sunset .navbar-nav.side-toolbar-list li a:hover {
  background-color: #2c2a2a;
  color: #fff;
}
.navbar-nav.side-toolbar-list li a .night-mode,
.navbar-nav.side-toolbar-list li a .night {
  background: #5856d6 !important;
  color: #fff !important;
}
.navbar-nav.side-toolbar-list li a .night-mode:hover,
.navbar-nav.side-toolbar-list li a .night:hover {
  background: #5856d6 !important;
  color: #fff !important;
}
.navbar-nav.side-toolbar-list li a .day-mode .day {
  background: #ffcc33 !important;
  color: #fff !important;
}
.navbar-nav.side-toolbar-list li a .day-mode .day:hover {
  background: #ffcc33 !important;
  color: #fff !important;
}
.navbar-nav.side-toolbar-list li a i {
  font-size: 0.9rem;
  line-height: 2.5rem;
}
.navbar .read-settings-container {
  display: none;
  position: absolute;
  right: -1rem;
  top: 100%;
  width: 17.5rem;
  margin-top: 0.4375rem;
  border-radius: 0.3125rem;
}
.navbar .read-settings-container .read-settings {
  opacity: 1;
}
.navbar
  .read-settings-container
  .background-color-controls
  li
  > a.auto.selected {
  background: #fc3 !important;
  color: #fff !important;
}
body.theme-white
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.auto {
  background: #f0f0f0;
  color: #333;
}
body.theme-white.theme-sunset
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.auto {
  background: #f8f1e4;
}
.navbar .read-settings-container .background-color-controls li > a.white,
.navbar .read-settings-container .background-color-controls li > a.white:hover {
  background: #fafafa;
  color: #333;
}
body.theme-white.theme-sunset
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.white,
body.theme-white.theme-sunset
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.white:hover {
  background: #fff;
}
.navbar .read-settings-container .background-color-controls li > a.sunset,
.navbar
  .read-settings-container
  .background-color-controls
  li
  > a.sunset:hover {
  background: #f8f1e4;
  color: #333;
}
body.theme-white.theme-sunset
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.sunset,
body.theme-white.theme-sunset
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.sunset:hover {
  background: #e7e0d3;
  color: #333;
}
.navbar .read-settings-container .background-color-controls li > a.dark,
body.theme-white.theme-sunset
  .navbar
  .read-settings-container
  .background-color-controls
  li
  > a.dark {
  background: #2c2a2a;
  color: #f0f0f0;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  /*flex-grow: 1;*/
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-search-container {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  font-size: 0.75rem;
  background: #2c2a2a;
  color: #ccc;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-align: left;
}
body.show-navbar-search .navbar-search-container {
  width: 10.5rem;
}
body.theme-white .navbar-search-container {
  background: #f0f0f0;
}
body.theme-white.theme-sunset .navbar-search-container {
  background: #f8f1e4;
}
body.theme-dark:not(.show-navbar-search) .navbar-search-container:hover {
  background: #fff;
}
.navbar-nav.side-toolbar-list .navbar-search-container > a {
  text-align: center;
  vertical-align: top;
}
.navbar-search-container .search-form {
  display: inline-block;
}
.navbar-search-container .search-form input.search {
  height: 2.375rem;
  width: 6.5rem;
  border: 0;
  background-color: transparent;
  font-size: 0.875rem;
  overflow: hidden;
  line-height: 1.5;
  vertical-align: bottom;
}
body.theme-dark .navbar-search-container .search-form input.search {
  color: #ccc;
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem;
  }
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
.navbar-color {
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
}
@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
  .navbar-color {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
body.theme-sunset .navbar-color {
  background-color: rgba(255, 248, 235, 0.97);
}
@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
  body.theme-sunset .navbar-color {
    background-color: rgba(248, 241, 228, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
.navbar-color .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-color .navbar-brand:hover,
.navbar-color .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-color .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-color .navbar-nav .nav-link:hover,
.navbar-color .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-color .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.show > .navbar-color .navbar-nav .nav-link,
.active > .navbar-color .navbar-nav .nav-link,
.navbar-color .navbar-nav .nav-link.show,
.navbar-color .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-color .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-color .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-color .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-color .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-color .navbar-text a:hover,
.navbar-color .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
body.theme-dark .navbar-color {
  background-color: rgba(52, 50, 50, 0.97);
}
@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
  body.theme-dark .navbar-color {
    background-color: rgba(52, 50, 50, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
body.theme-dark .navbar-color .navbar-brand {
  color: #fff;
}
body.theme-dark .navbar-color .navbar-brand:hover,
body.theme-dark .navbar-color .navbar-brand:focus {
  color: #fff;
}
body.theme-dark .navbar-color .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
body.theme-dark .navbar-color .navbar-nav .nav-link:hover,
body.theme-dark .navbar-color .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
body.theme-dark .navbar-color .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.show > body.theme-dark .navbar-color .navbar-nav .nav-link,
.active > body.theme-dark .navbar-color .navbar-nav .nav-link,
body.theme-dark .navbar-color .navbar-nav .nav-link.show,
body.theme-dark .navbar-color .navbar-nav .nav-link.active {
  color: #fff;
}
body.theme-dark .navbar-color .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
body.theme-dark .navbar-color .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.theme-dark .navbar-color .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-dark .navbar-color .navbar-text a {
  color: #fff;
}
body.theme-dark .navbar-color .navbar-text a:hover,
body.theme-dark .navbar-color .navbar-text a:focus {
  color: #fff;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  line-height: 2;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.117);
}
@supports (-webkit-backdrop-filter: blur(20px)) {
  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
  }
}
body.theme-sunset .dropdown-menu {
  background-color: #fff8eb;
}
@supports (-webkit-backdrop-filter: blur(20px)) {
  body.theme-sunset .dropdown-menu {
    background-color: rgba(248, 241, 228, 0.7);
    -webkit-backdrop-filter: blur(20px);
  }
}
body.theme-dark .dropdown-menu {
  background-color: #343232;
}
@supports (-webkit-backdrop-filter: blur(20px)) {
  body.theme-dark .dropdown-menu {
    background-color: rgba(52, 50, 50, 0.7);
    -webkit-backdrop-filter: blur(20px);
  }
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
body.use-navbar .dropdown-item > a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #191919;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body.use-navbar .dropdown-item > a:hover,
body.use-navbar .dropdown-item > a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
body.use-navbar .dropdown-item > a.active,
body.use-navbar .dropdown-item > a:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
body.use-navbar .dropdown-item > a.disabled,
body.use-navbar .dropdown-item > a:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
body.use-navbar.theme-sunset .dropdown-item > a:hover,
body.use-navbar.theme-sunset .dropdown-item > a:focus {
  background-color: #f8f1e4;
}
body.use-navbar.theme-dark .dropdown-item > a {
  color: rgba(255, 255, 255, 0.9);
}
body.use-navbar.theme-dark .dropdown-item > a:hover,
body.use-navbar.theme-dark .dropdown-item > a:focus {
  background-color: #403e3e;
}
body.theme-sunset .dropdown-divider {
  border-color: #d6d0c2;
}
body.theme-dark .dropdown-divider {
  border-color: #5e5c5c;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
body.use-navbar .sidebar,
body.use-navbar #toggle-nav {
  display: none;
}
@media (max-width: 767.98px) {
  body.use-navbar .sidebar,
  body.use-navbar #toggle-nav {
    display: block;
  }
  body.use-navbar .navbar {
    display: none;
  }
}
@media (min-width: 768px) {
  body.use-navbar #masthead .inner {
    padding-top: 3.75rem;
  }
  body.use-navbar #toc-content {
    padding-top: 5rem;
  }
  body.use-navbar.no-banner #wrap {
    padding-top: 0rem;
  }
}
body.use-sidebar .navbar {
  display: none;
}
.OwO {
  position: relative;
  user-select: none;
  margin-top: 10px;
  display: block;
}
.OwO:hover .OwO-logo {
  color: #ccc;
}
.OwO.OwO-open .OwO-logo {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  color: #ccc;
}
.OwO.OwO-open .OwO-body {
  display: block;
}
.OwO.OwO-up .OwO-body {
  top: inherit;
  bottom: 21px;
  border-radius: 4px 4px 4px 0;
}
.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
  border-radius: 0;
}
.OwO.OwO-up.OwO-open .OwO-logo {
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.OwO .OwO-logo {
  position: relative;
  display: inline-block;
  color: #999;
  border: 2px solid #777;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 5px;
  cursor: pointer;
  height: 22px;
  box-sizing: border-box;
  z-index: 2;
  line-height: 16px;
}
body.theme-white .OwO .OwO-logo {
  color: #777;
  border-color: #ececec;
}
body.theme-dark .OwO .OwO-logo {
  border-color: #555;
}
body.theme-dark.dark-mode .OwO .OwO-logo {
  border-color: #777;
}
.OwO .OwO-logo:hover span {
  display: inline-block;
}
.OwO .OwO-body {
  display: none;
  position: absolute;
  width: 400px;
  background: #2c2a2a;
  border: 2px solid #777;
  z-index: 9999;
  top: 21px;
  border-radius: 0 4px 4px 4px;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
}
body.theme-dark .OwO .OwO-body {
  border-color: #555;
}
body.theme-dark.dark-mode .OwO .OwO-body {
  border-color: #777;
}
.OwO .OwO-body .OwO-items {
  user-select: none;
  display: none;
  padding: 10px;
  margin: 0;
  overflow: auto;
  font-size: 0;
}
.OwO .OwO-body .OwO-items .OwO-item {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 10px 12px 0;
  cursor: pointer;
  transition: 0.3s;
}
.OwO .OwO-body .OwO-items .OwO-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.2);
}
.OwO .OwO-body .OwO-items-emoji .OwO-item {
  font-size: 20px;
  line-height: 19px;
}
.OwO .OwO-body .OwO-items-image .OwO-item {
  max-width: calc(25% - 10px);
  box-sizing: border-box;
}
.OwO .OwO-body .OwO-items-image .OwO-item img {
  max-width: 100%;
}
.OwO .OwO-body .OwO-items-show {
  display: block;
}
.OwO .OwO-body .OwO-bar {
  width: 100%;
  height: 30px;
  border-top: 2px solid #555;
  background: #2c2a2a;
  border-radius: 0 0 4px 4px;
  color: #ccc;
  overflow-y: hidden;
}
.OwO .OwO-body .OwO-bar .OwO-packages {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.OwO .OwO-body .OwO-bar .OwO-packages li {
  list-style-type: none;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 3px;
}
.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
  border-radius: 0 0 0 3px;
}
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
  background: rgba(255, 255, 255, 0.12);
}
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
  background: rgba(255, 255, 255, 0.12);
  transition: 0.3s;
}
body.OwO-open #body {
  overflow-y: inherit;
  overflow-x: hidden;
}
body.theme-white .OwO:hover .OwO-logo {
  color: #444;
}
body.theme-white .OwO .OwO-body {
  background: #fff;
  border-color: #ececec;
}
body.theme-white .OwO .OwO-body .OwO-items .OwO-item {
  background: #f7f7f7;
}
body.theme-white .OwO .OwO-body .OwO-items .OwO-item:hover {
  background: #eee;
}
body.theme-white .OwO .OwO-body .OwO-bar {
  border-top-color: #ececec;
  background: #fff;
  color: #444;
}
body.theme-white .OwO .OwO-body .OwO-bar .OwO-packages li:hover {
  background: #eee;
}
body.theme-white .OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
  background: #eee;
}
body.theme-white.theme-sunset .OwO-logo {
  border-color: #d6d0c2;
}
body.theme-white.theme-sunset .OwO-body {
  background: #fff8eb;
  border-color: #d6d0c2;
}
body.theme-white.theme-sunset .OwO-body .OwO-items .OwO-item {
  background: #f8f1e4;
}
body.theme-white.theme-sunset .OwO-body .OwO-items .OwO-item:hover {
  background: #e7e0d3;
}
body.theme-white.theme-sunset .OwO-body .OwO-bar {
  background: #fff8eb;
  border-top-color: #d6d0c2;
}
body.theme-white.theme-sunset .OwO-body .OwO-bar .OwO-packages li:hover {
  background: #f8f1e4;
}
body.theme-white.theme-sunset
  .OwO-body
  .OwO-bar
  .OwO-packages
  .OwO-package-active {
  background: #f8f1e4;
}
.horizontal-banner {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}
.horizontal-banner a {
  flex: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .horizontal-banner a {
    margin-bottom: 0.2rem;
  }
}
.horizontal-banner a:last-child {
  margin-bottom: 0;
}
.horizontal-banner a img {
  width: 100%;
}

.article-ads-btn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 1rem;
  justify-content: flex-start;
}
.article-ads-btn a {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  margin-left: 0;
  width: calc(25% - 0.6rem);
  margin-right: 0.75rem;
  color: #bcbcbc !important;
  border: 1px solid #5e5c5c;
  border-radius: 4px;
  padding: 0.5rem 0;
}
.article-ads-btn a:nth-child(4n) {
  margin-right: 0;
}
.article-ads-btn a:hover {
  color: #1abc9c !important;
  border-color: #1abc9c;
  border-bottom-color: #1abc9c !important;
}
.ads-title {
  background: #303030;
  padding: 0.5rem 1rem;
  border-top: 1px solid #444;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.article-bottom-apps {
  display: flex;
  flex-wrap: wrap;
}
.article-bottom-apps .btn-app {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-color: transparent !important;
  margin-bottom: 1rem;
  align-items: center;
}
.article-bottom-apps .btn-app:after {
  border-bottom: none !important;
}
.article-bottom-apps .btn-app img {
  margin-top: 0 !important;
  margin-bottom: 0.3rem !important;
  border-radius: 0.625rem;
  max-width: 55%;
}
.article-bottom-apps .btn-app span {
  font-size: 0.65rem;
  color: #bcbcbc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}
.txt-apps {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 1rem;
  justify-content: flex-start;
}
.txt-apps a {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  margin-left: 0;
  width: calc(25% - 0.6rem);
  margin-right: 0.75rem;
  color: #bcbcbc !important;
  border: 1px solid #5e5c5c;
  border-radius: 4px;
  padding: 0.5rem 0;
}
.txt-apps a:nth-child(4n) {
  margin-right: 0;
}
.txt-apps a:hover {
  color: #1abc9c !important;
  border-color: #1abc9c;
  border-bottom-color: #1abc9c !important;
}
@media (max-width: 767px) {
  .article-ads-btn a,
  .txt-apps a {
    font-size: 0.9rem;
  }
}
@media (max-width: 414px) {
  .article-ads-btn a,
  .txt-apps a {
    font-size: 0.75rem;
  }
}
@media (max-width: 390px) {
  .article-ads-btn a,
  .txt-apps a {
    font-size: 0.75rem;
  }
}
@media (max-width: 375px) {
  .article-ads-btn a,
  .txt-apps a {
    font-size: 0.65rem;
  }
}

.line {
  width: 100%;
  height: 1px;
  background-color: #444444;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .line {
    margin: 0.5rem 0;
  }
  .article-bottom-apps .btn-app {
    width: 20%;
  }
  .article-bottom-apps .btn-app img {
    width: 70%;
  }
}
@media (max-width: 414px) {
  .article-bottom-apps .btn-app span {
    font-size: 0.725rem;
  }
}
@media (max-width: 390px) {
  .article-bottom-apps .btn-app span {
    font-size: 0.625rem;
  }
}

.top_picks_title {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.top_picks_wrapper {
  color: #ffffff;
  position: relative;
  font-size: 1.0625rem;
  font-weight: 500;
  border: 0.0625rem solid #555;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1rem;
  word-break: break-word;
  padding: 1.265rem 1.28rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.buttom_left {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 5.05rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(/assets/img/icon_left.png) no-repeat;
  background-size: 100% 100%;
}

.buttom_right {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 5.05rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(/assets/img/icon_right.png) no-repeat;
  background-size: 100% 100%;
}

.top_picks {
  display: flex;
  flex-direction: row;
  transition: transform 0.3s ease;
  /* align-items: center; */
}

.top_picks_item {
  flex: 0 0 50%;
  padding-right: 0.33rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.top_picks_item.active {
  opacity: 1;
  pointer-events: auto;
}

.top_picks_item:nth-child(even) {
  padding-left: 0.33rem;
}

.top_picks_item > .item_thumb {
  width: 100%;
  height: 9.58rem;
  border-radius: 0.15rem;
  overflow: hidden;
}

.top_picks_item > .item_thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_picks_item > .item_title {
  margin-top: 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制为2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top_picks_item {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  font: inherit;
}

@media (max-width: 960px) {
  .buttom_left,
  .buttom_right {
    display: none;
  }
  .top_picks_item,
  .top_picks_item.active {
    opacity: 1 !important;
  }
  .top_picks {
    transform: none !important;
  }
  .top_picks_item > .item_thumb {
    /* height: 4.775rem; */
    aspect-ratio: 350 / 191;
    width: 100%;
    height: auto;
  }

  .top_picks_wrapper {
    overflow-x: auto;
    padding: 0.75rem;
    border-radius: 0.5rem;
  }

  .top_picks_item > .item_title {
    margin-top: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top_picks_item {
    flex: 0 0 55%;
    padding: 0;
    overflow: hidden;
    margin-right: 0.5rem;
  }

  .top_picks_item:last-child {
    margin-right: 0;
  }

  .top_picks_title {
    width: 100%;
    padding: 0.5rem;
    background: #303030;
    margin: 0.75rem 0;
    font-size: 1.1rem;
  }
}
.float_buttom {
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 2.3125rem;
  transform: translateX(calc(-50% + 310px + 3.75rem));
  display: flex;
  flex-direction: column;
}
.float_buttom > .float_buttom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.float_buttom > .float_buttom_item > :first-child {
  height: 2.5rem;
  width: 2.5rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 0.375rem;
}
.float_buttom > .float_buttom_item > span {
  font-size: 0.75rem;
}

.float_buttom > .float_buttom_item > .icon-comment-select {
  background-image: url(/usr/themes/Mirages/images/icon-comment-select.png);
}
.float_buttom > .float_buttom_item > .icon-comment-unselect {
  background-image: url(/usr/themes/Mirages/images/icon-comment-unselect.png);
}

.float_buttom > .float_buttom_item > .icon-content-select {
  background-image: url(/usr/themes/Mirages/images/icon-content-select.png);
}
.float_buttom > .float_buttom_item > .icon-content-unselect {
  background-image: url(/usr/themes/Mirages/images/icon-content-unselect.png);
}

.float_buttom > .float_buttom_item > .icon-video-select {
  background-image: url(/usr/themes/Mirages/images/icon-video-select.png);
}
.float_buttom > .float_buttom_item > .icon-video-unselect {
  background-image: url(/usr/themes/Mirages/images/icon-video-unselect.png);
}

.float_buttom > .float_buttom_item > .icon-top-select {
  background-image: url(/usr/themes/Mirages/images/icon-top-select.png);
}
.float_buttom > .float_buttom_item > .icon-top-unselect {
  background-image: url(/usr/themes/Mirages/images/icon-top-unselect.png);
}
.float_buttom > .float_buttom_item > .icon-app-unselect {
  background-image: url(/usr/themes/Mirages/images/icon-app-unselect.png);
}

#fix-app-wrapper {
  display: none;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 67px);
  width: 134px;
  height: 35px;
  padding-left: 31px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  line-height: 35px;
  background-image: url(/usr/themes/Mirages/images/icon-download.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 12.5px 10px;
}
#fix-app-wrapper .fix-close {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 13px;
  height: 13px;
  background-image: url(/usr/themes/Mirages/images/icon-close.png);
  background-size: cover;
}
#fix-app-wrapper a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .float_buttom {
    bottom: 1.25rem;
    left: calc(100% - 3rem);
    transform: none;
  }
  .float_buttom > .float_buttom_item {
    margin-top: 0.7875rem;
  }
  #fix-app-wrapper {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .float_buttom {
    transform: translateX(calc(-50% + 327px + 3.75rem));
  }
}

@media screen and (min-width: 1251px) and (max-width: 1599px) {
  .float_buttom {
    transform: translateX(calc(-50% + 355px + 3.75rem));
  }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .float_buttom {
    transform: translateX(calc(-50% + 384px + 3.75rem));
  }
}

@media screen and (min-width: 1800px) {
  .float_buttom {
    transform: translateX(calc(-50% + 400px + 3.75rem));
  }
}

#footer .protocol {
  padding: 0 0 1.875rem 0;
}

#footer .protocol a {
  color: #939292;
  font-weight: 500;
  font-size: 0.875rem;
}
.index_hot_tags {
  margin-bottom: 0.875rem;
}

.tags-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.875rem;
}

.tags-title .right_more {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #979797;
  font-size: 0.9rem;
}

.tags-title .right_more img {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem;
}

@media (max-width: 767px) {
  .tags-title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }

  .index_hot_tags {
    margin-bottom: 0.6rem;
  }
}
