@charset "UTF-8";
@keyframes snackbar-progress{0%{width:0}to{width:100%}}.snackbar-container{transition:.5s;font-size:14px;position:fixed;align-items:center;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999;background:var(--efu-lighttext)!important;color:var(--efu-card-bg);border-radius:0;display:flex;justify-content:center;max-width:none;min-width:100%;margin:0;left:0;height:60px;transform:none}.snackbar-container p{color:var(--efu-card-bg)!important;font-weight:700!important;text-align:center;font-size:.8rem!important;display:flex;justify-content:center}.snackbar-container .action{display:inline-block;font-size:inherit;margin:0 0 0 24px;min-width:min-content;cursor:pointer;color:var(--efu-card-bg)!important;background:var(--efu-lighttext)!important;padding:4px 6px;font-weight:700;border-radius:8px;transition:.3s;border:var(--style-border)}.snackbar-container .action:hover{background:var(--efu-card-bg)!important;color:var(--efu-lighttext)!important}.snackbar-container:after{position:absolute;width:0;height:100%;left:0;top:0;background:var(--efu-white);opacity:.1;content:"";animation:snackbar-progress var(--efu-snackbar-time) linear forwards;pointer-events:none}.snackbar-pos.top-center,.snackbar-pos.top-left{bottom:auto;top:0;left:0}.snackbar-pos.top-right{bottom:auto;top:0;right:0}
@media screen and (min-width: 768px) {
@-moz-keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
@-webkit-keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
@-o-keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
@keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
}
@-moz-keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-o-keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-moz-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@-webkit-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@-o-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@-moz-keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-o-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-o-keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-moz-keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes to_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes to_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes to_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes to_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@-webkit-keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@-o-keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@-moz-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@-webkit-keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@-o-keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@-moz-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-o-keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-moz-keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-webkit-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-o-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-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);
  }
}
@-moz-keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@-o-keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@-moz-keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-o-keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-moz-keyframes rowleft-quarter {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(-75%);
  }
}
@-webkit-keyframes rowleft-quarter {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(-75%);
  }
}
@-o-keyframes rowleft-quarter {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(-75%);
  }
}
@keyframes rowleft-quarter {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(-75%);
  }
}
@-moz-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-o-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@-webkit-keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@-o-keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@-moz-keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@-webkit-keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@-o-keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@-moz-keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@-webkit-keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@-o-keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@-moz-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-webkit-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-o-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-moz-keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@-o-keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@-moz-keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@-webkit-keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@-o-keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@-moz-keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.limit-more-line,
.article-container figure.gallery-group p,
.article-container figure.gallery-group .gallery-group-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
:root {
  --efu-white: #fff;
  --efu-white-op: rgba(255,255,255,0.2);
  --efu-black: #000;
  --efu-black-op: rgba(0,0,0,0.2);
  --efu-none: rgba(0,0,0,0);
  --efu-gray: #999;
  --efu-gray-op: rgba(153,153,153,0.169);
  --efu-cyan: #00bcd4;
  --efu-cyan-op: rgba(0,188,212,0.169);
  --efu-vip: #e5a80d;
  --efu-speed: #57bd6a;
  --efu-main: var(--efu-theme);
  --efu-main-op: var(--efu-theme-op);
  --efu-main-op-deep: var(--efu-theme-op-deep);
  --efu-main-op-light: var(--efu-theme-op-light);
  --efu-main-none: var(--efu-theme-none);
  --efu-shadow-theme: 0 8px 12px -3px var(--efu-theme-op);
  --efu-shadow-blackdeep: 0 2px 16px -3px rgba(0,0,0,0.15);
  --efu-shadow-main: 0 8px 12px -3px var(--efu-main-op);
  --efu-shadow-blue: 0 8px 12px -3px rgba(40,109,234,0.2);
  --efu-shadow-white: 0 8px 12px -3px rgba(255,255,255,0.2);
  --efu-shadow-black: 0 0 12px 4px rgba(0,0,0,0.05);
  --efu-shadow-yellow: 0px 38px 77px -26px rgba(255,201,62,0.12);
  --efu-shadow-red: 0 8px 12px -3px rgba(238,125,121,0.212);
  --efu-shadow-green: 0 8px 12px -3px rgba(135,238,121,0.212);
  --efu-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
  --efu-snackbar-time: 5s;
  --global-font-size: 14px;
  --global-bg: #fff;
  --hr-border: #97bcfb;
  --hr-before-color: #6ea2f9;
  --search-bg: #f6f8fa;
  --search-input-color: #4c4948;
  --search-result-title: #4c4948;
  --preloader-bg: #37474f;
  --preloader-color: #fff;
  --tab-border-color: #f0f0f0;
  --tab-botton-bg: #f0f0f0;
  --tab-botton-color: #1f2d3d;
  --tab-button-hover-bg: #dcdcdc;
  --tab-button-active-bg: #fff;
  --sidebar-bg: #f6f8fa;
  --btn-hover-color: #ff7242;
  --btn-color: #fff;
  --btn-bg: var(--efu-main);
  --text-bg-hover: #f6f8fa;
  --light-grey: #eee;
  --text-highlight-color: #1f2d3d;
  --blockquote-color: #6a737d;
  --blockquote-bg: rgba(73,177,245,0.1);
  --reward-pop: #f5f5f5;
  --toc-link-color: #666261;
  --card-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.06);
  --card-hover-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.15);
  --offset: 0px;
  --hlscrollbar-bg: #121212;
  --gap: 0.5rem;
  --radius: 12px;
}
body {
  position: relative;
  min-height: 100%;
  background: var(--efu-background);
  color: var(--efu-fontcolor);
  font-size: 16px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei;
  line-height: 2;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  font-size: 20px;
  overflow-y: overlay;
}
main {
  display: block;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}
*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  opacity: 0.5;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid var(--efu-background);
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--efu-lighttext);
  display: block;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--efu-card-border);
  opacity: 0.5;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid var(--efu-background);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--efu-main);
  opacity: 1;
  display: block !important;
}
::-webkit-scrollbar-track {
  background-color: var(--efu-none);
}
::selection {
  background: var(--efu-main);
  color: var(--efu-white);
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  margin: 0.5rem 0;
  color: var(--efu-fontcolor);
}
hr {
  margin: 0.5rem 0;
  border: 1px dashed var(--efu-theme-op);
}
a {
  color: var(--efu-fontcolor);
  text-decoration: none;
  transition: all 0.3s ease 0s;
  overflow-wrap: break-word;
  -webkit-user-drag: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: "monospace", monospace;
  font-size: 16px;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
input::placeholder {
  color: var(--efu-gray);
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  appearance: button;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  appearance: none;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background-color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
input::placeholder {
  color: var(--efu-fontcolor);
}
.table-wrap {
  overflow-x: scroll;
  margin: 0 0 1rem;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  table::-webkit-scrollbar {
    display: none;
  }
}
table thead {
  background: var(--efu-secondbg);
}
table td,
table th {
  padding: 0.3rem 0.6rem;
  border: var(--style-border-always);
  vertical-align: middle;
  min-width: 100px;
}
button {
  padding: 0;
  outline: 0;
  border: none;
  color: var(--efu-fontcolor);
  background: 0 0;
  cursor: pointer;
}
img {
  border-style: none;
  max-width: 100%;
  transition: all 0.2s ease 0s;
  -webkit-user-drag: none;
}
img:not([src]),
img[src=""] {
  opacity: 0;
}
.img-alt {
  font-size: 12px;
  margin: 0;
  margin-top: 8px;
  color: var(--efu-secondtext);
}
.is-center {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
iframe {
  border-radius: 12px;
}
.copy-true {
  user-select: all;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
blockquote {
  border: var(--style-border-always);
  background-color: var(--efu-secondbg);
  color: var(--efu-secondtext);
  border-radius: 8px;
  margin: 0.5rem 0;
  padding: 0.5rem 0.8rem;
}
li,
ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
[data-theme=dark] img {
  filter: brightness(1);
}
a.extend .next {
  right: 0;
}
a.extend .prev {
  left: 0;
}
b,
strong {
  color: var(--efu-lighttext);
}
.button--animated {
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
}
i.solitude {
  font-size: 20px;
  line-height: 1;
  font-synthesis: style;
}
#body-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.layout {
  display: flex;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .layout {
    padding: 0;
  }
}
.layout#content-inner {
  max-width: 1400px;
  flex-grow: 1;
}
.layout.hide-aside > div:first-child {
  width: 100%;
}
.layout > div:first-child {
  width: calc(100% - 300px);
}
.hide-aside .layout > div:first-child {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .layout > div:first-child {
    width: 100%;
  }
}
.layout > #post,
.layout #category,
.layout #tag,
.layout #archive {
  align-self: flex-start;
  animation: slide-in 0.6s 0.1s backwards;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layout > #post,
  .layout #category,
  .layout #tag,
  .layout #archive {
    box-shadow: none;
    border: none;
    padding: 0 1rem;
  }
}
.layout > #post {
  padding: 0;
}
.show {
  opacity: 1 !important;
  pointer-events: all !important;
}
span.tags-punctuation i {
  font-weight: bold;
  font-size: 12px;
  transition: none;
  margin-right: 2px;
  opacity: 0.4;
}
#post-info span.tags-punctuation i {
  font-size: 14px;
  line-height: 32px;
}
.article-container {
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .article-container {
    overflow: hidden;
  }
}
.post .article-container {
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .post .article-container {
    padding: 0.5rem 0.5rem 1rem 0.5rem;
  }
}
.article-container iframe {
  border-radius: 12px;
  margin: 0 0 1rem;
}
.article-container a {
  color: var(--efu-fontcolor);
  border-radius: 4px 4px 0 0;
  border-bottom: 2px dotted var(--efu-lighttext);
  font-weight: 700;
}
.article-container a.fancybox {
  border-bottom: none;
}
.article-container .table-wrap {
  margin: 1rem 0;
  border-radius: 8px;
  overflow-x: scroll;
}
.article-container a.headerlink {
  opacity: 0.08;
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  line-height: 1;
  font-size: 0.8rem;
}
#page .article-container a.headerlink {
  display: none;
}
.article-container a.headerlink::before {
  content: "\f0c1";
  font-family: 'FontAwesome';
  cursor: pointer;
}
.article-container a.headerlink:hover {
  border-bottom: none;
  box-shadow: none;
  background: var(--efu-none);
  color: var(--efu-lighttext);
  opacity: 1;
}
.article-container p {
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0.5rem 0;
  text-align: justify;
  letter-spacing: 0.6px;
}
.article-container p a:not(.fancybox) {
  text-decoration: none;
  border: none;
  color: var(--efu-theme);
  font-weight: 700;
  padding: 0 4px;
  background: linear-gradient(to top, var(--efu-theme-op), var(--efu-theme-op)) no-repeat bottom/100% 0.1em;
  transition: all 0.2s;
}
.article-container p a:not(.fancybox):hover {
  border-radius: 4px;
  background-size: 100% 100%;
}
.article-container blockquote p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.article-container code:not([class*='language-']) {
  color: var(--efu-fontcolor);
  padding: 0.4em;
  border-radius: 4px;
  font-size: 12px;
  background: var(--efu-card-bg);
  line-height: 1.5;
  box-shadow: var(--efu-shadow-border);
  border: var(--style-border);
}
.article-container img:not(.post_bg) {
  border-radius: 12px;
  object-fit: cover;
  display: block;
  margin: 0.8rem auto;
  max-width: 90%;
  max-height: 450px;
}
.article-container ul,
.article-container ol {
  padding: 0;
  margin-top: 0.4rem;
  list-style: none;
  counter-reset: li 0;
}
.article-container ul li:before,
.article-container ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--efu-fontcolor);
  transition: all 0.3s ease-out 0s;
  background: var(--efu-lighttext);
}
.article-container ul li:not(.tab),
.article-container ol li:not(.tab) {
  position: relative;
  margin: 0.2rem 0;
}
.article-container ul li:not(.tab) p,
.article-container ol li:not(.tab) p {
  margin: 0;
}
.article-container ul > li:not(.tab) {
  padding: 0.2em 0.2em 0.2em 1.4em;
}
.article-container ul > li:not(.tab):before {
  top: 0.78em;
  width: 0.42em;
  height: 0.42em;
  border-radius: 0.42em;
  background: 0 0;
  border: 0.21em solid var(--efu-lighttext);
  content: "";
  line-height: 0.42em;
}
.article-container ol > li:before {
  margin-top: 0.65em;
  width: 1.45em;
  height: 1.45em;
  border-radius: 0.725em;
  text-align: center;
  font-size: 0.85em;
  color: var(--efu-white);
  line-height: 1.45em;
}
.article-container ol ul li {
  line-height: 1.7;
}
.article-container ol > li:not(.tab) {
  padding: 0.2em 0.2em 0.2em 1.8em;
}
.article-container ol > li:before {
  content: counter(li);
  counter-increment: li 1;
}
.article-container ol > li > ol > li:before {
  content: counter(li, lower-alpha);
  counter-increment: li;
}
.article-container ol > li > ol > li > ol > li:before {
  content: counter(li, lower-roman);
  counter-increment: li;
}
.article-container.post-content h1,
.article-container.post-content h2,
.article-container.post-content h3,
.article-container.post-content h4 {
  padding-right: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.2s ease-out 0s;
}
.article-container.post-content h1 {
  font-size: 1.5rem;
  line-height: 1.3;
}
.article-container.post-content h2 {
  font-size: 1.3rem;
  line-height: 1.3;
  border-top: 1px dashed var(--efu-theme-op);
  padding-top: 1rem;
}
.article-container.post-content h3,
.article-container.post-content h4 {
  font-size: 1.1rem;
  line-height: 1.3;
}
.article-container hr {
  display: flex;
  position: relative;
  margin: 0.5rem 0;
  border-width: 0;
  border-top: 1px dashed var(--efu-theme-op);
}
.article-sort-title {
  font-weight: 700;
  font-size: 2em;
}
.article-sort-title sup {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.4;
  top: -1em;
}
.article-sort .article-sort-item {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 1rem 0;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.article-sort .article-sort-item.year {
  font-size: 0.8rem;
  color: var(--efu-secondtext);
  margin: 0 0 0.2rem 0;
}
.article-sort .article-sort-item .article-sort-item-img {
  border-radius: 12px;
  min-width: 151px;
  min-height: 80px;
  background: var(--efu-secondbg);
  overflow: hidden;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .article-sort .article-sort-item .article-sort-item-img {
    min-width: 80px;
  }
}
.article-sort .article-sort-item .article-sort-item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
}
.article-sort .article-sort-item .article-sort-item-info {
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.article-sort .article-sort-item .article-sort-item-info a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-sort .article-sort-item .article-sort-item-info a:hover {
  color: var(--efu-theme);
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-title {
  color: var(--efu-fontcolor);
  font-size: 1.1em;
  transition: all 0.3s ease 0s;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  order: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article-sort .article-sort-item .article-sort-item-info .article-sort-item-title {
    -webkit-line-clamp: 2;
  }
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags {
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 0.7rem;
  display: flex;
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags a {
  color: var(--efu-fontcolor);
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags a:hover {
  color: var(--efu-theme);
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags a .tags-punctuation {
  font-size: 12px;
  margin-right: 1px;
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags .article-meta__tags {
  margin-right: 8px;
  padding: 0 0.2rem 0 0;
  color: var(--efu-fontcolor);
}
#aside-content {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  animation: slide-in 0.6s 0.3s backwards;
  z-index: 10;
  order: 2;
}
.hide-aside #aside-content {
  display: none;
}
@media screen and (min-width: 1200px) {
  #aside-content {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  #aside-content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #aside-content .card-widget:not(#card-toc) {
    display: none;
  }
}
#aside-content .card-widget {
  border-radius: var(--radius);
  transition: all 0.3s;
  overflow: hidden;
  background: var(--efu-card-bg);
  box-shadow: var(--efu-shadow-black);
  border: var(--style-border);
  user-select: none;
}
#aside-content .card-widget .item-headline {
  padding-bottom: 0;
  margin-left: 8px;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
#aside-content .card-widget .item-headline i {
  font-size: 18px;
}
#aside-content .card-widget .card-content {
  padding: 1rem 1.2rem;
  min-height: 320px;
  height: 320px;
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.card-info {
  position: relative;
}
.card-info::before {
  background: linear-gradient(-25deg, var(--efu-main), var(--efu-main-op-deep));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
}
.card-info:hover .avatar,
.card-info:hover .sticker {
  transform: scale(0);
}
.card-info:hover .description {
  opacity: 1;
}
.card-info .sayhi {
  width: fit-content;
  font-size: 12px;
  background: var(--efu-white-op);
  border-radius: var(--radius);
  cursor: pointer;
  min-width: 100px;
  padding: 2px 10px;
  color: var(--efu-white);
  transition: all 0.3s;
}
[data-theme='dark'] .card-info .sayhi {
  background: var(--efu-black);
}
.card-info .sayhi:hover {
  background: var(--efu-white);
  color: var(--efu-main);
  transform: scale(1.1);
  transition: all 0.3s;
}
[data-theme='dark'] .card-info .sayhi:hover {
  background: var(--efu-black);
  color: var(--efu-white);
}
.card-info .avatar {
  width: 118px;
  height: 118px;
  min-width: 118px;
  min-height: 118px;
  right: calc(50% - 59px);
  top: 90px;
  position: absolute;
  transition: cubic-bezier(0.69, 0.39, 0, 1.21) 0.3s;
  transform-origin: bottom;
}
.card-info .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 5px solid var(--efu-card-bg);
  overflow: hidden;
}
.card-info .avatar .sticker {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 33px;
  height: 33px;
  line-height: 34px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out 0.2s;
  background: var(--efu-white);
  border-radius: 50%;
}
.card-info .description {
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  color: var(--efu-card-bg);
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  gap: var(--gap);
}
.card-info .bottom-group {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
.card-info .bottom-group .left {
  flex: 1;
}
.card-info .bottom-group .left .name {
  font-weight: 700;
  color: var(--efu-card-bg);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.card-info .bottom-group .left .desc {
  font-size: 12px;
  color: var(--efu-card-bg);
  opacity: 0.6;
  line-height: 1;
}
.card-info .bottom-group .social-icons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.card-info .bottom-group .social-icons .social-icon {
  color: var(--efu-fontcolor);
  cursor: pointer;
  display: flex;
  transition: all 0.3s;
}
.card-info .bottom-group .social-icons .social-icon:hover {
  transform: scale(1.1);
}
.card-info .bottom-group .social-icons .social-icon:hover i {
  color: var(--efu-main);
  background: var(--efu-white);
}
.card-info .bottom-group .social-icons .social-icon i {
  background: var(--efu-white-op);
  color: var(--efu-white);
  font-size: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  padding: 8px;
  border-radius: 32px;
}
[data-theme='dark'] .card-info .bottom-group .social-icons .social-icon i {
  background: var(--efu-black);
  color: var(--efu-white);
}
.card-webinfo {
  padding: 0.5rem 1rem;
}
.webinfo-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  user-select: none;
  font-size: 14px;
}
.card-tag-cloud {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
#aside-content .card-tag-cloud {
  max-height: 360px;
}
#aside-content .card-tag-cloud.all-tags {
  max-height: none;
}
#aside-content .card-tag-cloud.all-tags::after {
  display: none;
}
#aside-content .card-tag-cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-image: linear-gradient(to top, var(--efu-card-bg), transparent);
  pointer-events: none;
}
.card-tag-cloud a {
  color: var(--efu-fontcolor);
  padding: 0 0.3rem;
  font-size: 0.8rem;
  border-radius: 8px;
  transition: 0.3s;
}
.card-tag-cloud a:hover {
  background: var(--efu-lighttext);
  color: var(--efu-card-bg);
  box-shadow: var(--efu-shadow-theme);
}
.card-tag-cloud a sup {
  opacity: 0.6;
  margin-left: 2px;
}
#card-toc:hover .toc-content .toc-link:not(.active) span {
  filter: blur(0);
  opacity: 1;
}
@media screen and (min-width: 901px) {
  #card-toc {
    right: 0;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #card-toc {
    position: fixed;
    right: 3rem;
    bottom: 1rem;
    z-index: 100;
    max-width: 380px;
    max-height: calc(100% - 60px);
    width: calc(100% - 80px);
    transition: transform 0.3s;
    transform: scale(0);
    transform-origin: right bottom;
    padding: 0.5rem;
  }
  #card-toc.open {
    transform: scale(1);
  }
}
#card-toc .toc-content {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
#card-toc .toc-content * > .toc-item > .toc-child {
  margin-left: 10px;
  transition: display 0.3s ease-in-out 0s;
  padding-left: 10px;
}
#card-toc .toc-content ol {
  margin: 0;
  padding-left: 0.4rem;
}
#card-toc .toc-content olul {
  list-style: none;
}
#card-toc .toc-content > ol {
  padding-left: 0;
}
#card-toc .toc-content .toc-child {
  display: none;
}
#card-toc .toc-content .toc-child .toc-child {
  display: none;
}
#card-toc .toc-content .toc-child .toc-child.active {
  display: block;
}
#card-toc .toc-content .toc-item.active > .toc-child {
  display: block;
}
#card-toc .toc-content .toc-item.active .toc-link {
  opacity: 1;
}
#card-toc .toc-content .toc-link {
  transition: all 0.2s;
  line-height: 24px;
  padding: 8px;
  color: var(--efu-secondtext);
  min-height: 40px;
  display: flex;
  align-items: center;
}
#card-toc .toc-content .toc-link.active {
  background-color: var(--efu-card-bg);
  color: var(--efu-lighttext);
  font-weight: 700;
  font-size: 20px;
}
#card-toc .toc-content .toc-link:hover {
  background-color: var(--efu-main-op-light);
}
#card-toc .toc-content .toc-link:not(.active) span {
  opacity: 0.6;
  cursor: pointer;
  filter: blur(1px);
  transition: 0.3s;
}
.sticky_layout {
  position: sticky;
  top: calc(60px + var(--gap));
  transition: top 0s;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.card-recent-post {
  padding: 0.5rem;
}
.card-recent-post .aside-list .aside-list-item {
  padding: 2px 6px 8px 6px;
  border-radius: 12px;
  transition: 0.3s;
  margin: 4px 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.card-recent-post .aside-list .aside-list-item:hover {
  background: var(--efu-main);
  color: var(--efu-white);
  box-shadow: var(--efu-shadow-main);
}
.card-recent-post .aside-list .aside-list-item:hover .content a {
  color: var(--efu-white);
}
.card-recent-post .aside-list .aside-list-item .thumbnail {
  border-radius: 8px;
  border: var(--style-border);
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 2.1em;
  height: 2.1em;
  margin-top: 4px;
}
.card-recent-post .aside-list .aside-list-item .thumbnail img {
  width: 140%;
  height: 140%;
  transition: all 0.6s ease;
  object-fit: cover;
}
.card-recent-post .aside-list .aside-list-item .content {
  flex: 1;
  padding-left: 10px;
  word-break: break-all;
  display: flex;
  flex-direction: column;
}
.card-recent-post .aside-list .aside-list-item .content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin: 4px 0;
  font-size: 95%;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-recent-post .aside-list .aside-list-item .content .categories {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.6;
  line-height: 1;
}
.card-recent-comment .recent-comment-more {
  margin-left: auto;
  margin-right: 0.5rem;
}
.card-recent-comment .recent-comment-more:hover {
  color: var(--efu-lighttext);
  transition: 0.3s;
}
.card-recent-comment .recent-comment-more .thumbnail {
  border-radius: 8px;
  border: var(--style-border);
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 2.1em;
  height: 2.1em;
  margin-top: 4px;
}
.card-recent-comment .aside-list-item {
  padding: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 80px;
  transition: 0.3s;
  position: relative;
}
.card-recent-comment .aside-list-item:not(:last-child) {
  border-bottom: var(--style-border-dashed);
}
.card-recent-comment .aside-list-item .thumbnail img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  border-radius: 12px;
}
.card-recent-comment .aside-list-item .thumbnail img img {
  width: 140%;
  height: 140%;
  transition: all 0.6s ease;
  object-fit: cover;
}
.card-recent-comment .aside-list-item .content {
  max-width: calc(100% - 68px);
  line-height: 1.5;
  flex: 1;
  padding-left: 10px;
  word-break: break-all;
  display: flex;
  flex-direction: column;
}
.card-recent-comment .aside-list-item .content .comment {
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-recent-comment .aside-list-item .content .title {
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  cursor: pointer;
  font-weight: 700;
  margin: 4px 0;
  font-size: 95%;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-recent-comment .aside-list-item .content .title:hover {
  color: var(--efu-lighttext);
  transition: 0.3s;
}
.card-recent-comment .aside-list-item .content .datetime,
.card-recent-comment .aside-list-item .content .categories {
  font-size: 12px;
  color: var(--efu-secondtext);
  margin-top: auto;
}
#more-tags-btn {
  transition: 0.3s;
  width: 100%;
  text-align: center;
  background: var(--efu-secondbg);
  color: var(--efu-fontcolor);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0;
  border: var(--style-border-always);
  box-shadow: var(--heo-shadow-border);
  cursor: pointer;
}
#more-tags-btn:hover {
  background: var(--efu-main);
}
#console {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-out;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  user-select: none;
}
#console.show .close-btn i {
  transform: rotate(0);
}
#console .console-card-group {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(20px);
  transition: 0.3s;
  gap: 0.5rem;
  max-height: calc(100dvh - 180px);
  max-width: calc(100% - 64px);
}
@media screen and (max-width: 1300px) {
  #console .console-card-group {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #console .console-card-group {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  #console .console-card-group {
    padding-top: 30px;
  }
}
#console.show .console-card-group {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
#console .console-card-group-left {
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #console .console-card-group-left {
    display: none;
  }
}
#console .console-card-group-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 60%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #console .console-card-group-right {
    width: 100%;
  }
}
#console .console-card {
  background: var(--efu-maskbg);
  border-radius: 12px;
  overflow: hidden;
  border: var(--style-border);
  box-shadow: var(--efu-shadow-border);
  padding: 32px 36px 36px 36px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
