/* Auto-generated Anzhiyu tag styles for Butterfly — do not edit by hand */
:root {
  --anzhiyu-main: #49b1f5;
  --anzhiyu-theme: #49b1f5;
  --anzhiyu-secondbg: rgba(73, 177, 245, 0.1);
  --anzhiyu-card-bg: var(--card-bg, #fff);
  --anzhiyu-background: rgba(73, 177, 245, 0.12);
  --anzhiyu-fontcolor: var(--font-color, #4c4948);
  --anzhiyu-white: #fff;
  --anzhiyu-black: #000;
  --anzhiyu-gray: #858585;
  --anzhiyu-lighttext: #49b1f5;
  --anzhiyu-hovertext: #49b1f5;
  --anzhiyu-code-stress: rgba(73, 177, 245, 0.12);
  --anzhiyu-shadow-border: 0 4px 12px rgba(7, 17, 27, 0.06);
  --anzhiyu-shadow-blackdeep: 0 8px 24px rgba(7, 17, 27, 0.12);
  --style-border: 1px solid rgba(0,0,0,.08);
  --style-border-always: 1px solid rgba(0,0,0,.08);
  --global-font-size: 14px;
}
[data-theme='dark'] {
  --anzhiyu-secondbg: rgba(255, 255, 255, 0.08);
  --anzhiyu-card-bg: var(--card-bg, #121212);
  --anzhiyu-fontcolor: var(--font-color, rgba(255,255,255,.7));
  --anzhiyu-gray: #b5b5b5;
  --anzhiyu-shadow-border: 0 4px 12px rgba(0, 0, 0, 0.28);
  --anzhiyu-shadow-blackdeep: 0 8px 24px rgba(0, 0, 0, 0.35);
  --style-border: 1px solid rgba(255,255,255,.12);
  --style-border-always: 1px solid rgba(255,255,255,.12);
}

/* ==== Introduction-card.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.introduction-card {
  position: relative;
}
.introduction-card .img-alt {
  display: none;
}
.introduction-card-bottom {
  background-color: transparent;
  color: inherit;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.introduction-card:active .introduction-card-bottom {
  background-color: var(--anzhiyu-main);
  color: #fff;
}
.introduction-card:active .introduction-card-bottom .left .info .subTitle {
  color: #fff !important;
}
.introduction-card:active .introduction-card-bottom {
  animation: resetAnimation 3s 1s forwards;
}
.introduction-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: var(--anzhiyu-shadow-blackdeep);
  height: 520px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .introduction-card {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .introduction-card {
    width: 100%;
  }
}
.introduction-card:active {
  transform: scale(0.97);
}
.introduction-card .introduction-card-top {
  height: 80%;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.introduction-card .introduction-card-top .int-card-info {
  position: absolute;
  padding: 20px;
}
.introduction-card .introduction-card-top .int-card-info .int-tip {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
  color: var(--anzhiyu-white);
}
.introduction-card .introduction-card-top .int-card-info .int-cardTitle {
  font-size: 36px;
  color: var(--anzhiyu-white);
  font-weight: 700;
  line-height: 1.1;
}
.introduction-card .introduction-card-top img {
  width: 100%;
  height: 100%;
  border-radius: 0px !important;
  margin: 0 !important;
}
.introduction-card .introduction-card-bottom {
  height: 20%;
  display: flex;
  width: 100%;
  border-radius: 0 0 15px 15px;
}
.introduction-card .introduction-card-bottom .left {
  width: 70%;
  display: flex;
  align-items: center;
}
.introduction-card .introduction-card-bottom .left .info {
  user-select: none;
}
.introduction-card .introduction-card-bottom .left .info .title {
  font-weight: 600;
  line-height: 26px;
}
.introduction-card .introduction-card-bottom .left .info .subTitle {
  line-height: 14px;
  font-size: 14px;
  color: var(--anzhiyu-gray);
  opacity: 0.8;
}
.introduction-card .introduction-card-bottom .left img {
  width: 2.875rem;
  height: 2.875rem;
  margin: 0 20px !important;
  border-radius: 12px !important;
}
.introduction-card .introduction-card-bottom .right {
  width: 30%;
  display: flex;
  align-items: center;
}
.introduction-card .introduction-card-bottom .right a {
  width: 100%;
  text-align: center;
  background: #efeef2;
  color: var(--anzhiyu-main) !important;
  border-radius: 50px;
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
}
.introduction-card .introduction-card-bottom .right a:hover {
  background: var(--anzhiyu-main);
  color: var(--anzhiyu-white) !important;
}
@-moz-keyframes resetAnimation {
  0% {
    background-color: var(--anzhiyu-main);
    color: #fff;
  }
  100% {
    background-color: transparent;
    color: inherit;
  }
}
@-webkit-keyframes resetAnimation {
  0% {
    background-color: var(--anzhiyu-main);
    color: #fff;
  }
  100% {
    background-color: transparent;
    color: inherit;
  }
}
@-o-keyframes resetAnimation {
  0% {
    background-color: var(--anzhiyu-main);
    color: #fff;
  }
  100% {
    background-color: transparent;
    color: inherit;
  }
}
@keyframes resetAnimation {
  0% {
    background-color: var(--anzhiyu-main);
    color: #fff;
  }
  100% {
    background-color: transparent;
    color: inherit;
  }
}

/* ==== bilbili.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.bilibili_box {
  display: flex;
  background: var(--card-bg);
  border: var(--style-border);
  border-radius: 12px !important;
  overflow: hidden;
  color: var(--font-color) !important;
  text-decoration: none !important;
  transition: 0.3s;
  border-bottom: var(--style-border) !important;
  padding: 0 !important;
  height: 143px;
}
.bilibili_box:hover {
  border-color: var(--anzhiyu-main) !important;
  color: var(--anzhiyu-white) !important;
}
.bilibili_box:hover .bilibili_info .stat svg path {
  fill: var(--anzhiyu-white) !important;
}
@media (max-width: 768px) {
  .bilibili_box {
    flex-direction: column;
  }
}
.bilibili_box .bilibili_cover {
  width: 234px;
  position: relative;
}
@media (max-width: 768px) {
  .bilibili_box .bilibili_cover {
    width: 100%;
  }
}
.bilibili_box .bilibili_cover img {
  width: 100%;
  filter: none;
  margin: 0 !important;
  border-radius: 0 !important;
}
.bilibili_box .bilibili_cover .play_icon {
  position: absolute;
  width: 45px;
  height: 45px;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bilibili_box .bilibili_cover span {
  position: absolute;
  bottom: 0px;
  right: 5px;
  color: var(--anzhiyu-white);
}
.bilibili_box .bilibili_info {
  padding: 10px 10px 10px 18px;
  line-height: 1;
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .bilibili_box .bilibili_info {
    width: 100%;
    padding-bottom: 25px;
    line-height: 1.5;
  }
}
.bilibili_box .bilibili_info .title {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.bilibili_box .bilibili_info .desc {
  font-size: 15px;
  margin: 2px 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .bilibili_box .bilibili_info .desc {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.bilibili_box .bilibili_info .stat {
  font-size: 15px;
}
.bilibili_box .bilibili_info .stat svg {
  margin-right: 3px;
  font-size: 18px;
  width: 1em;
  height: 1em;
}
.bilibili_box .bilibili_info .stat svg path {
  fill: var(--font-color);
}
.bilibili_box .bilibili_info .stat span {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.bilibili_box .bilibili_info .owner {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
}
.bilibili_box .bilibili_info .owner .tip {
  color: #f69;
  border: 1px solid;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  background: none;
  box-shadow: none;
}
.bilibili_box .bilibili_info .owner img {
  width: 22px;
  height: 22px;
  border-radius: 50% !important;
  object-fit: cover;
  margin: 0 5px 0 0 !important;
}
[data-theme='light'] .bilibili_box .bilibili_info .stat svg,
[data-theme='dark'] .bilibili_cover {
  opacity: 0.8;
}

/* ==== btns.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
[data-theme="dark"] div.btns {
  filter: brightness(0.7);
}
[data-theme="dark"] div.btns a {
  background: 0 0;
}
div.btns {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
  line-height: 1.8;
}
div.btns b {
  font-size: 0.875rem;
}
div.btns.wide > a {
  padding-left: 32px;
  padding-right: 32px;
}
div.btns.fill > a {
  flex-grow: 1;
  width: auto;
}
div.btns.around {
  justify-content: space-around;
}
div.btns.center {
  justify-content: center;
}
div.btns.grid2 > a {
  width: calc(100% / 2 - 16px);
}
div.btns.grid3 > a {
  width: calc(100% / 3 - 16px);
}
div.btns.grid4 > a {
  width: calc(100% / 4 - 16px);
}
div.btns.grid5 > a {
  width: calc(100% / 5 - 16px);
}
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;
  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;
}
div.btns a > i {
  background: #2196f3 !important;
}
div.btns a > i:first-child {
  color: #fff;
  background: #2196f3;
}
div.btns a b {
  font-weight: bold;
  line-height: 1.3;
}
div.btns a img {
  margin: 0.4em auto !important;
}
div.btns a:not([href]) {
  cursor: default;
  color: inherit;
}
div.btns a[href]:hover {
  background: var(--anzhiyu-main);
  color: var(--anzhiyu-white) !important;
}
div.btns a[href]:hover > i:first-child {
  background: var(--anzhiyu-main);
}
div.btns,
div.btns p,
div.btns a {
  font-size: 0.8125rem;
  color: #555;
}
@media screen and (max-width: 1200px) {
  div.btns.grid2 > a {
    width: calc(100% / 2 - 16px);
  }
}
@media screen and (max-width: 768px) {
  div.btns.grid2 > a {
    width: calc(100% / 2 - 16px);
  }
}
@media screen and (max-width: 500px) {
  div.btns.grid2 > a {
    width: calc(100% / 1 - 16px);
  }
}
@media screen and (max-width: 1200px) {
  div.btns.grid3 > a {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 768px) {
  div.btns.grid3 > a {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  div.btns.grid3 > a {
    width: calc(100% / 1 - 16px);
  }
}
@media screen and (max-width: 1200px) {
  div.btns.grid4 > a {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 768px) {
  div.btns.grid4 > a {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  div.btns.grid4 > a {
    width: calc(100% / 2 - 16px);
  }
}
@media screen and (max-width: 1200px) {
  div.btns.grid5 > a {
    width: calc(100% / 4 - 16px);
  }
}
@media screen and (max-width: 768px) {
  div.btns.grid5 > a {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  div.btns.grid5 > a {
    width: calc(100% / 2 - 16px);
  }
}
div.btns a > img:first-child,
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 0 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;
}
div.btns a > img:first-child.auto,
div.btns a > i:first-child.auto {
  width: auto;
}
div.btns a p,
div.btns a b {
  margin: 0.25em;
  font-weight: normal;
  line-height: 1.25;
  word-wrap: break-word;
}
div.btns a[href]:hover,
div.btns a[href]:hover b {
  color: #ff5722;
}
div.btns a[href]:hover > img:first-child,
div.btns a[href]:hover > i:first-child {
  transform: scale(1.1) translateY(-8px);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}
div.btns.circle a > img:first-child,
div.btns.circle a > i:first-child {
  border-radius: 32px;
}
div.btns.rounded a > img:first-child,
div.btns.rounded a > i:first-child {
  border-radius: 16px;
}

/* ==== button.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
#article-container .btn-center {
  margin: 0 0 20px;
  text-align: center;
}
#article-container .btn-anzhiyu {
  display: inline-block;
  margin: 0 4px 6px;
  padding: 0 15px;
  background-color: var(--btn-anzhiyu-color, $btn-default-color);
  color: $btn-color;
  line-height: 2;
  border-radius: 8px;
}
#article-container .btn-anzhiyu.blue {
  --btn-anzhiyu-color: #428bca;
}
#article-container .btn-anzhiyu.pink {
  --btn-anzhiyu-color: #ff69b4;
}
#article-container .btn-anzhiyu.red {
  --btn-anzhiyu-color: #f00;
}
#article-container .btn-anzhiyu.purple {
  --btn-anzhiyu-color: #6f42c1;
}
#article-container .btn-anzhiyu.orange {
  --btn-anzhiyu-color: #ff8c00;
}
#article-container .btn-anzhiyu.green {
  --btn-anzhiyu-color: #5cb85c;
}
#article-container .btn-anzhiyu:hover {
  background-color: var(--btn-hover-color);
}
#article-container .btn-anzhiyu i + span {
  margin-left: 6px;
}
#article-container .btn-anzhiyu:not(.block) + .btn-anzhiyu:not(.block) {
  margin: 0 4px 20px;
}
#article-container .btn-anzhiyu.block {
  display: block;
  margin: 0 0 20px;
  width: fit-content;
  width: -moz-fit-content;
}
#article-container .btn-anzhiyu.block.center {
  margin: 0 auto 20px;
}
#article-container .btn-anzhiyu.block.right {
  margin: 0 0 20px auto;
}
#article-container .btn-anzhiyu.larger {
  padding: 6px 15px;
}
#article-container .btn-anzhiyu:hover {
  text-decoration: none;
}
#article-container .btn-anzhiyu.outline {
  border: 1px solid transparent;
  border-color: var(--btn-anzhiyu-color, $btn-default-color);
  background-color: transparent;
  color: var(--btn-anzhiyu-color, $btn-default-color);
}
#article-container .btn-anzhiyu.outline:hover {
  background-color: var(--btn-anzhiyu-color, $btn-default-color);
}
#article-container .btn-anzhiyu.outline:hover {
  color: #fff !important;
}

/* ==== checkbox.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.checkbox {
  display: flex;
  align-items: center;
}
.checkbox input {
  -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;
  border: 2px solid #2196f3;
  pointer-events: none;
}
.checkbox input[type="checkbox"]:before {
  left: 1px;
  top: 5px;
  width: 0;
  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);
}
.checkbox input[type="checkbox"]:after {
  right: 7px;
  bottom: 3px;
  width: 2px;
  height: 0;
  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;
}
.checkbox input[type="checkbox"]:checked {
  background: #2196f3;
}
.checkbox input[type="checkbox"]:checked:before {
  left: 0;
  top: 7px;
  width: 6px;
  height: 2px;
}
.checkbox input[type="checkbox"]:checked:after {
  right: 3px;
  bottom: 1px;
  width: 2px;
  height: 10px;
}
.checkbox.minus input[type="checkbox"]:before {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0;
  height: 2px;
}
.checkbox.minus input[type="checkbox"]:after {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0;
  height: 2px;
}
.checkbox.minus input[type="checkbox"]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.checkbox.minus input[type="checkbox"]:checked:after {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.checkbox.plus input[type="checkbox"]:before {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0;
  height: 2px;
}
.checkbox.plus input[type="checkbox"]:after {
  transform: rotate(0);
  left: 5px;
  top: 1px;
  width: 2px;
  height: 0;
}
.checkbox.plus input[type="checkbox"]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.checkbox.plus input[type="checkbox"]:checked:after {
  left: 5px;
  top: 1px;
  width: 2px;
  height: 10px;
}
.checkbox.times input[type="checkbox"]:before {
  transform: rotate(45deg);
  left: 3px;
  top: 1px;
  width: 0;
  height: 2px;
}
.checkbox.times input[type="checkbox"]:after {
  transform: rotate(135deg);
  right: 3px;
  top: 1px;
  width: 0;
  height: 2px;
}
.checkbox.times input[type="checkbox"]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.checkbox.times input[type="checkbox"]:checked:after {
  right: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.checkbox input[type="radio"] {
  border-radius: 50%;
}
.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;
}
.checkbox input[type="radio"]:checked:before {
  transform: scale(1);
  background: var(--text-bg-hover);
}
.checkbox.red input {
  border-color: #fe5f58;
}
.checkbox.red input[type="checkbox"]:checked {
  background: #fe5f58;
}
.checkbox.red input[type="radio"]:checked:before {
  background: #fe5f58;
}
.checkbox.green input {
  border-color: #3dc550;
}
.checkbox.green input[type="checkbox"]:checked {
  background: #3dc550;
}
.checkbox.green input[type="radio"]:checked:before {
  background: #3dc550;
}
.checkbox.yellow input {
  border-color: #ffbd2b;
}
.checkbox.yellow input[type="checkbox"]:checked {
  background: #ffbd2b;
}
.checkbox.yellow input[type="radio"]:checked:before {
  background: #ffbd2b;
}
.checkbox.cyan input {
  border-color: #1bcdfc;
}
.checkbox.cyan input[type="checkbox"]:checked {
  background: #1bcdfc;
}
.checkbox.cyan input[type="radio"]:checked:before {
  background: #1bcdfc;
}
.checkbox.blue input {
  border-color: #2196f3;
}
.checkbox.blue input[type="checkbox"]:checked {
  background: #2196f3;
}
.checkbox.blue input[type="radio"]:checked:before {
  background: #2196f3;
}
.checkbox p {
  display: inline-block;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
.checkbox input[type="checkbox"]:before,
.checkbox input[type="checkbox"]:after {
  position: absolute;
  content: "";
  background: #fff;
}

/* ==== folding.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
details[open]:not(.tk-admin-config-group) {
  background: var(--anzhiyu-card-bg);
}
[data-theme="dark"] details.folding-tag {
  background: transparent;
}
details.folding-tag {
  display: block;
  padding: 16px;
  margin: 1em 0;
  border-radius: 4px;
  font-size: var(--global-font-size);
  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.folding-tag summary {
  cursor: pointer;
  padding: 16px;
  margin: -16px;
  border-radius: 4px;
  color: rgba(68,68,68,0.7);
  font-size: 0.875rem !important;
  font-weight: bold;
  position: relative;
  line-height: normal;
}
details.folding-tag summary > p,
details.folding-tag summary > h1,
details.folding-tag summary > h2,
details.folding-tag summary > h3,
details.folding-tag summary > h4,
details.folding-tag summary > h5,
details.folding-tag summary > h6 {
  display: inline;
  border-bottom: none !important;
}
details.folding-tag summary:hover {
  color: #444;
}
details.folding-tag summary:hover:after {
  position: absolute;
  content: '+';
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
details.folding-tag >summary {
  background: var(--anzhiyu-card-bg);
}
details.folding-tag[purple] {
  border-color: #fae7fd;
}
details.folding-tag[purple] >summary {
  background: #fae7fd;
}
details.folding-tag[blue] {
  border-color: #e8f4fd;
}
details.folding-tag[blue] >summary {
  background: #e8f4fd;
}
details.folding-tag[cyan] {
  border-color: #e8fafe;
}
details.folding-tag[cyan] >summary {
  background: #e8fafe;
}
details.folding-tag[green] {
  border-color: #ebf9ed;
}
details.folding-tag[green] >summary {
  background: #ebf9ed;
}
details.folding-tag[yellow] {
  border-color: #fff8e9;
}
details.folding-tag[yellow] >summary {
  background: #fff8e9;
}
details.folding-tag[orange] {
  border-color: #fdf1e7;
}
details.folding-tag[orange] >summary {
  background: #fdf1e7;
}
details.folding-tag[red] {
  border-color: #feefee;
}
details.folding-tag[red] >summary {
  background: #feefee;
}
details.folding-tag[open] {
  border-color: rgba(68,68,68,0.2);
}
details.folding-tag[open] >summary {
  border-bottom: 1px solid rgba(68,68,68,0.2);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
details.folding-tag[open][purple] {
  border-color: rgba(208,23,238,0.3);
}
details.folding-tag[open][purple] >summary {
  border-bottom-color: rgba(208,23,238,0.3);
}
details.folding-tag[open][blue] {
  border-color: rgba(33,150,243,0.3);
}
details.folding-tag[open][blue] >summary {
  border-bottom-color: rgba(33,150,243,0.3);
}
details.folding-tag[open][cyan] {
  border-color: rgba(27,205,252,0.3);
}
details.folding-tag[open][cyan] >summary {
  border-bottom-color: rgba(27,205,252,0.3);
}
details.folding-tag[open][green] {
  border-color: rgba(61,197,80,0.3);
}
details.folding-tag[open][green] >summary {
  border-bottom-color: rgba(61,197,80,0.3);
}
details.folding-tag[open][yellow] {
  border-color: rgba(255,189,43,0.3);
}
details.folding-tag[open][yellow] >summary {
  border-bottom-color: rgba(255,189,43,0.3);
}
details.folding-tag[open][orange] {
  border-color: rgba(236,118,22,0.3);
}
details.folding-tag[open][orange] >summary {
  border-bottom-color: rgba(236,118,22,0.3);
}
details.folding-tag[open][red] {
  border-color: rgba(254,95,88,0.3);
}
details.folding-tag[open][red] >summary {
  border-bottom-color: rgba(254,95,88,0.3);
}
details.folding-tag[open] >summary {
  color: #444;
  margin-bottom: 0;
}
details.folding-tag[open] >summary:hover:after {
  content: '-';
}
details.folding-tag[open] >div.content {
  padding: 16px;
  margin: -16px;
  margin-top: 0;
}
details.folding-tag[open] >div.content p>a:hover {
  text-decoration: underline;
}
details.folding-tag[open] >div.content > p:first-child,
details.folding-tag[open] >div.content > .tabs:first-child,
details.folding-tag[open] >div.content > ul:first-child,
details.folding-tag[open] >div.content > ol:first-child,
details.folding-tag[open] >div.content > .highlight:first-child,
details.folding-tag[open] >div.content > .note:first-child,
details.folding-tag[open] >div.content > details:first-child {
  margin-top: 0;
}
details.folding-tag[open] >div.content > p:last-child,
details.folding-tag[open] >div.content > .tabs:last-child,
details.folding-tag[open] >div.content > ul:last-child,
details.folding-tag[open] >div.content > ol:last-child,
details.folding-tag[open] >div.content > .highlight:last-child,
details.folding-tag[open] >div.content > .note:last-child,
details.folding-tag[open] >div.content > details:last-child {
  margin-bottom: 0;
}
[data-theme="dark"] details[open] > div.content {
  padding: 16px;
  margin: -16px;
  margin-top: 0;
  background: transparent;
  color: rgba(255,255,255,0.6);
}
[data-theme="dark"] details > summary {
  filter: brightness(1);
  background: var(--anzhiyu-card-bg) !important;
}

/* ==== gallery.styl ==== */
.limit-more-line,
#content-inner figure.gallery-group p,
#content-inner figure.gallery-group .gallery-group-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
#content-inner figure.gallery-group {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 6px 4px;
  width: calc(50% - 8px);
  height: 250px;
  border-radius: 8px;
  background: $dark-black;
  -webkit-transform: translate3d(0, 0, 0);
maxWidth600()
}
#content-inner figure.gallery-group:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}
#content-inner figure.gallery-group:hover .gallery-group-name::after {
  transform: translate3d(0, 0, 0);
}
#content-inner figure.gallery-group:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#content-inner figure.gallery-group img {
  position: relative;
  margin: 0;
  max-width: none;
  width: calc(100% + 20px);
  height: 250px;
  backface-visibility: hidden;
  opacity: 0.8;
  transition: all 0.3s, filter 375ms ease-in 0.2s;
  transform: translate3d(-10px, 0, 0);
  object-fit: cover;
}
#content-inner figure.gallery-group figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
}
#content-inner figure.gallery-group figcaption > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
#content-inner figure.gallery-group p {
  margin: 0;
  padding: 8px 0 0;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
  -webkit-line-clamp: 4;
}
#content-inner figure.gallery-group .gallery-group-name {
  position: relative;
  margin: 0;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.65em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
