/* Minimal Apple-style refinement for the PIX moments theme. */
:root {
    --body-bg-color: #f8fafc;
    --withe-bg-color: #ffffff;
    --light-bg-color: #ffffff;
    --box-bg: #f8fafc;
    --btn-active-color: #18181b;
    --hilight-color: #18181b;
    --linear-color: linear-gradient(135deg, #18181b, #3f3f46);
    --btn-light-color: #f1f5f9;
    --box-light: #cbd5e1;
    --light-text-color: #64748b;
    --heave-text-color: #1e293b;
    --icon-color: #475569;
    --shadow-bg: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
    --big-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
    --border-color: #f1f5f9;
    --apple-line: rgba(15, 23, 42, 0.06);
    --apple-line-strong: rgba(15, 23, 42, 0.1);
    --apple-muted: #94a3b8;
    --apple-text: #334155;
    --apple-title: #18181b;
    --apple-bg: #f8fafc;
    --apple-panel: #ffffff;
}

body.wechat-apple,
body {
    background: var(--apple-bg);
    color: var(--apple-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", eafont, HarmonyOS_M, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.wechat-apple a {
    color: inherit;
    transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.wechat-apple a:hover,
body.wechat-apple .uk-link-toggle:hover .uk-link,
body.wechat-apple .uk-link:hover,
body.wechat-apple .copyright a,
body.wechat-apple a.mo_link,
body.wechat-apple .show-more-btn {
    color: var(--btn-active-color);
    text-decoration: none;
}

body.wechat-apple .main_wrap {
    width: 100%;
    max-width: 760px;
    margin: 36px auto 0;
    border-radius: 0;
    box-shadow: none;
}

body.wechat-apple.lbc .main_wrap,
body.wechat-apple.lbc .top_bar,
body.wechat-apple.lbc .footer_nav {
    max-width: 760px;
}

body.wechat-apple.lbc .left_nav,
body.wechat-apple.lbc .footer_nav_box .left {
    width: 86px;
}

body.wechat-apple.lbc .page_main,
body.wechat-apple.lbc .footer_nav_box .right {
    width: calc(100% - 86px);
}

body.wechat-apple .page_main,
body.wechat-apple .blog_list_inner,
body.wechat-apple .normal_list_inner,
body.wechat-apple .single_wrap,
body.wechat-apple .page_content,
body.wechat-apple .single_content,
body.wechat-apple .page_wrap,
body.wechat-apple .archive_main {
    background: var(--apple-panel);
}

body.wechat-apple .page_main {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px -35px rgba(15, 23, 42, .26);
}

body.wechat-apple .left_nav_inner {
    background: rgba(255, 255, 255, .72);
    border-right: 1px solid var(--apple-line);
    border-radius: 18px 0 0 18px;
    box-shadow: none;
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
}

body.wechat-apple.lbc .top_logo.close_bar {
    display: block;
    padding: 18px 0 8px;
}

body.wechat-apple.lbc .top_logo.close_bar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    border: 1px solid var(--apple-line);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

body.wechat-apple.lbc .left_menu_box ul {
    margin-top: 12px;
    padding: 0 13px 18px;
    gap: 10px;
    border: none;
}

body.wechat-apple.lbc .left_menu_box ul li,
body.wechat-apple.lbc .left_menu_box ul li a {
    width: 44px;
}

body.wechat-apple.lbc .left_menu_box ul li a {
    height: 44px;
    padding: 0;
    border-radius: 16px;
    color: #334155;
    background: transparent;
    box-shadow: none;
}

body.wechat-apple.lbc .left_menu_box ul li a i,
body.wechat-apple.lbc .left_menu_box ul li a img {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin: 0;
}

body.wechat-apple.lbc .left_menu_box li[class*=current-] a,
body.wechat-apple.lbc .left_menu_box li[class*=current-] a:hover,
body.wechat-apple .left_menu_box li[class*=current-] a,
body.wechat-apple .left_menu_box li[class*=current-] a:hover {
    background: var(--linear-color);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

body.wechat-apple.lbc .left_menu_box ul li a:hover,
body.wechat-apple .left_menu_box ul li a:hover {
    background: var(--btn-light-color);
    color: var(--btn-active-color);
    transform: translateY(-1px);
    box-shadow: none;
}

body.wechat-apple .top_bar {
    height: 72px;
    background: rgba(255, 255, 255, .78);
    border-bottom: 1px solid var(--apple-line);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
}

body.wechat-apple .top_bar.uk-sticky-fixed.uk-active {
    background: rgba(255, 255, 255, .82);
    border-bottom: 1px solid var(--apple-line);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

body.wechat-apple .top_tool a,
body.wechat-apple .t_dark a,
body.wechat-apple a.bg_music,
body.wechat-apple a.go_top {
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

body.wechat-apple .top_tool a:hover,
body.wechat-apple .t_dark a:hover,
body.wechat-apple a.bg_music:hover,
body.wechat-apple a.go_top:hover {
    background: var(--btn-light-color);
    transform: translateY(-1px);
}

body.wechat-apple .top_tool i,
body.wechat-apple .t_dark a i,
body.wechat-apple a.bg_music i,
body.wechat-apple .post_footer_meta span i,
body.wechat-apple a.up_like i,
body.wechat-apple .footer_nav_box ul li a,
body.wechat-apple .pix_widget_tongji ul li small {
    color: var(--icon-color);
}

body.wechat-apple .top_s_box input.s_input {
    height: 40px;
    background: #f8fafc;
    border: 1px solid var(--apple-line);
    border-radius: 999px;
    box-shadow: none;
}

body.wechat-apple .top_s_box input.s_input:focus,
body.wechat-apple .search_box input.s_input:focus,
body.wechat-apple input#img_link_up:focus,
body.wechat-apple #t_commentform:focus-within,
body.wechat-apple #commentform:focus-within,
body.wechat-apple #comment-author-info input:focus,
body.wechat-apple #login_form_box input#username:focus,
body.wechat-apple #login_form_box input#password:focus,
body.wechat-apple .edit_card_box .edit_content input:focus {
    border-color: #18181b;
    box-shadow: 0 0 0 3px rgba(24, 24, 27, .08);
}

body.wechat-apple .index_banner {
    height: 208px;
    background-color: #e2e8f0;
    overflow: hidden;
}

body.wechat-apple .index_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .02) 35%, rgba(15, 23, 42, .36) 100%);
    z-index: 1;
    pointer-events: none;
}

body.wechat-apple .user_info {
    z-index: 2;
    right: 32px;
    bottom: 22px;
}

body.wechat-apple .user_info .top {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.wechat-apple .user_info .name {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .28);
}

body.wechat-apple .user_info .des {
    max-width: 300px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.45;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .25);
}

body.wechat-apple .user_info .avatar,
body.wechat-apple .user_info .avatar img {
    width: 58px;
    height: 58px;
}

body.wechat-apple .user_info .avatar img {
    border-radius: 16px;
    padding: 2px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .62);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

body.wechat-apple .moment_cat_nav,
body.wechat-apple .posts_cat_nav {
    padding: 15px 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .03) !important;
    background: #fff;
}

body.wechat-apple .moment_cat_nav ul,
body.wechat-apple .posts_cat_nav ul {
    gap: 8px;
}

body.wechat-apple .moment_cat_nav ul li a,
body.wechat-apple .posts_cat_nav ul li a {
    min-height: 32px;
    margin: 0;
    padding: 0 14px;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid rgba(15, 23, 42, .04);
}

body.wechat-apple .moment_cat_nav ul li a:hover,
body.wechat-apple .posts_cat_nav ul li a:hover {
    color: var(--btn-active-color) !important;
    background: var(--btn-light-color) !important;
    transform: translateY(-1px) !important;
    box-shadow: none !important;
}

body.wechat-apple .moment_cat_nav ul li a.active,
body.wechat-apple .posts_cat_nav ul li a.active {
    background-color: var(--btn-active-color) !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2) !important;
    transform: translateY(-1px) !important;
}