#console .console-card.tags {
  height: calc(100% - 172px);
}
@media screen and (max-height: 800px) {
  #console .console-card.tags {
    height: 100%;
  }
}
#console .console-mask {
  background: var(--efu-maskbgdeep);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform: translateZ(0);
}
#console.show .console-mask {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
  animation: 0.6s ease 0s 1 normal none running to_show;
}
#console .author-content-item-tips {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
#console .author-content-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#console .aside-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#console .button-group {
  display: flex;
  margin: 1rem auto 0 auto;
  justify-content: center;
  width: fit-content;
}
#console .button-group .console-btn-item {
  width: 80px;
  height: 40px;
  transition: 0.3s;
  cursor: pointer;
}
[data-theme="dark"] #console .button-group .console-btn-item span.darkmode_switchbutton {
  background: var(--efu-orange);
  color: var(--efu-white);
}
#console .button-group {
  gap: 0.5rem;
}
#console .button-group .console-btn-item:hover span {
  background: var(--efu-main);
}
#console .button-group .console-btn-item span {
  width: 100%;
  height: 100%;
  background: var(--efu-card-bg);
  border: var(--style-border);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--efu-fontcolor);
  transition: 0.3s;
  box-shadow: var(--efu-shadow-border);
}
#console .button-group .console-btn-item span i {
  font-size: 1rem;
}
#console .button-group .console-btn-item.on span {
  background: var(--efu-orange);
  color: var(--efu-white);
  transition: 0.3s;
}
#console .button-group .console-btn-item:not(.on) span:hover {
  background: var(--efu-main);
}
#console .button-group .console-btn-item:hover span {
  color: var(--efu-white);
}
#console .console-card.tags .card-tag-cloud {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  verflow-y: scroll;
}
#console .console-card.tags .card-tag-cloud a {
  color: var(--efu-fontcolor);
  padding: 2px 8px;
  border-radius: 8px;
  background: var(--efu-card-bg);
  border: var(--style-border);
  font-size: 14px;
  font-weight: 700;
}
#console .console-card.tags .card-tag-cloud a:hover {
  background: var(--efu-main);
  color: var(--efu-white);
}
#console .console-card.tags .card-tag-cloud a sup {
  opacity: 0.6;
}
#console .close-btn {
  width: 100%;
  height: 60px;
  position: fixed;
  right: someValue;
  top: 0;
  font-size: 35px;
  color: var(--efu-fontcolor);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
}
#console .close-btn i {
  font-size: 24px;
  margin-right: 1.5rem;
  padding: 6px 8px;
  margin-left: auto;
  line-height: 1;
  transform: rotate(-30deg);
  transition: 0.6s;
  border-radius: 32px;
}
#console .close-btn i:hover {
  color: var(--efu-hovertext);
  background: var(--efu-main-op);
}
#console .console-card.history {
  margin-top: 8px;
  padding: 0;
  background: 0 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
  border-radius: 0;
}
@media screen and (max-height: 800px) {
  #console .console-card.history {
    display: none;
  }
}
#console .console-card.history .item-headline {
  display: none;
}
#console .console-card.history .card-archive-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  height: 164px;
}
#console .console-card.history .card-archive-list li.item {
  flex: 1 1 calc(100% / 4 - 1.5rem);
}
#console .console-card.history .card-archive-list a {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border: var(--style-border);
  transition: all 0.3s ease 0s;
  background: var(--efu-maskbgdeep);
  padding: 9.5px 16px;
}
#console .console-card.history .card-archive-list a:hover {
  background: var(--efu-main);
  color: var(--efu-white);
  cursor: pointer;
}
#console .console-card.history .card-archive-list a .date {
  font-size: 14px;
  opacity: 0.6;
}
#console .console-card.history .card-archive-list a .count-group {
  display: flex;
  flex-direction: row;
}
#console .console-card.history .card-archive-list a .count-group .count {
  width: auto;
  text-align: left;
  font-size: 1.1rem;
  line-height: 0.9;
  margin-right: 2px;
  font-weight: 700;
}
#console .console-card.history .card-archive-list a .count-group .unit {
  width: auto;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