#content-inner figure.gallery-group .gallery-group-name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}
#content-inner .gallery-group-main {
  overflow: auto;
  padding: 0 0 16px;
}
#content-inner .gallery {
  margin: 0 0 16px;
  text-align: center;
}
#content-inner .gallery .fj-gallery {
  opacity: 0;
}
#content-inner .gallery .fj-gallery .img-alt {
  display: none;
}
#content-inner .gallery .fj-gallery.lazyload + button {
  display: inline-block;
}
#content-inner .gallery .fj-gallery .gallery-data {
  opacity: 0;
  visibility: hidden;
}
#content-inner .gallery button {
  display: none;
  margin-top: 25px;
  padding: 10px;
  width: 9em;
  border-radius: 5px;
  background: var(--btn-bg);
  color: var(--btn-color);
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s;
}
#content-inner .gallery button > * {
  transition: all 0.4s;
}
#content-inner .gallery button i {
  opacity: 1;
  font-size: 1.1rem;
}
#content-inner .gallery button:hover {
  background: var(--btn-hover-color);
}
#content-inner .gallery button:hover i {
  margin-left: 2px;
}

/* ==== hexo.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
blockquote.pullquote {
  position: relative;
  max-width: 45%;
  font-size: 110%;
}
blockquote.pullquote.left {
  float: left;
  margin: 1em 0.5em 0 0;
}
blockquote.pullquote.right {
  float: right;
  margin: 1em 0 0 0.5em;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding-top: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

/* ==== hide.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.hide-inline > .hide-button,
.hide-block > .hide-button {
  display: inline-block;
  padding: 5px 18px;
  background: #49b1f5;
  color: var(--white);
}
.hide-inline > .hide-button:hover,
.hide-block > .hide-button:hover {
  background-color: var(--btn-hover-color);
}
.hide-inline > .hide-button.open,
.hide-block > .hide-button.open {
  display: none;
}
.hide-inline > .hide-button.open + div,
.hide-block > .hide-button.open + div {
  display: block;
}
.hide-inline > .hide-button.open + span,
.hide-block > .hide-button.open + span {
  display: inline;
}
.hide-inline > .hide-content,
.hide-block > .hide-content {
  display: none;
}
.hide {
  display: none;
}
.hide-inline > .hide-button {
  margin: 0 6px;
}
.hide-inline > .hide-content {
  margin: 0 6px;
}
.hide-block {
  margin: 0 0 16px;
}
.toggle {
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.toggle > .toggle-button {
  padding: 6px 15px;
  background: #f0f0f0;
  color: #1f2d3d;
  cursor: pointer;
}
.toggle > .toggle-content {
  margin: 30px 24px;
}

/* ==== image.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.md .img {
  object-fit: contain;
}
img.inline {
  display: inline !important;
  vertical-align: middle;
  transform: translateY(-4px);
}
p .img-alt {
  display: inline-block;
  width: 100%;
}

/* ==== inline-labels.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
s,
del {
  color: #8e8e8e;
  text-decoration-color: #8e8e8e;
}
u {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #fe5f58;
}
emp {
  color: #444;
  border-bottom: 4px dotted #fe5f58;
}
wavy {
  color: #444;
  text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-color: #fe5f58;
}
psw {
  color: transparent;
  background: #a1a1a1;
  border-radius: 2px;
}
psw:hover {
  color: var(--anzhiyu-font);
  background: none;
}
kbd {
  display: inline-block;
  color: #666;
  font: bold 9pt arial;
  text-decoration: none;
  text-align: center;
  padding: 2px 5px;
  margin: 0 5px;
  background: #eff0f2;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #f5f5f5;
  -webkit-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  -moz-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  -webkit-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  text-shadow: 0 1px 0 #f5f5f5;
}

/* ==== inlineImg.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
#article-container .inline-img {
  display: inline;
  margin: 0 3px;
  height: 1.1em;
  vertical-align: text-bottom;
}

/* ==== label.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.hl-label {
  padding: 2px 4px;
  border-radius: 3px;
  color: $btn-color;
}
.hl-label.default {
  background-color: $btn-default-color;
}
.hl-label.blue {
  background-color: #428bca;
}
.hl-label.pink {
  background-color: #ff69b4;
}
.hl-label.red {
  background-color: #f00;
}
.hl-label.purple {
  background-color: #6f42c1;
}
.hl-label.orange {
  background-color: #ff8c00;
}
.hl-label.green {
  background-color: #5cb85c;
}

/* ==== media.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
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: 1em -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);
}
[data-theme="dark"] audio,
[data-theme="dark"] video {
  filter: brightness(0.7);
}

/* ==== site-card.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.site-card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -8px;
  align-items: stretch;
}
.site-card {
  margin: 8px;
  width: calc(100% / 4 - 16px);
  display: block;
  line-height: 1.4;
  height: 100%;
}
@media screen and (min-width: 2048px) {
  .site-card {
    width: calc(100% / 5 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .site-card {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 500px) {
  .site-card {
    width: calc(100% / 2 - 16px);
  }
}
.site-card .img {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.2);
  background: #f6f6f6;
}
@media screen and (max-width: 500px) {
  .site-card .img {
    height: 100px;
  }
}
.site-card .img img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 2s ease;
  object-fit: cover;
}
.site-card .info {
  margin-top: 8px;
}
.site-card .info img {
  width: 32px;
  height: 32px;
  pointer-events: none;
  border-radius: 16px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.site-card .info span {
  display: block;
}
.site-card .info .title {
  font-weight: 600;
  font-size: var(--global-font-size);
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.site-card .info .desc {
  font-size: var(--global-font-size);
  word-wrap: break-word;
  line-height: 1.2;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.site-card .img {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.site-card:hover .img {
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1), 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);
}
.site-card:hover .info .title {
  color: #ff5722;
}

/* ==== span.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
p.p.subtitle {
  font-weight: bold;
  color: #44b299;
  font-size: 1.25rem !important;
  padding-top: 1.5rem;
}
p.p.subtitle:first-child {
  padding-top: 1rem;
}
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: var(--global-font-size);
}
span.p.large,
p.p.large {
  font-size: 2.5rem;
  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,
span.p.h2,
p.p.h2 {
  padding-bottom: 0.2rem;
  font-weight: 500;
}
span.p.h1,
p.p.h1 {
  font-size: 1.625rem;
  color: var(--color-h1);
  padding-top: 2em;
}
span.p.h2,
p.p.h2 {
  font-size: 1.625rem;
  color: var(--color-h2);
  padding-top: 2em;
  border-bottom: 1px solid rgba(68,68,68,0.1);
}
span.p.h3,
p.p.h3 {
  font-size: 1.375rem;
  color: var(--color-h3);
  padding-top: 2em;
}
span.p.h4,
p.p.h4 {
  font-size: 1.125rem;
  color: var(--color-h4);
  padding-top: 2em;
}
span.p.h5,
p.p.h5 {
  font-size: 1rem;
  color: var(--color-h5);
  padding-top: 1.5em;
}
span.p.red,
p.p.red {
  color: #e8453c;
}
span.p.yellow,
p.p.yellow {
  color: #fcec60;
}
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.purple,
p.p.purple {
  color: #9c27b0;
}
span.p.gray,
p.p.gray {
  color: #999;
}

/* ==== tabs.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
#article-container .tabs {
  position: relative;
  margin: 0 0 20px;
  border: 3px solid var(--anzhiyu-secondbg);
  margin: 1rem 0 !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--anzhiyu-shadow-border);
  background: var(--anzhiyu-card-bg);
  padding: 8px;
}
#article-container .tabs > .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 16px;
  background: var(--anzhiyu-card-bg);
}
#article-container .tabs > .nav-tabs > .tab {
  padding: 8px 18px;
  background: var(--anzhiyu-secondbg);
  color: var(--anzhiyu-fontcolor);
  line-height: 1;
  transition: all 0.4s;
  margin: 4px;
  border: var(--style-border-always);
  border-radius: 8px;
}
#article-container .tabs > .nav-tabs > .tab i {
  width: 1.5em;
}
#article-container .tabs > .nav-tabs > .tab.active {
  border: var(--style-border-hover-always);
  background: var(--anzhiyu-background);
  border-radius: 8px;
  cursor: default;
}
#article-container .tabs > .nav-tabs > .tab:not(.active):hover {
  background: var(--anzhiyu-main);
  color: var(--anzhiyu-white);
  transition: 0.3s;
  border: var(--style-border-hover-always);
}
#article-container .tabs > .nav-tabs.no-default ~ .tab-to-top {
  display: none;
}
#article-container .tabs > .tab-contents .tab-item-content {
  position: relative;
  display: none;
  background: var(--anzhiyu-background);
  border: var(--style-border-always);
  padding: 1.2rem 1.2rem;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #article-container .tabs > .tab-contents .tab-item-content {
    padding: 24px 14px;
  }
}
#article-container .tabs > .tab-contents .tab-item-content.active {
  display: block;
}
#article-container .tabs > .tab-to-top {
  padding: 0 16px 10px 0;
  width: 100%;
  text-align: right;
}
#article-container .tabs > .tab-to-top button {
  color: $tab-to-top-color;
}
#article-container .tabs > .tab-to-top button:hover {
  color: $tab-to-top-hover-color;
}
@-moz-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ==== timeline.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
#article-container .timeline {
  margin: 0 0 20px 10px;
  padding: 14px 20px 5px;
  border-left: 2px solid var(--timeline-color, #49b1f5);
}
#article-container .timeline.blue {
  --timeline-color: #428bca;
  --timeline-bg: rgba(66,139,202, 0.2);
}
#article-container .timeline.pink {
  --timeline-color: #ff69b4;
  --timeline-bg: rgba(255,105,180, 0.2);
}
#article-container .timeline.red {
  --timeline-color: #f00;
  --timeline-bg: rgba(255,0,0, 0.2);
}
#article-container .timeline.purple {
  --timeline-color: #6f42c1;
  --timeline-bg: rgba(111,66,193, 0.2);
}
#article-container .timeline.orange {
  --timeline-color: #ff8c00;
  --timeline-bg: rgba(255,140,0, 0.2);
}
#article-container .timeline.green {
  --timeline-color: #5cb85c;
  --timeline-bg: rgba(92,184,92, 0.2);
}
#article-container .timeline .timeline-item {
  margin: 0 0 15px;
}
#article-container .timeline .timeline-item:hover .item-circle:before {
  border-color: var(--timeline-color, #49b1f5);
}
#article-container .timeline .timeline-item.headline .timeline-item-title .item-circle > p {
  font-weight: 600;
  font-size: 1.2em;
}
#article-container .timeline .timeline-item.headline .timeline-item-title .item-circle:before {
  left: -28px;
  border: 4px solid var(--timeline-color, #49b1f5);
}
#article-container .timeline .timeline-item.headline:hover .item-circle:before {
  border-color: var(--pseudo-hover);
}
#article-container .timeline .timeline-item .timeline-item-title {
  position: relative;
}
#article-container .timeline .timeline-item .item-circle:before {
  position: absolute;
  top: 50%;
  left: -27px;
  width: 6px;
  height: 6px;
  border: 3px solid var(--pseudo-hover);
  border-radius: 50%;
  background: var(--card-bg);
  content: '';
  transition: all 0.3s;
  transform: translate(0, -50%);
}
#article-container .timeline .timeline-item .item-circle > p {
  margin: 0 0 8px;
  font-weight: 500;
}
#article-container .timeline .timeline-item .timeline-item-content {
  position: relative;
  padding: 12px 15px;
  border-radius: 0.5rem;
  border: var(--style-border-always);
  font-size: 0.93em;
}
#article-container .timeline .timeline-item .timeline-item-content > :last-child {
  margin-bottom: 0;
}
#article-container .timeline + .timeline {
  margin-top: -20px;
}

/* ==== tip.styl ==== */
.limit-more-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesomeIcon {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
}
.anzhiyufont {
  display: inline-block;
  font-family: 'anzhiyufont', 'Font Awesome 6 Free', sans-serif;
}
.tip {
  padding: 6px 20px;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #41363c, #494648);
  padding: 6px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(50,50,50,0.5);
  box-shadow: 0 3px 5px rgba(50,50,50,0.5);
}
.tip p {
  margin: 0 !important;
  padding: 0.5rem 0;
}
.tip:before {
  background: linear-gradient(0deg, #41363c, #494648);
  text-shadow: 0 -1px #41363c;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24.5px;
  left: -12px;
  top: -12px;
  box-shadow: 0 0 0 2.5px #f7f8f9;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  text-align: center;
}
.tip ol {
  margin: 0;
}
.tip.info {
  background: #20a0ff;
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  padding: 6px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(32,160,255,0.5);
  box-shadow: 0 3px 5px rgba(32,160,255,0.5);
}
.tip.info:before {
  background: #20a0ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#0092ff), to(#20b8ff));
  background: linear-gradient(0deg, #0092ff, #20b8ff);
  content: "\f05a";
  font-family: anzhiyufont;
  text-shadow: 0 -1px #20a0ff;
}
.tip.success {
  background: linear-gradient(90deg, #61be33, #8fce44);
  text-shadow: 0 -1px #61be33;
  -webkit-box-shadow: 0 3px 5px rgba(104,195,59,0.5);
  box-shadow: 0 3px 5px rgba(104,195,59,0.5);
}
.tip.success:before {
  background: linear-gradient(0deg, #52bb1d, #95d34b);
  content: "\f058";
  text-shadow: 0 -1px #61be33;
  font-family: anzhiyufont;
}
.tip.warning {
  background: #ff953f;
  background: linear-gradient(90deg, #ff953f, #ffb449);
  text-shadow: 0 -1px #ff953f;
  box-shadow: 0 3px 5px rgba(255,154,73,0.5);
}
.tip.warning::before {
  background: linear-gradient(0deg, #ff8f35, #ffc149);
  content: '\f071';
  text-shadow: 0 -1px #ff953f;
  font-family: anzhiyufont;
}
.tip.error {
  background: #ff4949;
  background: linear-gradient(90deg, #ff4949, #ff7849);
  text-shadow: 0 -1px #ff4949;
  box-shadow: 0 3px 5px rgba(255,73,73,0.5);
}
.tip.error:before {
  background: linear-gradient(0deg, #ff3838, #ff7849);
  content: $note-error-icon;
  text-shadow: 0 -1px #ff4949;
  font-family: anzhiyufont;
}
.tip.bolt {
  background: linear-gradient(530deg, #78ca33, #25822c);
  content: "\f058";
  text-shadow: 0 -1px #4cf706;
}
.tip.bolt:before {
  background: linear-gradient(776deg, #78ca33, #25822c);
  content: "\f058";
  text-shadow: 0 -1px #4cf706;
  font-family: anzhiyufont;
}
.tip.ban {
  background: linear-gradient(90deg, #ff4949, #f03b49);
  text-shadow: 0 -1px #ff4949;
  box-shadow: 0 3px 5px rgba(255,73,73,0.5);
}
.tip.ban:before {
  background: linear-gradient(0deg, #ff3838, #ff1022);
  content: "\f056";
  text-shadow: 0 -1px #ff4949;
  font-family: anzhiyufont;
}
.tip.home {
  background: #15e5ff;
  background: linear-gradient(90deg, #0ec0ef, #80e0f7);
  text-shadow: 0 -1px #0ec0ef;
  -webkit-box-shadow: 0 3px 5px #01caff;
  box-shadow: 0 3px 5px #01caff;
}
.tip.home:before {
  background: linear-gradient(0deg, #0ec0ee, #0ec0ea);
  content: "\e606";
  font-family: anzhiyufont;
  text-shadow: 0 -1px #0ec0ea;
}
.tip.sync {
  background: #00a9ff;
  background: linear-gradient(230deg, #47c0e0, #2dc342);
  text-shadow: 0 -1px #1bcdfc;
  -webkit-box-shadow: 0 3px 5px #1bcdfc;
  box-shadow: 0 3px 5px #20b1ad;
}
.tip.sync:before {
  background: linear-gradient(270deg, #40c0e2, #3dc550);
  content: "\e66b";
  font-family: anzhiyufont;
  text-shadow: 0 -1px #17cfff;
}
.tip.cogs {
  background: linear-gradient(230deg, #40c0e2, #5247e2);
  text-shadow: 0 -1px #8278fd;
  -webkit-box-shadow: 0 3px 5px #4037a7;
  box-shadow: 1 3px 5px #5e52ec;
}
.tip.cogs:before {
  background: linear-gradient(560deg, #40c0e2, #5246e2);
  content: "\e638";
  font-family: anzhiyufont;
  text-shadow: 0 -1px #098cf5;
}
.tip.key {
  background: #25c33b;
  background: linear-gradient(230deg, #90a4ae, #b7a7a7);
  text-shadow: 0 -1px #c1c0d4;
  -webkit-box-shadow: 0 3px 5px #d3d2de;
  box-shadow: 1 3px 5px #d5d4de;
}
.tip.key:before {
  background: linear-gradient(560deg, #bccdd2, #cfced4);
  content: "\e673";
  font-family: anzhiyufont;
  text-shadow: 0 -1px #a9b2b9;
}
.tip.bell {
  background: linear-gradient(230deg, #ffaa0d, #deb455);
  text-shadow: 0 -1px #c1c0d4;
  box-shadow: 1 3px 5px #d5d4de;
}
.tip.bell:before {
  background: linear-gradient(560deg, #f9ae07, #ffb615);
  content: "\e635";
  font-family: anzhiyufont;
  text-shadow: 0 -1px #ffb81b;
}
[data-theme="dark"] .tip {
  filter: brightness(0.7);
}
#article-container .tip a {
  color: #e6eaed;
}

/* ==== _extra/tag/link.css ==== */
#article-container .tag-Link {
  background: var(--anzhiyu-secondbg);
  border-radius: 8px !important;
  display: flex;
  border: var(--style-border);
  flex-direction: column;
  padding: 0.5rem 1rem !important;
  border-width: 1px !important;
  margin: 1rem 0;
}

#article-container .tag-Link:hover {
  border: var(--style-border-hover);
}

#article-container .tag-Link .tag-link-tips {
  border-bottom: var(--style-border);
  padding-bottom: 4px;
  font-size: 12px;
  color: var(--anzhiyu-gray);
  font-weight: normal;
}

#article-container .tag-Link:hover .tag-link-tips {
  color: var(--anzhiyu-white);
}

#article-container .tag-Link .tag-link-bottom {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  justify-content: space-around;
}

#article-container .tag-Link .tag-link-bottom .tag-link-left {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: var(--anzhiyu-border-radius);
  background-color: var(--anzhiyu-card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#article-container .tag-Link .tag-link-bottom .tag-link-left i {
  margin: 0;
  padding: 0;
  margin: auto;
  font-size: 24px;
  color: var(--anzhiyu-fontcolor);
}

#article-container .tag-Link .tag-link-bottom .tag-link-right {
  margin-left: 1rem;
  max-width: calc(100% - 76px - 1rem);
}

#article-container .tag-Link .tag-link-bottom .tag-link-right .tag-link-title {
  font-size: 1rem;
  line-height: 1.2;
}

#article-container .tag-Link .tag-link-bottom .tag-link-right .tag-link-sitename {
  font-size: 0.7rem;
  color: var(--anzhiyu-gray);
  font-weight: normal;
  margin-top: 4px;
}

#article-container .tag-Link:hover .tag-link-bottom .tag-link-right .tag-link-sitename {
  color: var(--anzhiyu-white);
}

#article-container .tag-Link .tag-link-bottom i {
  margin-left: auto;
}

/* ==== _extra/tag/site.css ==== */
.site-card-group .site-card .info {
  margin-top: 0;
}
.site-card-group > a {
  width: calc(100% / 4 - 0.5rem);
  height: 150px;
  position: relative;
  display: block;
  margin: 0.5rem 0.25rem;
  float: left;
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  transition: all 0.3s ease 0s, transform cubic-bezier(0.71, 0.15, 0.16, 1.15) 0.6s;
  box-shadow: none;
  border: var(--style-border) !important;
}

.site-card-group > a .wrapper {
  position: relative;
}

.site-card-group > a .cover {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.site-card-group > a .info,
.site-card-group > a .wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
}

.site-card-group > a .info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.site-card-group > a .info img {
  position: relative;
  top: 19px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 1;
  text-align: center;
  pointer-events: none;
}

.site-card-group > a .info span {
  padding: 20px 10% 60px 10%;
  font-size: 16px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--font-color);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.site-card-group .site-card:hover {
  border-color: var(--anzhiyu-main) !important;
  background-color: var(--anzhiyu-main) !important;
  -webkit-box-shadow: var(--anzhiyu-shadow-theme) !important;
  box-shadow: var(--anzhiyu-shadow-theme) !important;
}
.site-card-group > a:hover .wrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site-card-group > a .cover {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.site-card-group > a .wrapper img {
  height: 150px;
  pointer-events: none;
}
.site-card-group .site-card .wrapper img {
  -webkit-transition: -webkit-transform 0.5s ease-out !important;
  -moz-transition: -moz-transform 0.5s ease-out !important;
  -o-transition: -o-transform 0.5s ease-out !important;
  -ms-transition: -ms-transform 0.5s ease-out !important;
  transition: transform 0.5s ease-out !important;
}
.site-card-group > a .wrapper .fadeIn {
  -webkit-animation: coverIn 0.8s ease-out forwards;
  -moz-animation: coverIn 0.8s ease-out forwards;
  -o-animation: coverIn 0.8s ease-out forwards;
  -ms-animation: coverIn 0.8s ease-out forwards;
  animation: coverIn 0.8s ease-out forwards;
}

.site-card-group > a:hover .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* ---- note fallback ---- */
.note {
  position: relative;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.08);
  border-left-width: 5px;
  background: rgba(0,0,0,.03);
  line-height: 1.6;
}
.note.simple { background: transparent; }
.note.flat { border: none; }
.note.default, .note.gray { border-left-color: #777; }
.note.primary, .note.purple { border-left-color: #6f42c1; background: rgba(111,66,193,.08); }
.note.info, .note.blue { border-left-color: #428bca; background: rgba(66,139,202,.1); }
.note.success, .note.green { border-left-color: #5cb85c; background: rgba(92,184,92,.1); }
.note.warning, .note.yellow, .note.orange { border-left-color: #f0ad4e; background: rgba(240,173,78,.12); }
.note.danger, .note.red { border-left-color: #d9534f; background: rgba(217,83,79,.1); }
.note.modern { border-left-width: 1px; }
.note p:last-child { margin-bottom: 0; }
[data-theme='dark'] .note {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

/* icon font fallbacks */
.anzhiyufont { font-style: normal; }
.anzhiyu-icon-arrow-up:before { content: "\f062"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.anzhiyu-icon-oranges:before,
.anzhiyu-icon-bullhorn:before { content: "\f0a1"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.anzhiyu-icon-link:before { content: "\f0c1"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.anzhiyu-icon-angle-right:before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.anzhiyu-icon-bilibili:before { content: "\f167"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.no-text-decoration { text-decoration: none !important; }
.no-lightbox { cursor: default; }
