/*文章外部更多关于文章标签随机彩色*/
.item-tags a {
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.item-tags a.meta-pay {
  background-color: #FFD700;  
  color: black;
}
.item-tags a.c-blue {
  background-color: #1E90FF;  
  color: white;
}
.item-tags a[href*="tag/"] {
  background-color: #FF69B4;  
  color: white;
}
/*=====================================分界线=====================================*/
/*文章内容加密 css 样式*/
.mizhi_boy{/*max-width: 500px;*/ margin: 0 auto; padding-bottom: 2em;}.mizhi_boy .mz-bg{height: 300px; background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://img.alicdn.com/imgextra/i1/3190733564/O1CN01fyR0mi1cCMgCz8gp1_!!3190733564.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 8px; cursor: pointer;}.mizhi_boy .mz-bg-d{height: 100%; align-items: center; place-content: flex-start space-around; display: flex;z-in1dex: 1;}.mizhi_boy .mz-main{text-align: center;}
/*锁*/.mizhi_boy .mz-ico,.mizhi_boy .mz-ico svg{height: 4rem; width: 4rem;}.mizhi_boy .mz-ico{display: flex; margin: 0 auto; opacity: 0.8;}.mizhi_boy .mz-ico svg{align-self: center; fill: transparent; stroke-width: 1.2px;}.mizhi_boy .mz-ico svg [data-stroke]{stroke: rgb(255, 255, 255);}
/*按钮*/.mizhi_boy .mz-button{width: 80px; /*background-color: rgb(255, 255, 255);*/ margin:2rem; border-radius: 10px; font-weight: 700 !important; border: 1px solid rgb(255, 255, 255); padding: 0.46875rem 1rem; color: rgb(36, 30, 18) !important; /*font-size: 0.875rem !important;*/}.mizhi_boy .mz-button:hover{background-color: #fff;}@media screen and (max-width: 980px){.mizhi_w{width: 70%;margin:0 auto;text-align:center;}}
/*文章内容加密 css 样式*/
/*=====================================分界线=====================================*/
/*评论背景图*/
textarea#comment {
  background-color:transparent;
  background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN01lICrVw1cCMg8MtPDm_!!3190733564.gif) right 10px bottom 0px no-repeat;
  background-size: contain;
  -moz-transition:ease-in-out 0.45s;
  -webkit-transition:ease-in-out 0.45s;
  -o-transition:ease-in-out 0.45s;
  -ms-transition:ease-in-out 0.45s;
  transition:ease-in-out 0.45s;}
textarea#comment:focus {background-position-y:789px;-moz-transition:ease-in-out 0.45s;-webkit-transition:ease-in-out 0.45s;-o-transition:ease-in-out 0.45s;-ms-transition:ease-in-out 0.45s;transition:ease-in-out 0.45s;}
/*评论背景图 结束*/
/*=====================================分界线=====================================*/
/*卡片模式时间显示*/
.posts-item {
    position: relative;
}

.post-time-absolute {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.white-theme .post-time-absolute {
    background: rgba(255, 255, 255, 0.25);
    color: #2d3748;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.dark-theme .post-time-absolute {
    background: rgba(15, 15, 15, 0.3);
    color: #e2e8f0;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    .post-time-absolute {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 11px;
        backdrop-filter: blur(15px) saturate(160%);
        -webkit-backdrop-filter: blur(15px) saturate(160%);
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .post-time-absolute {
        top: 8px;
        right: 8px;
        padding: 5px 10px;
        font-size: 10px;
        border-radius: 8px;
    }
}

.post-time-absolute:hover {
    transform: translateY(-2px) scale(1.02);
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
}

.white-theme .post-time-absolute:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.dark-theme .post-time-absolute:hover {
    background: rgba(20, 20, 20, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

@supports not (backdrop-filter: blur(10px)) {
    .post-time-absolute {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    
    .white-theme .post-time-absolute {
        background: rgba(255, 255, 255, 0.85);
    }
    
    .dark-theme .post-time-absolute {
        background: rgba(0, 0, 0, 0.75);
    }
}

.post-time-absolute:active {
    transform: translateY(0) scale(0.98);
    transition-duration: 0.1s;
}
/*卡片模式时间显示*/
/*=====================================分界线=====================================*/
/*猫爪*/
.title-theme {
    padding: 0px 0px 0px 45px!important;
    background: url(https://oss.maxiaotao.com/bllzi/wp-assets/img/svg/cat.svg) 10px center no-repeat;
    background-size: 30px 20px;
    color: #566889;
}
.title-theme:before {
display:none;
}
.wp-posts-content>h1.wp-block-heading{
    padding: 0px 0px 0px 45px!important;
    background: url(https://oss.maxiaotao.com/bllzi/wp-assets/img/svg/cat.svg) 10px center no-repeat;
    background-size: 30px 20px;
}
.wp-posts-content>h2.wp-block-heading{
    padding: 0px 0px 0px 45px!important;
    background: url(https://oss.maxiaotao.com/bllzi/wp-assets/img/svg/cat.svg) 10px center no-repeat;
    background-size: 30px 20px;
}
.wp-posts-content>h3.wp-block-heading{
    padding: 0px 0px 0px 45px!important;
    background: url(https://oss.maxiaotao.com/bllzi/wp-assets/img/svg/cat.svg) 10px center no-repeat;
    background-size: 30px 20px;
}
.wp-posts-content>h4.wp-block-heading{
    padding: 0px 0px 0px 45px!important;
    background: url(https://oss.maxiaotao.com/bllzi/wp-assets/img/svg/cat.svg) 10px center no-repeat;
    background-size: 30px 20px;
}
.wp-posts-content>h1.wp-block-heading:before{
    display:none;
}
.wp-posts-content>h2.wp-block-heading:before{
    display:none;
}
.wp-posts-content>h3.wp-block-heading:before{
    display:none;
}
.wp-posts-content>h4.wp-block-heading:before{
    display:none;
}
/*=====================================分界线=====================================*/
/*子比主题文章图片圆角样式*/
.wp-posts-content img {border-radius: 15px;}
/*子比主题文章图片圆角样式*/
/*=====================================分界线=====================================*/
/*首页文章列表悬停上浮开始*/
@media screen and (min-width: 980px){.tab-content .posts-item:not(article){transition: all 0.3s;}.tab-content .posts-item:not(article):hover{transform: translateY(-10px); box-shadow: 0 8px 10px rgba(255, 112, 173, 0.35);}}
/*首页文章列表悬停上浮结束*/
/*=====================================分界线=====================================*/
/*文章随机彩色标签
.widget-tag-cloud.fixed-width .but:hover{opacity: 1;}.widget-tag-cloud.fixed-width .but{opacity: 0.6;line-height: 20px !important;padding: 4px 10px !important;font-size: 12px !important;}.widget-tag-cloud.fixed-width .but:nth-child(5n){background-color: #4A4A4A;color: #FFF}.widget-tag-cloud.fixed-width .but:nth-child(5n+1){background-color: #ff5e5c;color: #FFF}.widget-tag-cloud.fixed-width .but:nth-child(5n+2){background-color: #ffbb50;color: #FFF}.widget-tag-cloud.fixed-width .but:nth-child(5n+3){background-color: #1ac756;color: #FFF}.widget-tag-cloud.fixed-width .but:nth-child(5n+4){background-color: #19B5FE;color: #FFF}*/
/*=====================================分界线=====================================*/
/*超链接下波浪线*/
.wp-posts-content a:hover {color:#ff4500;text-decoration:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23FF4500' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E")repeat-x 0 100%;background-size:20px auto;animation:waveMove 1s infinite linear}
@keyframes waveMove{from{background-position:0 100%}
to{background-position:-20px 100%}
}
/*超链接下波浪线结束*/
/*=====================================分界线=====================================*/
/*鼠标移动图片外发光*/
.wp-posts-content img:hover {
box-shadow:0px 0px 8px #63B8FF;
}
/*=====================================分界线=====================================*/
/*子比主题最近评论小工具边框样式*/
.comment-mini-lists>div.posts-mini {
    border: 1px dashed #999999;
    border-radius: 10px;
    margin-top: 10px;
}
/*=====================================分界线=====================================*/
/*评论动漫人物uid*/
.posts-mini {
    background-size: cover;
    margin-bottom: 5px;
    padding: 15px;
}
/*=====================================分界线=====================================*/
/*首页用户图标更改为用户头像*/
.avatar-img-diy {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    --this-size: 30px;
    width: var(--this-size);
    height: var(--this-size);
}
/*=====================================分界线=====================================*/
/*/*加载更多*/
.chat-next a, .theme-pagination .ajax-next a, .theme-pagination .order-ajax-next a {
    display: inline-block;
    width: 130px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    background-image: url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN013r9QAM1cCMgFIXMxp_!!3190733564.png);
    background-repeat: no-repeat;
}
.chat-next a:hover,.theme-pagination .ajax-next a:hover,.theme-pagination .order-ajax-next a:hover {
    background-image: url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN013r9QAM1cCMgFIXMxp_!!3190733564.png);
    opacity: 1
}
.chat-next a, .theme-pagination .ajax-next a, .theme-pagination .order-ajax-next a {
    color: #ffffff;
}*/
.chat-next a, .theme-pagination .ajax-next a, .theme-pagination .order-ajax-next a {
    display: inline-block;
    width: 130px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    background-image: url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN013r9QAM1cCMgFIXMxp_!!3190733564.png);
    background-repeat: no-repeat;
}
.chat-next a:hover,.theme-pagination .ajax-next a:hover,.theme-pagination .order-ajax-next a:hover {
    background-image: url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN013r9QAM1cCMgFIXMxp_!!3190733564.png);
    opacity: 1
}
.chat-next a, .theme-pagination .ajax-next a, .theme-pagination .order-ajax-next a {
    color: #ffffff;
}
/*=====================================分界线=====================================*/
/*文章卡片下载按钮*/
a.down {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: linear-gradient(to right, #4f6dee, #67bdf9);
    color: #fff;
    text-align: center;
    cursor: pointer
    text-shadow: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
/*=====================================分界线=====================================*/
/* 隐藏付费 */
a.meta-pay.but.jb-yellow {
    display: none;
}
/* 隐藏积分付费 */
a.meta-pay.but.jb-red {
    display: none;
}
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*ajax加载更多按钮美化*/
.chat-next a, .theme-pagination .ajax-next a, .theme-pagination .order-ajax-next a {
    display: inline-block;
    width: 130px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    background-image: url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN013r9QAM1cCMgFIXMxp_!!3190733564.png);
    background-repeat: no-repeat;
}
.chat-next a:hover,.theme-pagination .ajax-next a:hover,.theme-pagination .order-ajax-next a:hover {
    background-image: url(https://img.alicdn.com/imgextra/i2/3190733564/O1CN013r9QAM1cCMgFIXMxp_!!3190733564.png);
    opacity: 1
}
.chat-next a, .theme-pagination .ajax-next a, .theme-pagination .order-ajax-next a {
    color: #ffffff;
}
/*文章外部更多关于文章标签随机彩色*/
/*=====================================分界线=====================================*/
/*文章内资源温馨提示资源失效时间*/
                .update-ts{
                    padding-top: 6px;
                    padding-bottom: 8px;
                }
                .article-update-tips {
                background: rgba(255, 188, 68, 0.38);
                color: #333;
                margin: 0 0px 20px;
                border-radius: 8px;
                position: relative;
                text-align: center;
                background-image: url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN017ZFVO81QbIjgNEl4Q_!!2210123621994.png);
                background-clip: padding-box;
                background-size: cover;
                background-repeat: no-repeat;
                background-attachment: scroll;
                background-position: 50% 50%;
                background-blend-mode: normal;
            }span1 {
                color: #f60;
                margin: 0 3px;
            }
            /*文章内资源温馨提示资源失效时间*/
/*=====================================分界线=====================================*/
/*彩色昵称开始*/
.display-name{
background-image: -webkit-linear-gradient(90deg, #07c160, #fb6bea 25%, #3aedff 50%, #fb6bea 75%, #28d079);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-size: 100% 600%;
animation: wzw 10s linear infinite;
}
@keyframes wzw {
0% {
background-position: 0 0;
}
100% {
background-position: 0 -300%;
}
}
/*彩色昵称 结束*/
/*=====================================分界线=====================================*/

/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/
/*=====================================分界线=====================================*/