#console #card-newest-comments {
  height: 100%;
}
@media screen and (max-width: 1300px) {
  #console #consoleMusic {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  #console #consoleMusic {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #console #consoleCommentBarrage {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  #console #consoleCommentBarrage {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #console #consoleHideAside {
    display: none;
  }
}
#footer {
  position: relative;
  background: linear-gradient(180deg, var(--efu-card-bg-none) 0, var(--efu-card-bg) 25%);
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 0;
  }
}
#footer:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
#footer div#st-footer-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
#footer div#st-footer-bar a.footer-bar-link {
  padding: 4px 16px;
  background: var(--efu-secondbg);
  border-radius: 20px;
  margin-top: 8px;
  font-size: 14px;
  cursor: pointer;
  border: var(--style-border-always);
}
#footer div#st-footer-bar a.footer-bar-link:hover {
  background: var(--efu-main);
  color: var(--efu-white);
  transform: scale(1.1);
  border-color: var(--efu-main);
}
#footer div#st-footer-bar .footer-logo {
  font-size: 24px;
}
#footer div#st-footer-bar .footer-bar-description {
  color: var(--efu-secondtext);
  font-weight: 700;
  padding: 0 0.5rem;
  text-align: center;
}
#footer #footer_deal {
  justify-content: center;
  display: flex;
  padding-top: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer #footer_deal {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#footer #footer_deal i {
  font-size: 0.8rem;
  line-height: 0.9rem;
  height: 0.9rem;
}
#footer #footer_deal .deal_link {
  display: flex;
  margin: 1rem 27px;
  color: var(--efu-card-bg);
  border-radius: 3rem;
  width: 32px;
  height: 32px;
  background: var(--efu-fontcolor);
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#footer #footer_deal .deal_link:hover {
  color: var(--efu-white);
  background: var(--efu-main);
  transform: scale(1.1);
}
#footer #footer_deal .footer_mini_logo {
  width: 50px;
  height: 50px;
  margin: 0 1rem;
  cursor: pointer;
  transition: cubic-bezier(0, 0, 0, 1.29) 0.5s;
  user-select: none;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer #footer_deal .footer_mini_logo {
    display: none;
  }
}
#footer #footer_deal .footer_mini_logo:hover {
  transform: scale(1.2);
}
#footer #st-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 1rem auto 3rem;
  padding: 0 1rem;
}
#footer #st-footer .footer-links {
  display: flex;
  flex-direction: column;
}
#footer #st-footer .footer-item {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: var(--efu-fontcolor);
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
}
#footer #st-footer .footer-item:hover {
  color: var(--efu-theme);
  background: var(--efu-main-op-light);
}
[data-theme=dark] #footer #st-footer .footer-item:hover {
  background: var(--efu-theme-op);
}
#footer #st-footer .footer-group {
  min-width: 120px;
}
#footer #st-footer .footer-title-group {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0.7rem 8px;
}
#footer #st-footer .footer-title-group a {
  margin-left: 8px;
}
#footer #st-footer .footer-title-group a:hover i {
  color: var(--efu-main);
  opacity: 1;
}
#footer #st-footer .footer-title-group i {
  line-height: 1;
  color: var(--efu-secondtext);
  transition: 0.3s;
  font-size: 16px;
  opacity: 0.6;
}
#footer #st-footer .footer-title-group .footer-title {
  margin: 0;
}
#footer #st-footer .footer-title {
  color: var(--efu-secondtext);
  font-size: 0.8rem;
  margin-left: 8px;
}
#footer #st-footer .random-friends-btn {
  display: flex;
  margin-left: 8px;
}
#footer-bar {
  color: var(--efu-fontcolor);
  margin-top: 1rem;
  background: var(--efu-secondbg);
  display: flex;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  border-top: var(--style-border-always);
}
#footer-bar .footer-bar-links {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer-bar .footer-bar-links {
    justify-content: center;
    gap: 8px;
  }
}
#footer-bar .footer-bar-left {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #footer-bar .footer-bar-left {
    align-items: center;
  }
}
#footer-bar .footer-bar-left .copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#footer-bar .footer-bar-left .copyright .footer-bar-link {
  margin: 0;
}
#footer-bar .footer-bar-left .beian-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer-bar .footer-bar-left .beian-group {
    justify-content: center;
  }
}
#footer-bar .footer-bar-left .beian-group a:hover {
  background: 0 0;
  color: var(--efu-main);
}
#footer-bar .footer-bar-left .beian-group .beian-icon {
  height: 14px;
  min-width: 13px;
  min-height: 14px;
}
#footer-bar .footer-bar-left .beian-group .footer-bar-link {
  font-size: 12px;
  font-weight: 400;
  color: var(--efu-secondtext);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer-bar .footer-bar-link {
  margin: 0 4px;
  color: var(--efu-fontcolor);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px;
  border-radius: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#footer-bar .footer-bar-link .author-avatar {
  width: 20px;
  border-radius: 20px;
  min-height: 20px;
  min-width: 20px;
}
#footer-bar .footer-bar-link i {
  font-size: 14px;
}
#footer-bar .footer-bar-link img {
  height: 20px;
}
#footer-bar .footer-bar-link:hover {
  color: var(--efu-theme);
  background: var(--efu-main-op);
}
#footer-bar .footer-bar-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#footer-bar > div > div.footer-bar-left > span {
  margin-right: 1rem;
}
#page-header {
  position: relative;
  width: 100%;
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
}
#page-header.not-top-img {
  height: 60px;
  background: 0 center;
}
#page-header.not-top-img #nav {
  transition: 0.3s;
  background: var(--efu-card-bg);
}
#page-header.not-top-img #nav a {
  color: var(--efu-fontcolor);
}
#page-header.not-top-img #nav a:hover {
  color: var(--efu-card-bg);
}
#page-header:not(.nav-fixed) #nav {
  background: var(--efu-none);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #page-header:not(.nav-fixed) #nav {
    transition: 0s;
  }
}
.post #page-header:not(.nav-fixed) #nav #nav-right .nav-button .console_switchbutton label i {
  background: var(--efu-white);
}
#page-header #site-title {
  margin: 0;
  color: var(--efu-white);
  font-size: 1.85em;
}
@media screen and (min-width: 768px) {
  #page-header #site-title {
    font-size: 2.85em;
  }
}
#page-header #nav {
  z-index: 100;
  box-shadow: none;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #page-header #nav {
    transition: 0s;
  }
}
@media screen and (max-width: 1400px) {
  #page-header #nav {
    padding: 0;
  }
}
#page-header #nav a:hover span.solitude {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #page-header #nav a:hover span.solitude {
    opacity: 1;
  }
}
#page-header #nav #nav-group {
  max-width: 1400px;
  width: 100%;
  display: flex;
  position: relative;
  padding: 0 1.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-header #nav #nav-group {
    width: 100%;
    display: flex;
    position: relative;
    padding: 0 12px;
  }
}
#page-header #nav #nav-right {
  position: absolute;
  right: 0;
  z-index: 102;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  margin-right: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-header #nav #nav-right {
    margin-right: 12px;
  }
}
#page-header #nav #nav-right div {
  padding: 0;
  margin-left: 0.5rem;
}
#page-header #nav #nav-right .nav-button {
  margin-left: 0.5rem;
  cursor: pointer;
}
#page-header #nav #nav-right .nav-button a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
#page-header #nav #nav-right .nav-button a i {
  font-size: 20px;
}
#page-header #nav #nav-right .nav-button a.totopbtn {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: var(--efu-fontcolor);
  color: var(--efu-card-bg);
  position: absolute;
  top: 5px;
  right: 5px;
  transition: 0.3s;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton {
  padding: 10px 7.5px;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label i {
  background: var(--efu-card-bg);
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label .left {
  width: 0.5rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label .center {
  width: 0.5rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label .right {
  width: 0.3rem;
  height: 100%;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i {
  transition: all 0.3s;
  position: absolute;
  border-radius: 12px;
  background: var(--efu-fontcolor);
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i.left {
  top: 0;
  width: 100%;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i.center {
  bottom: 0;
  width: 0.3rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i.right {
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button.long a.totopbtn {
  width: 70px;
}
#page-header #nav #nav-right .nav-button:hover a.totopbtn {
  background: var(--efu-lighttext);
}
#page-header #nav #nav-right .nav-button:not(.long):hover a.totopbtn {
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
}
#page-header.nav-fixed #nav {
  position: fixed;
  top: 0;
  transition: 0.3s;
  box-shadow: none;
  background: var(--efu-card-bg);
  outline: 1px solid var(--efu-card-border);
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #menus {
    z-index: 100;
  }
}
#page-header.nav-fixed #nav #menus > div.menus_items {
  transition: 0.3s;
  height: 40px;
  margin: auto 0;
}
#page-header.nav-fixed #nav #menus[style*="padding-right: 300px;"] .menus_items {
  transform: translateX(-150px);
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #page-name {
    z-index: 101;
    transition: 0.3s;
    top: 10px;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #page-name-text {
    display: inline;
    opacity: 1;
    transition: 0.3s;
    line-height: 1;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #page-name-text:hover:after {
    opacity: 1;
    line-height: 36px;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav div.menus_items {
    transition: 0.15s;
    position: relative;
    top: -60px;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav #page-name {
    z-index: 100;
    top: 60px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav #page-name-text {
    display: inline;
    transition: 0.15s;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav div.menus_items {
    opacity: 1;
    transition: 0.15s;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav #menus {
    z-index: 101;
  }
}
@media screen and (max-width: 768px) {
  #page-header.nav-fixed #travellings_button {
    opacity: 0;
  }
}
#page-header.no-top-img {
  margin-bottom: 0;
}
#page-header:not(.nav-fixed) #percent {
  transition: 0.3s;
}
#page-header:not(.nav-fixed) #nav-right #nav-totop {
  width: 0;
  transform: scale(0);
  margin-left: 0;
  overflow: hidden;
  transition: 0.3s;
}
#nav {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.3em;
  opacity: 0;
  transition: all 0.5s ease 0s;
  outline: 1px solid var(--efu-none);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #nav {
    padding: 0;
  }
}
#nav.show {
  top: 0;
  transition: 0.2s;
  position: fixed;
  opacity: 1;
  filter: none;
}
#nav #toggle-menu {
  display: none;
  padding: 0.1rem 0 0 0.3rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #nav #toggle-menu {
    display: inline-block;
  }
}
#nav #toggle-menu:hover {
  color: var(--efu-white);
}
#nav #site-name {
  padding: 0;
  transition: 0.3s;
  display: flex;
  height: 35px;
  min-width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  cursor: pointer;
}
@media (hover: hover) {
  #nav #site-name:hover i,
  #nav #site-name:hover span,
  #nav #site-name:hover img {
    color: var(--efu-card-bg);
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  #nav #site-name:hover i,
  #nav #site-name:hover span,
  #nav #site-name:hover img {
    opacity: 0;
  }
}
@media screen and (min-width: 900px) {
  #nav #site-name:hover i.fas.fa-home {
    opacity: 1;
  }
}
#nav #site-name i.fas.fa-home {
  opacity: 0;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: var(--efu-card-bg);
}
#nav #site-name span.title {
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 5px;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  #nav #site-name span.title {
    padding-left: 8px;
  }
}
#nav #blog_name {
  flex-wrap: nowrap;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 102;
  transition: 0.3s;
}
#nav a {
  transition: 0.3s;
  color: var(--efu-white);
  padding: 0.3rem 0.4rem 0;
  border-radius: 8px;
}
#nav a:hover {
  background: var(--efu-white-op);
  transition: 0.3s;
  color: var(--efu-white);
}
@media screen and (max-width: 768px) {
  #nav a:hover {
    background: var(--efu-none);
    box-shadow: none;
    transition: 0.3s;
    color: var(--efu-fontcolor);
  }
}
#nav #menus {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  height: 60px;
  left: 0;
  margin: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  #nav #menus {
    display: none;
  }
}
#nav .menus_items {
  position: relative;
  width: fit-content;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#nav .menus_items .menus_item {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: relative;
}
#nav .menus_items .menus_item .menus_item_child {
  padding: 6px 4px 8px 4px;
  border-radius: 100px;
  background-color: var(--efu-maskbgdeep);
  box-shadow: var(--efu-shadow-black);
  border: var(--style-border);
  transition: 0.3s;
  backdrop-filter: blur(20px);
  top: 35px;
  position: absolute;
  margin-top: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.8);
}
#nav .menus_items .menus_item .menus_item_child li {
  display: inline-flex;
  list-style: none;
  border-radius: 5px;
  margin: 0 4px;
}
#page-header #nav .menus_items .menus_item .menus_item_child li a {
  letter-spacing: 0;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 0.3rem 0.8rem;
  width: 100%;
  color: var(--efu-fontcolor);
}
#page-header #nav .menus_items .menus_item .menus_item_child li a:hover {
  background: var(--efu-lighttext);
  color: var(--efu-card-bg);
  box-shadow: var(--efu-shadow-main);
  margin: 0 auto;
  transform: scale(1);
  padding: 0.3rem 1rem;
}
#page-header #nav .menus_items .menus_item .menus_item_child li a i:not(.fa-brands) {
  font-size: 16px;
  margin-right: 8px;
  line-height: 1;
}
#nav .menus_items .menus_item .menus_item_child::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
}
#nav .menus_items .menus_item .menus_item_child:before {
  top: -10px;
}
#nav .menus_items .menus_item:hover .menus_item_child {
  display: block;
  border: var(--style-border-hover);
  box-shadow: var(--efu-shadow-main);
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}
#nav .menus_items .menus_item:hover i.expand {
  transform: rotate(180deg);
}
#nav .menus_items .menus_item i.expand {
  padding: 4px;
  transition: transform 0.3s ease 0s;
}
#nav #search-button {
  display: inline;
  padding: 0 0.4rem;
}
#nav .site-page {
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.78em;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  #nav #page-name-text {
    display: inline;
    font-weight: 700;
    padding: 4px 8px;
    opacity: 0;
    transition: 0.1s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-align: center;
    cursor: pointer;
    top: 0;
    font-size: 0.9rem;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
  }
}
@media screen and (min-width: 900px) {
  #nav #page-name-text:hover {
    color: var(--efu-lighttext) !important;
    background: var(--efu-none);
    box-shadow: none;
  }
}
@media screen and (max-width: 899px) {
  #nav #page-name-mask {
    display: none !important;
  }
}
#site-logo {
  width: 121px;
}
#nav-totop {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  align-items: center;
}
#nav-totop.long {
  width: 80px;
}
#nav-totop .totopbtn {
  padding-top: 0;
}
#nav-totop .totopbtn i {
  position: absolute;
  display: flex;
  font-size: 22px;
  opacity: 0;
  line-height: 1;
}
#nav-totop:hover .totopbtn i {
  opacity: 1;
  color: var(--efu-card-bg);
  transition: 0.3s;
}
#nav-totop:hover #percent {
  opacity: 0;
  font-weight: 700;
}
#nav-totop #percent {
  font-size: 12px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  white-space: nowrap;
}
.nav-fixed #nav-totop #percent,
.page #nav-totop #percent {
  font-size: 12px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  white-space: nowrap;
}
.nav-fixed #nav a {
  color: var(--efu-fontcolor);
  transition: 0.3s;
}
.nav-fixed #nav a:hover {
  background: var(--efu-lighttext);
  color: var(--efu-card-bg);
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .nav-fixed #nav #site-name:hover {
    background: var(--efu-lighttext);
  }
}
.nav-fixed #nav .menus_item:hover >,
.nav-fixed #nav .menus_item:hover a.site-page {
  background-color: var(--efu-lighttext);
}
@media screen and (min-width: 768px) {
  .nav-fixed #nav .menus_item:hover >,
  .nav-fixed #nav .menus_item:hover a.site-page {
    background-color: var(--efu-main);
  }
}
@media screen and (min-width: 900px) {
  .post #nav #site-name:hover {
    align-items: center;
  }
}
.post #nav #site-name i.fas.fa-home {
  color: var(--efu-white);
}
.post .nav-fixed #nav #site-name i.fas.fa-home {
  color: var(--efu-card-bg);
}
@media screen and (min-width: 900px) {
  .post .not-top-img #nav a:hover {
    background: var(--efu-lighttext);
  }
}
.back-menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 340px;
  justify-content: space-between;
}
.back-menu-list::before {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
}
.back-menu-item {
  display: flex;
  align-items: center;
  margin: 4px 8px;
  padding: 4px 8px;
}
#nav .back-menu-item {
  padding: 4px 8px;
}
#nav .back-menu-item:hover {
  background: var(--efu-lighttext);
}
.back-menu-item:hover {
  background: var(--efu-lighttext);
}
.back-menu-item:hover .back-menu-item-text {
  color: var(--efu-card-bg);
}
.back-menu-item .back-menu-item-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--efu-none);
}
.back-menu-item .back-menu-item-text {
  font-size: 16px;
  transition: 0.3s;
  margin-left: 0.5rem;
  color: var(--efu-fontcolor);
}
@media screen and (max-width: 768px) {
  .back-menu-item .back-menu-item-text {
    font-size: 14px;
  }
}
.page #nav a:hover {
  color: var(--efu-card-bg);
  background: var(--efu-main);
  transition: 0.3s;
  box-shadow: var(--efu-shadow-main);
}
.page #nav #site-name:hover i {
  color: var(--efu-card-bg);
}
@media screen and (min-width: 768px) {
  .page .menus_item:hover > a.site-page {
    color: var(--efu-card-bg) !important;
    background: var(--efu-main);
    box-shadow: var(--efu-shadow-main);
  }
}
.error #nav a:hover {
  background: var(--efu-main);
}
@media screen and (max-width: 768px) {
  .error #nav #site-name i {
    color: var(--efu-fontcolor);
  }
}
#menus > div.menus_items > div > a {
  letter-spacing: 0.3rem;
  padding-left: 0.7rem;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 40px;
}
@media screen and (min-width: 900px) {
  #page-name {
    align-items: center;
    display: flex;
    border-radius: 12px;
    height: 40px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    animation-timing-function: ease-out;
  }
}
@media screen and (min-width: 900px) {
  #page-name-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
  }
}
span.tags-punctuation {
  display: flex;
  align-items: center;
}
.bber-reply {
  cursor: pointer;
  margin: 0 4px;
}
.bber-reply:hover {
  color: var(--efu-main);
}
.post-tips {
  color: var(--efu-gray);
  font-size: 14px;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .post-tips {
    left: 1rem;
  }
}
.post-tips a {
  color: var(--efu-gray);
  border: none;
  margin: 0 4px;
}
.post-tips a:hover {
  color: var(--efu-main);
}
#pagination {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #pagination {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #pagination {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#pagination .pagination {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #pagination .pagination {
    display: flex;
    position: relative;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination .extend {
    width: 100%;
    height: 2.5rem;
    margin: 0.2rem 0 1rem 0;
    border-radius: 12px;
    line-height: 2.5rem;
    background: var(--efu-card-bg);
    border: var(--style-border-always);
    box-shadow: var(--efu-shadow-border);
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination .extend i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #pagination .space {
    display: none;
  }
}
#pagination .page-number {
  display: inline-block;
  margin: 0 0.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  #pagination .page-number {
    width: 2rem;
    background: var(--efu-card-bg);
    height: 2rem;
    line-height: calc(2rem - 2px);
    border-radius: 8px;
    margin: 0 0.3rem;
    box-shadow: var(--efu-shadow-border);
    border: var(--style-border);
    transition: 0.3s;
  }
  #pagination .page-number:hover {
    color: var(--efu-theme);
    border: var(--style-border-hover);
    box-shadow: var(--efu-shadow-main);
  }
}
@media screen and (max-width: 768px) {
  #pagination .page-number {
    display: none;
  }
}
#pagination .page-number.current {
  background: var(--efu-theme);
  color: var(--efu-white);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #pagination .page-number.current {
    background: var(--efu-theme);
    border: var(--style-border-hover);
    box-shadow: var(--efu-shadow-theme);
  }
  #pagination .page-number.current:hover {
    background: var(--efu-theme);
    box-shadow: var(--efu-shadow-theme);
    color: var(--efu-white);
  }
}
@media screen and (min-width: 768px) {
  #pagination a.extend.next,
  #pagination a.extend.prev {
    width: 4rem;
    height: 2rem;
    line-height: 1.9rem;
    border-radius: 8px;
    background: var(--efu-card-bg);
    box-shadow: var(--efu-shadow-border);
    position: absolute;
    border: var(--style-border);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
  }
  #pagination a.extend.next i,
  #pagination a.extend.prev i {
    transition: 0.3s;
  }
}
#pagination a.extend:hover {
  color: var(--efu-theme);
  border: var(--style-border-hover);
  box-shadow: var(--efu-shadow-main);
}
#pagination a.extend.next {
  right: 0;
}
@media screen and (min-width: 768px) {
  #pagination a.extend.next .pagination_tips_next {
    margin-left: -32px;
    transition: 0.3s ease-out 0s;
    opacity: 0;
  }
}
#pagination a.extend.next:hover .pagination_tips_next {
  margin-left: 2px;
  opacity: 1;
  white-space: nowrap;
}
#pagination a.extend.prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  #pagination a.extend.prev .pagination_tips_prev {
    margin-right: -32px;
    transition: 0.3s ease-out 0s;
    opacity: 0;
  }
}
#pagination a.extend.prev:hover .pagination_tips_prev {
  margin-right: 2px;
  opacity: 1;
  white-space: nowrap;
}
#pagination .toPageGroup {
  display: flex;
  position: relative;
  margin: 0 0.3rem;
}
@media screen and (max-width: 768px) {
  #pagination .toPageGroup {
    display: none;
  }
}
#pagination .toPageGroup a#toPageButton {
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  cursor: text;
  pointer-events: none;
}
#pagination .toPageGroup:focus-within a#toPageButton,
#pagination .toPageGroup:hover a#toPageButton {
  width: 30px;
  height: 30px;
  right: 4px;
  top: 5px;
  background: var(--efu-card-bg);
  border: 1px solid var(--efu-none);
  border-radius: 4px;
  opacity: 0.2;
}
#pagination .toPageGroup input {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: var(--style-border-always);
  transition: 0.3s;
  outline-style: none;
  font-size: 16px;
  padding-left: 12px;
  background: var(--efu-secondbg);
  color: var(--efu-fontcolor);
}
#pagination .toPageGroup input:focus,
#pagination .toPageGroup:hover input {
  border: var(--style-border-hover-always);
  outline-style: none;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #category #recent-posts,
  #tag #recent-posts {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #tag-page-tags+#recent-posts {
    margin-top: calc(64px - 0.5rem);
  }
}
.recent-post-item {
  box-shadow: var(--efu-shadow-light2black);
  display: flex;
  align-items: center;
  animation: slide-in 0.6s 0.4s backwards;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  height: fit-content;
  background: var(--efu-card-bg);
  border-radius: 12px;
  cursor: pointer;
  border: var(--style-border);
}
@media screen and (max-width: 1300px) {
  .recent-post-item {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recent-post-item {
    border-radius: 12px;
    border: var(--style-border-always);
    box-shadow: var(--efu-shadow-border);
    display: block;
    position: relative;
    clip-path: inset(0 0 0 0 round 12px);
  }
}
.recent-post-item:hover {
  box-shadow: var(--efu-shadow-main);
  border: var(--style-border-hover);
}
.recent-post-item:hover .post_cover img.post_bg {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
  filter: brightness(0.85);
}
.recent-post-item:hover .recent-post-info-top .article-title {
  color: var(--efu-theme);
}
.recent-post-item .post_cover {
  position: relative;
  transition: 1s;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 1300px) {
  .recent-post-item .post_cover {
    height: 225px;
  }
}
@media screen and (max-width: 1300px) {
  .recent-post-item .post_cover {
    width: 75%;
    display: flex;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .recent-post-item .post_cover {
    width: 100%;
    height: 170px;
    border-radius: 5px 8px 0 0;
  }
}
.recent-post-item .post_cover a {
  min-width: 100%;
  min-height: 100%;
}
.recent-post-item .post_cover img.post_bg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .recent-post-item .post_cover img.post_bg {
    min-width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    min-height: 100%;
    user-select: none;
  }
}
@media screen and (max-width: 768px) {
  .recent-post-item .post_cover img.post_bg {
    border-radius: 12px 12px 0 0;
  }
}
.recent-post-item > .recent-post-info {
  height: 100%;
  width: 100%;
  padding: 18px 32px 18px 32px;
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .recent-post-item > .recent-post-info {
    min-height: 165px;
  }
}
.recent-post-item > .recent-post-info span.tags-punctuation {
  transition: 0.3s;
}
.recent-post-item > .recent-post-info span.tags-punctuation:hover {
  color: var(--efu-main);
}
.recent-post-item > .recent-post-info .recent-post-info-top {
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.recent-post-item > .recent-post-info .recent-post-info-top .article-title {
  line-height: 30px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
  transition: 0.3s;
  font-size: 1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips {
  display: flex;
  user-select: none;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips > .sticky-warp {
  display: flex;
  position: relative;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips > .sticky-warp i {
  font-size: 0.5rem;
  margin-right: 3px;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips .original {
  display: flex;
  color: var(--efu-secondtext);
  font-size: 0.5rem;
  position: relative;
  margin-right: 8px;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips .unvisited-post {
  display: flex;
  color: var(--efu-secondtext);
  font-size: 0.5rem;
  position: relative;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips .unvisited-post:visited {
  color: var(--efu-card-bg);
}
.article-meta-wrap {
  color: var(--efu-fontcolor);
  font-size: 0.7rem;
  user-select: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  left: 0;
  white-space: nowrap;
}
.article-meta-wrap > .article-meta {
  margin: 0 8px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.article-meta-wrap > .article-meta > .article-meta__tags {
  margin-right: 8px;
  padding: 0 0.2rem 0 0;
  color: var(--efu-fontcolor);
}
.article-meta-wrap > .post-meta-date {
  right: 0;
  text-align: right;
}
.article-meta-wrap > .post-meta-date i {
  display: none;
}
.article-meta-wrap .article-meta__separator {
  display: none;
}
.article-meta-wrap a:hover {
  background-color: var(--efu-none);
  color: var(--efu-lighttext);
  cursor: pointer;
  border-radius: 4px;
}
.article-meta-wrap i {
  margin: 0 0.4rem 0 0;
}
.article-meta-wrap .sticky {
  color: var(--efu-fontcolor);
}
#recent-posts {
  position: relative;
}
@media screen and (min-width: 1300px) {
  #recent-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    transition: width 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #recent-posts {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1300px) {
  #recent-posts > .recent-post-item {
    flex-direction: column;
    width: 100%;
    flex: 1 1 40%;
    max-width: 50%;
    box-shadow: var(--efu-shadow-border);
  }
}
#sidebar {
  background: var(--efu-maskbg);
}
#sidebar #menu-mask {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  background: var(--efu-maskbg);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
  animation: 0.6s ease 0s 1 normal none running to_show;
}
#sidebar #sidebar-menus {
  position: fixed;
  top: 0;
  right: -300px;
  overflow: hidden auto;
  width: 300px;
  height: 100%;
  background: var(--efu-maskbgdeep);
  transition: all 0.5s ease 0s;
  z-index: 1001;
  border-left: var(--style-border-always);
}
@media screen and (min-width: 768px) {
  #sidebar #sidebar-menus {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item {
    width: calc(50% - 16px);
  }
  #sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item:hover {
    background: var(--efu-lighttext);
  }
  #sidebar #sidebar-menus .menus_items li .site-page {
    font-weight: 400;
  }
  #sidebar #sidebar-menus .menus_items li .site-page:hover {
    background: var(--efu-main) !important;
    color: var(--efu-white);
  }
  #sidebar #sidebar-menus .menus_items li .site-page span:hover {
    color: var(--efu-white);
  }
}
.site-data {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 12px 0 0 0;
  padding: 0.6rem 16px;
}
.site-data .data-item {
  display: flex;
  justify-content: flex-start;
  margin-right: 36px;
}
.site-data .data-item .data-item-link > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-data .data-item .data-item-link .length-num {
  color: var(--efu-fontcolor);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.site-data .data-item .data-item-link .headline {
  font-size: 12px;
  color: var(--efu-secondtext);
}
#sidebar #sidebar-menus .menus_items {
  padding: 0 16px;
}
#sidebar #sidebar-menus .menus_items .site-page {
  position: relative;
  display: block;
  padding: 0;
  color: var(--efu-fontcolor);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
