@supports (backdrop-filter: blur(20px)) {
  .blur {
    background: rgba(255,255,255,0.9) !important;
    backdrop-filter: saturate(200%) blur(20px);
  }
}
.shadow {
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
.shadow.floatable {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.shadow.floatable:hover {
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("https://cdn.jsdelivr.net/gh/volantis-x/cdn-fonts/UbuntuMono/UbuntuMono-Regular.ttf");
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Varela Round';
  src: url("https://cdn.jsdelivr.net/gh/volantis-x/cdn-fonts/VarelaRound/VarelaRound-Regular.ttf");
  font-weight: 'normal';
  font-style: 'normal';
}
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}
html {
  color: #444;
  width: 100%;
  height: 100%;
  font-family: UbuntuMono, "PingFang SC", "Microsoft YaHei", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif;
  font-size: 0.9375rem;
}
html >::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
html >::-webkit-scrollbar-track-piece {
  background: transparent;
}
html >::-webkit-scrollbar-thumb {
  background: #2196f3;
  cursor: pointer;
  border-radius: 2px;
}
html >::-webkit-scrollbar-thumb:hover {
  background: #ff5722;
}
body {
  background-color: #f4f4f4;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body.modal-active {
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  body.modal-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
::-moz-selection {
  background: rgba(33,150,243,0.2);
}
::selection {
  background: rgba(33,150,243,0.2);
}
h1 {
  font-size: 1.625rem;
}
h2 {
  font-size: 1.375rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h6 {
  font-weight: normal;
}
a {
  color: #32c5ff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
a:hover {
  color: #ff5722;
}
a:active,
a:hover {
  outline: 0;
}
a:not([href]) {
  cursor: default;
}
pre {
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
}
img {
  max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none;
}
.inner {
  position: relative;
  width: 80%;
  max-width: 710px;
  margin: 0 auto;
}
.vertical {
  display: table-cell;
  vertical-align: middle;
}
ul,
ol {
  padding-left: 0;
}
ul li,
ol li {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 50%;
  line-height: 1em;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0;
  background: none;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-radius: 1px;
  border-bottom: 1px solid rgba(68,68,68,0.1);
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box /* 2 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  overflow: auto;
  display: inline-block;
  max-width: 100%;
  margin-right: 0.4rem;
  vertical-align: text-top;
}
table::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
table::-webkit-scrollbar-track-piece {
  background: transparent;
}
table::-webkit-scrollbar-thumb {
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
}
table:hover::-webkit-scrollbar-thumb {
  background: rgba(68,68,68,0.5);
}
table:hover::-webkit-scrollbar-thumb:hover {
  background: #ff5722;
}
table th {
  background-color: #f1f1f1;
}
table td,
table th {
  padding: 8px 16px;
  border: 2px solid #f1f1f1;
  line-height: 1.5;
  font-size: 90%;
}
table tr {
  word-break: keep-all;
  background-color: #fefefe;
}
table tbody >tr {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
table tbody >tr:hover {
  background-color: #f1f1f1;
}
td,
th {
  padding: 0;
}
.article span.btn {
  display: inline;
}
.article span.btn a {
  text-decoration: none;
  border-bottom: none;
}
.article span.btn >a {
  display: inline-block;
  background: #44d7b6;
  color: #fff;
  padding: 4px 4px 2px 4px;
  margin: 2px;
  line-height: 1.1;
  border-radius: 2px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.article span.btn >a i {
  margin-right: 2px;
}
.article span.btn >a:hover {
  color: #fff;
  background: #ff5722;
}
.article span.btn >a:not([href]) {
  opacity: 0.5;
}
.article span.btn >a:not([href]):hover {
  cursor: not-allowed;
}
.article span.btn.regular >a {
  padding: 8px 12px 6px 12px;
}
.article span.btn.regular >a i {
  margin-right: 4px;
}
.article span.btn.large >a {
  padding: 12px 36px 10px 36px;
}
.article span.btn.large >a i {
  margin-right: 8px;
}
.article span.btn.center {
  display: block;
  text-align: center;
}
.article div.btns {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
  line-height: 1.8;
}
.article div.btns,
.article div.btns p,
.article div.btns a {
  font-size: 0.8125rem;
  color: #555;
}
.article div.btns b {
  font-size: 0.875rem;
}
.article div.btns.wide>a {
  padding-left: 32px;
  padding-right: 32px;
}
.article div.btns.fill>a {
  flex-grow: 1;
  width: auto;
}
.article div.btns.around {
  justify-content: space-around;
}
.article div.btns.center {
  justify-content: center;
}
.article div.btns.grid2>a {
  width: calc(100%/2 - 16px);
}
@media screen and (max-width: 1024px) {
  .article div.btns.grid2>a {
    width: calc(100%/2 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article div.btns.grid2>a {
    width: calc(100%/2 - 16px);
  }
}
@media screen and (max-width: 500px) {
  .article div.btns.grid2>a {
    width: calc(100%/1 - 16px);
  }
}
.article div.btns.grid3>a {
  width: calc(100%/3 - 16px);
}
@media screen and (max-width: 1024px) {
  .article div.btns.grid3>a {
    width: calc(100%/3 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article div.btns.grid3>a {
    width: calc(100%/3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  .article div.btns.grid3>a {
    width: calc(100%/1 - 16px);
  }
}
.article div.btns.grid4>a {
  width: calc(100%/4 - 16px);
}
@media screen and (max-width: 1024px) {
  .article div.btns.grid4>a {
    width: calc(100%/3 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article div.btns.grid4>a {
    width: calc(100%/3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  .article div.btns.grid4>a {
    width: calc(100%/2 - 16px);
  }
}
.article div.btns.grid5>a {
  width: calc(100%/5 - 16px);
}
@media screen and (max-width: 1024px) {
  .article div.btns.grid5>a {
    width: calc(100%/4 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article div.btns.grid5>a {
    width: calc(100%/3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  .article div.btns.grid5>a {
    width: calc(100%/2 - 16px);
  }
}
.article div.btns a {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  text-decoration: none;
  border-bottom: none;
  margin: 8px;
  margin-top: calc(1.25 * 16px + 32px);
  min-width: 120px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 4px;
}
.article div.btns a>img:first-child,
.article div.btns a>i:first-child {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  height: 64px;
  width: 64px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  margin: 16px 8px 4px 8px;
  margin-top: calc(-1.25 * 16px - 32px);
  border: 2px solid #fff;
  background: #fff;
  line-height: 60px;
  font-size: 28px;
}
.article div.btns a>img:first-child.auto,
.article div.btns a>i:first-child.auto {
  width: auto;
}
.article div.btns a>i:first-child {
  color: #fff;
  background: #44d7b6;
}
.article div.btns a p,
.article div.btns a b {
  margin: 0.25em;
  font-weight: normal;
  line-height: 1.25;
  word-wrap: break-word;
}
.article div.btns a b {
  font-weight: bold;
  line-height: 1.3;
}
.article div.btns a img {
  margin: 0.4em auto;
}
.article div.btns a:not([href]) {
  cursor: default;
  color: inherit;
}
.article div.btns a[href]:hover {
  background: rgba(255,87,34,0.15);
}
.article div.btns a[href]:hover,
.article div.btns a[href]:hover b {
  color: #ff5722;
}
.article div.btns a[href]:hover>img:first-child,
.article div.btns a[href]:hover>i:first-child {
  transform: scale(1.1) translateY(-8px);
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
}
.article div.btns a[href]:hover>i:first-child {
  background: #ff5722;
}
.article div.btns.circle a>img:first-child,
.article div.btns.circle a>i:first-child {
  border-radius: 32px;
}
.article div.btns.rounded a>img:first-child,
.article div.btns.rounded a>i:first-child {
  border-radius: 16px;
}
article .checkbox {
  display: flex;
  font-size: 0.9375rem;
  align-items: center;
/* Checkbox */
/* Radio */
/* Colors */
}
article .checkbox input {
  transform: translate(0, -1px);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 16px;
  width: 16px;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 8px;
}
article .checkbox input[type=checkbox]:before,
article .checkbox input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
}
article .checkbox input[type=checkbox]:before {
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
  transition: all 0.2s ease-in;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
article .checkbox input[type=checkbox]:after {
  right: 7px;
  bottom: 3px;
  width: 2px;
  height: 0px;
  transition: all 0.2s ease-out;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.25s;
}
article .checkbox input[type=checkbox]:checked:before {
  left: 0px;
  top: 7px;
  width: 6px;
  height: 2px;
}
article .checkbox input[type=checkbox]:checked:after {
  right: 3px;
  bottom: 1px;
  width: 2px;
  height: 10px;
}
article .checkbox.minus input[type=checkbox]:before {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
}
article .checkbox.minus input[type=checkbox]:after {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
}
article .checkbox.minus input[type=checkbox]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
article .checkbox.minus input[type=checkbox]:checked:after {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
article .checkbox.plus input[type=checkbox]:before {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
}
article .checkbox.plus input[type=checkbox]:after {
  transform: rotate(0);
  left: 5px;
  top: 1px;
  width: 2px;
  height: 0px;
}
article .checkbox.plus input[type=checkbox]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
article .checkbox.plus input[type=checkbox]:checked:after {
  left: 5px;
  top: 1px;
  width: 2px;
  height: 10px;
}
article .checkbox.times input[type=checkbox]:before {
  transform: rotate(45deg);
  left: 3px;
  top: 1px;
  width: 0px;
  height: 2px;
}
article .checkbox.times input[type=checkbox]:after {
  transform: rotate(135deg);
  right: 3px;
  top: 1px;
  width: 0px;
  height: 2px;
}
article .checkbox.times input[type=checkbox]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
article .checkbox.times input[type=checkbox]:checked:after {
  right: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
article .checkbox input[type=radio] {
  border-radius: 50%;
}
article .checkbox input[type=radio]:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 2px;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
article .checkbox input[type=radio]:checked:before {
  transform: scale(1);
}
article .checkbox input {
  border: 2px solid #44d7b6;
}
article .checkbox input[type=checkbox]:checked {
  background: #44d7b6;
}
article .checkbox input[type=radio]:checked:before {
  background: #44d7b6;
}
article .checkbox.red input {
  border-color: #fe5f58;
}
article .checkbox.red input[type=checkbox]:checked {
  background: #fe5f58;
}
article .checkbox.red input[type=radio]:checked:before {
  background: #fe5f58;
}
article .checkbox.green input {
  border-color: #3dc550;
}
article .checkbox.green input[type=checkbox]:checked {
  background: #3dc550;
}
article .checkbox.green input[type=radio]:checked:before {
  background: #3dc550;
}
article .checkbox.yellow input {
  border-color: #ffbd2b;
}
article .checkbox.yellow input[type=checkbox]:checked {
  background: #ffbd2b;
}
article .checkbox.yellow input[type=radio]:checked:before {
  background: #ffbd2b;
}
article .checkbox.cyan input {
  border-color: #1bcdfc;
}
article .checkbox.cyan input[type=checkbox]:checked {
  background: #1bcdfc;
}
article .checkbox.cyan input[type=radio]:checked:before {
  background: #1bcdfc;
}
article .checkbox.blue input {
  border-color: #2196f3;
}
article .checkbox.blue input[type=checkbox]:checked {
  background: #2196f3;
}
article .checkbox.blue input[type=radio]:checked:before {
  background: #2196f3;
}
article .checkbox p {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dropmenu {
  display: inline-block;
  position: relative;
  cursor: default;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  color: #32c5ff;
}
div.dropmenu:hover {
  color: inherit;
}
div.dropmenu:hover >ul {
  display: block;
  left: 0;
  margin-left: 0;
  margin-top: 0px;
}
div.dropmenu ul>li {
  list-style: none;
}
div.dropmenu ul>li >a:hover {
  text-decoration: none !important;
}
div.dropmenu .list-v .list-v {
  left: calc(100% - 0.5 * 16px);
}
details {
  display: block;
  padding: 16px;
  margin: 0.4rem 0;
  border-radius: 4px;
  background: #fff;
  font-size: 0.9375rem;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  border: 1px solid #f6f6f6;
}
details p {
  font-size: 0.9375rem;
}
details summary {
  cursor: pointer;
  padding: 16px;
  margin: -16px;
  border-radius: 4px;
  color: rgba(85,85,85,0.7);
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  line-height: normal;
}
details summary > p,
details summary > h1,
details summary > h2,
details summary > h3,
details summary > h4,
details summary > h5,
details summary > h6 {
  display: inline;
  border-bottom: none !important;
}
details summary:hover {
  color: #555;
}
details summary:hover:after {
  position: absolute;
  content: '+';
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
details >summary {
  background: #f6f6f6;
}
details[blue] {
  border-color: #e8f4fd;
}
details[blue] >summary {
  background: #e8f4fd;
}
details[cyan] {
  border-color: #e8fafe;
}
details[cyan] >summary {
  background: #e8fafe;
}
details[green] {
  border-color: #ebf9ed;
}
details[green] >summary {
  background: #ebf9ed;
}
details[yellow] {
  border-color: #fff8e9;
}
details[yellow] >summary {
  background: #fff8e9;
}
details[red] {
  border-color: #feefee;
}
details[red] >summary {
  background: #feefee;
}
details[open] {
  border-color: rgba(85,85,85,0.2);
}
details[open] >summary {
  border-bottom: 1px solid rgba(85,85,85,0.2);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
details[open][blue] {
  border-color: rgba(33,150,243,0.3);
}
details[open][blue] >summary {
  border-bottom-color: rgba(33,150,243,0.3);
}
details[open][cyan] {
  border-color: rgba(27,205,252,0.3);
}
details[open][cyan] >summary {
  border-bottom-color: rgba(27,205,252,0.3);
}
details[open][green] {
  border-color: rgba(61,197,80,0.3);
}
details[open][green] >summary {
  border-bottom-color: rgba(61,197,80,0.3);
}
details[open][yellow] {
  border-color: rgba(255,189,43,0.3);
}
details[open][yellow] >summary {
  border-bottom-color: rgba(255,189,43,0.3);
}
details[open][red] {
  border-color: rgba(254,95,88,0.3);
}
details[open][red] >summary {
  border-bottom-color: rgba(254,95,88,0.3);
}
details[open] >summary {
  color: #555;
  margin-bottom: 0;
}
details[open] >summary:hover:after {
  content: '-';
}
details[open] >div.content {
  padding: 16px;
  margin: -16px;
  margin-top: 0;
}
details[open] >div.content p>a:hover {
  text-decoration: underline;
}
details[open] >div.content > p:first-child,
details[open] >div.content > .tabs:first-child,
details[open] >div.content > ul:first-child,
details[open] >div.content > ol:first-child,
details[open] >div.content > .highlight:first-child,
details[open] >div.content > .note:first-child,
details[open] >div.content > .fancybox:first-child,
details[open] >div.content > details:first-child {
  margin-top: 0;
}
details[open] >div.content > p:last-child,
details[open] >div.content > .tabs:last-child,
details[open] >div.content > ul:last-child,
details[open] >div.content > ol:last-child,
details[open] >div.content > .highlight:last-child,
details[open] >div.content > .note:last-child,
details[open] >div.content > .fancybox:last-child,
details[open] >div.content > details:last-child {
  margin-bottom: 0;
}
.article div.link-card {
  text-align: center;
  margin: 0.4rem auto;
}
.article a.link-card {
  background: #f6f6f6;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  max-width: 320px;
  color: #555;
  border-radius: 8px;
}
@media screen and (max-width: 375px) {
  .article a.link-card {
    max-width: 100%;
  }
}
.article a.link-card:hover {
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
}
.article a.link-card div.left {
  width: 48px;
  height: 48px;
  margin: 12px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.article a.link-card div.left i {
  font-size: 32px;
  line-height: 48px;
  margin-left: 4px;
}
.article a.link-card div.left img {
  display: block;
  position: absolute;
  border-radius: 8px/4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article a.link-card div.right {
  overflow: hidden;
  margin-right: 12px;
}
.article a.link-card p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article a.link-card p.text {
  font-weight: bold;
}
.article a.link-card p.url {
  color: rgba(68,68,68,0.65);
  font-size: 0.875rem;
}
audio,
video {
  border-radius: 4px;
  max-width: 100%;
}
video {
  z-index: 1;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
video:hover {
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.24), 0 8px 16px 0px rgba(0,0,0,0.24);
}
div.video {
  line-height: 0;
  text-align: center;
}
div.videos {
  max-width: calc(100% + 2 * 4px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0.4rem -4px;
}
div.videos .video,
div.videos iframe {
  width: 100%;
  margin: 4px;
}
div.videos iframe {
  border-radius: 4px;
  width: 100%;
  min-height: 300px;
}
div.videos.left {
  justify-content: flex-start;
}
div.videos.center {
  justify-content: center;
}
div.videos.right {
  justify-content: flex-end;
}
div.videos.stretch {
  align-items: stretch;
}
div.videos[col='1'] .video,
div.videos[col='1'] iframe {
  width: 100%;
}
div.videos[col='2'] .video,
div.videos[col='2'] iframe {
  width: calc(50% - 2 * 4px);
}
div.videos[col='3'] .video,
div.videos[col='3'] iframe {
  width: calc(33.33% - 2 * 4px);
}
div.videos[col='4'] .video,
div.videos[col='4'] iframe {
  width: calc(25% - 2 * 4px);
}
div.note {
  position: relative;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 16.1px 16px 16px 16px;
  padding-left: calc(16px + 16px);
  border-radius: 4px;
  background: #ecfbf7;
  border-left: 4px solid #44d7b6;
}
div.note h2,
div.note h3,
div.note h4,
div.note h5,
div.note h6 {
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 0 !important;
  border-bottom: initial;
}
div.note p,
div.note ul,
div.note ol,
div.note blockquote,
div.note img {
  font-size: 0.9375rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
div.note::before {
  position: absolute;
  top: calc(50% - 24px * 0.5);
  left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
}
div.note::before {
  color: #44d7b6;
  content: '\f054';
}
div.note::before {
  content: '\f054';
}
div.note.quote {
  background: #e8f4fd;
  border-color: #2196f3;
}
div.note.quote::before {
  color: #2196f3;
  content: '\f10d';
}
div.note.info {
  background: #ecfbf7;
  border-color: #44d7b6;
}
div.note.info::before {
  color: #44d7b6;
  content: '\f129';
}
div.note.success,
div.note.done {
  background: #ebf9ed;
  border-color: #3dc550;
}
div.note.success::before,
div.note.done::before {
  color: #3dc550;
  content: '\f00c';
}
div.note.warning {
  background: #fff8e9;
  border-color: #ffbd2b;
}
div.note.warning::before {
  color: #ffbd2b;
  content: '\f12a';
}
div.note.danger,
div.note.error {
  background: #feefee;
  border-color: #fe5f58;
}
div.note.danger::before,
div.note.error::before {
  color: #fe5f58;
  content: '\f00d';
}
div.note.radiation::before {
  content: '\f7b9';
}
div.note.bug::before {
  content: '\f188';
}
div.note.idea::before {
  content: '\f0eb';
}
div.note.link::before {
  content: '\f0c1';
}
div.note.paperclip::before {
  content: '\f0c6';
}
div.note.todo::before {
  content: '\f0ae';
}
div.note.message::before {
  content: '\f4ad';
}
div.note.guide::before {
  content: '\f277';
}
div.note.download::before {
  content: '\f019';
}
div.note.up::before {
  content: '\f102';
}
div.note.undo::before {
  content: '\f2ea';
}
div.note.play::before {
  content: '\f144';
}
div.note.clear {
  background: none;
  border-color: none;
}
div.note.light {
  background: #f5f5f5;
  border-color: #a1a1a1;
}
div.note.light::before {
  color: #a1a1a1;
}
div.note.gray {
  background: #f5f5f5;
  border-color: #696969;
}
div.note.gray::before {
  color: #696969;
}
div.note.theme {
  background: #ecfbf7;
  border-color: #44d7b6;
}
div.note.theme::before {
  color: #44d7b6;
}
div.note.red {
  background: #feefee;
  border-color: #fe5f58;
}
div.note.red::before {
  color: #fe5f58;
}
div.note.yellow {
  background: #fff8e9;
  border-color: #ffbd2b;
}
div.note.yellow::before {
  color: #ffbd2b;
}
div.note.green {
  background: #ebf9ed;
  border-color: #3dc550;
}
div.note.green::before {
  color: #3dc550;
}
div.note.cyan {
  background: #e8fafe;
  border-color: #1bcdfc;
}
div.note.cyan::before {
  color: #1bcdfc;
}
div.note.blue {
  background: #e8f4fd;
  border-color: #2196f3;
}
div.note.blue::before {
  color: #2196f3;
}
p.p.subtitle {
  font-weight: bold;
  color: #44d7b6;
  font-size: 1rem !important;
  padding-top: 0.8rem;
}
p.p.subtitle:first-child {
  padding-top: 0.4rem;
}
span.p.logo,
p.p.logo {
  font-family: "Varela Round", "PingFang SC", "Microsoft YaHei", Helvetica, Arial, Helvetica, monospace;
}
span.p.code,
p.p.code {
  font-family: Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
}
span.p.left,
p.p.left {
  display: block;
  text-align: left;
}
span.p.center,
p.p.center {
  display: block;
  text-align: center;
}
span.p.right,
p.p.right {
  display: block;
  text-align: right;
}
span.p.small,
p.p.small {
  font-size: 0.875rem;
}
span.p.large,
p.p.large {
  font-size: 3rem;
  line-height: 1.4;
}
span.p.huge,
p.p.huge {
  font-size: 4rem;
  line-height: 1.4;
}
span.p.ultra,
p.p.ultra {
  font-size: 6rem;
  line-height: 1.4;
}
span.p.small,
p.p.small,
span.p.large,
p.p.large,
span.p.huge,
p.p.huge,
span.p.ultra,
p.p.ultra {
  margin: 0;
  padding: 0;
}
span.p.bold,
p.p.bold {
  font-weight: bold;
}
span.p.h1,
p.p.h1 {
  font-size: 1.625rem;
  color: #444;
  padding-top: 0.8rem;
}
span.p.h2,
p.p.h2 {
  font-size: 1.375rem;
  color: #444;
  padding-top: 0.8rem;
  border-bottom: 1px solid rgba(68,68,68,0.1);
}
span.p.h3,
p.p.h3 {
  font-size: 1.25rem;
  color: #444;
  padding-top: 0.8rem;
}
span.p.h4,
p.p.h4 {
  font-size: 1.125rem;
  color: #444;
  padding-top: 0.8rem;
}
span.p.h5,
p.p.h5 {
  font-size: 1rem;
  color: #444;
  padding-top: 0.6rem;
}
span.p.red,
p.p.red {
  color: #fe5f58;
}
span.p.yellow,
p.p.yellow {
  color: #ffbd2b;
}
span.p.green,
p.p.green {
  color: #3dc550;
}
span.p.cyan,
p.p.cyan {
  color: #1bcdfc;
}
span.p.blue,
p.p.blue {
  color: #2196f3;
}
span.p.gray,
p.p.gray {
  color: #999;
}
div.tabs {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(85,85,85,0.2);
  font-size: 0.9375rem;
}
div.tabs .highlight,
div.tabs p,
div.tabs ul,
div.tabs ol,
div.tabs div.note,
div.tabs details {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
div.tabs ul.nav-tabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 8px 8px 0 8px;
  background: #f6f6f6;
  border-radius: 4px 4px 0 0;
  line-height: 1.5;
}
div.tabs ul.nav-tabs li.tab {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
div.tabs ul.nav-tabs li.tab:last-child {
  padding-right: 16px;
}
div.tabs ul.nav-tabs li.tab a {
  display: block;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  padding: 8px;
  text-align: center;
  font-size: 0.875rem;
  line-height: inherit;
  font-weight: bold;
  color: rgba(68,68,68,0.65);
  border: 1px solid transparent;
}
div.tabs ul.nav-tabs li.tab a:hover {
  color: #555;
}
div.tabs ul.nav-tabs li.tab a i {
  pointer-events: none;
}
div.tabs ul.nav-tabs li.tab.active a {
  cursor: default;
  color: #555;
  background: #fff;
  border: 1px solid rgba(85,85,85,0.2);
  border-bottom: 1px solid #fff;
}
div.tabs .tab-content {
  border-top: 1px solid rgba(85,85,85,0.2);
  margin-top: -1px;
}
div.tabs .tab-content .tab-pane {
  padding: 16px;
}
div.tabs .tab-content .tab-pane:not(.active) {
  display: none;
}
div.tabs .tab-content .tab-pane.active {
  display: block;
}
div.tabs .tab-content .tab-pane > p:first-child,
div.tabs .tab-content .tab-pane > .tabs:first-child,
div.tabs .tab-content .tab-pane > ul:first-child,
div.tabs .tab-content .tab-pane > ol:first-child,
div.tabs .tab-content .tab-pane > .highlight:first-child,
div.tabs .tab-content .tab-pane > .note:first-child,
div.tabs .tab-content .tab-pane > .fancybox:first-child {
  margin-top: 0;
}
div.tabs .tab-content .tab-pane > p:last-child,
div.tabs .tab-content .tab-pane > .tabs:last-child,
div.tabs .tab-content .tab-pane > ul:last-child,
div.tabs .tab-content .tab-pane > ol:last-child,
div.tabs .tab-content .tab-pane > .highlight:last-child,
div.tabs .tab-content .tab-pane > .note:last-child,
div.tabs .tab-content .tab-pane > .fancybox:last-child {
  margin-bottom: 0;
}
div.timenode {
  position: relative;
}
div.timenode:before,
div.timenode:after {
  content: '';
  z-index: 1;
  position: absolute;
  background: rgba(68,215,182,0.5);
  width: 2px;
  left: 7px;
}
div.timenode:before {
  top: 0px;
  height: 6px;
}
div.timenode:after {
  top: 26px;
  height: calc(100% - 26px);
}
div.timenode:last-child:after {
  height: calc(100% - 26px - 16px);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
div.timenode .meta {
  position: relative;
  color: rgba(68,68,68,0.65);
  font-size: 0.875rem;
  line-height: 32px;
  height: 32px;
}
div.timenode .meta:before,
div.timenode .meta:after {
  content: '';
  position: absolute;
  top: 8px;
  z-index: 2;
}
div.timenode .meta:before {
  background: rgba(68,215,182,0.5);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
div.timenode .meta:after {
  background: #44d7b6;
  margin-left: 2px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transform: scale(0.5);
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
div.timenode .meta p {
  font-weight: bold;
  margin: 0 0 0 24px;
}
div.timenode .body {
  margin: 4px 0 16px 24px;
  padding: 16px;
  border-radius: 8px;
  background: #f6f6f6;
  display: inline-block;
}
div.timenode:hover .meta {
  color: #444;
}
div.timenode:hover .meta:before {
  background: rgba(255,87,34,0.5);
}
div.timenode:hover .meta:after {
  background: #ff5722;
  transform: scale(1);
}
pre {
  position: relative;
}
.hljs {
  margin: -16px !important;
  padding: 16px !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.hljs::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.hljs::-webkit-scrollbar-track-piece {
  background: transparent;
}
.hljs::-webkit-scrollbar-thumb {
  background: rgba(118,118,118,0.4);
  cursor: pointer;
  border-radius: 2px;
}
.hljs::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
.hljs:before {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(68,68,68,0.65);
  font-size: 12px;
  padding: 4px 8px;
}
.hljs.md:before,
.hljs.markdown:before {
  content: "md";
}
.hljs.yaml:before {
  content: "YAML";
}
.hljs.json:before {
  content: "JSON";
}
.hljs.html:before {
  content: "HTML";
}
.hljs.js:before,
.hljs.javascript:before {
  content: "JS";
}
.hljs.css:before {
  content: "CSS";
}
.hljs.less:before {
  content: "Less";
}
.hljs.stylus:before {
  content: "Stylus";
}
.hljs.bash:before {
  content: "bash";
}
.hljs.shell:before {
  content: "shell";
}
.hljs.sh:before {
  content: "sh";
}
.hljs.ini:before {
  content: "ini";
}
.hljs.c:before {
  content: "C";
}
.hljs.cpp:before {
  content: "C++";
}
.hljs.objc:before,
.hljs.objectivec:before {
  content: "Objective-C";
}
.hljs.swift:before {
  content: "Swift";
}
.hljs.java:before {
  content: "Java";
}
.hljs.python:before {
  content: "Python";
}
.hljs.php:before {
  content: "PHP";
}
.hljs.rust:before {
  content: "Rust";
}
.hljs.sql:before {
  content: "SQL";
}
.hljs.ruby:before {
  content: "Ruby";
}
.hljs.makefile:before {
  content: "Makefile";
}
.hljs.go:before {
  content: "Go";
}
.hljs.typescript:before {
  content: "TypeScript";
}
.highlight {
  position: relative;
  width: 100%;
  margin: 0.4rem 0;
  display: block;
  background: #fff7ea;
  font-size: 0.8125rem;
  font-family: Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 1.5;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  filter: grayscale(100%);
}
.highlight:hover {
  border-color: #ffe4b7;
  filter: grayscale(0%);
}
.highlight figcaption {
  font-size: 12px;
  position: sticky;
  left: 0;
  padding: 4px 8px 4px 8px;
  background-color: #ffeed2;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.highlight >table {
  overflow: auto;
  display: block;
  margin: 0;
  background-color: transparent;
  border: none;
}
.highlight >table td,
.highlight >table th {
  padding: 0;
  border: none;
  line-height: 1.5;
}
.highlight >table tr {
  background-color: transparent;
}
.highlight >table tr:hover {
  background-color: transparent;
}
.highlight >table .gutter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 0 12px;
  text-align: right;
  border-width: 0;
  margin-left: 0;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffedd0;
}
.highlight >table .gutter pre {
  color: rgba(68,68,68,0.65);
}
.highlight >table pre {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
.highlight >table .code {
  padding: 16px;
  vertical-align: top;
  background-color: transparent;
}
.highlight >table .code:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(68,68,68,0.65);
  font-size: 12px;
  padding: 4px 8px;
}
.highlight.md .code:before,
.highlight.markdown .code:before {
  content: "md";
}
.highlight.yaml .code:before {
  content: "YAML";
}
.highlight.json .code:before {
  content: "JSON";
}
.highlight.diff .code:before {
  content: "diff";
}
.highlight.html .code:before {
  content: "HTML";
}
.highlight.js .code:before,
.highlight.javascript .code:before {
  content: "JS";
}
.highlight.css .code:before {
  content: "CSS";
}
.highlight.less .code:before {
  content: "Less";
}
.highlight.stylus .code:before {
  content: "Stylus";
}
.highlight.bash .code:before {
  content: "bash";
}
.highlight.shell .code:before {
  content: "shell";
}
.highlight.sh .code:before {
  content: "sh";
}
.highlight.ini .code:before {
  content: "ini";
}
.highlight.c .code:before {
  content: "C";
}
.highlight.cpp .code:before {
  content: "C++";
}
.highlight.objc .code:before,
.highlight.objectivec .code:before {
  content: "Objective-C";
}
.highlight.swift .code:before {
  content: "Swift";
}
.highlight.java .code:before {
  content: "Java";
}
.highlight.python .code:before {
  content: "Python";
}
.highlight.php .code:before {
  content: "PHP";
}
.highlight.rust .code:before {
  content: "Rust";
}
.highlight.sql .code:before {
  content: "SQL";
}
.highlight.ruby .code:before {
  content: "Ruby";
}
.highlight.makefile .code:before {
  content: "Makefile";
}
.highlight.go .code:before {
  content: "Go";
}
.highlight.typescript .code:before {
  content: "TypeScript";
}
.highlight pre .line,
.highlight pre .params {
  color: rgba(68,68,68,0.9);
}
.highlight pre .line .addition {
  color: #3fa33f;
}
.highlight pre .line .deletion {
  color: #ee2b29;
}
.highlight pre .marked {
  background-color: rgba(254,213,66,0.4);
  padding: 2px 8px 2px 0;
  border-radius: 2px;
  width: 100%;
}
.highlight pre .title,
.highlight pre .attr,
.highlight pre .attribute {
  color: #3f51b5;
}
.highlight pre .comment {
  color: rgba(85,85,85,0.5);
}
.highlight pre .keyword,
.highlight pre .meta-keyword,
.highlight pre .javascript .function {
  color: #9c27b0;
}
.highlight pre .type,
.highlight pre .built_in,
.highlight pre .tag .name {
  color: #4ba7ee;
}
.highlight pre .variable,
.highlight pre .regexp,
.highlight pre .ruby .constant,
.highlight pre .xml .tag .title,
.highlight pre .xml .pi,
.highlight pre .xml .doctype,
.highlight pre .html .doctype,
.highlight pre .css .id,
.highlight pre .css .class,
.highlight pre .css .pseudo {
  color: #fd8607;
}
.highlight pre .number,
.highlight pre .preprocessor,
.highlight pre .literal,
.highlight pre .constant {
  color: #fd8607;
}
.highlight pre .class,
.highlight pre .ruby .class .title,
.highlight pre .css .rules .attribute {
  color: #ff9800;
}
.highlight pre .string,
.highlight pre .meta-string {
  color: #449e48;
}
.highlight pre .value,
.highlight pre .inheritance,
.highlight pre .header,
.highlight pre .ruby .symbol,
.highlight pre .xml .cdata {
  color: #4caf50;
}
.highlight pre .css .hexcolor {
  color: #6cc;
}
.highlight pre .function,
.highlight pre .python .decorator,
.highlight pre .python .title,
.highlight pre .ruby .function .title,
.highlight pre .ruby .title .keyword,
.highlight pre .perl .sub,
.highlight pre .javascript .title,
.highlight pre .coffeescript .title {
  color: #69c;
}
.highlight.html .line .tag .name,
.highlight.css .line .tag .name,
.highlight.less .line .tag .name,
.highlight.stylus .line .tag .name,
.highlight.html .line .selector-tag,
.highlight.css .line .selector-tag,
.highlight.less .line .selector-tag,
.highlight.stylus .line .selector-tag {
  color: #ee2b29;
}
.highlight.html .line .selector-class,
.highlight.css .line .selector-class,
.highlight.less .line .selector-class,
.highlight.stylus .line .selector-class,
.highlight.html .line .selector-attr,
.highlight.css .line .selector-attr,
.highlight.less .line .selector-attr,
.highlight.stylus .line .selector-attr {
  color: #fd8607;
}
.highlight.html .line .attribute,
.highlight.css .line .attribute,
.highlight.less .line .attribute,
.highlight.stylus .line .attribute {
  color: #3f51b5;
}
.highlight.html .line .number,
.highlight.css .line .number,
.highlight.less .line .number,
.highlight.stylus .line .number {
  color: #17afca;
}
.highlight.objc .line .meta,
.highlight.objectivec .line .meta,
.highlight.swift .line .meta,
.highlight.c .line .meta {
  color: #9c27b0;
}
.highlight.objc .line .meta-string,
.highlight.objectivec .line .meta-string,
.highlight.swift .line .meta-string,
.highlight.c .line .meta-string,
.highlight.objc .line .string,
.highlight.objectivec .line .string,
.highlight.swift .line .string,
.highlight.c .line .string {
  color: #fb3f1b;
}
.highlight.objc .line .class,
.highlight.objectivec .line .class,
.highlight.swift .line .class,
.highlight.c .line .class {
  color: rgba(68,68,68,0.9);
}
.highlight.objc .line .class .title,
.highlight.objectivec .line .class .title,
.highlight.swift .line .class .title,
.highlight.c .line .class .title {
  color: #1e80f0;
}
.highlight.objc .line .comment,
.highlight.objectivec .line .comment,
.highlight.swift .line .comment,
.highlight.c .line .comment {
  color: #3fa33f;
}
.highlight.json .line .attr {
  color: #e24f5a;
}
.highlight.json .line .literal {
  color: #3f51b5;
}
.highlight.yaml .line .attr {
  color: #e24f5a;
}
.alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  padding: 30px 36px 29px 36px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  font-weight: bold;
  font-size: 1.125rem;
}
.alert.alert-success {
  color: #247830;
  background: #daf4de;
}
.alert.alert-info {
  color: #028baf;
  background-color: #e4f9ff;
}
.alert.alert-warning {
  color: #c48700;
  background-color: #fffdf7;
}
.alert.alert-danger {
  color: #ef0b01;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .l_header .list-v .aplayer,
  .l_header .list-v .aplayer-pic {
    border-radius: 4px;
    width: 64px;
    height: 64px;
  }
}
.highlight {
  position: relative;
}
.btn-copy {
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  border: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: Menlo, Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
  font-size: 11.5px;
  font-weight: bold;
  padding: 4px 8px;
  color: rgba(68,68,68,0.65);
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.btn-copy >i {
  margin-right: 4px;
}
.btn-copy:hover {
  color: #ff5722;
  background: #ffeee8;
}
.highlight:hover .btn-copy {
  opacity: 1;
}
.article pre:hover .btn-copy {
  opacity: 1;
}
.darkmode-toggle {
  z-index: 100000;
}
.darkmode-background {
  z-index: -9999999 !important;
}
.darkmode--activated img {
  filter: brightness(30%);
}
.darkmode--activated .pdf {
  filter: brightness(30%);
}
.darkmode--activated .MiniValine .vpage .more {
  background: #21232f;
}
.darkmode--activated .MiniValine .vlist .vcard .vcomment-body .text-wrapper .vcomment.expand:before {
  background: linear-gradient(180deg, rgba(246,246,246,0), rgba(0,0,0,0.9));
}
.darkmode--activated .MiniValine .vlist .vcard .vcomment-body .text-wrapper .vcomment.expand:after {
  background: rgba(0,0,0,0.9);
}
.darkmode--activated .MiniValine .vlist .vcard .vcomment-body .text-wrapper .vcomment pre {
  background: #282c34;
  border: 1px solid #282c34;
}
.darkmode--activated .MiniValine .vinputs-area .vextra-area .vsmile-icons {
  background: transparent;
}
.darkmode--activated .MiniValine .vlist .vcard .vcomment-body .vhead {
  filter: brightness(85%);
}
.darkmode--activated .container {
  background: #21232f;
}
.darkmode--activated .blur {
  background: #21232f !important;
}
.darkmode--activated .loading-bar-wrapper {
  background: #21232f;
}
.darkmode--activated .nav-main .u-search-input {
  background: #87ceeb !important;
}
.darkmode--activated .list-v {
  background: #21232f;
}
.darkmode--activated .vsubmit {
  background: #21232f;
}
.darkmode--activated .l_header ul>li>a:hover {
  background: rgba(33,150,243,0.2);
}
.darkmode--activated #archive-page .archive .archive-post a:hover {
  background: rgba(33,150,243,0.2);
}
.darkmode--activated .l_main .article .prev-next>a {
  background: #21232f;
}
.darkmode--activated .article blockquote {
  background: #21232f;
}
.darkmode--activated table tr {
  background-color: rgba(205,202,220,0);
}
.darkmode--activated table th {
  background: rgba(3,8,36,0.56);
}
.darkmode--activated table tr:hover {
  background: rgba(33,150,243,0.2);
}
.darkmode--activated .highlight>table {
  background: #282c34;
}
.darkmode--activated .gutter {
  background: #282c34 !important;
  background-color: #282c34 !important;
}
.darkmode--activated .highlight figcaption {
  background-color: #21252b;
}
.darkmode--activated .highlight {
  border: 1px solid #21252b !important;
  background: #282c34;
}
.darkmode--activated .highlight table tr:hover {
  background: #282c34;
}
.darkmode--activated details>summary {
  background: #282c34;
}
.darkmode--activated details {
  border: 1px solid #282c34;
  background: #282c34;
}
.darkmode--activated .note {
  background: #282c34 !important;
}
.darkmode--activated .nav-tabs {
  background: #282c34 !important;
}
.darkmode--activated .tabs {
  background: #282c34 !important;
}
.darkmode--activated .btns a {
  background: #282c34 !important;
}
.darkmode--activated .tab.active a {
  background: #87ceeb !important;
}
.darkmode--activated .widget>.content ul.entry a:hover,
.darkmode--activated .widget>.content ul.popular-posts a:hover {
  background: rgba(33,150,243,0.2);
}
.darkmode--activated #u-search .modal {
  background: #282c34 !important;
}
.darkmode--activated #u-search .modal-header {
  background: #282c34 !important;
}
.darkmode--activated #u-search .modal-body {
  background: #282c34 !important;
}
.darkmode--activated #u-search .modal-body .modal-results .result:hover {
  background: rgba(33,150,243,0.2) !important;
}
.darkmode--activated .aplayer-info {
  background: #282c34 !important;
}
.darkmode--activated .aplayer .aplayer-lrc:before {
  background: linear-gradient(180deg, #282c34 0, rgba(255,255,255,0));
}
.darkmode--activated .aplayer .aplayer-lrc:after {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(33,33,33,0.8));
}
.darkmode--activated .aplayer-pic {
  filter: brightness(30%);
}
.darkmode--activated .l_header ul.nav-list-h>li>a:hover {
  background: #282c34 !important;
}
.darkmode--activated .white-box {
  background: #282c34 !important;
}
.darkmode--activated .widget {
  background: #282c34 !important;
}
.darkmode--activated .article code:not([class]) {
  background: #221f29 !important;
}
.darkmode--activated .cover-wrapper .cover .cover-body .menu.dock .list-h a:hover,
.darkmode--activated .cover-wrapper .cover .cover-body .menu.featured .list-h a:hover,
.darkmode--activated .cover-wrapper .cover .cover-body .menu.focus .list-h a:hover {
  background: #282c34 !important;
}
.darkmode--activated .friend-card {
  background: #172233 !important;
}
.darkmode--activated .highlight pre .line,
.darkmode--activated .highlight pre .params {
  color: rgba(158,142,142,0.9);
}
.darkmode--activated div.timenode .body {
  background: #21232f !important;
}
div.gallery {
  margin: 0.4rem 0;
  overflow: hidden;
}
div.gallery >.fancybox,
div.gallery >p>.fancybox {
  margin: 1px;
  padding: 0;
  position: relative;
}
div.gallery >.fancybox .image-caption,
div.gallery >p>.fancybox .image-caption {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.3);
  color: #fff;
}
div.gallery >.fancybox .image-caption:empty,
div.gallery >p>.fancybox .image-caption:empty {
  display: none;
}
div.gallery >.fancybox:hover .image-caption,
div.gallery >p>.fancybox:hover .image-caption {
  opacity: 1;
  transform: translateY(0);
}
div.gallery,
div.gallery >p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 !important;
  align-items: stretch;
}
div.gallery[col]>p {
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.gallery[col='2']>p>.fancybox {
  width: calc(50% - 2 * 1px);
}
div.gallery[col='3']>p>.fancybox {
  width: calc(33.33% - 2 * 1px);
}
div.gallery[col='4']>p>.fancybox {
  width: calc(25% - 2 * 1px);
}
div.gallery[col='5']>p>.fancybox {
  width: calc(20% - 2 * 1px);
}
div.gallery[col='6']>p>.fancybox {
  width: calc(16.66% - 2 * 1px);
}
div.gallery[col='7']>p>.fancybox {
  width: calc(14.2857% - 2 * 1px);
}
div.gallery[col='8']>p>.fancybox {
  width: calc(12.5% - 2 * 1px);
}
div.gallery >p {
  margin: 0;
}
div.gallery.left,
div.gallery.left>p {
  justify-content: flex-start;
}
div.gallery.center,
div.gallery.center>p {
  justify-content: center;
}
div.gallery.right,
div.gallery.right>p {
  justify-content: flex-end;
}
div.gallery.stretch,
div.gallery.stretch>p {
  align-items: stretch;
}
div.gallery.stretch img,
div.gallery.stretch>p img {
  transform: scale(1.5);
}
.fancybox-container .fancybox-stage {
  cursor: zoom-out;
}
.fancybox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 500px) {
  .fancybox {
    border-radius: 1px;
  }
}
.fancybox a {
  line-height: 0;
  margin: 0;
  align-items: stretch;
  cursor: zoom-in;
}
.fancybox .gallery {
  overflow: hidden;
}
.fancybox .image-caption {
  font-size: 0.8125rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: rgba(68,68,68,0.65);
}
.article mjx-container {
  font-family: Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
  background: rgba(255,255,255,0);
  padding: 16px 8px;
  border-radius: 4px;
  min-width: 0 !important;
}
.article mjx-container[jax="CHTML"][display="true"],
.article .has-jax {
  overflow: auto hidden;
}
.article mjx-container + br {
  display: none;
}
#loading-bar-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  height: 2px;
  z-index: 99999;
}
.loading-circle {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(250,250,250,0.9);
}
.loading-circle img {
  width: 280px;
  height: 210px;
  position: relative;
  top: 45%;
  left: 50%;
  margin-left: -140px;
  margin-top: -105px;
}
#loader-circle {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff5a5a;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
#loader-circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5af33f;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader-circle:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6dc9ff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.l_main #comments {
  position: relative;
}
.l_main #comments a {
  border-bottom: none;
}
.l_main #comments #valine_container >i {
  display: block;
  margin: 16px auto;
}
.l_main #comments #valine_container img {
  display: inline;
}
.l_main #comments #valine_container .vwrap {
  border-radius: 8px;
  border-style: dashed;
  border: 1px dashed rgba(68,68,68,0.3);
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main #comments #valine_container .vwrap:hover {
  border: 1px dashed #44d7b6;
}
.l_main #comments #valine_container .vwrap .cancel-reply {
  margin-top: 0;
  margin-bottom: 0;
}
.l_main #comments #valine_container .vwrap .vheader .vinput {
  border-radius: 0;
  border-bottom: 1px dashed rgba(68,68,68,0.3);
}
.l_main #comments #valine_container .vwrap .vheader .vinput:hover {
  border-bottom: 1px dashed #44d7b6;
}
.l_main #comments #valine_container .vwrap .vheader .vinput:focus {
  border-bottom: 1px solid #44d7b6;
}
.l_main #comments #valine_container .vwrap .vedit .vicon {
  height: 22px;
}
.l_main #comments #valine_container .vwrap .vemojis,
.l_main #comments #valine_container .vwrap .vpreview {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 8px;
}
.l_main #comments #valine_container .vwrap .vemojis::-webkit-scrollbar,
.l_main #comments #valine_container .vwrap .vpreview::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.l_main #comments #valine_container .vwrap .vemojis::-webkit-scrollbar-track-piece,
.l_main #comments #valine_container .vwrap .vpreview::-webkit-scrollbar-track-piece {
  background: transparent;
}
.l_main #comments #valine_container .vwrap .vemojis::-webkit-scrollbar-thumb,
.l_main #comments #valine_container .vwrap .vpreview::-webkit-scrollbar-thumb {
  background: rgba(118,118,118,0.4);
  cursor: pointer;
  border-radius: 2px;
}
.l_main #comments #valine_container .vwrap .vemojis::-webkit-scrollbar-thumb:hover,
.l_main #comments #valine_container .vwrap .vpreview::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
.l_main #comments #valine_container .vwrap .vemojis .vemoji,
.l_main #comments #valine_container .vwrap .vpreview .vemoji {
  max-height: 22px;
  max-width: 100px;
}
.l_main #comments #valine_container .vwrap .vemojis i,
.l_main #comments #valine_container .vwrap .vpreview i {
  width: auto;
  padding: 8px;
  border-radius: 4px;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out;
}
.l_main #comments #valine_container .vwrap .vemojis i:hover,
.l_main #comments #valine_container .vwrap .vpreview i:hover {
  background: #fbfbfb;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1), -1px -1px 2px rgba(255,255,255,0.5), inset 8px 8px 16px rgba(0,0,0,0.05), inset -8px -8px 16px rgba(255,255,255,0.4);
}
.l_main #comments #valine_container .vwrap .vemojis i:active,
.l_main #comments #valine_container .vwrap .vpreview i:active {
  background: #f1f1f1;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1), 0px 0px 0px rgba(255,255,255,0.8), inset 2px 2px 4px rgba(0,0,0,0.1), inset -2px -2px 4px #fff, inset -8px -8px 16px rgba(255,255,255,0.4);
}
.l_main #comments #valine_container .vwrap .vedit .vctrl span {
  padding: 0;
  margin: 10px;
}
.l_main #comments #valine_container .vwrap .vedit span {
  fill: #555;
}
.l_main #comments #valine_container .vwrap .vedit span.actived {
  fill: #44d7b6;
}
.l_main #comments #valine_container .vcount {
  color: #555;
  font-size: 0.875rem;
  padding: 0;
  font-weight: inherit;
}
.l_main #comments #valine_container .vcount .vnum {
  color: #555;
  font-size: 1.375rem;
}
.l_main #comments #valine_container button {
  border: none;
  padding: 4px 2rem;
  border-radius: 4px;
  background: #f1f1f1;
  color: #444;
  line-height: 2;
  font-size: 14px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main #comments #valine_container button:hover {
  color: #ff5722;
  background: #ffeee8;
}
.l_main #comments #valine_container button.vmore {
  width: 100%;
  padding: 8px 2rem;
}
.l_main #comments #valine_container .vcards .vquote {
  border-left: none;
}
.l_main #comments #valine_container .vcards .vh {
  border-bottom: 1px dashed rgba(68,68,68,0.1);
}
.l_main #comments #valine_container .vcards .vimg {
  border: 1px solid #fff;
  padding: 0;
  background: #f6f6f6;
}
.l_main #comments #valine_container .vcards .vcontent.expand:before {
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(246,246,246,0.9));
}
.l_main #comments #valine_container .vcards .vcontent.expand:after {
  background: rgba(246,246,246,0.9);
  color: #444;
}
.l_main #comments #valine_container .vcards .vhead span.vnick {
  color: #6e6e6e;
  cursor: default;
}
.l_main #comments #valine_container .vcards .vhead a.vnick {
  color: #ff9800;
  font-weight: bold;
}
.l_main #comments #valine_container .vcards .vhead a.vnick:hover {
  color: #ff5722;
}
.l_main #comments #valine_container .vcards .vhead .vsys {
  margin: 2px;
  padding: 1px 8px;
  background-color: #f6f6f6;
}
.l_main #comments #valine_container .vcards .vmeta .vat {
  font-weight: bold;
  color: #32c5ff;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main #comments #valine_container .vcards .vmeta .vat:hover {
  color: #ff5722;
  text-decoration: underline;
}
.l_main #comments #valine_container .vcards .vcontent blockquote {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background: #ecfbf7;
  border-left: 4px solid #44d7b6;
  border-radius: 4px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main #comments #valine_container .vcards .vcontent code {
  color: #555;
  font-family: Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
}
.l_main #comments #valine_container .vcards .vcontent pre {
  background: #fff7ea;
}
.l_main #comments #valine_container .vcards .vcontent pre code {
  border: none;
}
.l_main #comments #valine_container .vcards .vcontent a {
  color: #32c5ff;
  line-height: inherit;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main #comments #valine_container .vcards .vcontent a:hover {
  color: #ff5722;
  text-decoration: underline;
}
.l_main #comments #valine_container .vcards .vcontent p {
  color: #555;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  line-height: inherit;
}
.l_main #comments #valine_container .vcards .vcontent .vemoji {
  max-height: 24px;
  border-radius: 0;
  margin-top: -10px;
  max-width: 100px;
}
.l_main #comments #valine_container .vempty {
  color: rgba(68,68,68,0.65);
}
.l_main #comments #valine_container .vpower,
.l_main #comments #valine_container .vpower a {
  font-size: 0.75rem;
}
.l_main #comments #valine_container .vpower a {
  color: #555;
}
.l_main #comments #valine_container .vpower a:hover {
  text-decoration: underline;
  color: #ff5722;
}
.l_main #comments #valine_container .vinput {
  color: #444;
}
.l_main #comments #valine_container p {
  color: #444;
}
#archive-page {
  margin-bottom: 32px;
}
#archive-page .archive .archive-year {
  margin-top: 4em;
  margin-bottom: 1em;
}
#archive-page .archive .archive-year:first-child {
  margin-top: 0em;
  padding-top: 0;
}
#archive-page .archive .archive-year h2 {
  margin-top: 1em;
}
#archive-page .archive .archive-post a {
  color: #444;
  width: 100%;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: transparent;
  border-left: 2px solid transparent;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 0.875rem;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
