@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--theme);
        box-shadow: 0 0 0 0 var(--theme)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--theme);
        box-shadow: 0 0 0 0 var(--theme)
    }
}

.joe_bread {
    margin: 20px auto 0;
    padding: 15px 15px 0
}

.joe_bread__bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.joe_bread__bread .line {
    color: var(--seat);
    padding: 0 5px
}

.joe_bread__bread .item {
    color: var(--minor);
    white-space: nowrap
}

.joe_bread__bread .item .link {
    color: var(--routine);
    -webkit-transition: color .35s;
    transition: color .35s
}

.aside_operations > li:hover, .joe_bread__bread .item .link:hover, .toc-container .toc-expander .joe-font:hover {
    color: var(--theme)
}

.joe_bread__bread .item .joe-font {
    margin-right: 3px
}

.joe_bread__bread .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.joe_post {
    position: relative
}

.joe_post__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.joe_post__pagination-item {
    margin-bottom: 15px
}

.joe_post__pagination-item a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    background: var(--theme);
    border-radius: 3px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow)
}

.joe_post__pagination-item a:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent
}

.joe_post__pagination-item.next {
    margin-left: auto
}

.joe_detail__title {
    margin-bottom: 30px
}

.joe_detail-wrapper {
    padding: 0 10px
}

.joe_detail-wrapper article {
    visibility: hidden;
    padding: 15px 0 30px
}

.joe_detail-wrapper article.show {
    visibility: visible
}

.joe_aside_post {
    position: sticky;
    z-index: 2;
    top: 75px;
    width: 280px;
    -webkit-transition: top .35s;
    transition: top .35s
}

.toc-container {
    display: none;
    min-height: 90px;
    margin-bottom: 15px;
    overflow: hidden;
    background: var(--background);
    border-radius: var(--radius-wrap);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: top .3s;
    transition: top .3s
}

.toc-container .toc-expander {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px
}

.toc-container .toc-expander .joe-font {
    display: none;
    cursor: pointer;
    font-size: 18px;
    color: var(--classF)
}

.toc-container .toc-expander .joe-icon-expand-in {
    display: block
}

.toc-container .toc-header {
    position: relative;
    z-index: 1;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--theme);
    border-bottom: 1px solid var(--classC)
}

.toc-container .toc-header i {
    position: relative;
    top: 0;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 18px
}

.toc-container .toc {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 50px;
    max-height: calc(100vh - 150px);
    overflow-y: auto
}

.toc-container .toc > .toc-list {
    position: relative;
    padding: 10px 12px 20px 36px;
    overflow: hidden
}

.toc-container .toc > .toc-list::after {
    position: absolute;
    content: "";
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--classB)
}

.toc-container .toc > .toc-list li {
    list-style: none
}

.toc-container .toc > .toc-list > li > a {
    font-weight: 700
}

.toc-container .toc > .toc-list > li > a::before {
    position: absolute;
    display: block;
    content: "";
    left: -25px;
    top: 4px;
    z-index: 1;
    width: 8px;
    height: 8px;
    background: var(--background);
    border: 2px solid var(--classB);
    -webkit-box-shadow: 0 0 0 2px var(--background);
    box-shadow: 0 0 0 2px var(--background);
    border-radius: 50%
}

.toc-container .toc > .toc-list > li > a.is-active-link {
    font-weight: 700;
    color: var(--theme);
    border-color: var(--classK)
}

.toc-container .toc > .toc-list > li > a.is-active-link::before {
    background: var(--theme);
    -webkit-box-shadow: 0 0 0 1px var(--theme);
    box-shadow: 0 0 0 1px var(--theme)
}

.toc-container .toc-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 14px;
    font-size: 14px
}

.toc-container .toc-list .toc-list-item {
    position: relative
}

.toc-container .toc-list .toc-list {
    font-size: 13px
}

.toc-container .toc-link {
    height: 100%;
    color: var(--routine)
}

.toc-container .toc-link.is-active-link {
    font-weight: 700;
    color: var(--theme)
}

.toc-container .toc-nodata {
    padding: 20px;
    text-align: center;
    color: var(--minor);
    font-style: italic
}

.toc-container .is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.toc-container .is-collapsed {
    max-height: 0
}

