/* transpancy  主要css */





#nav .menus_items .menus_item .menus_item_child li a {
  font-size: 80%;
}

.aside-content .site-data {
  display: flex;
  justify-content: center;
  gap: 10px;
  user-select: none;
}

.aside-content .site-data a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  font-family: sans-serif;
  --clr: #ffcd6a; /* 默认颜色，可被每个 a 覆盖 */
}

/* 文字 */
.aside-content .site-data a .headline {
  font-size: 25px;
  color: rgb(255, 255, 255);
  z-index: 40;
  transition: transform 0.5s, filter 0.5s;
  filter: drop-shadow(0 0 2px var(--clr))
          drop-shadow(0 0 2px var(--clr));
}

/* 数字 */
.aside-content .site-data a .length-num {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  color: red;
  opacity: 0;
  transform: scale(0) translateY(300%);
  transition: all 0.5s;
  z-index: 10;
}

/* hover 效果：文字被顶上，数字浮现发光 */
.aside-content .site-data a:hover .headline {
  transform: translateY(-60%);
  filter: drop-shadow(0 0 1px var(--clr))
          drop-shadow(0 0 2px var(--clr));
}

.aside-content .site-data a:hover .length-num {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: drop-shadow(0 0 2px var(--clr))
          drop-shadow(0 0 3px var(--clr))
          drop-shadow(0 0 4px var(--clr));
}

#sidebar-menus .site-data > a .headline{
  font-size: 120%;
  font-weight: bold;
}








#page-header.nav-fixed #nav #blog-info .site-name {
  font-weight: bold;
}
 

#nav .menus_items .menus_item {
  font-weight: bold;
  font-size: 20px;
}

.container h5 {
  font-size: 200%;
}

.tag-links {
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
    margin-top: 0%;
    user-select: none;
}

.tag-links li {
    position: relative;
    list-style: none;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    cursor: pointer;
}

/* hover 边框发光，仅边框，不覆盖图标 */
.tag-links li::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 8px; /* 可选圆角 */
    opacity: 0.6;
    transition: all 0.5s;
}

.tag-links li:hover::before {
    transform: scale(1.2);
    opacity: 1;
}

/* 图标和文字 */
.tag-links li a {
    font-size: 20px !important;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.tag-links li a i {
    font-size: 40px !important;
    color: var(--clr);
    transition: transform 0.5s, filter 0.5s;
}

.tag-links li:hover a i {
    transform: translateY(-40%);
    filter: drop-shadow(0 0 20px var(--clr))
            drop-shadow(0 0 40px var(--clr))
            drop-shadow(0 0 60px var(--clr));
}

.tag-links li a span {
    position: absolute;
    font-family: sans-serif;
    color: var(--clr);
    opacity: 0;
    transform: scale(0) translateY(200%);
    transition: all 0.5s;
}

.tag-links li:hover a span {
    opacity: 1;
    transform: scale(1) translateY(20%);
    filter: drop-shadow(0 0 20px var(--clr))
            drop-shadow(0 0 40px var(--clr))
            drop-shadow(0 0 60px var(--clr));
}















.footer-runtime {
  color: #fffffff8;
  font-weight: bold;
  font-size: 150%;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffd998, 0 0 20px #ffb779; /* 发光效果 */
}
.container img{
  margin-bottom: 0%;
}


.tag-link-right .fa-solid.fa-angle-right{
  font-size: 100%;
  font-weight: bold;
}
.tag-link,.container h5{
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;    /* 垂直居中 */
}
#article-container .tag-Link {
  width: 90%;
}

#article-container .tag-Link {
  background-color: #ffffff;
  border:2px solid #38c153;
}
#article-container .tag-Link:hover{
  background-color: rgba(255, 215, 196, 0.866);
}
#article-container .tag-Link .tag-link-bottom .tag-link-right .tag-link-sitename {
  font-size: 80%;
  color: #01240e;
}

#article-container .tag-Link .tag-link-bottom .tag-link-right .tag-link-title {
  font-size: 120%;
}

