/* 文章页面 */
.joe_detail__overdue-wrapper {
    animation: none !important;
}

/* 归档页面 */
.joe_archive__title-title .muted {
    top: 0 !important;
}

/* 留言页面 */
.joe_leaving-default {
    color: var(--minor);
    text-align: center;
    user-select: none;
    display: block;
}

/* 友情链接页面 */
.joe_detail__article ul.joe_detail__friends {
    padding-left: 0 !important;
}
.joe_detail__friends-item {
    display: flex !important;
    height: 100% !important;
    list-style: none !important;
}
.joe_detail__friends-item .contain {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important; 
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

/* 导航 */
.joe_header__above-logo img {
    height: 25px !important;
    min-width: auto !important;
}
.joe_header__above-search_mobile {
    display: none; 
}

/* 页脚 */
.joe_footer .joe_container .item a {
    margin: 0 !important;
}
.joe_footer .joe_container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 10px !important;
}
.joe_footer .joe_container .joe_footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.joe_footer .joe_container .joe_footer__row .joe_footer__row-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
}
.joe_footer .joe_container .joe_footer__row .joe_footer__row-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    gap: 10px;
}
.joe_footer .joe_container .joe_footer__row a.sitemap {
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1;
}
.joe_footer .joe_container .joe_footer__row a.rss {
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1;
}
.joe_footer .joe_container .joe_footer__row a.rss i {
    color: #f18651;
    font-size: 14px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}
.joe_footer .joe_container .joe_footer__row .custom-badges {
    display: flex;
    align-items: center;
    gap: 5px;
}
.joe_footer .joe_container .joe_footer__row .custom-badges a {
    display: inline-flex;
    align-items: center;
}
.joe_footer .joe_container .joe_footer__row .custom-badges a img, 
.joe_footer .joe_container .joe_footer__row .custom-badges a svg {
    height: 28px !important;
    width: auto !important;
    vertical-align: middle;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.joe_footer .joe_container .joe_footer__row .custom-badges a:hover img, 
.joe_footer .joe_container .joe_footer__row .custom-badges a:hover svg {
    opacity: 1;
}
.joe_footer .joe_container .site_life, 
.joe_footer .joe_container .busuanzi-statistic, 
.joe_footer .joe_container .site_police, 
.joe_footer .joe_container .site_powered {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 取消图片放大 */
.joe_detail__article img:hover {
    box-shadow: none !important;
    transform: none !important;
}
.joe_aside__item.hot .item .link:hover .image {
    transform: none !important;
}
.joe_index__hot-list .item .link .inner:hover .image {
    transform: none !important;
}
.joe_list__item.multiple .thumbnail img:hover {
    transform: none !important;
}

/* 滚动条 */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #3884d9, #40d968) !important;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #4495f0, #4be576) !important;
}

/* 加载进度条 */
#nprogress .bar {
    background: linear-gradient(45deg, #3884d9, #40d968) !important;
}

/* 浏览进度条 */
.joe_progress_bar {
    background: linear-gradient(45deg, #3884d9, #40d968) !important;
}

/* Cursor */
body {
    cursor: url(/upload/normal.png) 6 10, auto;
}
a, a:active {
    cursor: url(/upload/pointer.png) 12 7, pointer;
}
p {
    cursor: url(/upload/normal.png) 6 10, auto;
}
.joe_index__title-title .item {
    cursor: url(/upload/pointer.png) 12 7, pointer;
}
.joe_index__title-title.default .item {
    cursor: url(/upload/normal.png) 6 10, auto;
}
.joe_index__banner .swiper-slide .item {
    cursor: url(/upload/normal.png) 6 10, auto !important;
}
.joe_index__banner .swiper-slide .item.clickable {
    cursor: url(/upload/pointer.png) 12 7, pointer !important;
}
.joe_index__banner .swiper-button-prev, .joe_index__banner .swiper-button-next {
    cursor: url(/upload/pointer.png) 12 7, pointer;
}
.joe_header .joe_header__above .joe_header__above-nav .item {
    cursor: url(/upload/pointer.png) 12 7, pointer !important;
}
.joe_header .joe_header__above .submit {
    cursor: url(/upload/pointer.png) 12 7, pointer;
}
.joe_action .joe_action_item {
    cursor: url(/upload/pointer.png) 12 7, pointer;
}
.joe_load {
    cursor: url(/upload/pointer.png) 12 7, pointer;
}
.joe_detail__article img {
    cursor: unset !important;
}
#aplayer-footer * {
    cursor: url(/upload/normal.png) 6 10, auto !important;
}
.waifu * {
    cursor: url(/upload/normal.png) 6 10, auto !important;
}

/* 提交友链 */
.link-requirement {
    padding-left: unset !important;
}
.link-requirement .link-submit-div {
    margin: 10px 0;
}
.link-requirement .link-submit-btn {
    display: inline-block;
    padding: 6px 20px;
    background-color: var(--theme);
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none !important;
    border-bottom: none !important;
    transition: opacity 0.3s;
}
.link-requirement .link-submit-btn:hover {
    opacity: 0.85;
    color: #ffffff !important;
    border-bottom: none !important;
}
.link-requirement .link-submit-btn::after, .link-requirement .link-submit-btn::before {
    display: none !important; 
}

/* Aplayer */
#aplayer-footer {
    z-index: 9990 !important;
}

/* waifu */
.waifu {
    z-index: 9980 !important;
}

/* Desktop */
@media (min-width: 769px) {
    /* 友情链接页面 */
    .joe_detail__friends {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    /* 右下角按钮 */
    .joe_action {
        bottom: 280px !important; 
    }
}

/* Mobile */
@media(max-width: 768.98px) {
    /* 瞬间 */
    html .joe_detail__count-information .meta .item {
        display: none !important;
    }

    /* 导航 */
    .joe_header__above .joe_container {
        position: relative;
    }
    .joe_header__above-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 !important;
        padding: 0 !important;
        z-index: 10;
    }
    .joe_header__above-search_mobile {
        display: flex;
        align-items: center;
    }
    .joe_header__above-searchicon {
        display: block !important;
    }

    /* 页脚 */
    .joe_footer .joe_container .joe_footer__row .custom-footer-right1 {
        display: none !important;
    }
    .joe_footer .joe_container .joe_footer__row {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
    .joe_footer .joe_container .item {
        justify-content: center !important;
        text-align: center !important;
        width: 100%;
    }

    /* 背景 */
    canvas#canvas-universe {
        display:none !important;
    }

    /* Aplayer */
    #aplayer-footer {
        display:none !important;
    }
    
    /* waifu */
    .waifu {
        display:none !important;
    }
}