#sidebar #sidebar-menus .menus_items .menus_item > .site-page {
  display: flex;
  font-size: 12px;
  color: var(--efu-secondtext);
}
#sidebar #sidebar-menus .menus_items .expand {
  position: absolute;
  top: 0.78em;
  right: 0.4rem;
  transition: transform 0.3s ease 0s;
}
#sidebar #sidebar-menus .menus_items .expand.hide {
  transform: rotate(90deg) !important;
}
#sidebar #sidebar-menus .menus_items .menus_item_child {
  margin: 0 -4px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#sidebar #sidebar-menus .menus_items .menus_item_child .site-page.child {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  border: var(--style-border-always);
  background: var(--efu-card-bg);
}
#sidebar #sidebar-menus .menus_items .menus_item_child li {
  width: calc(50% - 8px);
  margin: 4px;
}
#sidebar #sidebar-menus .menus_items .menus_item_child .site-page.child span {
  line-height: 1;
  margin-top: 8px;
}
#sidebar #sidebar-menus > hr {
  display: none;
}
#sidebar #sidebar-menus.open {
  transform: translate3d(-100%, 0, 0);
}
#sidebar #sidebar-menus .back-menu-list-groups {
  padding: 0 16px;
}
#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list-title {
  font-size: 12px;
  color: var(--efu-secondtext);
}
#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list {
  width: calc(100% + 16px);
  justify-content: flex-start;
  margin: 0 -8px;
}
#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item {
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  border-radius: 8px;
}
#sidebar #sidebar-menus .back-home-button {
  display: none;
}
#sidebar #sidebar-menus > .author-avatar {
  padding: 1.3rem 1.5rem 0;
  text-align: center;
}
#sidebar #sidebar-menus > .author-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 70px;
  transition: all 0.5s ease 0s;
}
#sidebar #sidebar-menus > .author-avatar img:hover {
  transform: rotate(360deg);
}
#sidebar #sidebar-menus hr {
  margin: 1rem auto;
}
#sidebar #sidebar-menus .card-tag-cloud {
  padding: 0 16px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#sidebar #sidebar-menus .card-tag-cloud a {
  color: var(--efu-fontcolor);
  padding: 2px 8px 2px 12px;
  border-radius: 8px;
  border: var(--style-border-always);
  background: var(--efu-card-bg);
  font-size: 14px !important;
}
#sidebar #sidebar-menus .card-tag-cloud a:hover {
  background: var(--efu-main);
  color: var(--efu-white);
}
#sidebar #sidebar-menus .card-tag-cloud a sup {
  opacity: 0.6;
  margin-left: 4px;
}
#sidebar #sidebar-menus span.sidebar-menu-item-title {
  font-size: 12px;
  color: var(--efu-secondtext);
  margin-left: 16px;
}
#sidebar #sidebar-menus .sidebar-menu-item {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-bottom: 6px;
}
#sidebar #sidebar-menus .sidebar-menu-item span.darkmode_switchbutton {
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
#sidebar #sidebar-menus .sidebar-menu-item span.darkmode_switchbutton:hover {
  background: var(--efu-main);
  color: var(--efu-white);
}
[data-theme="dark"] #sidebar #sidebar-menus .sidebar-menu-item span.darkmode_switchbutton {
  background: var(--efu-orange);
  color: var(--efu-white);
}
#sidebar #sidebar-menus .sidebar-menu-item span.menu-child {
  width: 100%;
  background: var(--efu-card-bg);
  border-radius: 8px;
  border: var(--style-border-always);
  display: flex;
  align-items: center;
  font-size: 14px;
}
#sidebar #sidebar-menus .sidebar-menu-item span.menu-child i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar #sidebar-menus .sidebar-menu-item span.menu-child span {
  margin-left: 10px;
}
#sidebar #sidebar-menus .webinfo {
  padding: 0 16px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}