#archive-page .archive .archive-post a.child {
  padding-left: 32px;
}
#archive-page .archive .archive-post a:hover {
  background: #ecfbf7;
  border-left: 2px solid #44d7b6;
}
#archive-page .archive .archive-post a:active {
  border-left: 4px solid #44d7b6;
}
#archive-page .archive .archive-post time {
  flex: none;
  vertical-align: middle;
  padding: 0.4em;
  padding-left: 2em;
  color: rgba(68,68,68,0.65);
}
@media screen and (max-width: 500px) {
  #archive-page .archive .archive-post time {
    padding-left: 1em;
  }
}
#archive-page .archive .archive-post .title {
  flex: auto;
  padding: 0.4em;
}
#archive-page .archive .archive-post .title i {
  color: #ff5722;
}
#archive-page .archive .archive-post .title i.red {
  color: #fe5f58;
}
#archive-page .archive .archive-post .title i.green {
  color: #3dc550;
}
#archive-page .archive .archive-post .title i.yellow {
  color: #ffbd2b;
}
#archive-page .archive .archive-post .title i.blue {
  color: #1bcdfc;
}
#archive-page .archive .archive-post .title i.theme {
  color: #44d7b6;
}
#archive-page .archive .archive-post .title i.accent {
  color: #ff5722;
}
#archive-page .archive .archive-post .title i.orange {
  color: #ff5722;
}
#archive-page .archive .all-categories time {
  color: #444;
}
#archive-page .archive .all-categories .title {
  color: rgba(68,68,68,0.65);
}
#archive-page .archive .all-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: baseline;
  word-spacing: 8px;
  text-align: center;
}
#archive-page .archive .all-tags ul {
  margin: 0 -4px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#archive-page .archive .all-tags ul li {
  list-style: none;
  background: #f6f6f6;
  margin: 0.4rem 4px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