#article-container .tag-Link .tag-link-tips {
  font-size: 80%;
}

#page-header #site-title{
  font-size: 400%;
}
.sentence-block .link-list .link-item .meta p.time{
  font-size: 120%;
}
.sentence-block .link-list .link-item .meta p.from, .sentence-block .link-list .link-item .meta p.author {
  font-size: 20px;
}

.sentence-block .class-desc {
  font-size: 30px;
  color: #54c3ee;
}

.sentence-block .link-list .link-item p.content {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}

.sentence-block ,#article-container .tag-Link{
  caret-color: transparent;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}


.article-sort-item-info > div:not(.article-sort-meta) {
    display: flex;
    align-items: center; /* 垂直居中所有子元素 */
    gap: 0.3em;          /* 图标和文字间距，可选 */
}

.article-sort-item-time i {
    font-size: 0.85em; /* 和文字一致 */
    line-height: 1;
}


/* 禁止选中 */
.tag-cloud-list a,.category-lists .category-card,.flink .flink-desc, .card-wechat, .loading-text,#article-container .shuoshuo-footer.flex-end,.toc-content .toc-link,.footer-other,.shuoshuoList.container
{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


.flink .flink-desc{
  user-select: none;
  caret-color: transparent;
  font-size: 120%;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
  text-align: center;
  font-weight: bold;
}



.post-reward .reward-main .reward-all .reward-item .post-qr-code-desc{
  font-size: 15px;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}

.tag_share {
  caret-color: transparent;
  font-size: 150%;
}
.post-reward .reward-button {
  caret-color: transparent;
  font-size: 20px;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}

.pagination .space{
  color: #000;
  font-weight: bold;
  font-size: 30px;
}

#article-container > p {text-indent: 2em}

#nav .site-page{
  font-size: 100%;
}
#nav .menus_items .menus_item {
  font-size: 25px;
}
.footer-copyright,.footer-runtime{
  font-size: 150%;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
.pagination-related .info .info-1 .info-item-1{
  font-size: 150%;
}
#pagination .pagination-related .info-1 .info-item-2,.relatedPosts > .relatedPosts-list .info .info-1 .info-item-2{
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
  font-size: 150%;
}
#pagination .pagination-related .info-2 .info-item-1,.relatedPosts > .relatedPosts-list .info .info-2 .info-item-1{
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
/* 版权声明 */
#post .post-copyright {
  border:2px solid #06821f;
  background-color: #e8f8eb;
}
#post .post-copyright__original, #post .post-copyright__reprint {
    color: var(--white);
    margin-right: 0.5rem;
    font-weight: 700;
    line-height: 1.5;
    user-select: none;
    background: rgb(230, 61, 27);
    padding: 0.2rem 1rem;
    border-radius: 8px;
    white-space: nowrap;
} 
.post-copyright-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
.post-copyright-meta,.post-copyright-meta,.post-copyright-meta {
  color: #31a525 !important;
}

.post-copyright-info-box .link{
  font-weight: bold;
  color: #213adf;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
.post-copyright-info{
  font-weight: bold;
  color: #213adf;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}

#post .post-copyright::before {
    position: absolute;
    right: -26px;
    top: -120px;
    content: "";
    font-size: 200px;
    font-family: "Font Awesome 5 Brands";
    opacity: 0.2;
    color: var(--fontcolor);
}

.layout > div:first-child:not(.recent-posts) {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    padding: 50px 40px;
}

.page-number{
  color: #ea654b;
  font-size: 20px;
}
/* 文章卡片 */
#recent-posts > .recent-post-item > .recent-post-info > .content {
  caret-color: transparent;
}
#recent-posts .recent-post-item > .recent-post-info > .article-title {
  color: #4a4949;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
#recent-posts .recent-post-item >.recent-post-info > .article-meta-wrap {
  color: #081c42;
  text-align: center;
  font-size: 15px;
}