#sidebar #sidebar-menus .webinfo .webinfo-item {
  justify-content: space-between;
}
#sidebar #sidebar-menus .menus_items .site-page span:hover {
  color: var(--efu-fontcolor);
}
#sidebar #toggle-sidebar {
  bottom: 80px;
}
#home_top {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #home_top {
    padding: 0 1rem;
    margin-top: 0;
  }
}
#home_top .recent-top-post-group {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #home_top .recent-top-post-group {
    border-radius: 0;
  }
}
#home_top .recent-top-post-group .recent-post-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #home_top .recent-top-post-group .recent-post-top {
    flex-direction: column;
  }
}
#home_top .recent-top-post-group .recent-post-top::-webkit-scrollbar {
  display: none;
}
#home_top .recent-top-post-group .recent-post-top .top-post-group {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #home_top .recent-top-post-group .recent-post-top .top-post-group {
    flex-wrap: nowrap;
  }
}
#bannerGroup {
  display: flex;
}
@media screen and (min-width: 1201px) {
  #bannerGroup {
    flex: 1 1 0;
    height: calc(328px + 0.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#bannerGroup .tags-group-wrapper {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  animation: rowup 60s linear infinite;
  width: 300px;
  margin-left: auto;
}
#bannerGroup .tags-group-icon-pair {
  display: flex;
}
#bannerGroup .tags-group-icon-pair .tags-group-icon:nth-child(even) {
  margin-left: 4rem;
}
.topGroup {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .topGroup {
    overflow-x: auto;
  }
  .topGroup::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .topGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 0;
    justify-content: flex-start;
    height: calc(328px + 0.5rem);
    align-content: space-between;
    position: relative;
    animation: slide-in 0.6s 0.1s backwards;
  }
}
.topGroup .top-post-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  align-items: flex-start;
  background: var(--efu-card-bg);
  border-radius: 12px;
  overflow: hidden;
  height: 164px;
  max-height: 164px;
  border: var(--style-border-always);
  transition: 0.3s;
  position: relative;
  box-shadow: var(--efu-shadow-border);
}
@media screen and (max-width: 1200px) {
  .topGroup .top-post-item {
    width: 200px;
    min-width: 200px;
  }
}
.topGroup .top-post-item:hover .post_cover a .top-post-top-text {
  left: 0;
}
.topGroup .top-post-item .post_cover {
  width: 100%;
}
.topGroup .top-post-item .post_cover a {
  height: 100px;
  overflow: hidden;
  display: flex;
}
.topGroup .top-post-item .post_cover a img {
  object-fit: cover;
  width: 100%;
  background: var(--efu-secondbg);
}
.topGroup .top-post-item .post_cover a .top-post-top-text {
  position: absolute;
  top: 0;
  left: -50px;
  display: flex;
  z-index: 1;
  background: var(--efu-theme);
  color: var(--efu-white);
  padding: 2px 8px;
  font-size: 0.6rem;
  border-radius: 0 0 12px 0;
  transition: 0.3s;
  cursor: pointer;
}
.top-post-info {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  transition: 0.3s;
}
.top-post-info .article-title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0;
}
.top-post-info .article-title:hover {
  color: var(--efu-fontcolor);
}
.topGroup .todayCard {
  display: none;
}
@media screen and (min-width: 1201px) {
  .topGroup .todayCard {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--efu-card-bg);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    cursor: pointer;
    pointer-events: all;
  }
  .topGroup .todayCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 -109px 133px -9px none inset;
  }
  .topGroup .todayCard.hide {
    opacity: 0;
    pointer-events: none;
  }
  .topGroup .todayCard .todayCard-info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    color: var(--efu-white);
    max-width: 60%;
    transition: 0.3s;
  }
  .topGroup .todayCard .todayCard-info .todayCard-tips {
    opacity: 0.8;
    font-size: 0.6rem;
  }
  .topGroup .todayCard .todayCard-info .todayCard-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  .topGroup .todayCard .todayCard-cover {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
    transition: 0.3s;
  }
  .topGroup .todayCard .banner-button-group {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    transition: 0.3s;
  }
  .topGroup .todayCard .banner-button {
    background: var(--efu-white-op);
    border-radius: 20px;
    color: var(--efu-white);
    display: flex;
    align-items: center;
    z-index: 1;
    transition: 0.3s;
    cursor: pointer;
    backdrop-filter: saturate(180%) blur(20px);
    transform: translateZ(0);
    height: 40px;
    width: 118px;
    justify-content: center;
  }
  .topGroup .todayCard .banner-button i {
    margin-right: 8px;
    font-size: 22px;
  }
  .topGroup .todayCard .banner-button:hover {
    background: var(--efu-theme);
    color: var(--efu-white);
  }
  .topGroup .todayCard.hide .todayCard-info {
    bottom: 1rem;
    opacity: 0;
  }
  .topGroup .todayCard.hide .todayCard-cover {
    transform: scale(1.2);
  }
  .topGroup .todayCard.hide .banner-button-group {
    bottom: 1rem;
  }
}
.banners-links {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 40px;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 120px;
}
.banners-link-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 18px 8px 14px;
  border-radius: 60px;
  margin-bottom: 12px;
  color: var(--efu-white);
  position: relative;
  background-size: 200%;
  margin-right: 10px;
}
.banners-link-btn:hover {
  background-position: 100% 0;
}
.banners-link-title {
  margin: 0 0.1rem 0 0.5rem;
}
#category-bar {
  padding: 0.4rem 0.7rem;
  background: var(--efu-card-bg);
  border-radius: 12px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  border: var(--style-border);
  transition: 0.3s;
  height: 50px;
  width: 100%;
  justify-content: space-between;
  user-select: none;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1300px) {
  #category-bar:hover {
    border: var(--style-border-hover);
    box-shadow: var(--efu-shadow-main);
  }
}
@media screen and (min-width: 1200px) {
  #category-bar {
    animation: slide-in 0.6s 0.3s backwards;
  }
}
@media screen and (max-width: 768px) {
  #category-bar {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0;
    background: var(--efu-background);
    padding: 0 1rem;
    border: none;
  }
}
#category-bar .category-bar-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #category-bar .category-bar-right {
    display: none;
  }
}
#category-bar .category-bar-right .category-bar-next {
  margin-left: 8px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#category-bar .category-bar-right .category-bar-more {
  margin-left: 4px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 8px;
}
#category-bar .category-bar-right div:hover,
#category-bar .category-bar-right a:hover {
  background: var(--efu-secondbg-bg);
  color: var(--efu-lighttext);
}
#category-bar .category-bar-items {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  border-radius: 8px;
  align-items: center;
  height: 30px;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  #category-bar .category-bar-items {
    height: 44px;
    gap: 6px;
  }
}
#category-bar .category-bar-items::-webkit-scrollbar {
  display: none;
}
#category-bar .category-bar-items .category-bar-item a:hover {
  background: var(--efu-main);
  color: var(--efu-white);
}
#category-bar .category-bar-items .category-bar-item a {
  padding: 0.1rem 0.5rem;
  margin-right: 6px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 768px) {
  #category-bar .category-bar-items .category-bar-item a {
    border-radius: 50px;
    background: var(--efu-card-bg);
    border: var(--style-border-always);
    padding: 21px 16px;
  }
}
#category-bar .category-bar-items .category-bar-item.select {
  order: -1;
}
#category-bar .category-bar-items .category-bar-item.select a {
  background: var(--efu-theme);
  color: var(--efu-white);
}
#home {
  order: 1;
}
#page {
  order: 1;
}
#category #category-bar {
  padding: 0.4rem 0.6rem;
  border: none;
  height: auto;
  border: var(--style-border);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #category #category-bar {
    border-radius: 0;
    background: var(--efu-background);
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    padding: 0;
    height: 50px;
    margin-top: 0;
    align-items: center;
  }
}
#page .category-lists {
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .category-lists {
    padding: 0;
  }
}
#page .category-lists ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.4rem;
  padding: 0 0 0 1rem;
  list-style: none;
  counter-reset: li 0;
}
#page .category-lists ul ul {
  padding-left: 0.2rem;
}
#page .category-lists ul li {
  position: relative;
  margin: 0.3rem 0;
  padding: 4px 16px;
  width: 200px;
  border-radius: 12px;
  background: var(--efu-card-bg);
  border: var(--style-border-always);
}
#page .category-lists ul li::before {
  display: none;
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  top: 0.7em;
  width: 0.43em;
  height: 0.43em;
  border: 0.215em solid #307af6;
  border-radius: 0.43em;
  background: 0 0;
  content: "";
}
#page .category-lists ul li:hover::before {
  border-color: #ff7242;
}
#page .category-lists .category-title {
  font-size: 2.57em;
}
@media screen and (max-width: 768px) {
  #page .category-lists .category-title {
    font-size: 2em;
  }
}
#page .category-lists .tag-cloud-list {
  gap: 1rem;
}
#page .category-lists .tag-cloud-list a {
  display: flex;
  width: fit-content;
  color: var(--efu-fontcolor);
  font-size: 1.4em;
  padding: 0.2em 0.5em;
  background: var(--efu-card-bg);
  border-radius: 12px;
  border: var(--style-border-always);
  box-shadow: var(--efu-shadow-border);
  align-items: center;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  #page .category-lists .tag-cloud-list a {
    zoom: 0.85;
  }
}
#page .category-lists .tag-cloud-list a span.tags-punctuation {
  transition: none;
}
#page .category-lists .tag-cloud-list a:hover {
  background: var(--efu-main) !important;
  box-shadow: var(--efu-shadow-blue);
  color: var(--efu-white) !important;
  border: var(--style-border-hover);
}
#page .category-lists .tag-cloud-list a:hover span.tagsPageCount {
  color: var(--efu-lighttext);
}
#page .category-lists .tag-cloud-list a:hover span.tags-punctuation {
  color: inherit;
}
span.tagsPageCount {
  background: var(--efu-secondbg);
  padding: 4px 4px;
  border-radius: 8px;
  color: var(--efu-secondtext);
  line-height: 1;
  text-align: center;
  min-width: 35px;
  display: inline-block;
  font-size: 1rem;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  #tag {
    padding: 0 1rem;
  }
}
#tag #tag-page-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  max-height: 44px;
  overflow: hidden;
  background: var(--efu-card-bg);
  backdrop-filter: saturate(180%) blur(20px);
  transition: 0.1s ease-out;
  border-radius: 12px;
  border: var(--style-border-always);
}
@media screen and (max-width: 768px) {
  #tag #tag-page-tags {
    display: none;
  }
}
#tag #tag-page-tags:hover {
  max-height: 1000px;
  transition: 0.3s ease-out;
  background: var(--efu-maskbgdeep);
}
#tag #tag-page-tags a {
  padding: 0.1rem 0.5rem;
  margin: 0.25rem 0.25rem;
  line-height: 1.6;
  border-radius: 8px;
  color: var(--efu-fontcolor) !important;
  border: var(--style-border-always);
  display: flex;
  align-items: center;
  background: var(--efu-card-bg);
  transition: all 0.3s ease-out 0s;
}
#tag #tag-page-tags a.select {
  order: -1;
  color: var(--efu-card-bg) !important;
  background: var(--efu-theme);
  box-shadow: var(--efu-shadow-theme);
}
#tag #tag-page-tags a:hover {
  color: var(--efu-white) !important;
  background: var(--efu-theme);
  box-shadow: var(--efu-shadow-theme);
}
#tag #tag-page-tags a.select .tagsPageCount {
  background: var(--efu-card-bg);
  color: var(--efu-lighttext);
}
#body-wrap.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 1rem 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #body-wrap.error {
    padding-top: 0;
  }
}
#body-wrap.error #error-wrap {
  display: flex;
  justify-content: center;
  margin: 0 1rem;
  width: 100%;
  position: relative;
}
#body-wrap.error #error-wrap .error-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  height: 18rem;
  max-width: 800px;
  background: var(--efu-card-bg);
  transition: all 0.3s ease 0s;
  border: var(--style-border-always);
  position: relative;
  width: 100%;
  box-shadow: none;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content {
    flex-direction: column;
    margin: 0;
    height: 25rem;
    width: 100%;
  }
}
#body-wrap.error #error-wrap .error-content .error-img {
  flex: 1 1 0;
  height: 100%;
  width: 600px;
  border-radius: 8px 0 0 8px;
  background-color: var(--efu-main);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content .error-img {
    flex: 1 1 0;
    width: 100%;
    border-radius: 12px;
  }
}
#body-wrap.error #error-wrap .error-content .error-info {
  flex: 1 1 0;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei;
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content .error-info {
    width: 100%;
    padding-bottom: 2rem;
  }
}
#body-wrap.error #error-wrap .error-content .error-info .error_title {
  font-size: 9em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content .error-info .error_title {
    font-size: 4rem;
  }
}
#body-wrap.error #error-wrap .error-content .error-info .error_subtitle {
  word-break: break-word;
  font-size: 1.6em;
  -webkit-line-clamp: 2;
}
#body-wrap.error #error-wrap .error-content .error-info a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3rem 1.5rem;
  background: var(--btn-bg);
  color: var(--btn-color);
}
#body-wrap.error #error-wrap .error-content .error-info a:hover {
  background: var(--efu-theme);
}
#body-wrap.error #error-wrap .error-content .error-info a i {
  font-size: 16px;
  padding-right: 0.3rem;
}
#body-wrap.error .aside-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #body-wrap.error .aside-list {
    padding-top: 0;
    margin: 0;
  }
}
#body-wrap.error .aside-list .aside-list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}
#body-wrap.error .aside-list .aside-list-item {
  padding: 0.5rem 0;
  width: 49%;
}
#body-wrap.error .aside-list .aside-list-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#body-wrap.error .aside-list .aside-list-item .thumbnail {
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: var(--efu-card-bg);
  display: flex;
}
@media screen and (max-width: 768px) {
  #body-wrap.error .aside-list .aside-list-item .thumbnail {
    height: 100px;
  }
}
#body-wrap.error .aside-list .aside-list-item .content .title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  padding-top: 0.5rem;
  font-size: 16px;
  font-weight: 700;
}
#body-wrap.error .aside-list .aside-list-item .content time {
  display: none;
}
body[data-type=music] #page-header #nav a {
  color: var(--efu-white);
}
body[data-type=music] #page-header.not-top-img #nav .back-home-button {
  color: var(--efu-white);
}
body[data-type=music] #page-header #nav #nav-right .nav-button a.console_switchbutton label i {
  background: var(--efu-white);
}
body[data-type=music] #page-header #nav #nav-right .nav-button a.console_switchbutton:hover label i {
  background: var(--efu-card-bg);
}
body[data-type=music] .page .layout#content-inner {
  background: none;
}
body[data-type=music] #page {
  padding: 0;
  background: transparent;
  overflow: hidden;
}
body[data-type=music] #footer,
body[data-type=music] #nav-music {
  display: none;
}
#Music-bg {
  display: none;
  position: fixed;
  z-index: -999;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-position: 0 0;
  background-size: 40%;
  transition: 0.6s;
  background-color: rgba(0,0,0,0.4);
}
#Music-bg:before {
  display: none;
  content: '';
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
  position: fixed;
  z-index: -998;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#Music-bg.show:before {
  display: block;
}
#Music-page {
  max-width: 1400px;
}
#Music-page meting-js .aplayer {
  display: flex;
  flex-direction: row-reverse;
  background: transparent;
  box-shadow: none;
  justify-content: space-between;
  overflow: visible;
}
#Music-page .aplayer-body {
  width: 70%;
  height: 75vh;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-body {
    width: 100%;
    overflow: hidden;
    position: fixed;
    margin: auto;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--vh) - 230px);
  }
}
#Music-page ol {
  max-height: calc(var(--vh) - 170px) !important;
}
#Music-page ol > li {
  font-size: 14px;
  opacity: 0.6;
  border-top: none;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li {
    display: flex;
  }
}
#Music-page ol > li:hover {
  background: var(--efu-black-op);
  border-radius: 6px;
}
#Music-page ol > li.aplayer-list-light {
  background: var(--efu-black-op);
  border-radius: 6px;
  margin: 0 0.5rem;
  height: 60px;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light {
    background: var(--efu-main);
    padding: 5px 20px;
    border-radius: 10px;
    height: 52px;
    justify-content: center;
  }
}
#Music-page ol > li.aplayer-list-light .aplayer-list-index {
  display: none;
}
#Music-page ol > li.aplayer-list-light .aplayer-list-title {
  font-size: 20px;
  line-height: 20px;
  margin-top: 8px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light .aplayer-list-title {
    margin-top: 4px;
  }
}
#Music-page ol > li.aplayer-list-light .aplayer-list-cur {
  display: none;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light span {
    color: #fff;
  }
}
#Music-page ol > li.aplayer-list-light span.aplayer-list-author {
  max-width: 100%;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light span.aplayer-list-author {
    margin-left: 0;
    right: 15px;
  }
}
#Music-page ol > li span {
  color: var(--efu-white);
}
@media screen and (max-width: 798px) {
  #Music-page ol > li span {
    color: var(--efu-black);
  }
}
#Music-page ol > li span.aplayer-list-title {
  line-height: 32px;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li span.aplayer-list-title {
    max-width: 55%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 30%;
  }
}
#Music-page ol > li span.aplayer-list-author {
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40%;
  line-height: 32px;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li span.aplayer-list-author {
    right: 10px;
    width: auto;
    max-width: 35%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-left: auto;
  }
}
#Music-page ol > li .aplayer-list-index {
  line-height: 32px;
  opacity: 0.6;
}
#Music-page ol::-webkit-scrollbar-thumb {
  background-color: var(--efu-white-op);
}
#Music-page .aplayer-list {
  transition: none;
}
#Music-page .aplayer-pic {
  float: none;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin: auto;
  bottom: 30px;
  left: 90px;
  position: fixed;
  z-index: 999;
  display: none;
}
#Music-page .aplayer-info {
  margin: 0 20px 0 20px;
  border-bottom: none;
}
#Music-page .aplayer-info .aplayer-music {
  display: none;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music {
    display: flex;
    position: fixed;
    top: calc(var(--vh) - 178px);
    left: 0;
    margin: 0;
    margin-left: 32px;
    height: 21px;
    max-width: calc(100vw - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
    align-items: center;
    line-height: 1;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music .aplayer-title {
    margin: 0;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music .aplayer-author {
    margin-left: 4px;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music .aplayer-author,
  #Music-page .aplayer-info .aplayer-music .aplayer-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 176px);
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
  }
}
#Music-page .aplayer-info .aplayer-lrc {
  padding-top: 24%;
  height: var(--vh);
}
#Music-page .aplayer-info .aplayer-lrc:hover p {
  filter: blur(0px);
}
#Music-page .aplayer-info .aplayer-lrc p {
  font-size: 36px;
  line-height: 44px !important;
  height: 44px !important;
  margin-bottom: 36px !important;
  color: #fff;
  font-weight: bold;
  text-align: left;
  filter: blur(2px);
  opacity: 0.3;
  transition: all 0.9s cubic-bezier(0.56, 0.17, 0.22, 0.76);
  user-select: none;
  text-shadow: 0 4px 0 rgba(255,255,255,0);
  overflow: hidden;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-lrc p {
    font-size: 32px;
    margin-bottom: 38px;
    line-height: 42px;
    height: 42px;
  }
}
#Music-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current {
  filter: blur(0px);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.56, 0.17, 0.22, 0.76), text-shadow 8s 4s ease-in;
  height: fit-content !important;
  text-shadow: 0 4px 4px rgba(255,255,255,0.58);
}
#Music-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current:first-child {
  text-shadow: 0 4px 4px rgba(255,255,255,0);
}
#Music-page .aplayer-info .aplayer-controller {
  position: fixed;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-controller {
    width: 100%;
    bottom: 120px;
  }
}
#Music-page .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin: 0 160px 0 150px;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0 32px;
  }
}
#Music-page .aplayer-info .aplayer-controller .aplayer-played {
  background: var(--efu-white) !important;
}
#Music-page .aplayer-info .aplayer-controller .aplayer-thumb {
  -webkit-transform: none;
  transform: none;
  background: #fff !important;
}
#Music-page .aplayer-info .aplayer-time {
  position: absolute;
  width: 100%;
  bottom: 26px;
  height: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time {
    bottom: -40px;
    align-items: center;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 16px;
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon path {
  fill: var(--efu-white);
  opacity: 0.8;
}
#Music-page .aplayer-info .aplayer-time .aplayer-time-inner {
  margin-right: 18px;
  margin-top: -8px;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-time-inner {
    position: absolute;
    width: 100%;
    margin-right: 4px;
    margin-top: -60px;
  }
  #Music-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-dtime {
    position: absolute;
    right: 30px;
  }
  #Music-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-ptime {
    position: absolute;
    left: 44px;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-back {
  position: absolute;
  left: 0;
  display: inline;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-back {
    margin: auto;
    right: 110px;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-play {
  position: absolute;
  left: 40px;
  display: inline;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-play {
    margin: auto;
    right: 0;
    left: 0;
    width: 56px;
    height: 56px;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-forward {
  position: absolute;
  left: 80px;
  display: inline;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-forward {
    margin: auto;
    left: 110px;
    right: 0;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-order {
    position: absolute;
    left: 22px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-loop {
    position: absolute;
    right: 25px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-menu {
  display: none;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-menu {
    display: inline;
    position: absolute;
    right: 30px;
    top: -100px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }
}
#Music-page .aplayer-list {
  width: 40%;
  max-width: 480px;
  max-height: none !important;
  height: 100%;
  min-width: 200px;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-list {
    position: fixed;
    z-index: 1002;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--efu-white);
    border-radius: 16px 16px 0 0;
    padding: 15px 0;
    max-width: 100%;
    height: 75vh;
    transition: all 0.3s;
  }
  #Music-page .aplayer-list.aplayer-list-hide {
    bottom: -100% !important;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer .aplayer-lrc {
    overflow: inherit;
  }
}
#Music-page .aplayer .aplayer-lrc:after,
#Music-page .aplayer .aplayer-lrc:before {
  display: none;
}
#Music-page .aplayer .aplayer-lrc .aplayer-lrc-contents {
  width: 90%;
  margin-left: auto;
  transition: all 0.5s cubic-bezier(0.49, 0.21, 0.22, 0.84);
  position: relative;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer .aplayer-lrc .aplayer-lrc-contents {
    width: 100%;
  }
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  height: 8px;
  border-radius: 8px;
  background: var(--efu-white-op);
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
  background: var(--efu-white-op);
  height: 8px;
  border-radius: 8px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 8px;
  border-radius: 8px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  height: 16px;
  width: 16px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-time {
  color: var(--efu-white);
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap {
  height: 120px;
  border-radius: 40px;
  width: 30px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
  width: 30px;
  right: 6px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
  width: 100%;
  height: 100%;
  left: 0;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
  width: 100%;
  background: var(--efu-white) !important;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-icon-volume-down {
  display: block;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-icon-volume-down {
    display: none;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-volume-bar-wrap {
    bottom: 0;
    right: 7px;
  }
}
.Music-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.Music-loading div {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
}
#equipment {
  margin-top: 26px;
}
#equipment .equipment-item .equipment-item-title {
  line-height: 1;
}
#equipment .equipment-item .equipment-item-description {
  line-height: 1;
  margin: 4px 0 8px 0;
  color: var(--efu-secondtext);
}
#equipment .equipment-item .equipment-item-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#equipment .equipment-item .equipment-item-content-item {
  width: calc(25% - 12px);
  border-radius: 12px;
  border: var(--style-border-always);
  overflow: hidden;
  margin: 8px 6px;
  background: var(--efu-card-bg);
  box-shadow: var(--efu-shadow-border);
  min-height: 400px;
  position: relative;
  user-select: none;
}
@media screen and (max-width: 1200px) {
  #equipment .equipment-item .equipment-item-content-item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  #equipment .equipment-item .equipment-item-content-item {
    width: 100%;
  }
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-cover {
  width: 100%;
  height: 200px;
  background: var(--efu-secondbg);
  display: flex;
  justify-content: center;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-cover .equipment-item-content-item-image {
  object-fit: cover;
  height: 100%;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info {
  padding: 8px 16px 16px 16px;
  margin-top: 12px;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: fit-content;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-name:hover {
  color: var(--efu-vip);
  cursor: pointer;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-specification {
  font-size: 12px;
  color: var(--efu-secondtext);
  line-height: 1;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-description {
  line-height: 20px;
  color: var(--efu-secondtext);
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-toolbar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  padding: 0 16px;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-toolbar .equipment-item-content-item-link {
  font-size: 12px;
  background: var(--efu-gray-op);
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-toolbar .equipment-item-content-item-link:hover {
  background: var(--efu-main);
  color: var(--efu-white);
}
.flink#banners {
  margin-bottom: 0.5rem;
}
.tags-group-title {
  font-size: 14px;
  color: var(--efu-card-bg);
  background: var(--efu-lighttext);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 120px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.flink .tags-group-icon:hover .tags-group-title {
  opacity: 1;
  backdrop-filter: saturate(180%) blur(20px);
}
.flink.article-container {
  margin-top: 1rem;
}
.article-container .flink-desc {
  margin: 0;
  color: var(--efu-secondtext);
}
.article-container .site-card-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: var(--efu-blue);
  box-shadow: var(--efu-shadow-blue);
  color: var(--efu-white);
  z-index: 1;
  border-radius: 0 0 12px 0;
  transition: 0.3s;
  font-size: 0.6rem;
  overflow: hidden;
}
.article-container .site-card-tag .light {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 100px;
  height: 50px;
  background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  animation: light_tag 4s both infinite;
}
.article-container .site-card-tag.vip {
  background-color: var(--efu-vip);
}
.article-container .site-card-tag.speed {
  background-color: var(--efu-speed);
}
.article-container .site-card-group {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -8px;
  align-items: stretch;
}
.article-container .site-card-group .site-card {
  margin: 8px;
  display: block;
  line-height: 1.4;
  border: var(--style-border);
  border-radius: 12px;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  height: 200px;
  position: relative;
  width: calc(100% / 7 - 16px);
  background: var(--efu-card-bg);
  box-shadow: var(--efu-shadow-border);
}
@media screen and (max-width: 1200px) {
  .article-container .site-card-group .site-card {
    width: calc(20% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .article-container .site-card-group .site-card {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article-container .site-card-group .site-card {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 600px) {
  .article-container .site-card-group .site-card {
    width: calc(100% / 2 - 16px);
  }
}
.article-container .site-card-group .site-card .img {
  border-radius: 0;
  height: 120px;
  width: 100%;
  display: flex;
  border: none;
  padding: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.article-container .site-card-group .site-card .img img {
  border-radius: 0;
  transform: scale(1.03);
  transition: 0.3s;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-container .site-card-group .site-card .img-alt {
  display: none;
}
.article-container .site-card-group .site-card .info {
  display: flex;
  border: none;
  padding: 0.5rem;
  width: 100%;
  height: 90px;
  margin: 0;
  border-radius: 0 0 12px 12px;
}
.article-container .site-card-group .site-card .info img {
  border-radius: 32px;
  transition: all 0.3s ease-out;
  margin: 2px 8px 0 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  transform: scale(1.1);
  background: var(--efu-secondbg);
}
.article-container .site-card-group .site-card .info .site-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-container .site-card-group .site-card .info .site-card-text .title {
  color: var(--efu-fontcolor);
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: all 0.3s ease 0s;
}
.article-container .site-card-group .site-card .info .site-card-text .desc {
  font-size: 0.7rem;
  color: var(--efu-fontcolor);
  opacity: 0.7;
  transition: all 0.3s;
  text-align: left;
  overflow-wrap: break-word;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.article-container .site-card-group .site-card:hover {
  border: var(--style-border-hover);
  box-shadow: var(--efu-shadow-main);
  background: var(--efu-main);
}
.article-container .site-card-group .site-card:hover .site-card-tag {
  left: -60px;
}
.article-container .site-card-group .site-card:hover .img {
  transform: scale(1);
  filter: brightness(0.3);
  border-radius: 12px;
  background: var(--efu-lighttext);
  background: var(--efu-main);
}
@media screen and (min-width: 768px) {
  .article-container .site-card-group .site-card:hover .img {
    height: 80px;
  }
  .article-container .site-card-group .site-card:hover .img img {
    transform: scale(1.1);
  }
}
.article-container .site-card-group .site-card:hover a {
  color: var(--efu-white);
  background: var(--efu-main);
  box-shadow: var(--efu-shadow-main);
}
.article-container .site-card-group .site-card:hover .info {
  height: 120px;
  background-color: var(--efu-theme);
}
.article-container .site-card-group .site-card:hover .info img {
  width: 0;
  height: 0;
  opacity: 0;
  min-width: 0;
  min-height: 0;
}
.article-container .site-card-group .site-card:hover .info .title {
  color: var(--efu-white);
}
.article-container .site-card-group .site-card:hover .info .desc {
  color: var(--efu-white);
  text-align: left;
  -webkit-line-clamp: 4;
  width: 100%;
}
.article-container .flink-list {
  padding: 0;
  margin: 0.5rem -6px 1rem -6px;
  overflow-x: hidden;
  text-align: center;
}
.article-container .flink-list.mini > .flink-list-item {
  height: 60px;
}
.article-container .flink-list.mini > .flink-list-item a img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.article-container .flink-list.mini > .flink-list-item a .flink-item-desc {
  display: none;
}
.article-container .flink-list-item {
  margin: 6px 6px;
  transition: 0.3s;
  border-radius: 12px;
  transition-timing-function: ease-in-out;
  position: relative;
  width: calc(20% - 12px);
  border: var(--style-border-always);
  box-shadow: var(--efu-shadow-border);
  background: var(--efu-card-bg);
  display: flex;
  float: left;
  overflow: hidden;
  height: 90px;
  line-height: 17px;
  transform: translateZ(0);
}
@media screen and (max-width: 1200px) {
  .article-container .flink-list-item {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  .article-container .flink-list-item {
    width: calc(33.3333% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .article-container .flink-list-item {
    width: calc(50% - 12px);
    height: 120px;
  }
  .article-container .flink-list-item a {
    flex-direction: column;
  }
}
.article-container .flink-list-item a {
  display: flex;
  width: 100%;
  height: 100%;
  border: none;
  align-items: center;
}
.article-container .flink-list-item a .img-alt {
  display: none;
}
.article-container .flink-list-item a img {
  border-radius: 32px;
  margin: 15px 20px 15px 15px;
  transition: 0.3s;
  background: var(--efu-background);
  min-width: 60px;
  min-height: 60px;
  float: left;
  width: 60px;
  height: 60px;
}
.article-container .flink-list-item a .flink-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 90px);
  height: fit-content;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .article-container .flink-list-item a .flink-item-info {
    align-items: center;
    width: 100%;
  }
  .article-container .flink-list-item a .flink-item-info .flink-item-name {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .article-container .flink-list-item a .flink-item-info .flink-item-desc {
    display: none;
  }
}
.article-container .flink-list-item a .flink-item-info span {
  transition: 0.3s;
}
.article-container .flink-list-item a .flink-item-name {
  text-align: left;
  font-size: 19px;
  line-height: 20px;
  color: var(--efu-fontcolor);
  display: block;
  padding: 0 10px 0 0;
  font-weight: 700;
  max-width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-container .flink-list-item a .flink-item-desc {
  white-space: normal;
  padding: 5px 10px 16px 0;
  color: var(--efu-fontcolor);
  text-align: left;
  height: 40px;
  text-overflow: ellipsis;
  opacity: 0.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.93em;
}
.article-container .flink-list-item:hover {
  background: var(--efu-theme);
}
.article-container .flink-list-item:hover .site-card-tag {
  left: -50px;
}
.article-container .flink-list-item:hover a {
  background: 0 0;
}
.article-container .flink-list-item:hover a img {
  transition: 0.6s;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 5px;
  min-width: 0;
  min-height: 0;
}
.article-container .flink-list-item:hover .flink-item-info {
  min-width: calc(100% - 20px);
}
.article-container .flink-list-item:hover .flink-item-info .flink-item-name {
  color: var(--efu-card-bg);
}
.article-container .flink-list-item:hover .flink-item-info .flink-item-desc {
  color: var(--efu-card-bg);
  overflow: hidden;
  width: 100%;
}
@-moz-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-webkit-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-o-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
#about-page {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#about-page .author-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0;
  line-height: 1;
}
div#banners {
  display: flex;
  width: 100%;
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--efu-shadow-border);
  flex-direction: column;
  transition: 0.3s;
  will-change: transform;
  animation: slide-in 0.6s 0.1s backwards;
}
#home_top div#banners {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #home_top div#banners {
    height: calc(328px + 0.5rem);
  }
}
:not(.flink)div#banners:hover {
  box-shadow: var(--efu-shadow-main);
}
div#banners .banner-button-group {
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  div#banners .banner-button-group {
    display: none;
  }
}
div#banners .banner-button {
  padding: 8px 12px;
  background: var(--efu-fontcolor);
  border-radius: 12px;
  color: var(--efu-card-bg);
  display: flex;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: var(--efu-shadow-black);
}
div#banners .banner-button.secondary {
  background: var(--efu-secondbg);
  border: var(--style-border-always);
  color: var(--efu-lighttext);
  margin-right: 1rem;
  box-shadow: var(--efu-shadow-border);
}
div#banners .banner-button:hover {
  background: var(--efu-theme);
  color: var(--efu-white);
}
div#banners .banner-button i {
  margin-right: 8px;
  font-size: 1rem;
}
.banners-title {
  top: 2.6rem;
  left: 2rem;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.banners-title-big {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.banners-title-small {
  font-size: 12px;
  line-height: 1;
  color: var(--efu-secondtext);
  margin-top: 8px;
  margin-bottom: 0.5rem;
  margin-left: 2px;
}
.flink .banners-title {
  top: 1.5rem;
}
div#banners .bannerText {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
}
.tags-group-all {
  display: flex;
}
@media screen and (max-width: 600px) {
  #home_top .tags-group-all {
    opacity: 0.06;
    filter: blur(8px);
    z-index: -1;
  }
}
.tags-group-all.nowrapMove {
  padding-bottom: 2rem;
}
.tags-group-all.nowrapMove .tags-group-wrapper {
  margin-top: 7rem;
  animation: rowleft-quarter 30s linear infinite;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tags-group-all.nowrapMove .tags-group-wrapper {
    margin-top: 7.5rem;
  }
}
.tags-group-all.nowrapMove .tags-group-icon {
  border-radius: 50%;
}
.tags-group-all.nowrapMove .tags-group-icon img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.tags-group-all .tags-group-icon-pair {
  margin-left: 1rem;
  user-select: none;
}
.tags-group-all .tags-group-icon-pair a img {
  border-radius: 50%;
}
.tags-group-icon {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  box-shadow: var(--efu-shadow-blackdeep);
}
@media screen and (max-width: 768px) {
  .flink .tags-group-icon {
    width: 70px;
    height: 70px;
  }
}
.tags-group-icon:nth-child(even) {
  margin-top: 1rem;
  transform: translate(-60px);
}
.tags-group-icon img {
  width: 60%;
}
.author-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .author-content {
    margin-top: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  .author-content .author-content-item {
    animation: slide-in 0.6s 0s backwards;
  }
}
@media screen and (max-width: 768px) {
  .author-content .author-content-item {
    width: 100% !important;
    padding: 1rem;
  }
}
.author-content.author-content-item.sharePage {
  height: 19rem;
  background-size: cover;
  color: var(--efu-white);
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 12px;
}
.author-content.author-content-item.sharePage::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--efu-black);
  opacity: 0.3;
  z-index: 1;
  top: 0;
  left: 0;
}
.author-content-item {
  flex: 4;
  border-radius: 12px;
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  box-shadow: var(--efu-shadow-border);
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
}
.author-content-item.single {
  width: 100%;
}
.author-content-item .author-content-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.author-content-item .author-content-item-tips {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
.author-content-item .content-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-content-item .content-bottom .icon-group {
  display: flex;
}
.author-content-item .content-bottom .icon-group i {
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 0.5rem;
}
.author-content-item .card-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .author-content-item .card-content {
    padding: 1rem;
  }
}
.author-content-item .card-content .author-content-item-title {
  margin-bottom: 0.5rem;
}
.author-content-item .card-content .banner-button-group {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.author-content-item .card-content .banner-button-group .banner-button {
  height: 40px;
  padding: 0.5rem 0.7rem;
  border-radius: 20px;
  justify-content: center;
  background: var(--efu-black-op);
  color: var(--efu-white);
  display: flex;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
}
.author-content-item .card-content .banner-button-group .banner-button:hover {
  background: var(--efu-main);
  color: var(--efu-card-bg);
}
.author-content-item .card-content .banner-button-group .banner-button i {
  margin-right: 8px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .author-content-item .card-content .banner-button-group {
    right: 1rem;
    bottom: 1rem;
  }
  .author-content-item .card-content .banner-button-group .banner-button {
    background: 0 0;
    color: var(--efu-white);
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .author-content-item .card-content .banner-button-group .banner-button i {
    margin-right: 0;
    font-size: 1.5rem;
  }
  .author-content-item .card-content .banner-button-text {
    display: none;
  }
}
.switch_message {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  gap: 0.5rem;
}
.switch_message button {
  background-color: var(--efu-main);
  border: var(--style-border-always);
  border-radius: 50px;
  color: var(--efu-card-bg);
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
}
#barrage {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100% - 60px);
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 1;
  pointer-events: none;
}
#barrage .default-style {
  pointer-events: all;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  overflow: hidden;
}
#barrage .default-style a {
  background-color: rgba(0,0,0,0.5);
  transition: 0.3s;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 6px 6px;
  text-decoration: none;
  border-bottom: none;
}
#barrage .default-style a:hover {
  background-color: rgba(0,0,0,0.7);
}
#barrage .default-style img {
  pointer-events: none;
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0 !important;
  border-radius: 50% !important;
}
#barrage .default-style p {
  line-height: 1;
  pointer-events: none;
  margin: 0 !important;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#barrage.hide {
  z-index: -1;
  opacity: 0;
}
#page h1.page-title {
  margin: 0.4rem 1rem 1rem;
  text-align: center;
}
#page {
  background: 0 0;
  border: none;
  padding: 0;
  box-shadow: none;
  min-height: calc(100vh - 464px);
}
@media screen and (max-width: 768px) {
  #page {
    padding: 0 1rem;
  }
}
#page > div:not(.author-content-item) {
  animation: slide-in 0.6s 0.2s backwards;
}
@media screen and (min-width: 768px) {
  > div:nth-child(1) > a::before {
    height: 24px;
    width: 44px;
    content: "";
    background-size: 38px 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  > a:nth-child(0) > i {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .needEndHide.hide {
    bottom: -200px !important;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .needEndHide {
    display: none !important;
  }
}
#post .post-copyright {
  background: var(--efu-secondbg);
  border-width: 1px;
  transition: 0.3s;
  position: relative;
  margin: 1rem 2rem 0.5rem;
  border-radius: 12px;
  padding: 34px 0 20px 0;
  border: var(--style-border-always);
}
@media screen and (max-width: 768px) {
  #post .post-copyright {
    box-shadow: var(--efu-shadow-border);
    padding: 1rem 1.3rem;
    margin: 0.5rem;
  }
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_img {
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 64px;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 33px);
  top: -33px;
  border: var(--style-border-always);
  box-shadow: var(--efu-shadow-main);
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  color: var(--efu-fontcolor);
  line-height: 1;
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_desc {
  text-align: center;
  font-size: 14px;
  color: var(--efu-secondtext);
  margin: 4px 10px 0;
  line-height: 1.5;
}
#post .post-copyright .post-copyright__notice {
  font-size: 12px;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
}
#post .post-copyright .post-copyright__notice .post-copyright-info {
  padding-left: 0;
  color: var(--efu-secondtext);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #post .post-copyright .post-copyright__notice .post-copyright-info {
    -webkit-line-clamp: 2;
  }
}
#post .post-copyright .post-copyright__notice .post-copyright-info a {
  text-decoration: none;
  word-break: break-word;
  padding: 0 4px;
  border-radius: 4px;
  color: var(--efu-fontcolor);
  font-weight: 700;
}
#post .post-copyright .post-copyright__notice .post-copyright-info a:hover {
  text-decoration: none;
  background-color: var(--efu-main);
  color: var(--efu-white);
  cursor: pointer;
  border-radius: 4px;
}
.social-share {
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 0.5rem auto;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.social-share .social-share-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: var(--style-border);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .social-share .social-share-ico:nth-child(n+6) {
    display: none;
  }
}
.social-share .social-share-ico:hover {
  color: #fff;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background-color: #56b6e7;
}
.social-share .icon-weibo {
  color: #d44040;
  border-color: #d44040;
}
.social-share .icon-weibo:hover {
  background-color: #d44040;
}
.social-share .icon-facebook {
  color: #415dc9;
  border-color: #415dc9;
}
.social-share .icon-facebook:hover {
  background-color: #415dc9;
}
.social-share .icon-twitter {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-twitter:hover {
  background-color: #56b6e7;
}
.social-share .icon-telegram {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-telegram:hover {
  background-color: #56b6e7;
}
.social-share .icon-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}
.social-share .icon-linkedin:hover {
  background-color: #0077b5;
}
.social-share .icon-whatsapp {
  color: #25d366;
  border-color: #25d366;
}
.social-share .icon-whatsapp:hover {
  background-color: #25d366;
}
.social-share .icon-link {
  color: #425aef;
  border-color: #425aef;
}
.social-share .icon-link:hover {
  background-color: #425aef;
}
.social-share .icon-qrcode {
  position: relative;
  color: #000;
  border-color: #000;
}
@media screen and (max-width: 900px) {
  .social-share .icon-qrcode {
    display: none;
  }
}
.social-share .icon-qrcode:hover {
  background-color: #000;
}
.social-share .icon-qrcode:hover .share-main {
  display: flex;
}
.social-share .icon-qrcode .share-main {
  display: none;
  position: absolute;
  bottom: 1.7rem;
  z-index: 100;
  padding-bottom: 15px;
}
.social-share .icon-qrcode .share-main-all {
  padding: 12px;
  border-radius: 12px;
  background: var(--efu-background);
  animation: donate_effcet 0.3s 0.1s ease both;
  flex-direction: column;
  border: var(--style-border-always);
}
.social-share .icon-qrcode .share-main-all .reward-dec {
  font-size: 0.6rem;
  color: var(--efu-fontcolor) !important;
  text-align: center;
}
.social-share #qrcode {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  background: var(--efu-white);
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  border: var(--style-border-always);
}
.social-share #qrcode img {
  width: 132px;
  height: 132px;
}
.post #page-header.post-bg {
  height: 20rem;
  background-color: var(--efu-background);
  transition: 0.6s;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .post #page-header.post-bg {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .post #page-header.post-bg {
    height: 15rem;
    background-color: var(--efu-main) !important;
    transition: 0s;
    margin-bottom: -12px;
  }
}
.post #page-header.post-bg::before {
  transition: 0.3s;
  height: 20rem;
  background-color: var(--efu-main);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
