/* 博客主容器 — 卡片轻盈，略有影子 */
.blog-container {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 2.8rem 3rem;
    transition: all 0.2s;
    border: 1px solid #eae6e1;
}



/* 博客头部 */
.blog-header {
    margin-bottom: 2.2rem;
}

.blog-title {
    font-size: 22px;
    letter-spacing: -0.01em;
    color: #3a2c2c;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    font-family: 'Times New Roman', 'Songti SC', serif;
}

.blog-title .sub-name {
    font-size: 1.3rem;
    font-weight: 300;
    color: #8e7a72;
    margin-left: 12px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 1.2rem 0 0.2rem;
    color: #6b5b54;
    font-size: 0.95rem;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    border-top: 1px dashed #d9d0c8;
    padding-top: 1rem;
}

.blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-meta i {
    font-style: normal;
    color: #b45f4b;
    font-weight: 450;
}

.pill {
    background: #f0eae5;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    font-size: 0.9rem;
    color: #5f4b42;
    border: 1px solid #dacfc7;
}

/* 文章段落 */
p {
    margin-bottom: 1.4rem;
    font-size: 1.08rem;
    color: #2f2a27;
}

h2 {
    font-size: 1.9rem;
    font-weight: 450;
    margin: 2.4rem 0 1rem;
    color: #4e3e36;
    border-left: 5px solid #bf7b6a;
    padding-left: 1.2rem;
    font-family: 'Times New Roman', serif;
}

h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 1.8rem 0 0.8rem;
    color: #87685c;
    border-bottom: 1px dotted #ccb6ab;
    padding-bottom: 5px;
}

/* 引用块 – 更博客风 */
.blog-quote {
    background: #f8f4f0;
    border-radius: 2px 16px 16px 2px;
    border-left: 5px solid #bf7b6a;
    padding: 1.6rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: #4f413c;
    box-shadow: inset 0 0 0 1px #f0e5de;
    font-size: 1.05rem;
}

.blog-quote i {
    color: #a46150;
}

/* 网格区块 – 两栏信息 */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
    margin: 2rem 0 1.2rem;
}

.grid-card {
    background: #fbf9f7;
    border: 1px solid #e5dbd4;
    border-radius: 16px;
    padding: 1.5rem 1.4rem;
    transition: background 0.2s;
}

.grid-card strong {
    display: block;
    font-size: 1.25rem;
    color: #966b5c;
    margin-bottom: 0.6rem;
    font-weight: 550;
    border-bottom: 1px dashed #dccbc2;
    padding-bottom: 0.4rem;
}

.grid-card p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #3d332e;
}

/* 列表修饰 */
.blog-list {
    list-style: none;
    margin: 1.2rem 0 1.8rem;
}

.blog-list li {
    padding-left: 1.8rem;
    margin-bottom: 0.5rem;
    position: relative;
    color: #3d312b;
}

.blog-list li::before {
    content: "·";
    color: #b46754;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: -12px;
}

/* 装饰分割 */
.divider-dash {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 2.2rem 0;
    color: #b9a69c;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.divider-dash::before,
.divider-dash::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cfbfb4, #cfbfb4, transparent);
}

/* 视频标记 */
.video-badge {
    background: #e9dbd4;
    border-radius: 30px;
    padding: 0.2rem 1.2rem;
    display: inline-block;
    font-size: 0.85rem;
    border: 1px solid #ccaea0;
    color: #744e41;
    font-weight: 400;
    margin-right: 8px;
}

/* 高亮柔和 */
.highlight-soft {
    background: linear-gradient(120deg, #f7ede8 0%, #f7ede8 40%);
    color: #954f3b;
    font-weight: 450;
    padding: 0 4px;
}

.cover-placeholder {
    text-align: center;
    display: flex;
}

.cover-placeholder img {
    width: 50%;
}

.foot-note {
    margin-top: 3rem;
    padding: 1.5rem 0 0.5rem;
    text-align: center;
    border-top: 1px solid #dcd2ca;
    color: #857067;
    font-size: 0.95rem;
}

.btn-border {
    display: inline-block;
    border: 1px solid #b78d7e;
    background: transparent;
    padding: 0.5rem 2rem;
    border-radius: 40px;
    color: #644b41;
    font-size: 0.95rem;
    margin: 0.8rem 0;
    transition: 0.2s;
    cursor: default;
}

.btn-border:hover {
    background: #efe3dc;
}

.dat-cae {
    background: #f9f3ef;
    border-radius: 10px;
    padding: 1.3rem 2rem;
    margin: 2rem 0;
    border: 1px solid #e2d3ca;
}
.portal-footer {
    background: #f9f2ed;
    border-radius: 10px;
    padding: 1rem 20px;
    margin-top: 2rem;
    text-align: center;
    border: 1px solid #e0cec4;
}
h1 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #222;
}
.meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}
.cover {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
p {
    margin-bottom: 15px;
}
.highlight {
    color: #e91e63;
    font-weight: bold;
}
.btn-box {
    text-align: center;
    margin: 30px 0;
}
.btn {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #ff4d6d, #ff758c);
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
}
.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255,77,109,0.4);
}
.tips {
    background: #fff3f6;
    padding: 15px;
    border-left: 4px solid #ff4d6d;
    border-radius: 6px;
    font-size: 14px;
    color: #555;
}
.divider {
    height: 1px;
    background: #eee;
    margin: 30px 0;
}
.blog-container .hot-coser-home .hot-item {
    flex: 0 0 136px;
}
/* 响应式 */
@media (max-width: 600px) {
    .blog-container {
        padding: 20px;
    }

    .blog-title h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .blog-quote {
        padding: 1.6rem 16px;
    }

    .dat-cae {
        padding: 16px;
    }
}