body.wechat-apple .moment_list {
    padding: 0 40px 40px;
}

body.wechat-apple .p_item {
    padding: 38px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
}

body.wechat-apple .p_item:hover {
    transform: none;
    border-color: var(--border-color);
    box-shadow: none;
}

body.wechat-apple .p_item:last-child {
    border-bottom: none;
}

body.wechat-apple .p_item.sticky::before {
    display: none;
}

body.wechat-apple .p_item_inner {
    position: relative;
}

body.wechat-apple .list_user_meta {
    margin-bottom: 4px !important;
    align-items: center;
}

body.wechat-apple .list_user_meta .avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 10px;
    border-radius: 50% !important;
}

body.wechat-apple .comments-area ul.comment-list li .profile a,
body.wechat-apple .comments-area ul.comment-list li .profile a img,
body.wechat-apple .list_user_meta .avatar,
body.wechat-apple .list_user_meta .avatar img {
    border-radius: 50% !important;
}

body.wechat-apple .list_user_meta .avatar img {
    padding: 2px !important;
    border: 1px solid rgba(0, 0, 0, .06) !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

body.wechat-apple .list_user_meta .name {
    color: var(--apple-title);
    font-weight: 700;
}

body.wechat-apple .list_user_meta .name time,
body.wechat-apple .normal_content .entry_meta {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-top: 2px !important;
}

body.wechat-apple .blog_content {
    padding-left: 58px;
}

body.wechat-apple .blog_content .entry-content,
body.wechat-apple .normal_content .entry-content,
body.wechat-apple .t_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.wechat-apple .blog_content .entry-content p:first-child,
body.wechat-apple .normal_card_content .entry-content p:first-child,
body.wechat-apple .normal_content .entry-content p:first-child,
body.wechat-apple .t_content p:first-child {
    margin-top: 0 !important;
}

body.wechat-apple .blog_content .entry-content p,
body.wechat-apple .normal_card_content .entry-content p,
body.wechat-apple .normal_content .entry-content p,
body.wechat-apple .t_content p,
body.wechat-apple .t_content {
    line-height: 1.8 !important;
    color: #334155 !important;
    font-size: 15px !important;
    letter-spacing: .3px !important;
    margin-bottom: 1px !important;
}

body.wechat-apple .p_title,
body.wechat-apple .p_title a {
    color: var(--apple-title);
    font-weight: 700;
}

body.wechat-apple .show-more-btn {
    color: var(--btn-active-color) !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding-left: 5px !important;
}

body.wechat-apple .img_list {
    margin-top: 12px;
}

body.wechat-apple .img_list .list_inner {
    gap: 8px;
}

body.wechat-apple .img_list a img,
body.wechat-apple .moment_card_item .left img,
body.wechat-apple .widget_media_image img,
body.wechat-apple .posts_show_widget ul li .image img {
    border-radius: 12px !important;
}

body.wechat-apple .entry-footer {
    margin-top: 14px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.wechat-apple .post_footer_meta .left {
    gap: 16px !important;
}

body.wechat-apple .post_footer_meta span,
body.wechat-apple .post_footer_meta span i,
body.wechat-apple a.up_like,
body.wechat-apple a.up_like i,
body.wechat-apple .list_user_meta .right i,
body.wechat-apple .post_control .post_control_btn i {
    color: #94a3b8 !important;
    transition: color .3s ease, background-color .3s ease, transform .3s ease, box-shadow .3s ease !important;
}

body.wechat-apple .list_user_meta .right i:hover,
body.wechat-apple .post_control .post_control_btn i:hover,
body.wechat-apple a.up_like:hover,
body.wechat-apple a.up_like:hover i {
    color: var(--btn-active-color) !important;
}

body.wechat-apple .post_footer_meta span.comnum {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border-radius: 999px !important;
    padding: 6px 16px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

body.wechat-apple .post_footer_meta span.comnum i {
    color: #64748b !important;
}

body.wechat-apple .post_footer_meta span.comnum:hover {
    background: var(--btn-active-color) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15) !important;
}

body.wechat-apple .post_footer_meta span.comnum:hover i {
    color: #fff !important;
}

body.wechat-apple .post_footer_meta span.sticky_icon {
    background: #18181b;
    color: #fff;
    border-radius: 999px;
    box-shadow: none;
}

body.wechat-apple .post_footer_meta span.sticky_icon i {
    color: #fff !important;
}

body.wechat-apple span.ip_loca {
    color: #2563eb;
    font-weight: 500;
}

body.wechat-apple .topic_comments_wrap,
body.wechat-apple #t_commentform,
body.wechat-apple #commentform {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: none;
}

body.wechat-apple textarea#comment,
body.wechat-apple #topic_content,
body.wechat-apple #topic-title,
body.wechat-apple #comment-author-info input,
body.wechat-apple #login_form_box input#username,
body.wechat-apple #login_form_box input#password,
body.wechat-apple input#set_local,
body.wechat-apple input#img_link_up {
    background: #fff;
    border-color: var(--border-color);
    border-radius: 10px;
}