@media screen and (min-width: 1300px) {
  .post #page-header.post-bg::before {
    height: 25rem;
    opacity: 0;
    background-color: var(--efu-main);
    animation: slide-in-op 0.6s 0s forwards;
  }
}
@media screen and (max-width: 768px) {
  .post #page-header.post-bg::before {
    height: 15rem;
  }
}
.post #page-header.post-bg::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 32px;
  background: var(--efu-background);
  bottom: 0;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 768px) {
  .post #page-header.post-bg::after {
    display: none;
  }
}
.post .post-bg #post-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 50vw;
  min-height: 20rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .post .post-bg #post-cover {
    min-height: 15rem !important;
    height: 70% !important;
    opacity: 1 !important;
  }
}
.post .post-bg .coverdiv {
  width: 70%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 -20% 0 auto;
  transform: rotate(10deg) translateY(-10%) scale(2);
  filter: blur(10px);
}
.post .post-bg .coverdiv:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 110px -130px 300px 60px var(--efu-main) inset;
}
@media screen and (min-width: 768px) {
  .post .post-bg .coverdiv {
    width: 70%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 -20% 0 auto;
    transform: rotate(10deg) translateY(-8%) scale(1.8);
    filter: blur(30px);
    opacity: 0;
  }
  .post .post-bg .coverdiv.loaded {
    display: block;
    opacity: 0.5;
    animation: showCover 1s 0.3s backwards;
    transform: rotate(10deg) translateY(-10%) scale(2);
  }
}
@media screen and (max-width: 768px) {
  .post .post-bg .coverdiv {
    margin: 0 0 0 auto;
    transform: rotate(0) translateY(0) scale(1);
    filter: blur(0);
    width: 100%;
    height: 15rem;
  }
  .post .post-bg .coverdiv:after {
    box-shadow: 0 0 205px 59px var(--efu-main) inset;
  }
}
.post .post-bg .coverdiv.loaded {
  display: block;
}
.post #post-info {
  top: 0;
  position: absolute;
  padding: 0 3rem;
  margin: 0 auto;
  color: var(--efu-white);
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(100% + 0px);
  justify-content: center;
  animation: slide-in 0.6s 0s backwards;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .post #post-info {
    height: calc(100% + 0px);
    top: 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .post #post-info {
    bottom: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .post #post-info {
    padding: 0 6%;
    justify-content: normal;
    padding-top: 4rem;
  }
}
.post #post-info .post-title {
  color: var(--efu-white);
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
  text-align: left;
  margin: 1rem 0 1rem 0;
  -webkit-line-clamp: 2;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post #post-info .post-title {
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
    margin: 0.2rem auto;
    text-align: center;
    z-index: 1;
  }
}
@media screen and (min-width: 1300px) {
  .post #post-info .post-title {
    font-size: 2.6rem !important;
  }
}
.post #post-info #post-meta {
  margin-top: 0.4rem;
  transition: 0.3s;
  display: flex;
  user-select: none;
  color: var(--light-grey);
  font-size: 95%;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-meta {
    font-size: 90%;
    padding: 0 2rem;
  }
}
.post #post-info #post-meta a {
  color: var(--light-grey);
  transition: all 0.3s ease-out 0s;
}
.post #post-info #post-meta i {
  font-size: 14px;
  margin-right: 4px;
}
.post #post-info #post-meta > div {
  text-align: left;
}
.post #post-info #post-meta .meta-secondline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-meta .meta-secondline {
    justify-content: center;
  }
}
.post #post-info #post-meta .meta-secondline > span {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-meta .meta-secondline > span {
    line-height: 1.5;
  }
}
.post #post-info #post-meta .meta-secondline > span:first-child {
  margin-left: 0;
}
.post #post-info #post-meta .meta-secondline .post-meta-date,
.post #post-info #post-meta .meta-secondline .post-meta-wordcount,
.post #post-info #post-meta .meta-secondline .post-meta-position,
.post #post-info #post-meta .meta-secondline .post-meta-pv {
  opacity: 0.6;
}
.post #post-info #post-meta .meta-secondline .post-meta-separator {
  margin: 0 1rem 0 0;
}
.post #post-info #post-meta .meta-secondline .post-meta-pv {
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.post #post-info #post-meta .meta-secondline .post-meta-pv:hover {
  opacity: 1;
  background: var(--efu-white-op);
  text-decoration: none;
  color: var(--efu-white);
}
.post #post-info #post-meta .meta-secondline .post-meta-pv-cv {
  margin-left: 0.8rem;
}
.post #post-info #post-meta .meta-secondline .post-meta-pv-cv #busuanzi_value_page_pv {
  font-weight: 800;
}
.post #post-info #post-meta .meta-secondline .post-meta-commentcount {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
  padding: 8px;
}
.post #post-info #post-meta .meta-secondline .post-meta-commentcount:hover {
  opacity: 1;
  background: var(--efu-white-op);
}
.post #post-info #post-meta .meta-secondline .post-meta-wechat {
  margin-right: 0.8rem;
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
}
.post #post-info #post-meta .meta-secondline .post-meta-wechat:hover {
  opacity: 1;
  background: var(--efu-white-op);
}
.post #post-info #post-firstinfo {
  text-align: left;
  display: flex;
  white-space: nowrap;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo {
    white-space: nowrap;
    margin: 0 auto;
    z-index: 1;
  }
  .post #post-info #post-firstinfo .tag_share {
    display: none;
  }
}
.post #post-info #post-firstinfo .meta-firstline {
  display: flex;
  align-items: center;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo .meta-firstline {
    margin-bottom: 0.4rem;
  }
}
.post #post-info #post-firstinfo .meta-firstline .post-meta-original {
  background: var(--efu-white-op);
  color: var(--efu-white);
  padding: 0 0.5rem;
  font-size: 0.7rem;
  margin: auto;
  border-radius: 8px;
  font-weight: 700;
  line-height: 32px;
  width: 100%;
  height: 100%;
  display: flex;
}
.post #post-info #post-firstinfo .meta-firstline .post-meta-original:hover {
  color: var(--efu-main);
  background: var(--efu-white);
  border-radius: 8px;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share {
  margin-left: 0.5rem;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list {
    display: none;
  }
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list::-webkit-scrollbar {
  display: none;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list .post-meta__tags {
  color: var(--efu-white);
  opacity: 0.8;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list .post-meta__tags:hover {
  color: var(--efu-white);
  opacity: 1;
  background: var(--efu-white-op);
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list .post-meta__tags {
    margin: 0 0.5rem 0 0;
  }
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories {
  background-color: var(--efu-white-op);
  border-radius: 8px;
  line-height: 32px;
  height: 32px;
  transition: 0.3s;
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories:not(:first-child) {
  margin-left: 8px;
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories:hover {
  background-color: var(--efu-white);
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories a.post-meta-categories {
  color: var(--efu-white);
  font-size: 0.7rem;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 0.5rem;
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories a.post-meta-categories:hover {
  color: var(--efu-main);
}
#post #post-info {
  height: auto;
  position: unset;
  padding: 1rem 2rem;
  background: var(--efu-hovertext);
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  #post #post-info {
    min-height: 250px;
  }
}
.relatedPosts {
  margin: 2rem 2rem 0;
  user-select: none;
}
.relatedPosts .relatedPosts-list > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 3px;
  width: calc(33.333% - 6px);
  height: 200px;
  background: var(--efu-main);
  vertical-align: bottom;
}
.relatedPosts .relatedPosts-list > div .cover {
  width: 360px;
  min-width: 45%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
  filter: brightness(0.9);
  max-width: 45%;
}
.relatedPosts .relatedPosts-list > div .cover::after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/404.avif") 50%;
  background-size: cover;
}
.relatedPosts .relatedPosts-list > div .content {
  padding: 0 1rem;
  width: 100%;
}
.relatedPosts .relatedPosts-list > div .content .date {
  color: var(--light-grey);
  font-size: 90%;
}
.relatedPosts .relatedPosts-list > div .content .title {
  color: var(--efu-white);
  -webkit-line-clamp: 2;
  margin-right: auto;
}
.relatedPosts .relatedPosts-list > div a {
  display: flex;
  width: 100%;
  height: 100%;
}
.relatedPosts .headline {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.relatedPosts .headline span {
  margin-right: auto;
  margin-left: 8px;
}
.relatedPosts .headline a {
  font-weight: 400;
}
.relatedPosts .headline a:hover {
  color: var(--efu-lighttext);
}
.relatedPosts-link {
  display: block;
  justify-content: space-between;
  margin-left: 8px;
  font-size: 13px;
}
.relatedPosts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .relatedPosts,
  .relatedPosts-list > div {
    margin: 2px;
    width: calc(50% - 4px);
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .relatedPosts,
  .relatedPosts-list > div {
    width: calc(100% - 4px);
  }
}
@media screen and (min-width: 768px) {
  #post > div.relatedPosts > div.relatedPosts-list > div {
    -webkit-mask-image: -webkit-radial-gradient(center, #fff, #000);
    border-radius: 12px;
  }
  .relatedPosts > .headline {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1300px) {
  #post > div.relatedPosts > div.relatedPosts-list > div:nth-child(7),
  #post > div.relatedPosts > div.relatedPosts-list > div:nth-child(8) {
    display: none;
  }
}
.relatedPosts > .relatedPosts-list > div {
  background: var(--efu-secondbg);
  border: var(--style-border);
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px;
}
.relatedPosts > .relatedPosts-list > div:hover {
  background: var(--efu-main);
}
.relatedPosts > .relatedPosts-list > div .content .title {
  color: var(--efu-fontcolor);
  font-weight: 700;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  font-size: 0.9rem;
  text-align: left;
  overflow: hidden;
}
.relatedPosts > .relatedPosts-list > div .content .date {
  color: var(--efu-fontcolor);
  display: none;
}
.relatedPosts > .relatedPosts-list > div:hover a .title {
  color: var(--efu-white);
}
@media screen and (max-width: 768px) {
  .relatedPosts {
    display: none;
  }
  .relatedPosts > .relatedPosts-list > div {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    margin-top: 0.5rem;
  }
}
#post .post-tools {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  user-select: none;
}
#post .post-tools .post-tools-left {
  white-space: nowrap;
  display: flex;
  gap: 0.5rem;
  text-overflow: ellipsis;
  justify-content: center;
  flex-wrap: wrap;
}
#post .post-tools .post-tools-left #quit-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  opacity: 0.01;
  display: none;
  z-index: 101;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #post .post-tools .post-tools-left #quit-box {
    height: calc(100vh - 380px);
  }
}
.post-reward {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.post-reward:hover > .reward-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .post-reward:hover > .reward-main {
    display: flex;
    justify-content: left;
  }
}
.post-reward:hover .reward-button {
  color: var(--efu-white);
  background: var(--efu-theme);
  box-shadow: none;
}
.post-reward .reward-button {
  background: var(--efu-red);
  color: var(--efu-white);
  padding: 0 16px;
  height: 40px;
  border-radius: 8px;
  line-height: 39px;
  box-shadow: var(--efu-shadow-red);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.post-reward .reward-button i {
  margin-right: 4px;
}
.post-reward .reward-button:hover {
  background-color: var(--efu-theme);
}
.post-reward .reward-main {
  animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
  position: absolute;
  bottom: 40px;
  left: -96px;
  z-index: 100;
  display: none;
  padding: 0 0 15px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .post-reward .reward-main {
    justify-content: center !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1003;
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
.post-reward .reward-main .reward-all {
  margin: 0;
  padding: 0.8rem;
  border-radius: 12px;
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  display: flex;
  box-shadow: var(--efu-shadow-border);
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post-reward .reward-main .reward-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 10px 60px;
    border-radius: 12px 12px 0 0;
  }
}
.post-reward .reward-main .reward-all::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
}
.post-reward .reward-main .reward-all .reward-title {
  font-weight: 700;
  color: var(--efu-red);
  text-wrap: wrap;
}
.post-reward .reward-main .reward-all .reward-group {
  display: flex;
  margin-top: 0.5rem;
}
.post-reward .reward-main .reward-all .reward-group .reward-item {
  display: inline-block;
  padding: 0 8px;
  list-style-type: none;
  vertical-align: top;
}
.post-reward .reward-main .reward-all .reward-group .reward-item img {
  width: 130px;
  height: 130px;
}
.post-reward .reward-main .reward-all .reward-group .reward-item .post-qr-code-desc {
  padding-top: 0.4rem;
  width: 130px;
  color: var(--efu-gray);
  margin-top: -8px;
  margin-bottom: 8px;
}
.post-reward .reward-main .reward-all .reward-group .reward-item .post-qr-code-img {
  box-shadow: var(--efu-shadow-lightblack);
  border-radius: 12px;
  border: var(--style-border-always);
  image-rendering: pixelated;
}
.post-reward .reward-main .reward-all .reward-main-btn {
  background: var(--efu-secondbg);
  color: var(--efu-fontcolor);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 4px 0;
  border: var(--style-border-always);
  width: 100%;
}
.post-reward .reward-main .reward-all .reward-main-btn:hover {
  color: var(--efu-white);
  background: var(--efu-red);
  background-image: url("/img/flower.gif");
  box-shadow: var(--efu-shadow-red);
}
.post-reward .reward-main .reward-all .reward-main-btn .reward-text {
  margin-bottom: 0;
  font-weight: 700;
}
.post-reward .reward-main .reward-all .reward-main-btn .reward-dec {
  font-size: 0.6rem;
  text-wrap: wrap;
}
#post .post-tools .post-tools-left .reward-link.mode {
  background: var(--efu-green);
  color: var(--efu-white);
  padding: 0 16px;
  height: 40px;
  line-height: 39px;
  box-shadow: var(--efu-shadow-green);
  display: flex;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
#post .post-tools .post-tools-left .reward-link.mode a {
  color: var(--efu-white);
}
#post .post-tools .post-tools-left .reward-link.mode i {
  margin-right: 4px;
}
#post .post-tools .post-tools-left .reward-link.mode:hover {
  background: var(--efu-theme);
  box-shadow: none;
}
#post .post-tools-right {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #post .post-tools-right {
    padding: 0 0.5rem;
  }
}
#post .post-tools-right .tag_share .post-meta__tag-list {
  display: flex;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
