/* 基础布局与重置 */
.z24079container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.z24079flex {
    display: flex;
}
.z24079flex-col {
    flex-direction: column;
}
.z24079justify-between {
    justify-content: space-between;
}
.z24079align-center {
    align-items: center;
}

body {
    background: #181a20;
    color: #f1f1f1;
}

/* 百变模板按钮样式 */
.z24079btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin: 8px;
    transition: background 0.3s, color 0.3s, border 0.3s;
    cursor: pointer;
}
/* 主横幅按钮高对比度样式 */
.z24079btn-primary {
    background: #00c2b7;
    color: #181a20;
    border: 2px solid #00c2b7;
    box-shadow: 0 2px 12px rgba(0,194,183,0.18);
}
.z24079btn-primary:hover {
    background: #00e6d0;
    border-color: #00e6d0;
    color: #181a20;
    box-shadow: 0 4px 24px rgba(0,194,183,0.28);
}
.z24079btn-secondary {
    background: transparent;
    color: #00c2b7;
    border: 2px solid #00c2b7;
}
.z24079btn-secondary:hover {
    background: #00c2b7;
    color: #181a20;
    border-color: #00e6d0;
}

/* 头部样式 */
.z24079header {
    background: #23262f;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 0.5rem 0;
}
.z24079logo {
    font-size: 2rem;
    font-weight: bold;
    color: #f1f1f1;
}
.z24079nav-list {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.z24079nav-link {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}
.z24079nav-link:hover {
    color: #00c2b7;
}

/* 英雄区 */
.z24079hero {
    background: linear-gradient(135deg, #23262f 0%, #181a20 100%);
    padding: 64px 0 48px 0;
    text-align: center;
}
.z24079title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #00c2b7;
}
.z24079subtitle {
    font-size: 1.25rem;
    color: #f1f1f1;
    margin-bottom: 32px;
}

/* 主横幅左右布局和图片样式 */
.z24079hero-content {
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.z24079hero-left {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.z24079hero-right {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.z24079hero-img {
    max-width: 380px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    background: #23262f;
}
@media (max-width: 1024px) {
    .z24079hero-content {
        flex-direction: column;
        gap: 24px;
    }
    .z24079hero-left, .z24079hero-right {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .z24079hero-img {
        max-width: 90vw;
    }
}

/* 产品特色 */
.z24079features {
    background: #181a20;
    padding: 48px 0;
}
.z24079section-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
    color: #00c2b7;
}
.z24079grid {
    display: grid;
    gap: 24px;
}
.z24079grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.z24079grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.z24079feature-item {
    background: #23262f;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    padding: 32px 16px;
    text-align: center;
    color: #f1f1f1;
}

/* 下载区 */
.z24079download {
    background: #23262f;
    padding: 48px 0;
    text-align: center;
}
.z24079download-tip {
    color: #b1b5c3;
    margin-top: 16px;
}

/* 安全保障 */
.z24079security {
    background: #181a20;
    padding: 48px 0;
}
.z24079security-list {
    list-style: disc inside;
    max-width: 600px;
    margin: 0 auto;
    color: #f1f1f1;
    font-size: 1.1rem;
    line-height: 2;
}

/* 行情区 */
.z24079market {
    background: #23262f;
    padding: 48px 0;
}
.z24079market-item {
    background: #181a20;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    padding: 24px 12px;
    text-align: center;
    color: #f1f1f1;
}

/* 页脚 */
.z24079footer {
    background: #181a20;
    color: #b1b5c3;
    padding: 24px 0;
}
.z24079footer-link {
    color: #b1b5c3;
    margin-left: 24px;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}
.z24079footer-link:hover {
    color: #00c2b7;
    text-decoration: underline;
}
.z24079footer-left {
    font-size: 1rem;
}
.z24079footer-right {
    display: flex;
    gap: 16px;
}

/* 为什么选择欧易？卡片式框架布局 */
.z24079features-list {
    margin-top: 24px;
}
.z24079feature-card {
    background: #23262f;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 24px 18px 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    transition: transform 0.18s, box-shadow 0.18s;
    position: relative;
}
.z24079feature-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,194,183,0.18);
    z-index: 2;
}
.z24079feature-icon {
    font-size: 2.2rem;
    margin-bottom: 6px;
    color: #00c2b7;
    align-self: flex-start;
}
.z24079feature-card h3 {
    font-size: 1.18rem;
    font-weight: 600;
    color: #00c2b7;
    margin: 0 0 4px 0;
}
.z24079feature-card p {
    font-size: 1rem;
    color: #f1f1f1;
    margin: 0 0 6px 0;
    line-height: 1.6;
}
.z24079feature-ul {
    padding-left: 18px;
    margin: 0;
    color: #b1b5c3;
    font-size: 0.98rem;
    line-height: 1.7;
    list-style: disc inside;
}
.z24079feature-ul li {
    margin-bottom: 2px;
}
@media (max-width: 1024px) {
    .z24079grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .z24079feature-card {
        padding: 20px 12px 16px 12px;
    }
}
@media (max-width: 768px) {
    .z24079grid-4 {
        grid-template-columns: 1fr;
    }
    .z24079feature-card {
        margin-bottom: 12px;
        align-items: center;
        text-align: center;
    }
    .z24079feature-icon {
        align-self: center;
    }
    .z24079feature-ul {
        padding-left: 0;
        text-align: left;
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .z24079grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .z24079grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
    .z24079container {
        padding: 0 8px;
    }
    .z24079nav-list {
        gap: 12px;
    }
    .z24079title {
        font-size: 2rem;
    }
    .z24079section-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    .z24079header, .z24079footer {
        padding: 8px 0;
    }
    .z24079btn {
        padding: 8px 8px;
        font-size: 0.92rem;
        margin: 4px;
    }
    .z24079logo {
        font-size: 1.1rem;
    }
    .z24079title {
        font-size: 1.2rem;
    }
    .z24079section-title {
        font-size: 1.05rem;
        margin-bottom: 18px;
    }
    .z24079hero-img {
        max-width: 98vw;
        border-radius: 10px;
    }
    .z24079feature-card,
    .z24079download-card,
    .z24079security-card,
    .z24079market-card {
        padding: 10px 4px 10px 4px;
        border-radius: 10px;
        gap: 6px;
    }
    .z24079feature-icon,
    .z24079download-icon,
    .z24079security-icon,
    .z24079market-icon {
        font-size: 1.3rem;
        width: 32px;
        height: 32px;
    }
    .z24079feature-card h3,
    .z24079download-card h3,
    .z24079security-card h3,
    .z24079market-name {
        font-size: 0.98rem;
    }
    .z24079feature-card p,
    .z24079download-card p,
    .z24079security-card p,
    .z24079market-card p {
        font-size: 0.92rem;
    }
    .z24079feature-ul,
    .z24079download-ul,
    .z24079security-ul,
    .z24079market-ul {
        font-size: 0.88rem;
    }
    .z24079market-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
    }
    .z24079footer-link {
        font-size: 0.92rem;
        margin-left: 10px;
    }
} 

/* 客户端下载卡片式框架布局 */
.z24079download-list {
    margin-top: 24px;
}
.z24079download-card {
    background: #23262f;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 24px 18px 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    transition: transform 0.18s, box-shadow 0.18s;
    position: relative;
}
.z24079download-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,194,183,0.18);
    z-index: 2;
}
.z24079download-icon {
    font-size: 2.2rem;
    margin-bottom: 6px;
    color: #00c2b7;
    align-self: flex-start;
}
.z24079download-card h3 {
    font-size: 1.18rem;
    font-weight: 600;
    color: #00c2b7;
    margin: 0 0 4px 0;
}
.z24079download-card p {
    font-size: 1rem;
    color: #f1f1f1;
    margin: 0 0 6px 0;
    line-height: 1.6;
}
.z24079download-ul {
    padding-left: 18px;
    margin: 0 0 10px 0;
    color: #b1b5c3;
    font-size: 0.98rem;
    line-height: 1.7;
    list-style: disc inside;
}
.z24079download-ul li {
    margin-bottom: 2px;
}
@media (max-width: 1024px) {
    .z24079grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .z24079download-card {
        padding: 20px 12px 16px 12px;
        margin-bottom: 12px;
        align-items: center;
        text-align: center;
    }
    .z24079download-icon {
        align-self: center;
    }
    .z24079download-ul {
        padding-left: 0;
        text-align: left;
    }
} 