body.wechat-apple .widget_inner .widget,
body.wechat-apple .sidebar_right_inner .widget {
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.wechat-apple .widget_nav_menu ul li a,
body.wechat-apple .posts_show_widget ul li,
body.wechat-apple .cst_widget_comment ul li .right .body,
body.wechat-apple .widget_tag_cloud a,
body.wechat-apple .link_group .item,
body.wechat-apple .bottom_tool .inner,
body.wechat-apple .moment_card_item a {
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: none;
}

body.wechat-apple .widget_nav_menu ul li a:hover,
body.wechat-apple .widget_tag_cloud a:hover,
body.wechat-apple .link_group .item:hover {
    background: #f1f5f9;
    color: var(--btn-active-color);
    box-shadow: none;
}

body.wechat-apple .pix_widget_tongji ul li {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: none;
}

body.wechat-apple .footer_main .inner {
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: none;
}

body.wechat-apple .footer_nav {
    position: fixed !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    max-width: 400px !important;
    z-index: 1000 !important;
    background: transparent !important;
    border: none !important;
}

body.wechat-apple .footer_nav_box {
    display: none !important;
}

body.wechat-apple .footer_menu .inner {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, .75) !important;
    backdrop-filter: blur(15px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(15px) saturate(1.8) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .08) !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
}