#post .post-tools-right .tag_share .post-meta__tag-list a {
  margin-bottom: 8px;
  margin-right: 8px;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags {
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  color: var(--efu-fontcolor);
  border-radius: 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 40px;
  padding: 0 0.6rem;
  width: fit-content;
  font-size: 0.85em;
  transition: all 0.2s ease-in-out 0s;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags:hover {
  background: var(--efu-lighttext);
  box-shadow: var(--efu-shadow-main);
  color: var(--efu-white);
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags:hover span.tagsPageCount {
  color: var(--efu-lighttext);
  background: var(--efu-maskbgdeep);
  transition: all 0.2s ease-in-out 0s;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags span.tags-punctuation {
  font-size: 12px;
  margin-right: 1px;
  display: flex;
  align-items: center;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags .tagsPageCount,
#tag-page-tags .tagsPageCount {
  padding: 2px;
  background: var(--efu-fontcolor);
  border: var(--style-border-always);
  min-width: 22.5px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  font-size: 0.6rem;
  color: var(--efu-card-bg);
  margin-left: 4px;
}
#post #pagination {
  width: auto;
  overflow: hidden;
  position: inherit;
  border: var(--style-border-always);
}
#post #pagination div:only-child.next-post,
#post #pagination div:only-child.prev-post {
  width: 100%;
}
#post #pagination div:only-child.next-post a {
  border-left: 0;
}
#post #pagination div:only-child.prev-post a {
  border-right: 0;
}
@media screen and (min-width: 1300px) {
  #post #pagination {
    position: fixed;
    width: 300px;
    bottom: -100px;
    right: 20px;
    z-index: 12;
    height: fit-content;
    transition: cubic-bezier(0.42, 0, 0.3, 1.11) 0.3s;
    border: var(--style-border);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination {
    border-radius: 12px;
    border: var(--style-border-always);
    box-shadow: var(--efu-shadow-border);
  }
}
#post #pagination.pagination-post {
  margin: 0 2rem 1rem;
  background: var(--efu-card-bg);
}
@media screen and (min-width: 768px) {
  #post #pagination.pagination-post {
    border-radius: 12px;
  }
}
#post #pagination .next-post,
#post #pagination .prev-post,
#post #pagination .next-post.pull-right,
#post #pagination .prev-post.pull-left {
  background: var(--efu-secondbg);
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post,
  #post #pagination .prev-post,
  #post #pagination .next-post.pull-right,
  #post #pagination .prev-post.pull-left {
    background: var(--efu-maskbgdeep);
    backdrop-filter: blur(5px);
    transform: translateZ(0);
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post,
  #post #pagination .prev-post,
  #post #pagination .next-post.pull-right,
  #post #pagination .prev-post.pull-left {
    background: var(--efu-card-bg);
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post.pull-full,
  #post #pagination .prev-post.pull-full {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .prev-post.pull-left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .prev-post.pull-left {
    border-bottom: var(--style-border-always);
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post.pull-right {
    width: 100%;
  }
}
#post #pagination .next-post,
#post #pagination .prev-post {
  width: 50%;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post,
  #post #pagination .prev-post {
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post,
  #post #pagination .prev-post {
    width: 100%;
  }
}
#post #pagination .next-post .label,
#post #pagination .prev-post .label {
  color: var(--efu-fontcolor);
  text-transform: uppercase;
  font-size: 90%;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post .label,
  #post #pagination .prev-post .label {
    color: var(--efu-fontcolor);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0.5rem;
    border-bottom: var(--style-border);
    line-height: 1;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post .label,
  #post #pagination .prev-post .label {
    text-align: left;
  }
}
#post #pagination .next-post a,
#post #pagination .prev-post a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 150px;
}
@media screen and (min-width: 768px) {
  #post #pagination .next-post a:hover,
  #post #pagination .prev-post a:hover {
    background: var(--efu-main);
  }
  #post #pagination .next-post a:hover div,
  #post #pagination .prev-post a:hover div {
    color: var(--efu-white);
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post a:hover,
  #post #pagination .prev-post a:hover {
    background: var(--efu-none);
  }
}
#post #pagination .prev-post .pagination-info {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #post #pagination .prev-post a {
    border-right: var(--efu-main-op);
    border-right-width: 0.5px;
    border-right-style: solid;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .prev-post a {
    border: none;
    height: fit-content;
    padding: 0.5rem 0;
  }
}
#post #pagination .next-post .pagination-info {
  text-align: right;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post .pagination-info {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #post #pagination .next-post a {
    border-left: var(--efu-main-op);
    border-left-width: 0.5px;
    border-left-style: solid;
    display: flex;
    align-items: flex-start;
    height: 150px;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post a {
    border: none;
    height: fit-content;
    padding: 0.5rem 0;
  }
}
#post #pagination .pagination-info {
  position: absolute;
  top: 50%;
  padding: 1rem 2rem;
  width: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #post #pagination .pagination-info {
    padding: 1rem 1.5rem 1rem 1.5rem;
    position: relative;
    display: flex;
    top: 0;
    transform: none;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .pagination-info {
    padding: 0.5rem 1rem;
    transform: none;
  }
}
#post #pagination .next_info,
#post #pagination .prev_info {
  color: var(--efu-fontcolor);
  font-weight: 700;
  -webkit-line-clamp: 2;
  white-space: normal;
  line-height: 1.3;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next_info,
  #post #pagination .prev_info {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next_info,
  #post #pagination .prev_info {
    text-align: left;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination.show-window {
    bottom: 20px;
    opacity: 1;
  }
}
#post {
  border: var(--style-border);
  border-radius: var(--radius);
  box-shadow: var(--efu-shadow-border);
  background: var(--efu-card-bg);
}
[data-theme=dark] {
  --efu-theme: #ffc848;
  --efu-theme-op: rgba(255,200,72,0.137);
  --efu-theme-op-deep: rgba(255,200,72,0.867);
  --efu-theme-none: rgba(255,200,72,0);
  --efu-blue: #0084ff;
  --efu-red: #ff3842;
  --efu-pink: #d44040;
  --efu-green: #3e9f50;
  --efu-purple: #7a60d2;
  --efu-yellow: #ffc93e;
  --efu-yellow-op: rgba(255,201,62,0.188);
  --efu-orange: #ff953e;
  --efu-fontcolor: #f7f7fa;
  --efu-background: #18171d;
  --efu-reverse: #fff;
  --efu-maskbg: rgba(0,0,0,0.6);
  --efu-maskbgdeep: rgba(0,0,0,0.85);
  --efu-hovertext: #0a84ff;
  --efu-ahoverbg: #fff;
  --efu-lighttext: var(--efu-theme);
  --efu-secondtext: #a1a2b8;
  --efu-scrollbar: rgba(200,200,223,0.4);
  --efu-card-btn-bg: #30343f;
  --efu-post-blockquote-bg: #000;
  --efu-post-tabs-bg: #121212;
  --efu-secondbg: #30343f;
  --efu-secondbg-bg: #21232a;
  --efu-shadow-nav: 0 5px 20px 0px rgba(28,28,28,0.4);
  --efu-card-bg: #1b1c20;
  --efu-card-bg-op: var(--efu-white-op);
  --efu-card-bg-none: rgba(29,27,38,0);
  --efu-shadow-lightblack: 0 5px 12px -5px rgba(102,68,68,0);
  --efu-shadow-light2black: 0 5px 12px -5px rgba(102,68,68,0);
  --efu-card-border: #3d3d3f;
  --efu-shadow-border: 0 8px 16px -4px rgba(0,0,0,0.314);
  --style-border: 1px solid var(--efu-card-border);
  --style-border-always: 1px solid var(--efu-card-border);
  --style-border-hover: 1px solid var(--efu-theme);
  --style-border-hover-always: 1px solid var(--efu-theme);
  --style-border-dashed: 1px dashed var(--efu-theme-op);
  --style-border-forever: 2px solid var(--efu-lighttext);
  --efu-hl-bg: #1c1e1e;
  --efu-hltools-bg: #454a50;
}
[data-theme=light] {
  --efu-theme: #425aef;
  --efu-theme-op: rgba(66,90,239,0.137);
  --efu-theme-op-deep: rgba(66,90,239,0.867);
  --efu-theme-op-light: rgba(66,89,239,0.051);
  --efu-theme-none: rgba(66,90,239,0);
  --efu-blue: #425aef;
  --efu-red: #f04a63;
  --efu-pink: #ff7c7c;
  --efu-green: #57bd6a;
  --efu-yellow: #c28b00;
  --efu-yellow-op: rgba(217,156,0,0.102);
  --efu-orange: #e38100;
  --efu-purple: #7a60d2;
  --efu-fontcolor: #363636;
  --efu-background: #f7f9fe;
  --efu-reverse: #000;
  --efu-maskbg: rgba(255,255,255,0.6);
  --efu-maskbgdeep: rgba(255,255,255,0.85);
  --efu-hovertext: var(--efu-main);
  --efu-ahoverbg: #f7f7fa;
  --efu-lighttext: var(--efu-main);
  --efu-secondtext: rgba(60,60,67,0.8);
  --efu-scrollbar: rgba(60,60,67,0.4);
  --efu-card-btn-bg: #edf0f7;
  --efu-post-blockquote-bg: #fafcff;
  --efu-post-tabs-bg: #f2f5f8;
  --efu-secondbg: #f7f7f9;
  --efu-secondbg-bg: var(--efu-secondbg);
  --efu-shadow-nav: 0 5px 12px -5px rgba(102,68,68,0.05);
  --efu-card-bg: #fff;
  --efu-card-bg-op: var(--efu-black-op);
  --efu-card-bg-none: rgba(255,255,255,0);
  --efu-shadow-lightblack: 0 5px 12px -5px rgba(102,68,68,0);
  --efu-shadow-light2black: 0 5px 12px -5px rgba(102,68,68,0);
  --efu-card-border: #e3e8f7;
  --efu-shadow-border: 0 8px 16px -4px rgba(44,45,48,0.047);
  --style-border: 1px solid var(--efu-card-border);
  --style-border-always: 1px solid var(--efu-card-border);
  --style-border-hover: 1px solid var(--efu-main);
  --style-border-hover-always: 1px solid var(--efu-main);
  --style-border-dashed: 1px dashed var(--efu-theme-op);
  --style-border-forever: 2px solid var(--efu-main);
  --efu-navbg: var(--efu-theme-op);
  --efu-hl-bg: #fff;
  --efu-hltools-bg: #e7e7e7;
}
@media screen and (max-width: 768px) {
  :root {
    --style-border: 0px solid var(--efu-none);
    --style-border-hover: 0px solid var(--efu-main);
  }
}
figure.highlight .highlight-tools .copy-button {
  right: 1.7rem;
}
figure.highlight .highlight-tools:after {
  position: absolute;
  left: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fc625d;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  content: ' ';
}
figure.highlight .highlight-tools .expand {
  right: 0;
}
figure.highlight .highlight-tools .expand + .code-lang {
  left: 75px;
}
figure.highlight .highlight-tools.closed .expand {
  transform: rotate(90deg);
}
figure.highlight table::-webkit-scrollbar {
  color: var(--efu-secondbg);
  height: 6px;
  background: var(--efu-hl-bg);
  border-radius: 6px;
  display: initial;
}
figure.highlight .keyword,
figure.highlight .attr,
figure.highlight .variable,
figure.highlight .literal,
figure.highlight .property {
  color: #00f;
}
figure.highlight .number {
  color: #098658;
}
figure.highlight .string {
  color: #a31515;
}
figure.highlight .built_in,
figure.highlight .title,
figure.highlight .params,
figure.highlight .name {
  color: #795e26;
}
figure.highlight .emphasis {
  color: #0451a5;
}
figure.highlight .addition {
  color: #35cd4b;
}
figure.highlight .deletion {
  color: #f00;
}
[data-theme=dark] figure.highlight .keyword,
[data-theme=dark] figure.highlight .attr,
[data-theme=dark] figure.highlight .variable,
[data-theme=dark] figure.highlight .property {
  color: #d74bde;
}
[data-theme=dark] figure.highlight .number {
  color: #8da1a0;
}
[data-theme=dark] figure.highlight .string {
  color: #5b876d;
}
[data-theme=dark] figure.highlight .built_in,
[data-theme=dark] figure.highlight .title,
[data-theme=dark] figure.highlight .params {
  color: #d74bde;
}
[data-theme=dark] figure.highlight .emphasis {
  color: #ba9c23;
}
[data-theme=dark] figure.highlight .addition {
  color: #35cd4b;
}
[data-theme=dark] figure.highlight .deletion {
  color: #f00;
}
figure pre {
  margin: 0;
  padding: 8px 0;
  border: none;
}
figure table {
  display: block;
  border: none;
  overflow-y: hidden;
  overflow-x: auto;
}
figure table td {
  padding: 0;
  border: none;
  height: 100%;
}
figure table td.gutter {
  opacity: 0.6;
  user-select: none;
  min-width: initial;
}
figure table td.gutter pre {
  overflow: auto;
  line-height: 1.6;
  margin: 0;
  padding: 8px 0.5rem;
  border: none;
  color: var(--efu-secondtext);
  background: var(--efu-secondbg);
  border-right: var(--style-border-always);
  text-align: center;
}
figure table td.code {
  width: 100%;
  display: flex;
  position: relative;
}
figure table td.code pre {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
}
figure .line.marked {
  background-color: rgba(97,97,97,0.314);
}
figure:hover {
  box-shadow: var(--efu-shadow-border-hover);
}
figure .copy-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  color: var(--efu-fontcolor);
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
figure .copy-btn:hover {
  color: var(--efu-lighttext);
}
figure.highlight {
  background-color: var(--efu-hl-bg);
  color: var(--efu-fontcolor);
  border: var(--style-border-always);
  overflow: hidden;
  border-radius: 8px 8px 4px 4px;
  position: relative;
  margin: 0.5rem 0 0.5rem;
  padding: 0;
  line-height: 1.6;
}
figure.highlight .highlight-tools {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  min-height: 1.2rem;
  border-radius: 8px 8px 0 0;
  height: 2.15em;
  font-size: 16px;
  background: var(--efu-hltools-bg);
  border-bottom: var(--style-border-always);
  color: var(--efu-fontcolor);
}
figure.highlight .highlight-tools.closed .expand {
  transition: all 0.3s ease 0s;
}
figure.highlight .highlight-tools.closed ~ * {
  display: none;
}
figure.highlight .highlight-tools .copy-button {
  position: absolute;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 18px;
}
figure.highlight .highlight-tools .copy-button:hover {
  color: var(--efu-main);
}
figure.highlight .highlight-tools .expand {
  position: absolute;
  padding: 0.4rem 0.3rem;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
figure.highlight .highlight-tools .code-lang {
  text-transform: capitalize;
  position: absolute;
  font-weight: 700;
  font-size: 1.15em;
  user-select: none;
}
figure.highlight .highlight-tools .caption {
  position: absolute;
  right: 3.5rem;
  font-size: 14px;
  color: var(--efu-secondtext);
}
@media screen and (max-width: 768px) {
  figure.highlight .highlight-tools .caption {
    display: none;
  }
}
figure.highlight .code-expand-btn {
  background: var(--efu-hltools-bg);
  transition: 0.3s;
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
  border-top: var(--style-border-always);
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
figure.highlight .code-expand-btn i {
  color: var(--efu-fontcolor);
  line-height: 1;
  animation: 1.2s ease 0s infinite normal none running code-expand-key;
}
figure.highlight .code-expand-btn:hover {
  background: var(--efu-main);
}
figure.highlight .code-expand-btn:hover i {
  color: var(--efu-white);
}
figure.highlight .code-expand-btn.expand-done {
  display: none;
}
figure.highlight .code-expand-btn:not(.expand-done) ~ table,
figure.highlight .code-expand-btn:not(.expand-done) ~ pre {
  overflow: hidden;
  height: 200px;
}
.search-dialog {
  position: fixed;
  top: 5rem;
  left: 50%;
  z-index: 1001;
  display: none;
  margin-left: -15rem;
  padding: 1rem;
  width: 30rem;
  box-shadow: var(--efu-shadow-lightblack);
  background: var(--efu-card-bg);
  border: var(--style-border);
  transition: 0.3s;
  border-radius: 8px;
  animation: slide-in 0.6s ease 0s 1 normal none running;
  gap: 16px;
  flex-direction: column;
}
.search-dialog:hover {
  border: var(--style-border-hover);
  box-shadow: var(--efu-shadow-theme);
}
@media screen and (max-width: 768px) {
  .search-dialog:hover {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .search-dialog {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.search-dialog .search-dialog-title {
  font-weight: 700;
  color: var(--efu-main);
  font-size: 1.4em;
  line-height: 1;
}
.search-dialog .search-close-button {
  color: var(--efu-gray);
  font-size: 1.4em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease-in-out 0s;
}
.search-dialog .search-close-button:hover {
  color: var(--efu-main);
}
.search-dialog #search-results {
  max-height: calc(80vh - 130px);
  overflow-y: auto;
  margin-top: 8px;
}
.search-dialog #search-results .search-result-item {
  padding-left: 0;
  font-weight: 700;
}
.search-dialog #search-results .search-result-item .search-result-title {
  position: relative;
  transition: color 0.2s ease-in-out 0s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.search-dialog #search-results .search-result-item .search-result-title:hover {
  color: var(--efu-hovertext);
}
.search-dialog #search-results .search-result-item .search-result-title em {
  color: var(--efu-theme);
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .search-dialog #search-results {
    max-height: 80vh !important;
  }
}
.search-dialog #search-pagination .pagination-list {
  padding: 0;
  text-align: center;
}
.search-dialog #search-pagination .pagination-list .pagination-item {
  color: var(--efu-fontcolor);
  display: inline-block;
  min-width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  cursor: pointer;
}
.search-dialog #search-pagination .pagination-list .pagination-item:hover {
  color: var(--efu-main);
}
.search-dialog #search-pagination .pagination-list .pagination-item.select {
  border-radius: 4px;
  background: var(--efu-main);
  color: var(--efu-white);
  cursor: default;
}
.search-dialog #search-pagination .pagination-list .pagination-item.select:hover {
  color: var(--efu-white);
}
.search-dialog #search-tips {
  color: var(--efu-secondtext);
  right: 0;
  margin: auto;
}
.search-dialog #search-tips .search-result-count {
  color: var(--efu-gray);
  font-size: 12px;
}
.search-dialog #search-tips .search-result-count b {
  color: var(--efu-main);
}
.search-dialog .search-box {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.search-dialog .search-box input {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: var(--style-border);
  padding: 0.25rem 0.7rem;
  outline: 0;
  background: var(--efu-secondbg);
  color: var(--efu-fontcolor);
  caret-color: var(--efu-theme);
}
.search-dialog .search-box input::placeholder {
  color: var(--efu-gray);
  opacity: 0.8;
}
#search-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateZ(0);
  background: var(--efu-maskbgdeep);
}
#search-hits .tag-list {
  padding: 4px 8px;
  border-radius: 8px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border: var(--style-border-always);
}
#search-hits .tag-list:hover {
  background: var(--efu-main);
  color: var(--efu-white);
}
.search-nav {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.article-container figure.gallery-group {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: calc(50% - 8px);
  height: 250px;
  border-radius: 8px;
  background: var(--efu-black);
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 600px) {
  .article-container figure.gallery-group {
    width: calc(100% - 8px);
  }
}
.article-container figure.gallery-group:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}
.article-container figure.gallery-group:hover .gallery-group-name::after {
  transform: translate3d(0, 0, 0);
}
.article-container figure.gallery-group:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.article-container 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;
  border: none;
}
.article-container figure.gallery-group figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  color: var(--efu-white);
  text-transform: uppercase;
  backface-visibility: hidden;
}
.article-container figure.gallery-group figcaption > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
.article-container 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;
}
.article-container 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;
}
.article-container figure.gallery-group .gallery-group-name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--efu-white);
  content: '';
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}
.article-container .gallery-group-main {
  overflow: auto;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.article-container .gallery-item {
  min-height: 5rem;
  width: 24.97%;
  padding: 4px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .article-container .gallery-item {
    width: 32.97%;
  }
}
@media screen and (max-width: 768px) {
  .article-container .gallery-item {
    width: 49.97%;
  }
}
.article-container .gallery-item img {
  max-width: 100%;
  border-radius: 0;
  margin: 0;
}
.waterfall {
  opacity: 0;
  transition: 0.3s;
}
.waterfall.show {
  opacity: 1;
}
.mermaid {
  display: flex;
  justify-content: center;
}
.mermaid text {
  fill: var(--efu-fontcolor) !important;
}
.tabs {
  position: relative;
}
.tabs .nav-tabs {
  margin-top: 0;
  display: flex;
  background: var(--efu-card-bg);
  border: var(--style-border-always);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.5rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tabs .nav-tabs .tab {
  border-radius: 6px;
  transition: all 0.3s ease;
}
.tabs .nav-tabs .tab button {
  width: 100%;
  padding: 0 0.3rem;
  height: 100%;
  font-size: 14px;
}
.tabs .nav-tabs .tab.active {
  background: var(--light-grey);
}
.tabs .nav-tabs .tab.active i,
.tabs .nav-tabs .tab.active button {
  color: var(--efu-main);
}
.tabs .nav-tabs .tab i {
  font-size: 14px;
  margin-right: 0.3rem;
}
.tabs .tab-contents {
  padding: 0.5rem;
  border: var(--style-border-always);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}
.tabs .tab-contents .tab-item-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.tabs .tab-contents .tab-item-content {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
}
.aplayer.aplayer-narrow .aplayer-body,
.aplayer.aplayer-narrow .aplayer-pic {
  height: 66px;
  width: 66px;
}
#nav-music {
  display: flex;
  align-items: center;
  z-index: 12;
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  transition: all 0.5s, left 0s;
  transform-origin: left bottom;
  box-shadow: var(--efu-shadow-border);
  border-radius: 40px;
  overflow: hidden;
}
#nav-music:active {
  transform: scale(0.97);
}
#nav-music.playing {
  border: var(--style-border);
  box-shadow: 0 0px 12px -3px var(--efu-none);
  animation: playingShadow 5s linear infinite;
}
#nav-music.playing .aplayer.aplayer-withlrc .aplayer-pic {
  box-shadow: 0 0 14px rgba(255,255,255,0.651);
  transform: rotate(0deg) scale(1.1);
  border-color: var(--efu-white);
  animation-play-state: running;
}
#nav-music.playing .aplayer.aplayer-withlrc .aplayer-info {
  color: var(--efu-white);
}
#nav-music.playing #nav-music-hoverTips {
  width: 0;
}
#nav-music.playing .aplayer {
  background: var(--efu-main);
  border: var(--style-border-hover);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
}
#nav-music.playing .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  animation-play-state: running;
}
#nav-music:hover:not(.playing) #nav-music-hoverTips {
  opacity: 1;
}
#nav-music .aplayer.aplayer-withlrc .aplayer-pic {
  height: 25px;
  width: 25px;
  border-radius: 40px;
  z-index: 1;
  transition: 0.3s;
  transform: rotate(0deg) scale(1);
  border: var(--style-border-always);
  animation: changeright 24s linear infinite;
  animation-play-state: paused;
}
#nav-music .aplayer.aplayer-withlrc .aplayer-info {
  height: 100%;
  color: var(--efu-fontcolor);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#nav-music #nav-music-hoverTips {
  color: var(--efu-white);
  background: var(--efu-main);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 40px;
  opacity: 0;
  font-size: 12px;
  z-index: 2;
  transition: 0.3s;
}
#nav-music .aplayer {
  background: var(--efu-card-bg);
  border-radius: 60px;
  height: 41px;
  display: flex;
  margin: 0;
  transition: 0.3s;
  border: var(--style-border);
  box-shadow: none;
}
#nav-music .aplayer .aplayer-notice,
#nav-music .aplayer .aplayer-miniswitcher,
#nav-music .aplayer .aplayer-list {
  display: none;
}
#nav-music .aplayer .aplayer-body {
  position: relative;
  display: flex;
  align-items: center;
}
#nav-music .aplayer .aplayer-info .aplayer-music {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 12px 0 8px;
  cursor: pointer;
  z-index: 1;
  height: 100%;
}
#nav-music .aplayer .aplayer-info .aplayer-music .aplayer-title {
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  user-select: none;
}
#nav-music .aplayer .aplayer-info .aplayer-controller {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin: 0;
  padding: 0;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  height: 100%;
  background: 0 0;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
  display: none;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 100%;
  opacity: 0.1;
  background-color: var(--efu-white) !important;
  animation: lightBar 5s ease infinite;
  animation-play-state: paused;
}
#nav-music .aplayer .aplayer-pic {
  pointer-events: none;
  margin-left: 8px;
}
#nav-music .aplayer .aplayer-pic .aplayer-button {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  margin: 0;
  transition: 0.3s;
  pointer-events: all;
}
#nav-music .aplayer .aplayer-pic:has(.aplayer-button.aplayer-play) {
  animation-play-state: paused;
  transform: rotate(0deg) scale(1) !important;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-time,