/* 安全保障卡片式框架布局 */
.z24079security-list {
    margin-top: 24px;
}
.z24079security-card {
    background: linear-gradient(135deg, rgba(0,194,183,0.10) 0%, #23262f 100%);
    border-radius: 20px;
    border: 2px solid #00c2b7;
    box-shadow: 0 4px 24px rgba(0,194,183,0.10);
    padding: 28px 18px 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 0;
    transition: transform 0.18s, box-shadow 0.18s;
    position: relative;
    text-align: center;
}
.z24079security-card:hover {
    transform: scale(1.045);
    box-shadow: 0 8px 32px 0 #00c2b7, 0 2px 12px rgba(0,194,183,0.18);
    z-index: 2;
}
.z24079security-icon {
    font-size: 2.6rem;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(135deg, #00c2b7 60%, #181a20 100%);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,194,183,0.18);
}
.z24079security-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    color: #00c2b7;
    margin: 0 0 4px 0;
}
.z24079security-card p {
    font-size: 1rem;
    color: #f1f1f1;
    margin: 0 0 6px 0;
    line-height: 1.6;
}
.z24079security-ul {
    padding-left: 0;
    margin: 0 0 10px 0;
    color: #b1b5c3;
    font-size: 0.98rem;
    line-height: 1.7;
    list-style: none;
    text-align: left;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.z24079security-ul li {
    margin-bottom: 2px;
    padding-left: 1.2em;
    position: relative;
}
.z24079security-ul li:before {
    content: '•';
    color: #00c2b7;
    position: absolute;
    left: 0;
    font-size: 1.1em;
    top: 0;
}
@media (max-width: 1024px) {
    .z24079grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .z24079security-card {
        padding: 20px 10px 14px 10px;
    }
}
@media (max-width: 768px) {
    .z24079grid-4 {
        grid-template-columns: 1fr;
    }
    .z24079security-card {
        margin-bottom: 12px;
        align-items: center;
        text-align: center;
    }
    .z24079security-icon {
        margin-bottom: 8px;
    }
    .z24079security-ul {
        max-width: 100%;
    }
} 

/* 热门币种行情卡片式框架布局 */
.z24079market-list {
    margin-top: 24px;
}
.z24079market-card {
    background: #181a20;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,194,183,0.10);
    padding: 22px 16px 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    transition: transform 0.18s, box-shadow 0.18s;
    position: relative;
    border: 1.5px solid #23262f;
}
.z24079market-card:hover {
    transform: translateY(-3px) scale(1.025);
    box-shadow: 0 8px 32px rgba(0,194,183,0.18);
    border-color: #00c2b7;
    z-index: 2;
}
.z24079market-icon {
    font-size: 2.1rem;
    margin-bottom: 4px;
    color: #00c2b7;
    align-self: flex-start;
}
.z24079market-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 2px;
    flex-wrap: wrap;
}
.z24079market-name {
    font-size: 1.08rem;
    font-weight: 600;
    color: #f1f1f1;
}
.z24079market-price {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin-left: 8px;
}
.z24079market-change {
    font-size: 0.98rem;
    font-weight: 600;
    margin-left: 8px;
    padding: 2px 10px;
    border-radius: 12px;
    background: #23262f;
}
.z24079market-up {
    color: #00e676;
    background: rgba(0,230,118,0.08);
}
.z24079market-down {
    color: #ff5252;
    background: rgba(255,82,82,0.08);
}
.z24079market-flat {
    color: #b1b5c3;
    background: rgba(177,181,195,0.08);
}
.z24079market-card p {
    font-size: 0.98rem;
    color: #b1b5c3;
    margin: 0 0 4px 0;
    line-height: 1.6;
}
.z24079market-ul {
    padding-left: 18px;
    margin: 0 0 6px 0;
    color: #b1b5c3;
    font-size: 0.96rem;
    line-height: 1.7;
    list-style: disc inside;
}
.z24079market-ul li {
    margin-bottom: 2px;
}
@media (max-width: 1024px) {
    .z24079grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .z24079market-card {
        padding: 16px 8px 12px 8px;
        margin-bottom: 12px;
        align-items: center;
        text-align: center;
    }
    .z24079market-icon {
        align-self: center;
    }
    .z24079market-header {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }
    .z24079market-ul {
        padding-left: 0;
        text-align: left;
    }
}

/* 导航当前栏目高亮 */
.z24079nav-link.z24079this {
    color: #00c2b7;
    font-weight: 600;
}

/* 首页文章板块 */
.z24079articles {
    background: #181a20;
    padding: 48px 0;
}
.z24079grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.z24079article-list {
    margin-top: 24px;
}
.z24079article-card {
    background: #23262f;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    transition: transform 0.18s, box-shadow 0.18s;
    display: flex;
    flex-direction: column;
}
.z24079article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,194,183,0.18);
}
.z24079article-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: #181a20;
}
.z24079article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.z24079article-card:hover .z24079article-thumb img {
    transform: scale(1.05);
}
.z24079article-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 10px 12px 12px;
    line-height: 1.4;
}
.z24079article-title a {
    color: #f1f1f1;
    text-decoration: none;
    transition: color 0.2s;
}
.z24079article-title a:hover {
    color: #00c2b7;
}