body.wechat-apple .footer_menu li a .title {
    display: none !important;
}

body.wechat-apple .footer_menu .item a {
    color: #94a3b8 !important;
    height: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
}

body.wechat-apple .footer_menu .item a:hover {
    color: var(--btn-active-color) !important;
}

body.wechat-apple .footer_menu .item a i {
    font-size: 22px !important;
    margin: 0 !important;
}

body.wechat-apple .footer_menu .center-btn {
    background: var(--btn-active-color) !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    transition: transform .2s cubic-bezier(.4, 0, .2, 1) !important;
}

body.wechat-apple .footer_menu .center-btn:hover {
    transform: translateY(-7px) scale(1.05) !important;
}

body.wechat-apple .footer_menu .center-btn i {
    color: #fff !important;
    font-size: 24px !important;
}

body.wechat-apple .pix_player {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
    backdrop-filter: blur(15px) saturate(1.8);
    -webkit-backdrop-filter: blur(15px) saturate(1.8);
}

body.wechat-apple .player_dot {
    border-color: var(--btn-active-color);
}

body.wechat-apple .player_bar .progress {
    background: var(--linear-color);
}

body.wechat-apple a:focus-visible,
body.wechat-apple button:focus-visible,
body.wechat-apple input:focus-visible,
body.wechat-apple textarea:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(24, 24, 27, .12);
}