#nav-music .aplayer .aplayer-info .aplayer-music .aplayer-author {
  display: none;
}
#nav-music .aplayer.aplayer-withlist .aplayer-info {
  border: none;
}
#nav-music .aplayer .aplayer-lrc {
  width: 0;
  opacity: 0;
  transition: 0.3s;
  margin-bottom: -15px;
}
#nav-music .aplayer .aplayer-lrc p.aplayer-lrc-current {
  color: var(--efu-white);
  border: none;
  min-height: 20px;
  filter: none;
}
#nav-music .aplayer .aplayer-lrc:after,
#nav-music .aplayer .aplayer-lrc:before {
  display: none;
}
#nav-music .aplayer .aplayer-lrc p {
  color: rgba(255,255,255,0.702);
  filter: blur(0.8px);
}
#nav-music.stretch .aplayer.aplayer-withlrc .aplayer-lrc {
  width: 200px;
  margin-left: 8px;
  opacity: 1;
}
.aplayer-thumb {
  width: 0 !important;
  height: 0 !important;
}
@-moz-keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@-webkit-keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@-o-keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@-moz-keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--efu-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--efu-main);
  }
}
@-webkit-keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--efu-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--efu-main);
  }
}
@-o-keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--efu-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--efu-main);
  }
}
@keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--efu-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--efu-main);
  }
}
@-moz-keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
@-webkit-keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
@-o-keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
@keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 4px;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 8px;
  width: 4rem;
  background: var(--efu-secondbg);
  border: var(--style-border);
  overflow: hidden;
}
.pace.pace-inactive {
  opacity: 0;
  transition: 0.3s;
  top: -8px;
}
.pace.pace-inactive .pace-progress {
  opacity: 0;
  transition: 0.3s ease-in;
}
.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: var(--efu-logo-color);
  animation: gradient 2s ease infinite;
  background-size: 200%;
}
#universe {
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
[data-theme=light] #universe {
  display: none;
}
.article-container code:not([class*="language-"]) {
  background: #f5f2f0 !important;
  color: #c7254e !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
  font-size: 0.95em !important;
  font-family: "Fira Mono", "Consolas", "Menlo", monospace !important;
  box-shadow: none !important;
  border: none !important;
}