.toc-container .toc-list-item {
    margin: 10px 0;
    word-break: break-word
}

.toc-container.hide {
    width: 30px;
    height: 30px;
    min-height: auto;
    padding: 0
}

.toc-container.hide .toc-expander .joe-icon-expand-in, .toc-container.hide .toc-list {
    display: none
}

.aside_operations .post-operate-share #share_to_weixin:hover .qrcode_wrapper, .aside_operations > li span.visible, .toc-container.hide .toc-expander .joe-icon-expand-out {
    display: block
}

.aside_operations, .aside_operations > li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.aside_operations {
    position: fixed;
    top: 250px;
    margin-left: -70px;
    z-index: 10
}

.aside_operations > li {
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 14px;
    text-align: center;
    color: var(--routine);
    background: var(--background);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 50%
}

.aside_operations > li i {
    display: block;
    font-size: 20px
}

.aside_operations > li span {
    display: none;
    position: absolute;
    left: 30px;
    top: -4px;
    height: 17px;
    line-height: 17px;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: var(--classD);
    background-color: var(--theme);
    border-radius: 10px
}

.aside_operations > li:hover .joe-icon-dianzan, .aside_operations > li:hover .joe-icon-huifu, .aside_operations > li:hover .joe-icon-message, .aside_operations > li:hover .joe-icon-shang {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease
}

.aside_operations .post-operate-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aside_operations .post-operate-like .joe-font {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    border-radius: 50%
}

.aside_operations .post-operate-like .joe-font.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.aside_operations .post-operate-like .icon-unlike.active {
    color: var(--theme)
}

.aside_operations .post-operate-donate, .aside_operations .post-operate-share {
    overflow: hidden
}

.aside_operations .post-operate-share .share-icon-list {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -32px;
    z-index: 1;
    margin-left: 35px;
    padding: 4px;
    text-align: center;
    font-size: 0;
    background: var(--sib-background);
    border-radius: 50px;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.aside_operations .post-operate-share .share-icon-list a {
    position: relative;
    display: block;
    line-height: 1;
    margin: 5px 0
}

.aside_operations .post-operate-share .share-icon-list:before {
    position: absolute;
    top: 44px;
    left: -20px;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: var(--classG)
}

.aside_operations .post-operate-share .qrcode_wrapper {
    display: none;
    position: absolute;
    margin: -100px 0 0 42px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: var(--block-shadow);
    box-shadow: var(--block-shadow)
}

.aside_operations .post-operate-share .qrcode_wrapper:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: 68px 0 0 -100px;
    border: 10px solid transparent;
    border-right-color: #e0e0e0
}

.aside_operations .post-operate-share .qrcode_wrapper p {
    padding: 6px 0 0;
    text-align: center;
    font-size: 12px;
    color: #666
}

.aside_operations .post-operate-share:hover {
    overflow: initial
}

.aside_operations .post-operate-share:hover .share-icon-list {
    pointer-events: initial;
    opacity: 1;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.aside_operations .post-operate-donate .joe_donate {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    min-width: 200px;
    min-height: 100px;
    margin: -30px 0 0 35px;
    padding: 12px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: var(--sub-background);
    -webkit-box-shadow: var(--block-shadow);
    box-shadow: var(--block-shadow);
    border-radius: 5px;
    -webkit-transition: all .35s;
    transition: all .35s
}

.aside_operations .post-operate-donate .joe_donate:before {
    position: absolute;
    top: 40px;
    left: -20px;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: var(--classG)
}

.aside_operations .post-operate-donate .joe_donate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aside_operations .post-operate-donate .joe_donate_list li img {
    display: block;
    width: 200px;
    max-width: unset;
    border-radius: 5px
}

.aside_operations .post-operate-donate .joe_donate_list li:not(:last-child) {
    margin-right: 8px
}

.aside_operations .post-operate-donate:hover {
    overflow: initial
}

.aside_operations .post-operate-donate:hover .joe_donate {
    opacity: 1;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.aside-expander {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: var(--routine)
}

.aside-expander:hover {
    color: var(--theme)
}

span[data-fancybox] {
    text-align: center;
    text-indent: initial;
}

.joe_container article img {
    height: auto!important;
}