/* 目录 */
#aside-content #card-toc .toc-content .toc-link {
    font-weight: bold;
    font-size: 140%;
    font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #373737;
}
#aside-content #card-toc .toc-content .toc-link:hover {
    font-weight: bold;
    color: #000;
}

#aside-content .card-announcement .item-headline i {
    color: rgb(40, 149, 30);
}


/*这里放外框*/
body{
    cursor:url(https://cdn.custom-cursor.com/db/5006/32/arrow2836.png) , default!important;
    }
    /*这里放内框*/
a,img,button{
    cursor: url(https://cdn.custom-cursor.com/db/5005/32/arrow2836.png) , pointer !important;
    }
 
    
/* 所有背景（包括首页卡片、文章页、页面页等） */
.aplayer .aplayer-list ol li.aplayer-list-light, .aplayer, #aside_content .card-widget, #recent-posts .recent-post-item, .layout>div:first-child:not(.recent-posts), .layout_post>#page, .layout_post>#post, .read-mode .layout_post>#post{
    /* 以下代表白色透明度为0.3 */
    background: rgba(255, 255, 255, 0.927) ;
    border:2px solid #4dac48;
    box-shadow: 1px 1px 5px #87db7c;
    backdrop-filter: blur(1px);
} 
#recent-posts .recent-post-item > .recent-post-info > .article-meta-wrap a {
  color: #36720f;
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap{
  text-align: center;
  color: #000;
}
#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap a
{
    color: rgb(0, 0, 0);
}

#recent-posts .recent-post-item >.recent-post-info > .content {
  caret-color: transparent; /* 隐藏光标 */
  font-size: 120%;
  color: #4c4a4a;
}
#recent-posts .recent-post-item >.recent-post-info > .article-meta-wrap > .post-meta-date {
  color: #1fac9e;
}
toc-child{
  font-size: 10px;
}

.layout > div:first-child:not(.recent-posts) {
  background-color: #ffffffec;
  backdrop-filter: blur(2px);
}



#subtitle{
  font-size: 140%;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
  font-weight: bold;
}


#git_container,#archive{
    font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    background:rgba(227, 253, 255, 0.86);
    border: 2px solid #d2fdff !important;
    box-shadow: 1px 1px 20px #45c8cf !important;
    backdrop-filter: blur(2px);
}
blockquote {
  background-color: #b2dce8df;
}
/*所有的侧边栏边框*/
.card-widget {
    border: 2px solid #3d0f3f00 !important;
    box-shadow: 1px 1px 20px #77ff7b;
    --text-highlight-color: #110101;
}
/*主题下面的字体颜色*/
[data-theme='dark']{
--font-color: black;
--text-highlight-color:#292929;
}

/*标题和副标题*/
#site-title{
  font-family: 'Yozai Medium', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Lato, Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  color:#ffffff !important;
  caret-color: transparent; /* 隐藏光标 */
}

/* 侧边栏标题文字 */
#aside-content .item-headline span{
  color: #000;
  font-family: 'STZhongsong';
  caret-color: transparent;
  font-weight: bold;
}

.layout_page>div:first-child:not(.recent-posts),.layout_post>#page,.layout_post>#post,.read-mode .layout_post>#post {
    background: var(--light_bg_color)
}

/* 侧边栏个人信息卡片 */
#aside-content>.card-widget.card-info {
  user-select:none;
  border: #000000;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: cover;
  border: 2px solid rgba(2, 99, 14, 0.45) !important;
  background-image: url('/img/card_img.jpg');
}

.avatar-img {
  height: 150px;
  width: 150px;
}
/* 名字 */
#aside-content .card-info .author-info-name { 
  margin-top: -0.2em;
  caret-color: transparent;
  font-size: 50px;
  color: #ffffff;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-shadow:
        0 0 2px #ffffff,
        0 0 10px #f27325,
        0 0 15px #e57f7f,
        0 0 20px #ff0000; /* 最后一层可以换成你想要的主题光色 */
}
/* 简介 */
#aside-content .card-info .author-info-description {
  caret-color: transparent;
  margin-top: -0.2em;
  margin-bottom: 0.5em;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
  text-shadow:
        0 0 5px #ffffff,
        0 0 10px #f27325,
        0 0 15px #ffffff,
        0 0 20px #f36405; /* 最后一层可以换成你想要的主题光色 */
}
#aside-content .card-info .site-data {
  margin-top: -0.2em;
}
#aside-content .card-info .site-data:hover{
  color: red;
}



