/* layout.css - 布局、主内容区、侧边栏、页脚 */

.body-box .main-content {
    background: #fff;
    padding: 20px
}

@media (max-width: 1239px) {
    .body-box .main-content {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .body-box .main-content {
        padding: 0;
        background: 0 0
    }
}

.content-body .download-form {
    border: 1px solid #e8e8e8;
    background-color: #fafcff;
    padding: 40px 20px 30px 20px;
}

.content-body .download-form .app-name {
    font-size: 24px;
}

.content-body .download-form .download {
    padding: 30px 10px 20px 0;
}

.content-body .download-form .download .website {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #00a64b;
    margin-right: 5px;
}

.content-body .download-form .download .website:before {
    content: url(https://cdn.jikefan.com/img/website.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.content-body .download-form .download .xunlei-pan {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #FF5722;
    margin-right: 5px;
}

.content-body .download-form .download .xunlei-pan:before {
    content: url(https://cdn.jikefan.com/img/xunlei.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.content-body .download-form .download .quark-pan {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #3f51b5;
    margin-right: 5px;
}

.content-body .download-form .download .quark-pan:before {
    content: url(https://cdn.jikefan.com/img/quark.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}


.content-body .download-form .download .baidu-pan {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #11a5e8;
    margin-right: 5px;
}

.content-body .download-form .download .baidu-pan:before {
    content: url(https://cdn.jikefan.com/img/baidu.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.content-body .download-form .download .pan-123 {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #597dfc;
    margin-right: 5px;
}

.content-body .download-form .download .pan-123:before {
    content: url(https://cdn.jikefan.com/img/pan123.png);
    padding-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

 .content-body .content-body-head {
    margin-bottom: 20px
}

.content-body .content-body-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .content-body .content-body-title {
        font-size: 22px
    }
}

.content-body .content-body-info {
    padding-bottom: 10px;
    color: #828282
}

.content-body .content-body-info a {
    color: #828282
}

.content-body .content-body-info a:focus, .content-body .content-body-info a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.content-body .content-body-info .nickname {
    color: var(--theme-color)
}

.content-body .content-body-content {
    position: relative;
    font-size: 16px;
    color: #262626;
    line-height: 1.8
}

.content-body .content-body-content .h1, .content-body .content-body-content .h2, .content-body .content-body-content .h3, .content-body .content-body-content h1, .content-body .content-body-content h2, .content-body .content-body-content h3 {
    margin: 30px 0 20px;
    line-height: 1.4;
    font-weight: 500
}

 .content-body .content-body-content h5 {
    font-weight: 500
}

.content-body .content-body-content .h1, .content-body .content-body-content h1 {
    font-size: 24px
}

.content-body .content-body-content .h2, .content-body .content-body-content h2 {
    padding-bottom: 12px;
    font-size: 20px;
    border-bottom: 1px solid #efefef
}

.content-body .content-body-content .h3, .content-body .content-body-content h3 {
    font-size: 18px
}

.content-body .content-body-content > .h3, .content-body .content-body-content > h3 {
    position: relative;
    padding-left: 18px;
    line-height: 1.46;
    border: 0
}

.content-body .content-body-content > .h3:before, .content-body .content-body-content > h3:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.content-body .content-body-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word
}

@media (max-width: 767px) {
    .content-body .content-body-content p {
        text-align: justify
    }
}

.content-body .content-body-content > p {
    white-space: pre-wrap
}

.content-body .content-body-content ol, .content-body .content-body-content ul {
    padding-left: 2em;
    margin-bottom: 20px;
    list-style-position: outside
}

.content-body .content-body-content li {
    margin-bottom: 10px
}

.content-body .content-body-content img {
    height: auto
}

 .content-body .content-body-content img {
    max-width: 100%;
    vertical-align: top
}

 .content-body .content-body-content button, .content-body .content-body-content input, .content-body .content-body-content textarea {
    max-width: 100%
}

.content-body .content-body-content.text-indent p {
    text-indent: 2em
}

/* 引用块（blockquote / 编辑器引用块） */
.content-body .content-body-content .wp-block-quote,
.content-body .content-body-content blockquote {
    position: relative;
    margin: 0 0 20px;
    padding: 14px 18px 14px 20px;
    border-left: 4px solid var(--theme-color, #388e3c);
    background: #f5f5f5;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.75;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

.content-body .content-body-content blockquote p {
    margin: 0 0 12px;
    line-height: 1.75;
}

.content-body .content-body-content blockquote p:last-child {
    margin-bottom: 0;
}

.content-body .content-body-content blockquote cite,
.content-body .content-body-content blockquote .wp-block-quote__citation {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #888;
    font-style: normal;
}

.content-body-footer {
    margin: 30px 0 0 0
}

.comments-list .comment {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(239, 239, 239, .8);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .comments-list .comment {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
}

.comments-list .comment .comment-respond {
    position: relative;
    margin-top: 20px;
    padding-left: 55px
}

@media (max-width: 767px) {
    .comments-list .comment .comment-respond {
        margin-top: 15px;
        padding-left: 40px
    }
}

.comment-body .nickname a:hover {
    color: var(--theme-hover)
}

.comment-author {
    float: left;
    width: 40px;
    margin-right: 15px
}

@media (max-width: 767px) {
    .comment-author {
        width: 30px;
        margin-right: 10px
    }
}

.comment-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media (max-width: 767px) {
    .comment-author img {
        width: 30px;
        height: 30px
    }
}

.comment-body .nickname {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #262626
}

@media (max-width: 767px) {
    .comment-body .nickname {
        line-height: 16px
    }
}

.comment-body .comment-time {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #828282
}

@media (max-width: 767px) {
    .comment-body .comment-time {
        margin-top: 2px;
        line-height: 14px
    }
}

.comment-text {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 14px;
    line-height: 1.6;
    color: #262626
}

.comment-text img {
    height: auto
}

 .comment-text img {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {

    .comment-text {
        padding-left: 40px
    }
}

.comment-text p:last-child {
    margin-bottom: 0
}

.comment-respond {
    margin-top: 30px
}


.widget {
    margin-bottom: 40px
}

@media (max-width: 1239px) {
    .widget {
        margin-bottom: 30px
    }
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul li {
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46
}

.widget ul li li {
    padding-left: 20px;
    border-bottom: 0
}

.widget ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc
}

.widget ul a {
    color: #5a5a5a
}

.widget ul a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.widget-title {
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 3px
}

.widget-title {
    position: relative
}


.widget_image_ad {
    padding: 0;
    background: 0 0
}

.widget_image_ad img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 4px;
    display: inline
}

.widget_image_ad a {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget_image_ad a:hover {
    opacity: .9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget_post_thumb .item {
    margin: 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(239, 239, 239, .8)
}

.widget_post_thumb .item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.widget_post_thumb .item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget_post_thumb li:before {
    display: none
}

.widget_post_thumb .item-img {
    width: 100px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px
}

.widget_post_thumb .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.widget_post_thumb .item-img-inner {
    display: block
}

.widget_post_thumb .item-title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4
}

.widget_post_thumb .item-title a {
    color: #262626
}

.widget_post_thumb .item-date {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    color: #828282;
    line-height: 14px;
    right: 0;
}

.widget_post_thumb .item-content {
    position: relative;
    margin-left: 10px;
    width: calc(100% - 110px);
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    flex-grow: 1;
}

.body-box .sec-panel-head h1 span a:hover, .body-box .sec-panel-head h2 span a:hover, .body-box .sec-panel-head h3 span a:hover {
    color: var(--theme-hover)
}
.hotnews-slider .swiper-pagination span:hover {
    background-color: var(--theme-hover)
}

.body-box .widget {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff
}

.body-box .widget_image_ad {
    padding: 0
}

.body-box .widget_image_ad {
    background: 0 0
}

.body-box .sec-panel-head h1 span:before, .body-box .sec-panel-head h2 span:before, .body-box .sec-panel-head h3 span:before {
    display: none
}

.footer {
    color: rgba(255, 255, 255, 0.85);
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 17px 0 10px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71, #f39c12, #e74c3c);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.footer-brand {
    margin-bottom: 8px;
}

.footer-brand .jikefan {
    width: 110px;
    height: auto;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.footer-brand .jikefan:hover {
    transform: scale(1.05);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.footer-contact {
    margin: 5px 0;
}

.footer-contact .mail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.footer-contact .mail-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.footer-contact .mail-link i {
    font-size: 16px;
}

.footer-tips {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 5px 0;
    line-height: 1.6;
    max-width: 600px;
}

.footer-beian {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-beian .beian-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.footer-beian .beian-link:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
}

.footer-beian .beian-logo {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
}

.footer-beian .separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin: 0 4px;
}


@media (max-width: 991px) {
    .footer {
        padding: 13px 20px 8px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-brand .jikefan {
        width: 95px;
    }
    
    .footer-beian {
        flex-direction: column;
        gap: 6px;
    }
    
    .footer-beian .separator {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 12px 15px 7px;
        margin-top: 40px;
    }
    
    .footer-copyright {
        font-size: 13px;
    }
    
    .footer-contact .mail-link {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .footer-tips {
        font-size: 12px;
        padding: 0 10px;
    }
    
    .footer-beian .beian-link {
        font-size: 11px;
    }
}

.body-box .sec-panel-head h1 span a, .body-box .sec-panel-head h2 span a, .body-box .sec-panel-head h3 span a, .footer a {
    color: inherit
}

.footer a:hover {
    color: rgba(255, 255, 255, .9);
    text-decoration: none
}

.action {
    position: fixed;
    z-index: 999;
    bottom: 21%;
    right: 20px;
    background: #e1e1e1;
    border-radius: 3px;
}

.action .go-top {
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
}

.action .go-top:hover {
    background: #2897ec;
    color: #FFFFFF;
}

.hide-gotop {
    display: none;
}

:root {
    --theme-color: #388E3C;
    --theme-hover: #388E3C;
    --action-color: #206be7;
    --theme-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif
}

html {
    font-size: 12px
}

body {
    padding-bottom: env(safe-area-inset-bottom);
    background: #f5f5f5;
    word-wrap: break-word
}

@media (max-width: 991px) {
    body {
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
}

@media (max-width: 767px) {
    body {
        background: #fff !important
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

#wrap {
    padding-top: 64px
}

.channel {
    padding-top: 75px;
}

@media (max-width: 767px) {
    #wrap {
        padding-top: 50px;
        overflow: hidden
    }
}

.wrap {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 1239px) {
    .wrap {
        margin-top: 20px
    }
}

.main {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 863px;
    float: left
}

@media (max-width: 1239px) {
    .main {
        width: 670px
    }
}

@media (max-width: 991px) {
    .main {
        width: 100%;
        float: none !important
    }
}

.main-full {
    width: 100% !important;
    float: none
}

.sec-panel-head {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.sec-panel-head h1, .sec-panel-head h2, .sec-panel-head h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #262626
}

.sec-panel-head h1 a, .sec-panel-head h2 a, .sec-panel-head h3 a {
    text-decoration: none
}

.sec-panel-head h1 span, .sec-panel-head h2 span, .sec-panel-head h3 span {
    position: relative;
    display: inline-block;
    padding-left: 12px
}

.sec-panel-head h1 span:before, .sec-panel-head h2 span:before, .sec-panel-head h3 span:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 3px;
    border-radius: 4px;
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    content: ""
}

/* 与顶间距仅由 .wrap { margin-top: 20px } 承担，避免与主栏再叠一层 20px */
.body-box .main {
    margin-top: 0;
    width: 860px;
    background-color: #fff
}

@media (max-width: 1239px) {
    .body-box .main {
        width: 684px
    }
}

@media (max-width: 991px) {
    .body-box .main {
        width: auto
    }
}

.body-box .slider-wrap {
    margin-bottom: 20px
}

.body-box .main-slider {
    width: 100%
}

@media (max-width: 1239px) {
    .body-box .main-slider {
        width: 100%
    }
}

.body-box .sec-panel-head {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .body-box .sec-panel-head {
        padding: 10px 0 0
    }
}

.body-box .sec-panel-head h1, .body-box .sec-panel-head h2, .body-box .sec-panel-head h3 {
    border-bottom: 0;
    line-height: 26px
}

.body-box .sec-panel-head h1 span, .body-box .sec-panel-head h2 span, .body-box .sec-panel-head h3 span {
    padding-bottom: 0;
    padding-left: 0;
    color: #262626
}

.body-box .list.tabs .tab a {
    line-height: 58px;
    padding-bottom: 0
}

.body-box .main-list .sec-panel-head {
    padding-top: 0;
    border-bottom: 0
}

.body-box .main-list .list.tabs {
    height: 60px;
    margin-bottom: -1px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 767px) {
    .body-box .main-list .list.tabs {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sidebar-article {
    width: 300px;
    float: right;
}

.sidebar {
    width: 300px;
    float: right;
    margin-top: 80px;
}

@media (min-width: 992px) and (max-width: 1239px) {
    .sidebar-article {
        display: none;
    }
}

@media (max-width: 1239px) {
    .sidebar {
        width: 250px
    }
}

@media screen and (max-width: 991px) {
    .sidebar {
        display: none
    }
}

.slider-wrap {
    margin-bottom: 40px
}

@media (max-width: 1239px) {
    .slider-wrap {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .slider-wrap {
        margin: -20px -15px 30px
    }
}

.hotnews-slider .swiper-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body > header.header .logo img {
    max-height: 40px
}

@media (max-width: 767px) {
    body > header.header .logo img {
        max-height: 36px
    }
}

.no-more-item {
    height: 40px;
    border-top: 1px dotted #cccccc;
    text-align: center;
    visibility: hidden;
    line-height: 2rem;
}

.article-item {
    display: inline !important;
    font-size: 16px;
}


