.m-zx-page {
    min-height: 100vh;
    background: #f5f7fb;
}
.m-zx-filter {
    position: sticky;
    top: 1.44rem;
    z-index: 98;
    background: #fff;
    box-shadow: 0 0.04rem 0.2rem rgba(14, 5, 10, 0.05);
}
.m-zx-channel-scroll,
.m-zx-topic-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.m-zx-channel-scroll::-webkit-scrollbar,
.m-zx-topic-scroll::-webkit-scrollbar {
    display: none;
}
.m-zx-channel-tabs {
    display: inline-flex;
    align-items: center;
    min-width: 100%;
    padding: 0 0.4rem;
    border-bottom: 0.027rem solid #eef2f8;
    box-sizing: border-box;
}
.m-zx-channel-tab {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    border: 0;
    background: transparent;
    padding: 0.32rem 0.24rem 0.28rem;
    margin-right: 0.32rem;
    color: #6a7695;
    font-size: 0.373rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    transition: color 0.25s ease, transform 0.2s ease;
}
.m-zx-channel-tab:active {
    transform: scale(0.96);
}
.m-zx-channel-tab:last-child {
    margin-right: 0.4rem;
}
.m-zx-channel-tab.is-active {
    color: #0277ef;
}
.m-zx-channel-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.04rem;
    background: #0277ef;
    border-radius: 0.04rem;
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.m-zx-channel-tab.is-active::after {
    transform: scaleX(1);
    opacity: 1;
}
.m-zx-channel-tab:not(.is-active) .m-zx-channel-tab__arrow {
    opacity: 0.45;
    filter: grayscale(1);
}
.m-zx-channel-tab__arrow {
    width: 8px;
    height: 4px;
    transition: opacity 0.25s ease, filter 0.25s ease;
}
.m-zx-topic-tab {
    flex-shrink: 0;
    min-width: 1.867rem;
    height: 0.747rem;
    padding: 0 0.24rem;
    border: 0;
    border-radius: 0.053rem;
    background: #f5f7fb;
    color: #263b5e;
    font-size: 0.373rem;
    line-height: 0.747rem;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.m-zx-topic-tab:active {
    transform: scale(0.96);
}
.m-zx-topic-tab.is-active {
    background: #0277ef;
    color: #fff;
    font-weight: 500;
}
.m-zx-topic-tabs {
    display: inline-flex;
    align-items: center;
    gap: 0.24rem;
    min-width: 100%;
    padding: 0.32rem 0.4rem;
    box-sizing: border-box;
}
.m-zx-list {
    padding: 0.32rem 0.4rem 0.48rem;
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.m-zx-list.is-switching {
    opacity: 0.45;
    transform: translateY(0.06rem);
}
.m-zx-article {
    display: flex;
    gap: 0.32rem;
    padding: 0.32rem;
    margin-bottom: 0.32rem;
    border-radius: 0.187rem;
    background: #fff;
    box-shadow: 0 0.027rem 0.12rem rgba(137, 11, 11, 0.1);
    color: inherit;
    text-decoration: none;
    animation: m-zx-article-in 0.28s ease both;
}
@keyframes m-zx-article-in {
    from {
        opacity: 0;
        transform: translateY(0.12rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.m-zx-article:last-child {
    margin-bottom: 0;
}
.m-zx-article__cover {
    flex-shrink: 0;
    width: 2.24rem;
    height: 2.16rem;
    border-radius: 0.107rem;
    object-fit: cover;
    background: #eff5ff;
}
.m-zx-article__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.m-zx-article__title {
    font-size: 0.4rem;
    line-height: 0.533rem;
    color: #263b5e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.m-zx-article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
    margin-top: 0.16rem;
}
.m-zx-article__tag {
    display: inline-block;
    height: 0.419rem;
    line-height: 0.419rem;
    padding: 0 0.16rem;
    border-radius: 0.203rem 0.203rem 0.203rem 0;
    font-size: 0.267rem;
    white-space: nowrap;
}
.m-zx-article__tag--0 {
    background: #eff5ff;
    color: #0277ef;
}
.m-zx-article__tag--1 {
    background: #fff1e9;
    color: #f3952c;
}
.m-zx-article__tag--2 {
    background: #def3f5;
    color: #13cfcd;
}
.m-zx-article__tag--3 {
    background: #f2f2fa;
    color: #7165ba;
}
.m-zx-article__tag--4 {
    background: #fff5f8;
    color: #fe6c60;
}
.m-zx-article__meta {
    /* display: flex; */
    align-items: center;
    gap: 0.16rem;
    margin-top: auto;
    padding-top: 0.16rem;
    font-size: 0.32rem;
    color: #b6bdca;
}
.m-zx-article__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    min-width: 0;
}
.m-zx-article__meta-item img {
    flex-shrink: 0;
    width: 0.32rem;
    height: 0.32rem;
    object-fit: contain;
}
.m-zx-article__meta-item:first-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 40px;
}
.m-zx-empty {
    padding: 1.2rem 0.4rem;
    text-align: center;
    color: #8a94ad;
    font-size: 0.373rem;
}
.m-zx-empty--page {
    min-height: calc(100vh - 1.44rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb;
}
.m-zx-load-more {
    padding: 0.16rem 0 0.48rem;
    text-align: center;
    color: #0277ef;
    font-size: 0.347rem;
}
.m-zx-load-more.is-loading {
    color: #8a94ad;
}
.hidden {
    display: none !important;
}
.m-zx-detail-page {
    min-height: 100vh;
    background: #f5f7fb;
}
.m-zx-detail__cover {
    display: block;
    width: 100%;
    height: 4.8rem;
    object-fit: cover;
    background: #eff5ff;
}
.m-zx-detail__panel {
    margin-top: -0.32rem;
    padding: 0.4rem 0.4rem 0.48rem;
    border-radius: 0.32rem 0.32rem 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.m-zx-detail__title {
    margin: 0;
    font-size: 0.453rem;
    font-weight: 600;
    line-height: 0.64rem;
    color: #263b5e;
}
.m-zx-detail__content {
    margin-top: 0.32rem;
    color: #263b5e;
    font-size: 0.373rem;
    line-height: 0.64rem;
    word-break: break-word;
}
.m-zx-detail__content img {
    max-width: 100%;
    height: auto;
    margin: 0.24rem 0;
    border-radius: 0.107rem;
}
.m-zx-detail__content p {
    margin: 0 0 0.32rem;
}
.m-zx-detail__content blockquote {
    display: block;
    margin: 0.32rem 0 0.48rem;
    padding: 0.267rem 0.32rem;
    background-color: #f5f2f0;
    border-left: 8px solid #B4D5FF;
    font-size: 100%;
    line-height: 1.5;
}
.m-zx-detail__content blockquote p {
    margin: 0;
}
.m-zx-detail__content h1,
.m-zx-detail__content h2,
.m-zx-detail__content h3,
.m-zx-detail__content h4,
.m-zx-detail__content h5 {
    margin: 0.48rem 0 0.24rem;
    color: #1d2129;
    font-weight: 600;
    line-height: 1.4;
}
.m-zx-detail__content h1 { font-size: 0.533rem; }
.m-zx-detail__content h2 { font-size: 0.48rem; }
.m-zx-detail__content h3 { font-size: 0.427rem; }
.m-zx-detail__content h4 { font-size: 0.4rem; }
.m-zx-detail__content h5 { font-size: 0.373rem; }
.m-zx-detail__content ul,
.m-zx-detail__content ol {
    margin: 0 0 0.32rem;
    padding-left: 0.48rem;
}
.m-zx-detail__content ul {
    list-style: disc;
}
.m-zx-detail__content ol {
    list-style: decimal;
}
.m-zx-detail__content li {
    list-style: inherit;
}
.m-zx-detail__content code {
    background-color: #f5f2f0;
    border-radius: 3px;
    padding: 3px;
    font-family: monospace;
}
.m-zx-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
    margin-top: 0.32rem;
}
.m-zx-detail__tag {
    display: inline-block;
    height: 0.419rem;
    line-height: 0.419rem;
    padding: 0 0.16rem;
    border-radius: 0.203rem 0.203rem 0.203rem 0;
    font-size: 0.267rem;
    white-space: nowrap;
}
.m-zx-detail__tag--0 {
    background: #eff5ff;
    color: #0277ef;
}
.m-zx-detail__tag--1 {
    background: #fff1e9;
    color: #f3952c;
}
.m-zx-detail__tag--2 {
    background: #def3f5;
    color: #13cfcd;
}
.m-zx-detail__tag--3 {
    background: #f2f2fa;
    color: #7165ba;
}
.m-zx-detail__tag--4 {
    background: #fff5f8;
    color: #fe6c60;
}
.m-zx-detail__meta {
    align-items: center;
    justify-content: space-between;
    gap: 0.24rem;
    margin-top: 0.24rem;
    padding-top: 0.24rem;
    border-top: 0.027rem solid #eef2f8;
    font-size: 0.32rem;
    color: #b6bdca;
}
.m-zx-detail__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    min-width: 0;
}
.m-zx-detail__meta-item:first-child {
    margin-right: 40px;
}
.m-zx-detail__meta-item img {
    flex-shrink: 0;
    width: 0.32rem;
    height: 0.32rem;
    object-fit: contain;
}
.m-zx-detail__nav {
    margin-top: 0.4rem;
    padding-top: 0.32rem;
    border-top: 0.027rem solid #eef2f8;
}
.m-zx-detail__nav-item {
    display: block;
    padding: 0.24rem 0;
    color: inherit;
    text-decoration: none;
}
.m-zx-detail__nav-item + .m-zx-detail__nav-item {
    border-top: 0.027rem solid #f2f3f7;
}
.m-zx-detail__nav-label {
    display: block;
    font-size: 0.32rem;
    color: #6a7695;
    line-height: 0.44rem;
}
.m-zx-detail__nav-title {
    margin-top: 0.08rem;
    font-size: 0.373rem;
    line-height: 0.52rem;
    color: #263b5e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
