@charset "UTF-8";

/*全站背景开始*/
body {
    background-image: url("/box/img/website/background-1.png");
    /*顶部居中*/
    background-position: center top;
    /*禁止重复*/
    background-repeat: no-repeat;
    /*随页面滚动*/
    background-attachment: scroll;
    /*宽度100% 高度自适应*/
    background-size: 100%;
}
.dark-theme {
    background-image: url("/box/img/website/background-2.png");
    /*顶部居中*/
    background-position: center top;
    /*禁止重复*/
    background-repeat: no-repeat;
    /*固定位置*/
    background-attachment: fixed;
    /*完全覆盖背景区*/
    background-size: cover;
}
/*全站背景结束*/


/*头像呼吸光环和鼠标悬停旋转放大开始*/
.avatar:not(li .avatar) {
    border-radius: 50%;
    animation: light 4s ease-in-out infinite;
    transition: transform 0.5s;
    will-change: transform, box-shadow;
}
.avatar:not(li .avatar):hover {
    transform: scale(1.15) rotate(720deg);
}
@keyframes light {
    0% {box-shadow: 0 0 8px #0f0;}
    25% {box-shadow: 0 0 16px #f00;}
    50% {box-shadow: 0 0 8px #00f;}
    75% {box-shadow: 0 0 16px #f00;}
    100% {box-shadow: 0 0 8px #0f0;}
}
/*头像呼吸光环和鼠标悬停旋转放大结束*/


/*文章列表和链接卡片悬停上浮开始*/
@media screen and (min-width: 980px) {
    .posts-row .posts-item,
    .widget-ajaxpager .posts-mini,
    .wp-block-zibllblock-postsbox .article-postsbox,
    .links-card {
        transition: all 0.3s;
        border-radius: 10px;
    }
    .posts-row .posts-item:hover,
    .widget-ajaxpager .posts-mini:hover,
    .wp-block-zibllblock-postsbox .article-postsbox:hover,
    .links-card:hover {
        transform: translateY(-5px);
        /*阴影*/
        /*box-shadow: 0 8px 10px rgba(255, 112, 173, 0.35);*/
        /*边框*/
        /*border: 0.1px solid #ef0c7e;*/
        animation: pulse 1.5s infinite;
    }
}
@keyframes pulse { 
    0% {box-shadow: 0 6px 10px rgba(255, 112, 173, 0.3);}
    50% {box-shadow: 0 8px 12px rgba(255, 112, 173, 0.6);}
    100% {box-shadow: 0 6px 10px rgba(255, 112, 173, 0.3);}
} 
/*文章列表和链接卡片悬停上浮结束*/


/*鼠标移动图片外发光开始*/
.wp-posts-content img {
    transition: box-shadow 0.3s;
}
.wp-posts-content img:hover {
    box-shadow: 0px 0px 10px #ef0c7e;
}
/*鼠标移动图片外发光结束*/


/* 为文章正文段落添加首行缩进开始 */
.wp-posts-content p {
    text-indent: 2em; /* 缩进2个字符宽度 */
}
/* 为文章正文段落添加首行缩进结束 */


/*友链头像圆角开始*/
.link-only-img img {
    border-radius: 10px;
}
.link-img img {
    border-radius: 10px;
}
/*友链头像圆角结束*/


/*轮播幻灯片按钮样式美化开始*/
.swiper-button-next .swiper-button-prev {
    height: 70px !important;
}
.swiper-button-prev {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.swiper-button-next {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/*轮播幻灯片按钮样式美化结束*/


/*首页文章特色图片鼠标悬停效果开始*/
.item-thumbnail {
    position: relative;
    display: inline-block;
}
.item-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 8px;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
}
.item-thumbnail:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(/box/img/website/comimages.png) no-repeat center/100%;
    z-index: 3;
    transform: scale(2);
    transition: opacity .35s, transform .35s;
    opacity: 0;
    pointer-events: none;
}
.item-thumbnail:hover:before {
    background: rgba(0, 0, 0, 0.5);
}
.item-thumbnail:hover:after {
    transform: scale(1);
    opacity: 1;
}
/*首页文章特色图片鼠标悬停效果结束*/


/*文章随机彩色标签开始*/
.article-tags {
    margin-bottom: 10px;
}
.article-tags a {
    padding: 4px 10px;
    background-color: #19B5FE;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    display: inline-block;
}
.article-tags a:nth-child(5n) {
    background-color: #4A4A4A;
    color: #FFF;
}
.article-tags a:nth-child(5n+1) {
    background-color: #ff5e5c;
    color: #FFF;
}
.article-tags a:nth-child(5n+2) {
    background-color: #ffbb50;
    color: #FFF;
}
.article-tags a:nth-child(5n+3) {
    background-color: #1ac756;
    color: #FFF;
}
.article-tags a:nth-child(5n+4) {
    background-color: #19B5FE;
    color: #FFF;
}
.article-tags a:hover {
    background-color: #1B1B1B;
    color: #FFF;
}
/*文章随机彩色标签结束*/


/*导航栏字体加粗开始*/
ul.nav {
    font-weight: 700;
}
ul.nav .sub-menu li a {
    font-weight: 400; 
}
/*导航栏字体加粗结束*/


/*文章分页按钮美化开始*/
.post-page-numbers {
    padding: 4px 10px;
    text-align: center;
    display: inline;
}
.post-nav-links {
    background: 0;
    margin-left: -50px;
}
/*文章分页按钮美化结束*/


/*彩色滚动条样式开始*/
::-webkit-scrollbar {
    width: 10px;  
    height: 1px;
}
::-webkit-scrollbar-thumb {
    background-color: #12b7f5;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f6f6f6;
}
/*彩色滚动条样式结束*/


/*鼠标样式开始*/
body {
    cursor: url('/box/img/website/b.cur'), default;
}
a:hover {
    cursor: url('/box/img/website/a.cur'), pointer;
}
/*鼠标样式结束*/


/*文章实测_独家 前缀文章标题前标识申明CSS开始*/
@keyframes sweepTitle {
    0% {left: -100%;}
    100% {left: 100%;}
}
.ove_prefix, .ove_prefix0, .ove_prefix1, .ove_prefix2, .ove_prefix3, .ove_prefix4 {
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 4px;
    margin-right: 3px;
    height: 19px;
    font-size: 12px;
    clip-path: polygon(7% 0, 99% 0, 93% 100%, 0 100%);
}
.ove_prefix:after, .ove_prefix0:after, .ove_prefix1:after, .ove_prefix2:after, .ove_prefix3:after, .ove_prefix4:after {
    position: absolute;
    content: " ";
    display: block;
    left: -100%;
    top: -5px;
    width: 15px;
    height: 145%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: sweepTitle 3s ease-in-out infinite;
    transform: rotate(28deg);
}
.ove_prefix { background: linear-gradient(135deg, #60e464 10%, #5cb85b 100%); }/*绿色*/
.ove_prefix1 { background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%); }/*蓝色*/
.ove_prefix0 { background: linear-gradient(120deg, #6800d9 10%, #4b00fc 100%); }/*紫色*/
.ove_prefix2 { background: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%); }/*红色*/
.ove_prefix3 { background: linear-gradient(317deg, #4d4c4c 30%, #878787 70%, #5f5c5c 100%); }/*黑色*/
.ove_prefix4 { background: linear-gradient(135deg, #ffd6b2 10%, #ff651c 100%); }/*橙色*/
/*文章实测_独家 前缀文章标题前标识申明CSS结束*/


/*卡片式文章仿mac三个点封面美化CSS开始*/
.posts-item.card {
    padding: 35px 10px 10px 10px!important;
}
.posts-item {
    position: relative !important;
}
.posts-item.card::before {
    content: "";
    display: block;
    background: #fc625d;
    top: 13px;
    left: 15px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    box-shadow: 16px 0 #fdbc40, 32px 0 #35cd4b;
    margin: 0px 2px -7px;
    z-index: 1000;
    position: absolute;
}
/*卡片式文章仿mac三个点封面美化CSS结束*/