#archive-page .archive .all-tags ul li a {
  display: inline-block;
  color: #444;
  padding: 4px 8px 4px 12px;
}
#archive-page .archive .all-tags ul li a:hover {
  color: #ff5722 !important;
}
#archive-page .archive .all-tags ul li span {
  padding: 4px 8px;
  color: rgba(68,68,68,0.5);
  background: #e9e9e9;
  pointer-events: none;
}
#archive-page .archive .all-tags ul li:hover {
  background: #ffeee8;
}
#archive-page .archive .all-tags ul li:hover a {
  color: #ff5722;
}
#archive-page .archive .all-tags ul li:hover span {
  background: #ffeee8;
}
.article a:not([class]) {
  border-bottom: 1px solid #32c5ff;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.article a:not([class]):hover {
  border-bottom-color: #ff5722;
}
.article {
  color: #555;
  word-wrap: break-word;
}
.article img {
  position: relative;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.article img.inline {
  display: inline;
  vertical-align: middle;
  transform: translateY(-4px);
}
@media screen and (max-width: 500px) {
  .article img {
    box-shadow: none;
  }
}
.article div>img,
.article p>img {
  display: block;
  margin: auto;
  border-radius: 4px;
}
@media screen and (max-width: 500px) {
  .article div>img,
  .article p>img {
    border-radius: 2px;
  }
}
.article span img {
  display: inline;
  margin: auto;
}
.article a {
  word-break: break-word;
}
.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
  margin-top: 0.4rem;
  padding-top: 0;
}
.article h1.title,
.article h2.title,
.article h3.title,
.article h4.title,
.article h5.title,
.article h6.title {
  left: 0;
}
.article h1.title:before,
.article h2.title:before,
.article h3.title:before,
.article h4.title:before,
.article h5.title:before,
.article h6.title:before {
  content: none;
}
.article h1,
.article h2 {
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(68,68,68,0.1);
}
.article h1 {
  text-align: left;
  color: #444;
  margin-top: 48px;
}
.article h2 {
  text-align: left;
  color: #444;
  margin-top: 48px;
}
.article h3 {
  text-align: left;
  color: #444;
  margin-top: 24px;
}
.article h4 {
  text-align: left;
  color: #444;
  margin-top: 16px;
}
.article h5 {
  font-weight: bold;
  color: #444;
  margin-top: 0.6rem;
}
.article h6 {
  color: #444;
  margin-top: 0.6rem;
}
.article center,
.article center p {
  text-align: center;
}
.article .aplayer {
  margin: 0.4rem 0;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  border-radius: 4px;
  color: #666;
}
.article p.small-img img,
.article div.small-img img {
  width: auto;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}