/* 微信 */
#aside-content .card-widget.card-announcement{
  box-shadow: 1px 1px 20px #08660b;
  background-color: #a2d1b2;
}



/* 目录 */
#aside-content #card-toc{
  background-color: #ffffffd8;
  backdrop-filter: blur(2px);
}

/* 最近文章 */
#aside-content .card-widget.card-recent-post{
  box-shadow: 1px 1px 20px #ffffff;
  background-color: #e2ebda;
}
#aside-content .aside-list > .aside-list-item .content > .title{
  color: #292828c5;
}

/* 网站信息 */
#aside-content .card-widget.card-webinfo{
  font-weight: bold;
  font-size: 120%;
  font-family: 'Yozai Medium', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Lato, Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  caret-color: transparent;
  background-color: #ffffffc1;
  color: #3e3e3e;
  box-shadow: 1px 1px 20px #ffffff;
  backdrop-filter: blur(2px);
}

/* 微博信息 */
#weibo.card-widget{
  box-shadow: 1px 1px 20px #ff0000;
  background: linear-gradient(to bottom right,#dc9775, #f55c10e4,#ea9c75);
    /* 添加其他样式 */
    border-radius: 10px;
    color: white;
    border-width: 10px;
  }



@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 个人信息Follow me按钮 */
#aside-content>.card-widget.card-info>#card-info-btn {
    background-color: #140f9c;
    border-radius: 8px;
    font-size: 20px;
}

/* 文章标题 */
#post-info .post-title {
  font-family: 'STXihei';
  font-weight: bold;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 20px rgb(123, 255, 118), 0 0 30px rgb(214, 48, 7);
  font-size: 50px;
}

.container.post-content h2 {
  display: flex;
  align-items: center;

  font-size: 30px;
}

.container {
  font-size: 120%;
}

#post-info #post-meta {
  font-size: 20px;
}