@media (max-width: 960px) {
    body.wechat-apple .main_wrap,
    body.wechat-apple.lbc .main_wrap,
    body.wechat-apple.lbc .top_bar,
    body.wechat-apple.lbc .footer_nav {
        max-width: calc(100vw - 24px);
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    body.wechat-apple .main_wrap,
    body.wechat-apple.lbc .main_wrap,
    body.wechat-apple.lbc .top_bar,
    body.wechat-apple.lbc .footer_nav {
        max-width: 100%;
        margin-top: 0;
    }

    body.wechat-apple .page_main {
        border-radius: 0;
        box-shadow: none;
    }

    body.wechat-apple.lbc .left_nav,
    body.wechat-apple.lbc .footer_nav_box .left {
        display: none;
    }

    body.wechat-apple.lbc .page_main,
    body.wechat-apple.lbc .footer_nav_box .right {
        width: 100%;
    }

    body.wechat-apple .top_bar {
        height: 64px;
    }

    body.wechat-apple .index_banner {
        height: 190px;
    }

    body.wechat-apple .user_info {
        right: 16px;
        bottom: 16px;
    }

    body.wechat-apple .user_info .des {
        max-width: 190px;
    }

    body.wechat-apple .moment_cat_nav,
    body.wechat-apple .posts_cat_nav {
        padding: 12px 14px !important;
    }

    body.wechat-apple .moment_list {
        padding: 0 20px 96px;
    }

    body.wechat-apple .p_item {
        padding: 30px 0;
    }

    body.wechat-apple .blog_content {
        padding-left: 0;
        margin-top: 12px;
    }

    body.wechat-apple .footer_nav {
        bottom: 18px !important;
        width: calc(100% - 28px) !important;
    }

    body.wechat-apple .go_top_box {
        left: auto;
        right: 14px;
        width: auto;
        max-width: none;
    }

    body.wechat-apple .footer_tool {
        position: fixed;
        right: 14px;
        bottom: 86px;
    }

    body.wechat-apple a.go_top {
        position: fixed;
        right: 14px;
        bottom: 132px;
    }
}

/* Third pass: quieter native polish, still no card-style feed. */
body.wechat-apple {
    background:
        linear-gradient(180deg, #f9fafb 0%, #f8fafc 42%, #f3f6f9 100%);
}

body.wechat-apple .page_main {
    border: 1px solid rgba(15, 23, 42, .035);
}

body.wechat-apple .top_bar {
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset;
    position: relative;
    z-index: 8;
    isolation: isolate;
}

body.wechat-apple .top_right {
    gap: 8px;
}

body.wechat-apple .top_tool a {
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, .72);
    border: 1px solid rgba(15, 23, 42, .045);
}

body.wechat-apple .top_tool a:hover {
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
}

body.wechat-apple .top_ava img,
body.wechat-apple .mobile_logo img {
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
}

body.wechat-apple .index_banner {
    border-bottom: 1px solid rgba(15, 23, 42, .045);
}

body.wechat-apple .index_banner::before {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, .04) 0%, rgba(15, 23, 42, .16) 48%, rgba(15, 23, 42, .46) 100%),
        linear-gradient(90deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, 0) 58%);
}

body.wechat-apple .user_info .left {
    padding-right: 12px;
}

body.wechat-apple .user_info .des {
    font-size: 13px;
    letter-spacing: 0;
}

body.wechat-apple .moment_cat_nav,
body.wechat-apple .posts_cat_nav {
    position: relative;
}

body.wechat-apple .moment_cat_nav ul,
body.wechat-apple .posts_cat_nav ul {
    padding: 1px 4px 2px 0;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 34px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 34px), transparent 100%);
}

body.wechat-apple .moment_cat_nav ul li a,
body.wechat-apple .posts_cat_nav ul li a {
    letter-spacing: .2px;
}