.article s,
.article del {
  opacity: 0.7;
}
.article u {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #fe5f58;
}
.article emp {
  color: #444;
  border-bottom: 4px dotted #fe5f58;
}
.article psw {
  color: transparent;
  background: #aaa;
  border-radius: 2px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.article psw:hover {
  color: #555;
  background: none;
}
.article kbd {
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  background: #f6f6f6;
  padding-left: 4px;
  padding-right: 4px;
}
.article p {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  text-align: justify;
  max-width: 100%;
  line-height: inherit;
}
.article ul,
.article ol {
  font-size: 0.9375rem;
  list-style: initial;
  padding-left: 8px;
  margin-left: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.article ul ul,
.article ol ul,
.article ul ol,
.article ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article ul li,
.article ol li {
  margin-top: 0px;
  margin-bottom: 0px;
}
.article ul li li,
.article ol li li {
  margin-top: 0;
  margin-bottom: 0;
}
.article ul li p,
.article ol li p {
  margin-top: 4px;
  margin-bottom: 0;
}
.article ul.task-list,
.article ol.task-list {
  padding-left: 0;
  margin-left: 4px;
}
.article ul.task-list li,
.article ol.task-list li {
  list-style: none;
}
.article ul.task-list li input,
.article ol.task-list li input {
  margin-right: 4px;
}
.article ul>li {
  list-style: initial;
}
.article ol>li {
  list-style: decimal;
}
.article .subtitle h6 {
  color: rgba(68,68,68,0.9);
}
.article figure figcaption span {
  display: inline-block;
  margin-right: 5px;
}
.article blockquote {
  background: #ecfbf7;
  border-left: 4px solid #44d7b6;
  border-radius: 4px;
}
.article blockquote {
  position: relative;
  width: 100%;
  padding: 16.1px 16px 16px 16px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.article blockquote,
.article blockquote p,
.article blockquote ul,
.article blockquote ol {
  text-align: left;
  word-wrap: normal;
  font-size: 0.9375rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.article blockquote footer {
  padding: 0;
  text-align: justify;
  color: inherit;
  font-style: italic;
  margin: 0.4rem 0;
}
.article blockquote footer cite {
  color: rgba(68,68,68,0.65);
  margin-left: 1em;
}
.article blockquote footer cite::before {
  content: '----';
  padding: 0 0.3em;
}
.article blockquote.pullquote.right {
  border-left: none;
  border-right: 4px solid #44d7b6;
}
.article blockquote.pullquote.right p {
  text-align: right;
}
.article pre {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  overflow: auto;
  background: #fff7ea;
  font-size: 0.8125rem;
  font-family: Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
  border: 1px solid #ffebcb;
  padding: 16px;
  border-radius: 4px;
}
.article pre >code:not([class]) {
  background: transparent;
}
.article div>pre {
  border-radius: 4px;
}
.article div>pre>code:not([class]) {
  padding: 0;
  margin: 0;
  background: transparent;
  color: rgba(68,68,68,0.9);
}
.article code {
  font-family: Menlo, UbuntuMono, Monaco, monospace, courier, sans-serif;
}
.article code:not([class]) {
  font-size: 0.8125rem;
  border-radius: 2px;
}
@media screen and (max-width: 500px) {
  .article ul,
  .article ol {
    font-size: 0.875rem;
  }
  .article figure {
    font-size: 13px;
    line-height: 1.5;
  }
}
.article .widget {
  background: transparent;
  margin: 0.4rem 0;
  box-shadow: none;
  border-radius: 4px;
  cursor: auto;
  background: #f6f6f6;
  padding: 8px 0;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  width: 100%;
}
.article .widget:hover {
  box-shadow: none;
}
.article .widget:active {
  box-shadow: none;
}
.article .widget header {
  padding: 4px 0.6em;
  padding-bottom: 0;
}
.article .widget header,
.article .widget header a {
  color: rgba(68,68,68,0.85);
}
.article .widget.copyright,
.article .widget.qrcode {
  background: none;
  padding: 0;
}
.article .widget.copyright header,
.article .widget.qrcode header {
  display: none;
}
.article .widget.copyright .content,
.article .widget.qrcode .content {
  padding: 0;
}
.article .widget.list .content,
.article .widget.related_posts .content {
  padding: 0 0.6em !important;
}
.article .widget .content {
  padding: 0 0.6em;
  margin: 0;
}
.article .widget .content ul {
  padding-left: 9px;
  margin-left: 16px;
}
.article .widget .content ul a {
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  display: inline;
  border-left: none;
  padding: 0;
  padding-left: 4px;
  color: #32c5ff;
  font-weight: normal;
}
.article .widget .content ul a:hover {
  color: #ff5722;
  text-decoration: underline;
}
.article .widget .content ul a:hover,
.article .widget .content ul a.active,
.article .widget .content ul a:active {
  border-left: none !important;
  background: none !important;
}
.article .widget .content .list a .name {
  display: inline;
  color: #32c5ff;
}
.article .widget .content .list a:hover .name {
  text-decoration: underline;
  color: #ff5722;
}
.article .widget.qrcode > .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 4px;
}
.article .widget.qrcode > .content>.fancybox,
.article .widget.qrcode > .content>img {
  margin: 0 8px;
}
.article .widget.qrcode > .content img {
  margin-bottom: 4px;
}
.article .article_footer {
  margin-top: 64px;
}
.article .widget-blur {
  backdrop-filter: none;
}
.article .article-entry> h1,
.article .article-entry> h2,
.article .article-entry> h3,
.article .article-entry> h4,
.article .article-entry> h5,
.article .article-entry> h6 {
  position: relative;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.article .article-entry> h1 >a,
.article .article-entry> h2 >a,
.article .article-entry> h3 >a,
.article .article-entry> h4 >a,
.article .article-entry> h5 >a,
.article .article-entry> h6 >a {
  color: inherit;
  pointer-events: auto;
}
.article .article-entry> h1 >a:hover,
.article .article-entry> h2 >a:hover,
.article .article-entry> h3 >a:hover,
.article .article-entry> h4 >a:hover,
.article .article-entry> h5 >a:hover,
.article .article-entry> h6 >a:hover {
  color: #ff5722;
}
.article .article-entry> h1:before,
.article .article-entry> h2:before,
.article .article-entry> h3:before,
.article .article-entry> h4:before,
.article .article-entry> h5:before,
.article .article-entry> h6:before {
  content: '';
  display: block;
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}
.article .article-entry> h1:before,
.article .article-entry> h2:before {
  margin-top: -32px;
}
.article .article-entry> h3:before {
  margin-top: -56px;
}
.article .article-entry> h4:before {
  margin-top: -64px;
}
.article .article-entry> h5 {
  font-weight: bold;
}
article .readmore {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.875rem;
}
.cover-wrapper .cover {
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  align-self: center;
  align-content: center;
  color: #555;
  padding: 16px;
}
.cover-wrapper .cover .cover-body div.b {
  margin-top: 8vh;
  margin-bottom: 8vh;
}
.cover-wrapper .cover.half {
  margin-bottom: -100px;
  max-height: 640px;
  min-height: 400px;
  height: calc(36vh - 64px + 200px);
}
.cover-wrapper .cover.half .cover-body div.b {
  margin-top: 10%;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .cover-wrapper .cover.half .cover-body div.a {
    margin-top: 10%;
  }
}
.cover-wrapper .cover .scroll-down {
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}
.cover-wrapper .cover .scroll-down .scroll-down-effects {
  color: #fff;
  font-size: 24px;
  line-height: 64px;
  position: absolute;
  width: 24px;
  left: calc(50% - 12px);
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
  animation: scroll-down-effect 1.5s infinite;
}
@-moz-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: -16px;
    opacity: 0.4;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: -16px;
    opacity: 0.4;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: -16px;
    opacity: 0.4;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: -16px;
    opacity: 0.4;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.cover-wrapper .cover .cover-body {
  margin: auto;
}
.cover-wrapper .cover .cover-body,
.cover-wrapper .cover .cover-body div.a,
.cover-wrapper .cover .cover-body div.b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.cover-wrapper .cover .cover-body .title {
  font-family: "Varela Round", "PingFang SC", "Microsoft YaHei", Helvetica, Arial, Helvetica, monospace;
  font-size: 3rem;
  line-height: 1.2;
}
.cover-wrapper .cover .cover-body .subtitle {
  font-size: 0.875rem;
}
.cover-wrapper .cover .cover-body .logo {
  max-height: 120px;
  max-width: calc(100% - 4 * 16px);
}
@media screen and (min-height: 1024px) {
  .cover-wrapper .cover .cover-body .title {
    font-size: 3.6rem;
  }
  .cover-wrapper .cover .cover-body .subtitle {
    font-size: 1.05rem;
  }
  .cover-wrapper .cover .cover-body .logo {
    max-height: 150px;
  }
}
.cover-wrapper .cover .cover-body .m_search {
  position: relative;
  max-width: calc(100% - 16px);
  width: 320px;
  vertical-align: middle;
}
.cover-wrapper .cover .cover-body .m_search .form {
  position: relative;
  display: block;
  width: 100%;
}
.cover-wrapper .cover .cover-body .m_search .icon,
.cover-wrapper .cover .cover-body .m_search .input {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.cover-wrapper .cover .cover-body .m_search .icon {
  position: absolute;
  display: block;
  line-height: 2.5rem;
  width: 32px;
  top: 0;
  left: 5px;
  color: rgba(85,85,85,0.75);
}
.cover-wrapper .cover .cover-body .m_search .input {
  display: block;
  height: 2.5rem;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 0.875rem;
  -webkit-appearance: none;
  padding-left: 36px;
  border-radius: 1.4rem;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  border: none;
  color: #444;
}
@media screen and (max-width: 500px) {
  .cover-wrapper .cover .cover-body .m_search .input {
    padding-left: 36px;
  }
}
.cover-wrapper .cover .cover-body .m_search .input:hover {
  background: rgba(255,255,255,0.8);
}
.cover-wrapper .cover .cover-body .m_search .input:focus {
  background: #fff;
}
.cover .list-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 4px;
}
.cover .list-h a {
  flex: 1;
  display: flex;
}
.cover .list-h a img {
  display: block;
  border-radius: 2px;
  margin: 8px 4px;
  min-width: 40px;
  max-width: 44px;
}
@media screen and (max-width: 768px) {
  .cover .list-h a img {
    min-width: 36px;
    max-width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .cover .list-h a img {
    min-width: 32px;
    max-width: 36px;
  }
}
@media screen and (max-width: 375px) {
  .cover .list-h a img {
    min-width: 28px;
    max-width: 32px;
  }
}
.cover-wrapper .cover .cover-body .menu {
  max-width: 100%;
}
.cover-wrapper .cover .cover-body .menu.search {
  margin-top: 16px;
}
.cover-wrapper .cover .cover-body .menu.search .list-h a {
  white-space: nowrap;
  flex-direction: row;
  align-items: baseline;
  font-size: 0.9375rem;
  padding: 2px;
  margin: 4px;
  color: rgba(85,85,85,0.75);
  text-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border-bottom: 2px solid transparent;
}
.cover-wrapper .cover .cover-body .menu.search .list-h a i {
  margin-right: 4px;
}
.cover-wrapper .cover .cover-body .menu.search .list-h a p {
  font-size: 0.9375rem;
}
.cover-wrapper .cover .cover-body .menu.search .list-h a:hover,
.cover-wrapper .cover .cover-body .menu.search .list-h a.active,
.cover-wrapper .cover .cover-body .menu.search .list-h a:active {
  color: #555;
  border-bottom: 2px solid #555;
}
.cover-wrapper .cover .cover-body .menu.dock,
.cover-wrapper .cover .cover-body .menu.featured,
.cover-wrapper .cover .cover-body .menu.focus {
  border-radius: 6px;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a,
.cover-wrapper .cover .cover-body .menu.featured .list-h a,
.cover-wrapper .cover .cover-body .menu.focus .list-h a {
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
  border-bottom: none;
  text-align: center;
  align-content: flex-end;
  color: rgba(85,85,85,0.85);
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .cover-wrapper .cover .cover-body .menu.dock .list-h a,
  .cover-wrapper .cover .cover-body .menu.featured .list-h a,
  .cover-wrapper .cover .cover-body .menu.focus .list-h a {
    padding: 12px 8px;
  }
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a i,
.cover-wrapper .cover .cover-body .menu.featured .list-h a i,
.cover-wrapper .cover .cover-body .menu.focus .list-h a i {
  margin: 8px;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a p,
.cover-wrapper .cover .cover-body .menu.featured .list-h a p,
.cover-wrapper .cover .cover-body .menu.focus .list-h a p {
  font-size: 0.875rem;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a.active,
.cover-wrapper .cover .cover-body .menu.featured .list-h a.active,
.cover-wrapper .cover .cover-body .menu.focus .list-h a.active {
  background: #fff;
  backdrop-filter: none;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a.active i,
.cover-wrapper .cover .cover-body .menu.featured .list-h a.active i,
.cover-wrapper .cover .cover-body .menu.focus .list-h a.active i,
.cover-wrapper .cover .cover-body .menu.dock .list-h a.active i+p,
.cover-wrapper .cover .cover-body .menu.featured .list-h a.active i+p,
.cover-wrapper .cover .cover-body .menu.focus .list-h a.active i+p {
  color: #44d7b6;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a.active img+p,
.cover-wrapper .cover .cover-body .menu.featured .list-h a.active img+p,
.cover-wrapper .cover .cover-body .menu.focus .list-h a.active img+p {
  color: #555;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a:hover,
.cover-wrapper .cover .cover-body .menu.featured .list-h a:hover,
.cover-wrapper .cover .cover-body .menu.focus .list-h a:hover {
  background: #fff;
}
.cover-wrapper .cover .cover-body .menu.dock {
  background: rgba(255,255,255,0.5);
}
.cover-wrapper .cover .cover-body .menu.dock .list-h {
  flex-wrap: nowrap;
  margin: 4px;
}
.cover-wrapper .cover .cover-body .menu.dock .list-h a+a {
  margin-left: 4px;
}
@media screen and (max-width: 500px) {
  .cover-wrapper .cover .cover-body .menu.dock .list-h {
    overflow-x: scroll;
  }
  .cover-wrapper .cover .cover-body .menu.dock .list-h::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .cover-wrapper .cover .cover-body .menu.dock .list-h::-webkit-scrollbar-track-piece {
    background: transparent;
  }
  .cover-wrapper .cover .cover-body .menu.dock .list-h::-webkit-scrollbar-thumb {
    background: rgba(118,118,118,0.4);
    cursor: pointer;
    border-radius: 0;
  }
  .cover-wrapper .cover .cover-body .menu.dock .list-h::-webkit-scrollbar-thumb:hover {
    background: #767676;
  }
}
@supports (backdrop-filter: blur(20px)) {
  .cover-wrapper .cover .cover-body .menu.dock {
    background: rgba(255,255,255,0.5);
    backdrop-filter: saturate(200%) blur(20px);
  }
}
.cover-wrapper .cover .cover-body .menu.featured .list-h {
  margin: -2px;
}
.cover-wrapper .cover .cover-body .menu.featured .list-h a {
  margin: 2px;
  background: rgba(255,255,255,0.5);
}
@supports (backdrop-filter: blur(20px)) {
  .cover-wrapper .cover .cover-body .menu.featured .list-h a {
    background: rgba(255,255,255,0.5);
    backdrop-filter: saturate(200%) blur(20px);
  }
}
.cover-wrapper .cover .cover-body .menu.focus {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.cover-wrapper .cover .cover-body .menu.focus .list-h {
  margin: 2px;
}
.cover-wrapper .cover .cover-body .menu.focus:hover {
  background: rgba(255,255,255,0.5);
}
@supports (backdrop-filter: blur(20px)) {
  .cover-wrapper .cover .cover-body .menu.focus:hover {
    background: rgba(255,255,255,0.5);
    backdrop-filter: saturate(200%) blur(20px);
  }
}
.cover-wrapper .cover .cover-body .menu.focus .list-h a {
  margin: 2px;
}
.cover-wrapper .cover .cover-body .menu.focus .list-h a:hover {
  opacity: 1;
  background: #fff;
}
footer {
  position: relative;
  padding: 40px 10px 120px 10px;
  width: 100%;
  color: rgba(102,102,102,0.5);
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
footer,
footer p {
  font-size: 0.8125rem;
}
footer .licenses {
  color: fade(, 50%);
  text-decoration: underline;
}
footer .codename {
  text-decoration: underline;
}
footer .social-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4px 8px;
  font-size: 16px;
}
footer a {
  color: rgba(102,102,102,0.75);
  padding: 0;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
footer a:hover {
  color: #666;
}
footer a.social {
  position: relative;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 4px;
  border-radius: 100px;
  color: rgba(102,102,102,0.75);
}
footer a.social:hover {
  background: rgba(102,102,102,0.1);
  color: #666;
}
footer .copyright {
  margin-top: 16px;
}
footer .copyright p {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  footer {
    justify-content: center;
  }
}
.article.article-entry.l_friends .friends-group .friend-content {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  border-radius: 8px;
  align-items: flex-start;
  line-height: 1.3;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card {
  display: flex;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  padding: 8px 0;
  margin: 8px;
  margin-top: calc(2.25 * 16px + 32px);
  color: rgba(68,68,68,0.65);
  background: #f6f6f6;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: calc(100%/4 - 16px);
}
@media screen and (max-width: 1024px) {
  .article.article-entry.l_friends .friends-group .friend-content .friend-card {
    width: calc(100%/4 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article.article-entry.l_friends .friends-group .friend-content .friend-card {
    width: calc(100%/3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  .article.article-entry.l_friends .friends-group .friend-content .friend-card {
    width: calc(100%/2 - 16px);
  }
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card:hover .friend-left .avatar {
  transform: scale(1.2) rotate(12deg);
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-left {
  display: flex;
  align-self: center;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-left .avatar {
  width: 64px;
  height: 64px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  margin: 16px 8px 4px 8px;
  margin-top: calc(-1.25 * 16px - 32px);
  border-radius: 100%;
  border: 2px solid #fff;
  background: #fff;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-right {
  margin: 4px 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-right p {
  text-align: center;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-right .friend-tags-wrapper {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  margin-left: -2px;
  word-break: break-all;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-right p {
  margin: 0;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-right p.friend-name {
  font-size: 0.8125rem;
  padding-top: 4px;
  font-weight: bold;
}
.article.article-entry.l_friends .friends-group .friend-content .friend-card .friend-right p.tags {
  font-size: 0.75rem;
  display: inline;
  background: none;
  word-wrap: break-word;
  padding-right: 4px;
}
.l_body {
  position: relative;
  margin: 16px;
}
.l_body.nocover {
  margin-top: 64px;
}
@media screen and (max-width: 425px) {
  .l_body {
    margin: 80px 0 16px;
  }
  .l_body.nocover {
    margin-top: 48px;
  }
}
.l_body .s-top {
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 9;
  position: fixed;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 100%;
  bottom: 32px;
  right: 32px;
  transform: translateY(100px) scale(0);
  transform-origin: bottom;
  color: #444;
}
@media screen and (max-width: 768px) {
  .l_body .s-top {
    right: 16px;
  }
}
.l_body .s-top.show {
  transform: translateY(0) scale(1);
}
.l_body .s-top.show.hl {
  background: #44d7b6;
  color: #fff;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
@media screen and (min-width: 768px) {
  .l_body .s-top:hover {
    transform: scale(1.2);
    border-radius: 25%;
    background: #44d7b6;
    color: #fff;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
  }
  .l_body .s-top:hover.hl {
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
  }
}
.l_main {
  width: calc(100% - 1 * 240px);
  padding-right: 16px;
  float: left;
}
@media screen and (max-width: 768px) {
  .l_main {
    width: 100%;
  }
}
.l_main.no_sidebar {
  width: 100%;
  padding-right: 0;
  max-width: 840px;
  margin: auto;
}
@media screen and (min-width: 2048px) {
  .l_main.no_sidebar {
    max-width: calc(55vw - 240px);
  }
}
.l_main.no_sidebar ~.l_side {
  display: none;
}
.l_main .post-list {
  position: relative;
  margin: 16px auto;
  column-gap: 16px;
}
.l_main .post-list.multiple-columns {
  columns: 320px;
}
.l_main .post-wrapper {
  column-break-inside: avoid;
  break-inside: avoid-column;
}
.l_main .post-wrapper {
  margin-bottom: 16px;
}
.l_main .post-wrapper .post div.meta {
  margin-bottom: 16px;
}
.l_main .post-wrapper .post div.meta .title {
  font-size: 1.375rem;
}
.l_main .post-wrapper .post div.meta .title a {
  font-size: 1.375rem;
}
@media screen and (max-width: 500px) {
  .l_main .post-wrapper .post div.meta .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 500px) {
  .l_main .post-wrapper .post {
    padding: 24px 16px;
  }
}
.l_main .widget .content p,
.l_main .widget .content ul,
.l_main .widget .content ol,
.l_main .widget .content table,
.l_main .widget .content .tabs,
.l_main .widget .content details {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.l_main .widget .content .post {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.l_main .widget.grid .content .grid.fixed a {
  width: calc(100%/8 - 0 * 16px);
}
@media screen and (max-width: 1024px) {
  .l_main .widget.grid .content .grid.fixed a {
    width: calc(100%/7 - 0 * 16px);
  }
}
@media screen and (max-width: 768px) {
  .l_main .widget.grid .content .grid.fixed a {
    width: calc(100%/6 - 0 * 16px);
  }
}
@media screen and (max-width: 500px) {
  .l_main .widget.grid .content .grid.fixed a {
    width: calc(100%/5 - 0 * 16px);
  }
}
@media screen and (max-width: 425px) {
  .l_main .widget.grid .content .grid.fixed a {
    width: calc(100%/4 - 0 * 16px);
  }
}
@media screen and (max-width: 375px) {
  .l_main .widget.grid .content .grid.fixed a {
    width: calc(100%/3 - 0 * 16px);
  }
}
.l_main .post {
  position: relative;
  margin: 16px auto;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 425px) {
  .l_main .post {
    border-radius: 0;
  }
}
.l_main .post h1 {
  font-weight: normal;
  font-size: 1.625rem;
}
.l_main .post section.meta {
  color: rgba(68,68,68,0.65);
  margin-bottom: 16px;
  line-height: normal;
}
.l_main .post section.meta#header-meta {
  margin-top: 0;
  margin-bottom: 16px;
}
.l_main .post section.meta#footer-meta {
  margin-top: 32px;
  margin-bottom: 8px;
}
.l_main .post section.meta .aplayer,
.l_main .post section.meta .thumbnail {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  float: right;
  margin: 4px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
.l_main .post section.meta .aplayer:hover,
.l_main .post section.meta .thumbnail:hover {
  border-radius: 25%;
  transform: scale(1.1);
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width: 500px) {
  .l_main .post section.meta .aplayer:hover,
  .l_main .post section.meta .thumbnail:hover {
    border-radius: 100%;
    transform: scale(1);
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  }
}
.l_main .post section.meta .thumbnail {
  width: auto;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main .post section.meta .thumbnail:hover {
  border-radius: 4px;
  transform: scale(1.1) rotate(4deg);
  box-shadow: none;
}
.l_main .post section.meta .title {
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  margin: 0;
  color: #444;
}
.l_main .post section.meta .title p.h1,
.l_main .post section.meta .title p.h2 {
  margin-top: 1rem;
  border-bottom: none;
}
.l_main .post section.meta .title p.h1 {
  font-size: 1.7875rem;
}
.l_main .post section.meta .title p.h2 {
  font-size: 1.5125rem;
}
.l_main .post section.meta .title a {
  display: inline;
  font-weight: normal;
  color: #444;
}
.l_main .post section.meta .title a:hover {
  color: #ff5722;
}
.l_main .post section.meta .new-meta-box {
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  padding-top: 4px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.l_main .post section.meta .new-meta-box,
.l_main .post section.meta .new-meta-box p,
.l_main .post section.meta .new-meta-box i {
  font-size: 0.8125rem;
}
.l_main .post section.meta .new-meta-box .new-meta-item {
  color: rgba(68,68,68,0.65);
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 16px 0 0;
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns .btn {
  color: #fff;
  padding: 1px 4px;
  border-radius: 2px;
  margin: 2px;
  line-height: 1.5;
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns .btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 8px 16px 0 rgba(0,0,0,0.1);
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns .btn i {
  padding-left: 3px;
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns .btn p {
  color: #fff;
  padding-top: 3px;
  padding-right: 2px;
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns .btn:hover {
  color: #fff;
}
.l_main .post section.meta .new-meta-box .new-meta-item.link-btns .btn:hover p {
  color: #fff;
}
.l_main .post section.meta .new-meta-box .new-meta-item .notlink {
  cursor: default;
}
.l_main .post section.meta .new-meta-box .new-meta-item .notlink:hover {
  color: rgba(68,68,68,0.65);
}
.l_main .post section.meta .new-meta-box .new-meta-item .notlink:hover p {
  color: rgba(68,68,68,0.65);
}
.l_main .post section.meta .new-meta-box .new-meta-item:last-child {
  margin-right: 0;
}
.l_main .post section.meta .new-meta-box .new-meta-item img,
.l_main .post section.meta .new-meta-box .new-meta-item i {
  display: inline;
}
.l_main .post section.meta .new-meta-box .new-meta-item i {
  margin-right: 4px;
  border-radius: 0;
}
.l_main .post section.meta .new-meta-box .new-meta-item i.fa-hashtag {
  margin-right: 2px;
}
.l_main .post section.meta .new-meta-box .new-meta-item p,
.l_main .post section.meta .new-meta-box .new-meta-item a {
  color: rgba(68,68,68,0.65);
  padding: 3px 0;
}
.l_main .post section.meta .new-meta-box .new-meta-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_main .post section.meta .new-meta-box .new-meta-item a img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.l_main .post section.meta .new-meta-box .new-meta-item a p {
  margin: 0;
  font-weight: normal;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_main .post section.meta .new-meta-box .new-meta-item a:hover {
  color: #ff5722;
}
.l_main .post section.meta .new-meta-box .new-meta-item a:hover p {
  color: #ff5722;
}
.l_main .post section.meta .new-meta-box .author img,
.l_main .post section.meta .new-meta-box .author i {
  border-radius: 100%;
}
.l_main .post section.meta .new-meta-box .author img {
  transform: translateY(-0.5px);
}
@media screen and (max-width: 500px) {
  .l_main .post section.meta .new-meta-box .share {
    width: 100%;
    margin-top: 16px;
    background: #f6f6f6;
  }
}
.l_main .post section.meta .new-meta-box .share-body {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 2px;
  border-radius: 2px;
}
.l_main .post section.meta .new-meta-box .share-body a {
  padding: 0;
  margin: 0 1px;
}
.l_main .post section.meta .new-meta-box .share-body a img {
  margin: 2px;
  height: 24px;
  width: auto;
  background: transparent;
}
@media screen and (max-width: 500px) {
  .l_main .post section.meta .new-meta-box .share-body a img {
    height: 32px;
    margin: 8px;
  }
}
.l_main .post span>img {
  display: inline-block;
}
.l_main .post a img {
  display: inline;
}
@media screen and (max-width: 768px) {
  .l_main {
    padding-right: 0;
  }
  .l_main .post div.meta .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .l_main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .l_main .post {
    padding: 24px 16px;
  }
}
.body-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 2048px) {
  .body-wrapper {
    max-width: 55vw;
  }
}
div.hoverbox >div.target {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
  padding: 8px;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -100%);
}
div.hoverbox >div.target >img {
  margin: 0;
  padding: 0;
  height: 128px;
  width: 128px;
  min-width: 128px;
}
div.hoverbox:hover >div.target {
  display: flex;
}
@media screen and (max-width: 500px) {
  div.hoverbox >div.target {
    position: absolute;
  }
}
.comments .article p[ct] {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.125rem;
  color: #444;
}
.comments .article p[cst] {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
}
.white-box {
  background: #fff;
}
.reveal {
  visibility: hidden;
}
.l_header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
.l_header.hide {
  transform: translateY(100px) scale(0);
}
.l_header.show {
  transform: translateY(0) scale(1);
}
.l_header .container {
  margin-left: 16px;
  margin-right: 16px;
}
.l_header .wrapper {
  height: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.l_header .wrapper .nav-main,
.l_header .wrapper .nav-sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l_header .wrapper .nav-main {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_header .wrapper.sub .nav-main {
  transform: translateY(-64px);
}
.l_header .wrapper .nav-sub {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  opacity: 0;
  width: calc(100% - 2 * 16px);
  position: absolute;
}
@media screen and (min-width: 2048px) {
  .l_header .wrapper .nav-sub {
    max-width: 55vw;
    margin: auto;
  }
}
.l_header .wrapper.sub .nav-sub {
  opacity: 1;
}
.l_header .wrapper .title {
  position: relative;
  color: #444;
  padding-left: 24px;
  max-height: 64px;
}
.l_header .wrapper .nav-main .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  line-height: 64px;
  padding: 0 24px;
  font-size: 1.25rem;
  font-family: "Varela Round", "PingFang SC", "Microsoft YaHei", Helvetica, Arial, Helvetica, monospace;
}
.l_header .wrapper .nav-main .title img {
  height: 64px;
}
.l_header .nav-sub {
  max-width: 1080px;
  margin: auto;
}
.l_header .nav-sub .title {
  font-size: 0.9375rem;
  font-family: UbuntuMono, "PingFang SC", "Microsoft YaHei", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif;
  line-height: 1.2;
  max-height: 64px;
  white-space: normal;
  flex-shrink: 1;
}
.l_header .switcher {
  display: none;
  line-height: 64px;
  align-items: center;
}
.l_header .switcher .s-toc {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header .switcher .s-toc {
    display: flex;
  }
}
.l_header .switcher >li {
  height: 48px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  margin: 2px;
}
@media screen and (max-width: 500px) {
  .l_header .switcher >li {
    margin: 0 1px;
    height: 48px;
  }
}
.l_header .switcher >li >a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0.85em 1.1em;
  border-radius: 100px;
  border: none;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  color: #44d7b6;
}
.l_header .switcher >li >a:hover {
  border: none;
}
.l_header .switcher >li >a.active,
.l_header .switcher >li >a:active {
  border: none;
  background: #ecfbf7;
}
@media screen and (max-width: 500px) {
  .l_header .switcher >li >a {
    width: 32px;
    height: 48px;
  }
}
.l_header .nav-sub .switcher {
  display: flex;
}
.l_header .m_search {
  display: flex;
  height: 64px;
  width: 240px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
@media screen and (max-width: 1024px) {
  .l_header .m_search {
    width: 44px;
    min-width: 44px;
  }
  .l_header .m_search input::placeholder {
    opacity: 0;
  }
  .l_header .m_search:hover {
    width: 240px;
  }
  .l_header .m_search:hover input::placeholder {
    opacity: 1;
  }
}
@media screen and (min-width: 500px) {
  .l_header .m_search:hover .input {
    width: 100%;
  }
  .l_header .m_search:hover .input::placeholder {
    opacity: 1;
  }
}
@media screen and (max-width: 500px) {
  .l_header .m_search {
    min-width: 0;
  }
  .l_header .m_search input::placeholder {
    opacity: 1;
  }
}
.l_header .m_search .form {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.l_header .m_search .icon {
  position: absolute;
  width: 32px;
  left: 5px;
  color: rgba(68,68,68,0.7);
}
@media screen and (max-width: 500px) {
  .l_header .m_search .icon {
    display: none;
  }
}
.l_header .m_search .input {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  width: 100%;
  color: #444;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  padding-left: 36px;
  font-size: 0.875rem;
  border-radius: 8px;
  border: none;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
@media screen and (min-width: 500px) {
  .l_header .m_search .input:focus {
    box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
  }
}
@media screen and (max-width: 500px) {
  .l_header .m_search .input {
    background: #f6f6f6;
    padding-left: 8px;
    border: none;
  }
  .l_header .m_search .input:hover,
  .l_header .m_search .input:focus {
    border: none;
  }
}
@media (max-width: 500px) {
  .l_header .m_search {
    left: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    background: #fff;
    transition: all 0.28s ease;
    -moz-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
  }
  .l_header .m_search .input {
    border-radius: 32px;
    margin-left: 16px;
    padding-left: 16px;
  }
  .l_header.z_search-open .m_search {
    width: 100%;
  }
  .l_header.z_search-open .m_search .input {
    width: calc(100% - 112px);
  }
}
ul.nav-list-h li:hover >ul.list-v,
ul.list-v li:hover >ul.list-v {
  display: block;
}
ul.nav-list-h {
  display: flex;
  align-items: stretch;
  height: 64px;
}
ul.nav-list-h>li {
  position: relative;
  justify-content: center;
}
ul.nav-list-h>li >a {
  height: 100%;
  line-height: 64px;
  border-bottom: 2px solid transparent;
}
ul.list-v {
  z-index: 1;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 1px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1);
  margin-top: -6px;
  border-radius: 4px;
  padding: 8px 0;
}
ul.list-v >hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
ul.list-v >li {
  white-space: nowrap;
  word-break: keep-all;
}
ul.list-v >li.header {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2em;
  color: rgba(68,68,68,0.65);
  margin: 8px 16px 4px;
}
ul.list-v >li.header i {
  margin-right: 8px;
}
ul.list-v >li ul {
  margin-left: 0;
  display: none;
  margin-top: -40px;
}
ul.list-v .aplayer-container {
  min-height: 64px;
  padding: 6px 16px;
}
ul.list-v >li>a {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  display: block;
  color: #696969;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 36px;
  padding: 0 20px 0 16px;
  text-overflow: ellipsis;
  margin: 0 4px;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  ul.list-v >li>a {
    line-height: 40px;
  }
}
ul.list-v >li>a:hover,
ul.list-v >li>a.active,
ul.list-v >li>a:active {
  color: #44d7b6;
}
ul.list-v >li>a >i {
  margin-right: 8px;
}
ul.list-v >li>a.current {
  border-left-color: rgba(68,215,182,0.8);
  border-bottom-color: rgba(68,215,182,0.8);
}
ul.list-v >li>a:hover {
  color: #44aa93;
  background: #ecfbf7;
}
ul.list-v >li>a:active,
ul.list-v >li>a.active {
  color: #44d7b6;
  border-left-color: #44d7b6;
  border-bottom-color: #44d7b6;
}
.l_header .menu >ul>li>a {
  display: block;
  padding: 0 8px;
}
.l_header .menu >ul>li>a >i {
  margin-right: 4px;
}
.l_header ul.nav-list-h>li>a {
  color: #696969;
}
.l_header ul.nav-list-h>li>a.current {
  border-left-color: rgba(68,215,182,0.8);
  border-bottom-color: rgba(68,215,182,0.8);
}
.l_header ul.nav-list-h>li>a:active,
.l_header ul.nav-list-h>li>a.active {
  color: #44d7b6;
  border-left-color: #44d7b6;
  border-bottom-color: #44d7b6;
}
.l_header ul.nav-list-h>li>a:hover {
  color: #44aa93;
  border-left-color: #44d7b6;
  border-bottom-color: #44d7b6;
  background: #ecfbf7;
}
.l_header ul.nav-list-h>li>a i.music {
  animation: rotate-effect 1.5s linear infinite;
}
@-moz-keyframes rotate-effect {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-effect {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-effect {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-phone li ul.list-v {
  right: calc(100% - 0.5 * 16px);
}
.menu-phone li ul.list-v ul {
  right: calc(100% - 0.5 * 16px);
}
.l_header .wrapper {
  max-width: 1080px;
  margin: auto;
}
@media screen and (min-width: 2048px) {
  .l_header .wrapper {
    max-width: 55vw;
  }
}
.l_header .wrapper .menu {
  flex: 1 1 auto;
  margin: 0 16px 0 0;
}
.l_header .wrapper .menu .list-v ul {
  left: calc(100% - 0.5 * 16px);
}
.menu-phone {
  display: none;
  margin-top: 16px;
  right: 8px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.menu-phone ul {
  right: calc(100% - 0.5 * 16px);
}
@media screen and (max-width: 500px) {
  .menu-phone {
    display: block;
  }
}
.cover-wrapper .l_header {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(-128px);
}
.cover-wrapper .l_header.show {
  transform: translateY(0);
}
.l_header {
  max-width: 65vw;
  left: calc((100% - 65vw) * 0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 2048px) {
  .l_header {
    max-width: 1112px;
    left: calc((100% - 1112px) * 0.5);
  }
}
@media screen and (max-width: 1112px) {
  .l_header {
    left: 0;
    border-radius: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .l_header .container {
    margin-left: 0;
    margin-right: 0;
  }
  .l_header .wrapper .nav-main .title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l_header .wrapper .nav-sub {
    width: 100%;
  }
  .l_header .wrapper .nav-sub .title {
    overflow-y: scroll;
    margin-top: 2px;
    padding: 8px 16px;
  }
  .l_header .wrapper .switcher {
    display: flex;
    margin-right: 8px;
  }
  .l_header .menu {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .list-v li {
    max-width: 270px;
  }
}
.l_main .prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: rgba(68,68,68,0.65);
  margin: 0;
  font-size: 0.9375rem;
}
.l_main .prev-next .prev {
  text-align: left;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.l_main .prev-next .next {
  text-align: right;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.l_main .prev-next p {
  margin: 16px;
}
.l_main .prev-next section {
  color: rgba(68,68,68,0.65);
  padding: 16px;
  border-radius: 8px;
}
.l_main .prev-next section:hover {
  color: #ff5722;
}
@media screen and (max-width: 425px) {
  .l_main .prev-next section {
    border-radius: 0;
  }
}
.l_main .article .prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-top: 8px;
}
.l_main .article .prev-next >a {
  width: 100%;
  padding: 8px;
  color: rgba(68,68,68,0.65);
  background: #f6f6f6;
  border-radius: 4px;
}
.l_main .article .prev-next >a:hover {
  background: #ffeee8;
}
.l_main .article .prev-next >a:hover p.title {
  color: #ff5722;
}
.l_main .article .prev-next >a p.title {
  margin: 8px 0.5rem;
  font-weight: bold;
  font-size: 1rem;
}
.l_main .article .prev-next >a p.title >i {
  width: 1rem;
}
.l_main .article .prev-next >a p.content {
  font-size: 0.875rem;
  margin: 0 0.5rem;
  text-align: justify;
  word-break: break-all;
}
.l_main .article .prev-next >a:only-child {
  margin-left: 0;
  margin-right: 0;
}
.l_main .article .prev-next .prev {
  margin-left: 0;
  margin-right: 8px;
}
.l_main .article .prev-next .prev p.title {
  text-align: left;
}
.l_main .article .prev-next .next {
  margin-left: 8px;
  margin-right: 0;
}
.l_main .article .prev-next .next p.title {
  text-align: right;
}
#u-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  z-index: 1001;
}
@media screen and (max-width: 680px) {
  #u-search {
    padding: 0px;
  }
}
#u-search .modal {
  position: fixed;
  height: 80%;
  width: 100%;
  max-width: 640px;
  left: 50%;
  top: 0;
  margin: 64px 0px 0px -320px;
  background: #fff;
  z-index: 3;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  #u-search .modal {
    box-shadow: none;
    max-width: none;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    border-radius: 0;
  }
}
#u-search .modal-ajax-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
#u-search .modal-ajax-content.loaded {
  opacity: 1;
  visibility: visible;
}
#u-search .modal-header {
  position: relative;
  width: 100%;
  height: 64px;
  z-index: 3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  background: #fff;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
@media screen and (max-width: 680px) {
  #u-search .modal-header {
    border-radius: 0;
    padding: 0px;
  }
}
#u-search .modal-header .btn-close {
  display: block;
  position: absolute;
  width: 55px;
  height: 64px;
  top: 0;
  right: 0;
  color: #44d7b6;
  cursor: pointer;
  text-align: center;
  line-height: 64px;
  vertical-align: middle;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  z-index: 2;
}
#u-search .modal-header .btn-close:hover {
  transform: rotate(90deg);
}
#u-search .modal-header .modal-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  z-index: 1;
}
#u-search .modal-header .modal-loading .modal-loading-bar {
  display: block;
  position: relative;
  width: 0%;
  height: 100%;
  background: #44d7b6;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
#u-search .modal-header #u-search-modal-form {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#u-search .modal-header #u-search-modal-form #u-search-modal-input {
  margin: 16px 50px;
  padding: 0 8px;
  width: calc(100% - 100px - 16px);
  line-height: 2rem;
  border-radius: 4px;
  vertical-align: middle;
  border: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
@media screen and (max-width: 680px) {
  #u-search .modal-header #u-search-modal-form #u-search-modal-input {
    padding: 0;
  }
}
#u-search .modal-header #u-search-modal-form #u-search-modal-input:focus {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#u-search .modal-header #u-search-modal-btn-submit {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5px;
  padding-top: 2px;
  background: transparent;
  border: none;
  width: 50px;
  height: 64px;
  vertical-align: middle;
  color: #44d7b6;
  z-index: 2;
}
#u-search .modal-footer {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  background: #fff;
}
#u-search .modal-footer .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
}
#u-search .modal-footer .logo a {
  display: inline-block;
  height: 50px;
}
#u-search .modal-footer .logo.google img {
  height: 24px;
  margin-top: 13px;
}
#u-search .modal-footer .logo.baidu img {
  height: 22px;
  margin-top: 14px;
}
#u-search .modal-footer .logo img {
  position: relative;
  display: inline-block;
  width: auto;
  height: 18px;
  margin-top: 16px;
}
#u-search .modal-footer .modal-error {
  position: relative;
  float: left;
  vertical-align: middle;
  line-height: 50px;
  font-size: 13px;
  z-index: 1;
}
#u-search .modal-footer .modal-metadata {
  position: relative;
  float: left;
  vertical-align: middle;
  line-height: 50px;
  font-size: 13px;
  z-index: 1;
}
#u-search .modal-footer .nav {
  position: relative;
  display: block;
  float: right;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 50px;
  color: rgba(68,68,68,0.65);
  cursor: pointer;
  z-index: 1;
}
#u-search .modal-footer .nav:hover {
  color: #ff5722;
}
#u-search .modal-footer .nav.btn-next {
  margin-left: 16px;
}
#u-search .modal-footer .nav .icon {
  font-size: 0.875rem;
}
#u-search .modal-body {
  position: absolute;
  padding: 16px;
  width: 100%;
  height: calc(100% - 64px);
  top: 64px;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 4px;
}
#u-search .modal-body::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
#u-search .modal-body::-webkit-scrollbar-track-piece {
  background: transparent;
}
#u-search .modal-body::-webkit-scrollbar-thumb {
  background: rgba(118,118,118,0.4);
  cursor: pointer;
  border-radius: 2px;
}
#u-search .modal-body::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
#u-search .modal-body .modal-results {
  list-style: none;
}
#u-search .modal-body .modal-results .result {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 4px;
}
#u-search .modal-body .modal-results .result b[mark] {
  color: #29bf9d;
  text-decoration: underline;
}
#u-search .modal-body .modal-results .result:hover {
  background: #ecfbf7;
}
#u-search .modal-body .modal-results .result .title {
  display: inline-block;
  max-width: 100%;
  color: #5e5e5e;
  font-weight: bold;
  padding: 1px;
  margin-bottom: 2px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
}
#u-search .modal-body .modal-results .result .digest {
  display: block;
  white-space: inherit;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  font-size: 0.8125rem;
  color: rgba(68,68,68,0.65);
}
#u-search .modal-body .modal-results .result .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  font-size: 11px;
  color: #808080;
}
#u-search .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.l_side {
  width: 240px;
  float: right;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l_side {
    width: 100%;
  }
}
.l_side .widget {
  overflow: hidden;
}
.l_side .widget.sticky {
  position: sticky;
  top: 80px;
  z-index: 1;
}
.l_side .widget >.content {
  max-height: calc(100vh - 144px);
  overflow: auto;
  text-align: justify;
  font-size: 0.875rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l_side .widget >.content {
    max-height: none;
  }
}
.l_side .widget >.content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.l_side .widget >.content::-webkit-scrollbar-track-piece {
  background: transparent;
}
.l_side .widget >.content::-webkit-scrollbar-thumb {
  background: rgba(118,118,118,0.4);
  cursor: pointer;
  border-radius: 2px;
}
.l_side .widget >.content::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
.widget {
  z-index: 0;
  background: #fff;
  margin-top: 16px;
  border-radius: 8px;
  width: 100%;
  display: none;
}
.widget ul li,
.widget ol li {
  margin-top: 0;
  margin-bottom: 0;
}
.widget.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .widget {
    display: none !important;
  }
  .widget.mobile {
    display: block !important;
  }
}
@media screen and (max-width: 425px) {
  .widget {
    width: calc(100% - 2 * 16px);
    margin: 16px 16px 0 16px;
    display: none !important;
  }
  .widget.mobile {
    display: block !important;
  }
}
.widget header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: calc(16px - 2px);
  font-weight: bold;
  padding-bottom: 0;
}
.widget header,
.widget header a {
  color: #44d7b6;
}
.widget header >a:hover {
  color: #ff5722;
}
.widget header span.name {
  margin-left: 8px;
}
.widget >.content {
  padding: 8px 0;
}
.widget >.content p {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.widget >.content ul>li a {
  color: rgba(68,68,68,0.65);
  padding: 0 16px;
  padding-left: 12px;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-left: 2px solid transparent;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.widget >.content ul.entry,
.widget >.content ul.popular-posts {
  list-style: none;
}
.widget >.content ul.entry a,
.widget >.content ul.popular-posts a {
  border-bottom: 1px solid transparent;
}
.widget >.content ul.entry a .name,
.widget >.content ul.popular-posts a .name {
  flex: auto;
  color: rgba(68,68,68,0.8);
}
.widget >.content ul.entry a .badge,
.widget >.content ul.popular-posts a .badge {
  flex: none;
  font-weight: normal;
  font-size: 0.875rem;
  color: rgba(68,68,68,0.7);
}
.widget >.content ul.entry a:hover,
.widget >.content ul.popular-posts a:hover {
  border-left: 2px solid #44d7b6;
  background: #ecfbf7;
}
.widget >.content ul.entry a.active,
.widget >.content ul.popular-posts a.active {
  border-left: 2px solid #44d7b6;
}
.widget >.content ul.entry a.active .name,
.widget >.content ul.popular-posts a.active .name {
  color: #44d7b6;
}
.widget >.content ul.entry a.active .badge,
.widget >.content ul.popular-posts a.active .badge {
  color: rgba(68,215,182,0.9);
}
.widget >.content ul.entry a:active,
.widget >.content ul.popular-posts a:active {
  border-left: 4px solid #44d7b6;
}
.widget >.content ul.entry a.child,
.widget >.content ul.popular-posts a.child {
  padding-left: 32px;
}
.widget.blogger {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.widget.blogger .content {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.widget.blogger .content >.avatar {
  align-self: center;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 0;
}
.widget.blogger .content >.avatar.circle {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  margin-top: 32px;
  margin-bottom: 0.4rem;
}
.widget.blogger .content >.avatar.circle img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .widget.blogger .content >.avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #fff;
  }
  .widget.blogger .content >.avatar img {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
.widget.blogger .content .text :first-child {
  margin-top: 16px;
}
.widget.blogger .content h2 {
  font-weight: bold;
  margin: 8px;
}
@media screen and (max-width: 768px) {
  .widget.blogger .content h2 {
    margin: 8px;
  }
}
.widget.blogger .content p {
  font-weight: bold;
  margin: 8px 8px 0 8px;
  empty-cells: hide;
}
.widget.blogger .content .social-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4px 4px;
}
.widget.blogger .content .social-wrapper a {
  color: rgba(68,68,68,0.65);
  padding: 0;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.widget.blogger .content .social-wrapper a:hover {
  color: #ff5722;
}
.widget.blogger .content .social-wrapper a.social {
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 4px;
  border-radius: 100px;
}
.widget.blogger .content .social-wrapper a.social:hover {
  background: #ecfbf7;
  color: #44d7b6;
}
@media screen and (max-width: 768px) {
  .widget.blogger .content .social-wrapper {
    justify-content: center;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .widget.blogger {
    box-shadow: none;
    background: transparent !important;
    margin-top: 32px;
    backdrop-filter: none;
    color: #555;
  }
}
.widget.text .content {
  padding: 4px 16px;
}
.widget.text .content,
.widget.text .content p {
  font-size: 0.875rem;
  word-break: break-all;
}
.widget.text .content a {
  color: #32c5ff;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.widget.text .content a:hover {
  color: #ff5722;
  text-decoration: underline;
}
.widget.text .content a:active {
  color: #d93400;
}
.widget.list .content {
  padding: 8px 0;
}
.widget.list .content a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 6px;
  padding-bottom: 6px;
}
.widget.list .content a img,
.widget.list .content a i {
  margin-right: 4px;
}
.widget.list .content a i {
  margin-left: 1px;
}
.widget.list .content a img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-bottom: 4px;
}
.widget.list .content a img#round {
  border-radius: 100%;
}
.widget.grid .content .grid {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4px 16px;
}
.widget.grid .content .grid a {
  text-align: center;
  border-radius: 2px;
  margin: 0;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgba(68,68,68,0.7);
  line-height: 1.5;
  word-wrap: break-word;
}
.widget.grid .content .grid a i {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 1.8em;
}
.widget.grid .content .grid a img {
  display: inline;
  vertical-align: middle;
  margin-bottom: 4px;
}
.widget.grid .content .grid a img#round {
  border-radius: 100%;
}
.widget.grid .content .grid a.active {
  color: #44d7b6;
  background: #ecfbf7;
}
.widget.grid .content .grid a:hover {
  color: #44d7b6;
  border-radius: 2px;
  background: #ecfbf7;
}
.widget.grid .content .grid.fixed a {
  width: calc(100%/3 - 0 * 16px);
}
@media screen and (max-width: 768px) {
  .widget.grid .content .grid.fixed a {
    width: calc(100%/6 - 0 * 16px);
  }
}
@media screen and (max-width: 500px) {
  .widget.grid .content .grid.fixed a {
    width: calc(100%/5 - 0 * 16px);
  }
}
@media screen and (max-width: 425px) {
  .widget.grid .content .grid.fixed a {
    width: calc(100%/4 - 0 * 16px);
  }
}
@media screen and (max-width: 375px) {
  .widget.grid .content .grid.fixed a {
    width: calc(100%/3 - 0 * 16px);
  }
}
.widget.tagcloud .content {
  text-align: justify;
  padding: 8px 16px;
}
.widget.tagcloud .content a {
  display: inline-block;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  line-height: 1.2em;
  margin: 4px 0;
  border-bottom: 1px solid transparent;
}
.widget.tagcloud .content a:hover {
  color: #ff5722 !important;
  border-bottom: 1px solid #ff5722;
}
.widget.related_posts .content {
  font-weight: bold;
}
.widget.related_posts .content ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.widget.related_posts .content h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
.widget.related_posts .content h3 a {
  line-height: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
}
.widget.qrcode .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-left: 16px;
  padding-right: 16px;
}
.widget.qrcode .content,
.widget.qrcode .content img {
  margin-bottom: 4px;
}
.l_side>.widget.page >.content {
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.aplayer-container {
  display: flex;
  justify-content: center;
  min-height: 100px;
}
.aplayer-container meting-js {
  max-width: 100%;
}
.aplayer {
  max-width: 500px;
  border-radius: 4px;
  color: #444;
  font-family: UbuntuMono, "PingFang SC", "Microsoft YaHei", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif;
}
.aplayer .aplayer-list {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .aplayer {
    border-radius: 8px;
  }
}
.webinfo {
  padding: 0.2rem 1rem;
}
.webinfo .webinfo-item {
  display: block;
  padding: 4px 0 0;
}
.webinfo .webinfo-item div:first-child {
  display: inline-block;
}
.webinfo .webinfo-item div:last-child {
  display: inline-block;
  float: right;
}
.l_side .toc-wrapper {
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  position: sticky;
  top: 80px;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  line-height: 1.6;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.l_side .toc-wrapper header {
  position: sticky;
  width: 100%;
  top: 0;
  padding-bottom: 4px;
}
.l_side .toc-wrapper .content {
  max-height: calc(100vh - 144px);
}
.l_side .toc-wrapper .content a {
  border-left: 2px solid transparent;
}
.l_side .toc-wrapper .content a:hover {
  background: #ecfbf7;
  border-left: 2px solid #44d7b6;
}
.l_side .toc-wrapper .content a:active {
  border-left: 4px solid #44d7b6;
}
.l_side .toc-wrapper .content a.active {
  color: #44d7b6;
  border-left: 2px solid #44d7b6;
}
@media screen and (max-width: 768px) {
  .l_side .toc-wrapper {
    z-index: 1001;
    position: fixed;
    max-height: 1000px;
    width: auto;
    max-width: calc(100% - 2 * 16px);
    top: 32px;
    right: 16px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
    border: 1px solid #e7e7e7;
    visibility: hidden;
    transform: scale(0, 0);
    transform-origin: right top;
  }
  .l_side .toc-wrapper.active {
    visibility: visible;
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 425px) {
  .l_side .toc-wrapper {
    right: 0;
  }
}
.l_side .toc-wrapper a {
  padding-left: 8px;
  color: rgba(68,68,68,0.65);
  font-size: 0.875rem;
  display: inline-block;
}
.l_side .toc-wrapper ul .toc-child a,
.l_side .toc-wrapper ol .toc-child a {
  font-weight: normal;
}
.l_side .toc-wrapper ul .toc-item.toc-level-1 .toc-child a,
.l_side .toc-wrapper ol .toc-item.toc-level-1 .toc-child a {
  padding-left: 12.8px;
}
.l_side .toc-wrapper ul .toc-item.toc-level-2 .toc-child a,
.l_side .toc-wrapper ol .toc-item.toc-level-2 .toc-child a {
  padding-left: 25.6px;
}
.l_side .toc-wrapper ul .toc-item.toc-level-3 .toc-child a,
.l_side .toc-wrapper ol .toc-item.toc-level-3 .toc-child a {
  padding-left: 38.4px;
}
.l_side .toc-wrapper ul .toc-item.toc-level-4 .toc-child a,
.l_side .toc-wrapper ol .toc-item.toc-level-4 .toc-child a {
  padding-left: 51.2px;
}
.l_side .toc-wrapper ul .toc-item.toc-level-5 .toc-child a,
.l_side .toc-wrapper ol .toc-item.toc-level-5 .toc-child a {
  padding-left: 64px;
}
.l_side .toc-wrapper ul .toc-item.toc-level-6 .toc-child a,
.l_side .toc-wrapper ol .toc-item.toc-level-6 .toc-child a {
  padding-left: 76.8px;
}
.l_side .toc-wrapper ul li,
.l_side .toc-wrapper ol li {
  width: auto;
  text-align: left;
}
.l_side .toc-wrapper ul li a,
.l_side .toc-wrapper ol li a {
  padding: 0 8px 0 11px;
  font-weight: bold;
  width: 100%;
}
.l_side .toc-wrapper:empty {
  display: none;
}