/* 内页横幅 */
.z24079page-banner {
    background: linear-gradient(135deg, #23262f 0%, #181a20 100%);
    padding: 36px 0 28px;
    border-bottom: 1px solid rgba(0,194,183,0.15);
}
.z24079page-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00c2b7;
    margin: 0 0 8px;
    line-height: 1.3;
}
.z24079page-breadcrumb {
    font-size: 0.9rem;
    color: #b1b5c3;
    margin: 0;
}
.z24079page-breadcrumb a {
    color: #b1b5c3;
    text-decoration: none;
}
.z24079page-breadcrumb a:hover {
    color: #00c2b7;
}

/* 主内容 + 侧栏布局 */
.z24079main-layout {
    display: flex;
    gap: 28px;
    padding: 36px 16px 48px;
    align-items: flex-start;
}
.z24079main-content {
    flex: 1 1 0;
    min-width: 0;
}
.z24079sidebar {
    flex: 0 0 280px;
    min-width: 0;
}

/* 列表页 */
.z24079listbox {
    background: #23262f;
    border-radius: 16px;
    padding: 8px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.z24079list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.z24079list-item {
    display: flex;
    gap: 18px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.2s;
}
.z24079list-item:last-child {
    border-bottom: none;
}
.z24079list-item:hover {
    background: rgba(0,194,183,0.05);
}
.z24079list-thumb {
    flex: 0 0 200px;
    border-radius: 10px;
    overflow: hidden;
    background: #181a20;
}
.z24079list-thumb img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.z24079list-item:hover .z24079list-thumb img {
    transform: scale(1.04);
}
.z24079list-body {
    flex: 1;
    min-width: 0;
}
.z24079list-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.4;
}
.z24079list-title a {
    color: #f1f1f1;
    text-decoration: none;
}
.z24079list-title a:hover {
    color: #00c2b7;
}
.z24079list-meta {
    font-size: 0.85rem;
    color: #b1b5c3;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.z24079list-meta a {
    color: #00c2b7;
    text-decoration: none;
}
.z24079list-intro {
    font-size: 0.92rem;
    color: #b1b5c3;
    line-height: 1.7;
    margin: 0;
}