/* 波浪 */
/* 波浪css */
.main-hero-waves-area {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -11px;
    z-index: 5;
  }
  .waves-area .waves-svg {
    width: 100%;
    height: 5rem;
  }
  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: #fc7777bd;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: #fd454582;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: #ffdca836;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: #d1f6db;
  }
  /* 黑色模式背景 */
  [data-theme="dark"] .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: #18171dc8;
  }
  [data-theme="dark"] .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: #18171d80;
  }
  [data-theme="dark"] .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: #18171d3e;
  }
  [data-theme="dark"] .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: #18171d;
  }
  
  @keyframes move-forever {
    0% {
      transform: translate3d(-90px, 0, 0);
    }
    100% {
      transform: translate3d(85px, 0, 0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves-area .waves-svg {
      height: 40px;
      min-height: 40px;
    }
  }

/* 归档页 */
/* 归档页 */
.layout.hide-aside{
    max-width:1400px;
}

#archive,#tag,#category {
    background: #addadca7;
    padding: 25px 10px;
}

.article-sort-title{
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
}

.article-sort-item::before, .article-sort-title::before, .article-sort-title::after {
    content: none;
}

.article-sort .year{
    font-weight: bold;
    width:100%!important;
    border-bottom:dashed 5px rgb(255, 255, 255);
    color: #000;
    font-size:40px;
}

.article-sort{
    border:none;
    display:flex;
    flex-wrap:wrap;
    margin:20px 20px;
    padding:0;
}

.article-sort-item:not(.year){
    padding:8px 10px;
    width:calc(50% - 0.8rem); 
    margin:0.4rem;
    border:2px solid #543;
    border-radius:15px;
    background:rgba(255, 255, 255, 0.91);
    transition:0.5s;
    height:120px;
}

.article-sort-item-a{
    position:absolute;
    width:100%;
    height:100%;
}

.article-sort-item-img{
    transition:0.5s;
    height:90px;
    width:140px;
}

.article-sort-item > a >img{
    border-radius:15px;
}

.article-sort-item-title {
    font-size: 22px;
    padding-left: 10px;
    margin: 10px 0;
    line-height:25px;
    text-overflow:ellipsis;
}

.article-sort-item-title:hover{
    transform:none;
}

.article-sort-meta{
    height:max-content;
    position:relative;
}

.article-sort-meta > .article-meta-wrap{
    float:left;
}

.article-sort-meta > .article-sort-item-time{
    float:right;
}

.article-sort-item-categories,.article-sort-item-tags{
    margin:0 3px;
    padding:5px 8px;
    border-radius:25px;
    border:1px solid var(--dark-grey);
    font-size:10px;
    transition:0.5s;
}

.article-sort-item-info > div:not(.article-sort-meta){
    display:flex;
}

.article-sort-description,.article-sort-item > i{
    width:0;
    opacity:0;
    overflow:hidden;
    transition:0.5s;
}

.article-sort-description {
    width: 0;
    height: 59px;
    vertical-align: middle;
    margin: 5px 10px 0 15px;
    text-overflow:ellipsis;
}

.article-sort-item:hover:not(.year){
    background-color:rgb(249, 194, 140);
    box-shadow: 0 0 10px rgb(249, 234, 219);
}

.article-sort-item:hover:not(.year){
    background-color:rgba(234, 251, 253, 0.747);
    box-shadow: 0 0 10px rgb(255, 255, 255);
}

.article-sort-item:hover:not(.year) .article-sort-description,.article-sort-item:hover:not(.year) > i{
    width:auto;
    opacity:1;
}

.article-sort-item:hover:not(.year) .article-sort-description{
    width:auto;
}

.article-sort-item:hover:not(.year) .article-sort-item-img{
    transition:0.5s;
    width:0;
}

.article-sort-item:hover:not(.year) .article-sort-item-title{
    color:rgb(0, 0, 0);
}

.article-sort-item:hover:not(.year) .article-meta-wrap a,.article-sort-item:hover:not(.year) .article-sort-description,.article-sort-item:hover:not(.year) .article-sort-item-time{
    color:var(--ldyer-light-grey)!important;
}

.article-sort-item:hover:not(.year) .article-sort-item-categories{
    border:1.5px solid #212F3C;
}

.article-sort-item:hover:not(.year) .article-sort-item-tags{
    border:1.5px solid #18171d;
}

.article-sort-item:hover:not(.year) .article-sort-item-categories:hover{
    background: #212F3C;
    box-shadow:0 0 5px #212F3C;
}

.article-sort-item:hover:not(.year) .article-sort-item-tags:hover{
    background: red;
    box-shadow:0 0 5px red;
}

@media screen and (max-width:768px) {
    .article-sort-item:not(.year) {
        width: 100%;
    }

    .article-sort-meta > .article-meta-wrap {
        display: none;
    }

    .article-sort-item-title {
        font-size: 16px;
    }

    .article-sort-item-img{
        width:90px;
    }
}
/* 分类页面 */
.category-lists .category-list {
  font-size: 30px;
}


.fa-weibo {
  color: rgb(255, 27, 11);
}




#page-header #post-info {
    position: absolute;
    bottom: 100px;
    padding: 0 8%;
    width: 100%;
    text-align: center;
}

.container code {
  color: #ea9458;
  font-weight: bold;
  font-size: 20px;
}

#nav.show {
  caret-color: transparent;
  user-select:none;
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
  font-size: 180%;
}
.search-dialog {
  background-color: #ffffffbe;
  backdrop-filter: blur(2px);
}

.tk-meta .tk-nick{
  font-size: 15px;
  font-weight: bold;
}