/*
Theme Name: portal18
Author: jazz
Version: 1.0
Description: 粉色人生 温柔治愈风格SEO主题
*/
* { margin:0; padding:0; box-sizing:border-box }
body {
    font-family: "Microsoft YaHei", sans-serif;
    font-size:15px;
    color:#333;
    background:#fdf6f9;
    line-height:1.7;
}
a { color:#333; text-decoration:none }
a:hover { color:#f26e9d }
img { max-width:100%; height:auto; border-radius:6px; display:block }
ul { list-style:none }

.pk_container { max-width:1200px; margin:0 auto; padding:0 15px }

.pk_header {
    background:#f26e9d;
    padding:20px 0;
    margin-bottom:20px;
}
.pk_logo {
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.pk_logo a { color:#fff; }

.pk_bread {
    background:#fff;
    padding:12px 18px;
    border-radius:8px;
    font-size:13px;
    color:#888;
    margin-bottom:20px;
    border-left:3px solid #f26e9d;
}

.pk_row { display:flex; gap:22px }
.pk_main { flex:1; padding-bottom:30px }
.pk_side { width:310px; padding-bottom:30px }

.pk_card {
    background:#fff;
    border-radius:12px;
    padding:20px;
    margin-bottom:18px;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
    display:flex;
    gap:20px;
    align-items:center;
}
.pk_thumb {
    width:240px;
    flex-shrink:0;
}
.pk_thumb img {
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:8px;
}
.pk_info { flex:1 }
.pk_title {
    font-size:18px;
    font-weight:500;
    margin-bottom:8px;
}
.pk_meta {
    font-size:12px;
    color:#999;
    margin-bottom:10px;
}
.pk_desc {
    font-size:14px;
    color:#666;
    line-height:1.6;
}

.pk_pager {
    text-align:center;
    margin:30px 0;
}
.pk_pager a,.pk_pager span {
    display:inline-block;
    padding:8px 15px;
    background:#fff;
    border:1px solid #eee;
    border-radius:6px;
    margin:0 3px;
}
.pk_pager .current {
    background:#f26e9d;
    color:#fff;
    border-color:#f26e9d;
}

.pk_widget {
    background:#fff;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
}
.pk_widget h3 {
    font-size:16px;
    padding-bottom:10px;
    border-bottom:2px solid #f26e9d;
    margin-bottom:15px;
}
.pk_side_item {
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 0;
    border-bottom:1px dashed #eee;
}
.pk_side_img {
    width:50px;
    height:50px;
    flex-shrink:0;
}
.pk_side_img img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:4px;
}
.pk_side_text {
    flex:1;
    font-size:14px;
    line-height:1.4;
}

.pk_single {
    background:#fff;
    padding:40px;
    border-radius:12px;
    margin-bottom:20px;
}
.pk_single h1 {
    font-size:24px;
    text-align:center;
    margin-bottom:20px;
}
.pk_content {
    font-size:16px;
    line-height:1.9;
}

.pk_postnav {
    display:flex;
    justify-content:space-between;
    margin:25px 0;
}
.pk_postnav a {
    background:#fff;
    padding:12px 18px;
    border-radius:8px;
    border:1px solid #eee;
}

.pk_text_list a {
    display:block;
    padding:8px 0;
    font-size:14px;
    border-bottom:1px dashed #eee;
}
.pk_related {
    background:#fff;
    padding:25px;
    border-radius:12px;
    margin-top:20px;
}

.pk_footer {
    background:#f26e9d;
    color:#fff;
    text-align:center;
    padding:25px 0;
    margin-top:20px;
    font-size:13px;
}

@media(max-width:900px) {
    .pk_row{flex-direction:column; gap:15px}
    .pk_side{width:100%}
    .pk_card{flex-direction:column; align-items:flex-start}
    .pk_thumb{width:100%}
}