/* 分页 - 左右布局 */
.z24079pagebar {
    margin-top: 28px;
}
.z24079pages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: #23262f;
    border-radius: 12px;
    padding: 16px 20px;
}
.z24079pages-left {
    flex: 1;
    text-align: left;
}
.z24079pages-center {
    flex: 0 0 auto;
    text-align: center;
}
.z24079pages-right {
    flex: 1;
    text-align: right;
}
.z24079pages ul,
.z24079pages-center ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
}
.z24079pages a,
.z24079pages span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    text-decoration: none;
    color: #f1f1f1;
    background: #181a20;
    border: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.z24079pages a:hover {
    background: #00c2b7;
    color: #181a20;
    border-color: #00c2b7;
}
.z24079pages .thisclass,
.z24079pages .current {
    background: #00c2b7;
    color: #181a20;
    border-color: #00c2b7;
}

/* 侧栏 */
.z24079sidebar-block {
    background: #23262f;
    border-radius: 14px;
    padding: 18px 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.z24079sidebar-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #00c2b7;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0,194,183,0.25);
}
.z24079sidebar-title a {
    color: #00c2b7;
    text-decoration: none;
}
.z24079sidebar-title a:hover {
    color: #00e6d0;
}
.z24079sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.z24079sidebar-list li {
    padding: 7px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
    line-height: 1.5;
}
.z24079sidebar-list li:last-child {
    border-bottom: none;
}
.z24079sidebar-list a {
    color: #b1b5c3;
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s;
}
.z24079sidebar-list a:hover {
    color: #00c2b7;
}
.z24079sidebar-articles {
    list-style: none;
    margin: 0;
    padding: 0;
}
.z24079sidebar-article-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.z24079sidebar-article-item:last-child {
    border-bottom: none;
}
.z24079sidebar-article-thumb {
    flex: 0 0 72px;
    border-radius: 6px;
    overflow: hidden;
    background: #181a20;
    display: block;
}
.z24079sidebar-article-thumb img {
    width: 72px;
    height: 54px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.z24079sidebar-article-item:hover .z24079sidebar-article-thumb img {
    transform: scale(1.06);
}
.z24079sidebar-article-title {
    flex: 1;
    min-width: 0;
    color: #b1b5c3;
    text-decoration: none;
    font-size: 0.86rem;
    line-height: 1.5;
    transition: color 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.z24079sidebar-article-title:hover {
    color: #00c2b7;
}

/* 内容页 */
.z24079article-detail {
    background: #23262f;
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.z24079article-meta {
    font-size: 0.88rem;
    color: #b1b5c3;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.z24079article-litpic {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}
.z24079article-litpic img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}
.z24079article-body {
    font-size: 1rem;
    line-height: 1.85;
    color: #e8e8e8;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.z24079article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 12px 0;
}
.z24079article-body p {
    margin: 0 0 16px;
}
.z24079diyfield {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.z24079article-images {
    margin-top: 20px;
}
.z24079article-figure {
    margin: 0 0 16px;
    text-align: center;
}
.z24079article-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.z24079article-figure figcaption {
    font-size: 0.85rem;
    color: #b1b5c3;
    margin-top: 6px;
}
.z24079meta-tags {
    list-style: none;
    margin: 24px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.z24079tagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(0,194,183,0.12);
    color: #00c2b7;
    border-radius: 16px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background 0.2s;
}
.z24079tagitem a:hover {
    background: rgba(0,194,183,0.25);
}
.z24079article-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.92rem;
}
.z24079article-prev,
.z24079article-next {
    flex: 1;
    min-width: 0;
    color: #b1b5c3;
}
.z24079article-prev span,
.z24079article-next span {
    color: #00c2b7;
    font-weight: 600;
}
.z24079article-next {
    text-align: right;
}
.z24079article-nav a {
    color: #f1f1f1;
    text-decoration: none;
}
.z24079article-nav a:hover {
    color: #00c2b7;
}
.z24079related {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.z24079related-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #00c2b7;
    margin: 0 0 16px;
}
.z24079related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.z24079related-item {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.z24079related-item:last-child {
    border-bottom: none;
}
.z24079related-thumb {
    flex: 0 0 100px;
    border-radius: 8px;
    overflow: hidden;
}
.z24079related-thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}
.z24079related-body {
    flex: 1;
    min-width: 0;
}
.z24079related-link {
    color: #f1f1f1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}
.z24079related-link:hover {
    color: #00c2b7;
}
.z24079related-body p {
    font-size: 0.85rem;
    color: #b1b5c3;
    margin: 4px 0 0;
    line-height: 1.6;
}
.clear {
    clear: both;
}

/* 友情链接 */
.z24079friends {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.z24079friends a {
    color: #b1b5c3;
    text-decoration: none;
    font-size: 0.9rem;
}
.z24079friends a:hover {
    color: #00c2b7;
}

/* 文章/列表页响应式 */
@media (max-width: 1024px) {
    .z24079grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .z24079main-layout {
        flex-direction: column;
    }
    .z24079sidebar {
        flex: 1 1 auto;
        width: 100%;
    }
    .z24079list-thumb {
        flex: 0 0 160px;
    }
}
@media (max-width: 768px) {
    .z24079grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .z24079header .z24079container {
        flex-direction: column;
        gap: 10px;
    }
    .z24079nav-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .z24079page-title {
        font-size: 1.4rem;
    }
    .z24079list-item {
        flex-direction: column;
        padding: 16px;
    }
    .z24079list-thumb {
        flex: none;
        width: 100%;
    }
    .z24079list-thumb img {
        height: 180px;
    }
    .z24079article-detail {
        padding: 20px 16px;
    }
    .z24079article-nav {
        flex-direction: column;
    }
    .z24079article-next {
        text-align: left;
    }
    .z24079pages {
        flex-direction: column;
        text-align: center;
    }
    .z24079pages-left,
    .z24079pages-center,
    .z24079pages-right {
        flex: none;
        width: 100%;
        text-align: center;
    }
    .z24079footer .z24079container {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .z24079grid-5 {
        grid-template-columns: 1fr;
    }
    .z24079main-layout {
        padding: 24px 8px 36px;
    }
    .z24079related-item {
        flex-direction: column;
    }
    .z24079related-thumb {
        flex: none;
        width: 100%;
    }
    .z24079related-thumb img {
        height: 140px;
    }
}