body.wechat-apple .moment_cat_nav ul li a.active,
body.wechat-apple .posts_cat_nav ul li a.active {
    box-shadow: 0 5px 14px rgba(24, 24, 27, .18) !important;
}

body.wechat-apple .p_item {
    border-bottom-color: rgba(15, 23, 42, .055);
}

body.wechat-apple .p_item + .p_item {
    margin-top: 2px;
}

body.wechat-apple .list_user_meta .name {
    letter-spacing: .2px;
}

body.wechat-apple .list_user_meta .right i,
body.wechat-apple .post_control .post_control_btn i {
    font-size: 18px;
}

body.wechat-apple .p_title {
    margin-bottom: 10px;
    line-height: 1.55;
}

body.wechat-apple .p_title,
body.wechat-apple .p_title a {
    font-size: 16px;
}

body.wechat-apple .blog_content .entry-content p,
body.wechat-apple .normal_card_content .entry-content p,
body.wechat-apple .normal_content .entry-content p,
body.wechat-apple .t_content p,
body.wechat-apple .t_content {
    line-height: 1.86 !important;
}

body.wechat-apple .img_list a img,
body.wechat-apple .moment_card_item .left img,
body.wechat-apple .widget_media_image img,
body.wechat-apple .posts_show_widget ul li .image img {
    box-shadow: 0 1px 0 rgba(15, 23, 42, .035);
}

body.wechat-apple .entry-footer {
    margin-top: 18px;
}

body.wechat-apple .post_footer_meta span:not(.sticky_icon):not(.comnum),
body.wechat-apple a.up_like {
    border-radius: 999px;
}

body.wechat-apple .post_footer_meta span:not(.sticky_icon):not(.comnum):hover,
body.wechat-apple a.up_like:hover {
    background: #f8fafc;
}

body.wechat-apple .post_footer_meta span.comnum {
    min-width: 44px;
    justify-content: center;
}

body.wechat-apple .footer_menu .inner {
    box-shadow: 0 10px 32px rgba(15, 23, 42, .12) !important;
}

body.wechat-apple .footer_menu .center-btn {
    box-shadow: 0 8px 18px rgba(24, 24, 27, .28) !important;
}

@media (max-width: 640px) {
    body.wechat-apple .top_tool a {
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, .72);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    }

    body.wechat-apple .index_banner {
        height: 196px;
    }

    body.wechat-apple .user_info {
        right: 18px;
        bottom: 18px;
        max-width: calc(100% - 36px);
    }

    body.wechat-apple .user_info .des {
        max-width: 210px;
    }

    body.wechat-apple .user_info .avatar,
    body.wechat-apple .user_info .avatar img {
        width: 54px;
        height: 54px;
    }

    body.wechat-apple .moment_cat_nav,
    body.wechat-apple .posts_cat_nav {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    body.wechat-apple .moment_list {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.wechat-apple .p_item {
        padding: 31px 0;
    }

    body.wechat-apple .p_title,
    body.wechat-apple .p_title a {
        font-size: 16px;
    }

    body.wechat-apple .blog_content .entry-content p,
    body.wechat-apple .normal_card_content .entry-content p,
    body.wechat-apple .normal_content .entry-content p,
    body.wechat-apple .t_content p,
    body.wechat-apple .t_content {
        font-size: 15px !important;
        line-height: 1.82 !important;
    }
}

/* Keep the mobile cover photo unobstructed. */
@media (max-width: 640px) {
    body.wechat-apple .top_bar,
    body.wechat-apple .top_bar.uk-sticky-fixed.uk-active {
        background: transparent;
        border-bottom: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.wechat-apple .top_tool a,
    body.wechat-apple .top_tool a:hover {
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body.wechat-apple .top_tool i,
    body.wechat-apple .top_tool a:hover i {
        color: #fff;
        text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
    }

    body.wechat-apple .top_ava img,
    body.wechat-apple .mobile_logo img {
        border-color: rgba(255, 255, 255, .62);
        box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    }
}
