/* ============================================
   首页样式 - 参考52pkvr风格
   ============================================ */

.n_cf435b_vr120 {
    width: 1200px;
    margin: 0 auto;
}

.n_cf435b_h20 {
    height: 20px;
    clear: both;
}

.n_cf435b_none {
    display: none;
}

.n_cf435b_clear3c::after {
    content: '';
    display: table;
    clear: both;
}

.n_cf435b_hide {
    display: none !important;
}

/* topnav热门导航 */
.n_cf435b_topna {
    background: #fff;
    border-radius: var(--radius);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: var(--shadow);
}

.n_cf435b_tt {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.n_cf435b_tico70 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235A67F2'%3E%3Cpath d='M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.21 4 9.42 4 12.07c0 3.53 2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4C16.8 8.01 15.48 4.58 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.n_cf435b_tt .n_cf435b_boxna {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    padding: 0;
}

.n_cf435b_tt .n_cf435b_boxna span {
    display: inline-block;
    padding: 0 18px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.n_cf435b_tt .n_cf435b_boxna span.n_cf435b_curre {
    background: var(--primary);
    color: #fff;
    border-radius: var(--radius-sm);
}

.n_cf435b_tt .n_cf435b_boxna span em {
    display: none;
}

.n_cf435b_hotse {
    margin-left: auto;
    line-height: 32px;
}

.n_cf435b_hotse p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.n_cf435b_hotse p a {
    color: #5A67F2;
    text-decoration: none;
    margin-left: 12px;
}

.n_cf435b_hotse p a:hover {
    text-decoration: underline;
}

.n_cf435b_tb {
    position: relative;
}

.n_cf435b_bb {
    overflow: hidden;
}

.n_cf435b_bb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px 0;
}

.n_cf435b_bb ul li {
    /* 一行 6 项，间隙 20px，铺满容器（1170 → 每项约 178），与分类小说一致 */
    width: calc((100% - 100px) / 6);
    text-align: center;
}

.n_cf435b_bb ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.n_cf435b_bb ul li a img {
    /* 与列表页 .n_cf435b_mccov 统一：比例 3:4，容器变窄时等比缩小 */
    width: 100%;
    max-width: 154px;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    display: block;
    margin: 0 auto 8px auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.n_cf435b_bb ul li a:hover img {
    transform: scale(1.05);
}

.n_cf435b_bb ul li a p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_cf435b_bb ul li a:hover p {
    color: #5A67F2;
}

/* 轮播+右侧资讯区域（参考 52pkvr） */
.n_cf435b_irow {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.n_cf435b_indexa4 {
    width: 830px;
    height: 467px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.n_cf435b_index8c.n_cf435b_slide {
    width: 830px;
    height: 467px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #f0f0f0;
}

.n_cf435b_index8c.n_cf435b_slide ul {
    position: relative;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    transition: left 0.5s ease;
}

.n_cf435b_index8c.n_cf435b_slide ul li {
    float: left;
    width: 830px;
    height: 467px;
    position: relative;
}

.n_cf435b_index8c.n_cf435b_slide ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.n_cf435b_index8c.n_cf435b_slide ul li a img {
    width: 830px;
    height: 467px;
    display: block;
    object-fit: cover;
}

.n_cf435b_index8c.n_cf435b_slide ul li a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 570px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 45px 0 15px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(90deg, #4453D9 0%, rgba(68, 83, 217, 0) 100%);
    border-radius: 0 0 0 6px;
}

/* 右侧垂直切换缩略图列表（黑蒙版+图片+文字） */
.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot {
    width: 260px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 467px;
    background: rgba(0, 0, 0, 0.5);
}

.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i {
    display: block;
    width: 260px;
    height: 93px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i:last-child {
    border-bottom: none;
}

.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.55;
    transition: opacity 0.3s ease;
}

/* 黑色蒙版层 - 进一步压暗保证文字清晰 */
.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i .n_cf435b_dmas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
}

/* 标题文字层 */
.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i .n_cf435b_dcap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 当前激活状态：完整不透明图片 + 橙色左指示条 */
.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i.n_cf435b_curre {
    background-color: transparent;
    box-shadow: inset 3px 0 0 #5A67F2;
}

.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i.n_cf435b_curre img,
.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i:hover img {
    opacity: 1;
}

.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i.n_cf435b_curre .n_cf435b_dmas,
.n_cf435b_index8c.n_cf435b_slide .n_cf435b_dot i:hover .n_cf435b_dmas {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* 右侧资讯 .indexgl */
.n_cf435b_indexa8 {
    width: 350px;
    height: 467px;
    flex-shrink: 0;
    margin-left: 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.n_cf435b_indexa8 .n_cf435b_glbox {
    position: relative;
    margin: 20px 20px 0;
    width: 310px;
    height: 174px;
}

.n_cf435b_indexa8 .n_cf435b_glbox a {
    display: block;
    text-decoration: none;
}

.n_cf435b_indexa8 .n_cf435b_glbox img {
    width: 310px;
    height: 174px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.n_cf435b_indexa8 .n_cf435b_glbox a:hover img {
    transform: scale(1.03);
}

.n_cf435b_indexa8 .n_cf435b_glbox .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 174px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    border-radius: 4px;
}

.n_cf435b_indexa8 .n_cf435b_glbox .info a {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    padding: 0 15px;
    bottom: 12px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    pointer-events: auto;
    text-decoration: none;
    transition: color 0.2s ease;
}

.n_cf435b_indexa8 .n_cf435b_glbox .info a:hover {
    color: #C7CFFF;
}

.n_cf435b_indexa8 ul {
    margin: 18px 20px 0;
    padding: 0;
    list-style: none;
}

.n_cf435b_indexa8 ul li {
    margin-bottom: 14px;
}

.n_cf435b_indexa8 ul li:last-child {
    margin-bottom: 0;
}

.n_cf435b_indexa8 ul li a {
    text-decoration: none;
    display: block;
}

.n_cf435b_indexa8 ul li a p {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.n_cf435b_indexa8 ul li a p i.icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #5A67F2;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}

.n_cf435b_indexa8 ul li a p span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_cf435b_indexa8 ul li a p em {
    font-size: 12px;
    color: #aaa;
    font-style: normal;
    margin-left: 10px;
    flex-shrink: 0;
}

.n_cf435b_indexa8 ul li:hover a p,
.n_cf435b_indexa8 ul li:hover a p span {
    color: #5A67F2;
}

/* jtbox 兼容样式（保留备用） */
.n_cf435b_jtbox {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.n_cf435b_jtinf {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
}

.n_cf435b_jtinf:last-child {
    border-bottom: none;
}

.n_cf435b_jtinf img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
}

.n_cf435b_jtinf .info {
    flex: 1;
    overflow: hidden;
}

.n_cf435b_jtinf .info p {
    margin: 0;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_cf435b_jtinf .info p:last-child {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.n_cf435b_jtinf .info p span {
    color: #5A67F2;
}

.n_cf435b_jtinf .info p em {
    margin: 0 5px;
    color: #ccc;
}

/* 推荐区域 */
.n_cf435b_tjapp {
    background: #fff;
    border-radius: var(--radius);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: var(--shadow);
}

.n_cf435b_tjapp .n_cf435b_loadtf2 {
    margin-bottom: 15px;
}

.n_cf435b_tjapp .n_cf435b_loadtf2 p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.n_cf435b_tjapp .n_cf435b_loadtf2 p .icon {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #5A67F2;
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: middle;
}

.n_cf435b_tjapp .n_cf435b_loadtf2 p a {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
}

.n_cf435b_tjapp .n_cf435b_loadtf2 p a:hover {
    color: #5A67F2;
}

.n_cf435b_tcat .n_cf435b_loadtf2 {
    margin-bottom: 10px;
}

.n_cf435b_tcat .n_cf435b_boxna {
    margin-top: 0;
    margin-bottom: 15px;
}

.n_cf435b_tjapp .n_cf435b_boxna {
    display: block;
    background: var(--bg-soft);
    height: 36px;
    line-height: 36px;
    border-radius: var(--radius-sm);
    padding: 0;
    overflow: hidden;
}

.n_cf435b_tjapp .n_cf435b_boxna span {
    display: inline-block;
    padding: 0 22px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.n_cf435b_tjapp .n_cf435b_boxna span.n_cf435b_curre {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    border-radius: var(--radius-sm);
}

.n_cf435b_tjapp .n_cf435b_boxna span:hover:not(.n_cf435b_curre) {
    color: #5A67F2;
}

.n_cf435b_tjapp .n_cf435b_boxna span em {
    display: none;
}

.n_cf435b_tjapp .n_cf435b_tcon31 {
    overflow: hidden;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* 向左靠齐，不足一行时不分散 */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li {
    /* 一行 6 项，间隙 20px，铺满容器（1170 → 每项约 178） */
    width: calc((100% - 100px) / 6);
    height: auto;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a img {
    /* 与列表页 .n_cf435b_mccov 统一：比例 3:4，容器变窄时等比缩小 */
    width: 100%;
    max-width: 154px;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    object-fit: cover;
    display: block;
    margin: 0 auto 8px auto;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a .info {
    margin-top: 4px;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a .info p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a .info p span {
    color: #5A67F2;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a .info p em {
    margin: 0 4px;
    color: #ccc;
}

.n_cf435b_tjapp .n_cf435b_sbox5c ul li a:hover p {
    color: #5A67F2;
}

/* 面包屑导航 */
.n_cf435b_ploc {
    height: 20px;
    font-size: 12px;
    color: #aaa;
    padding-top: 16px;
    padding-bottom: 15px;
}

.n_cf435b_ploc a {
    color: #aaa;
    text-decoration: none;
}

.n_cf435b_ploc a:hover {
    color: #5A67F2;
}

.n_cf435b_ploc em {
    color: #5A67F2;
    margin: 0 5px;
}

.n_cf435b_plcur {
    color: #999;
}

/* 区块标题栏 */
.n_cf435b_loadtf2 {
    margin: 0 0 15px 0;
    position: relative;
}

.n_cf435b_loadtf2 p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    margin: 0;
}

.n_cf435b_ldec {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #5A67F2;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.n_cf435b_loadtf2 p .icon.n_cf435b_dl {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #5A67F2;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.n_cf435b_loadtf2 p .icon.n_cf435b_dr {
    display: none;
}

.n_cf435b_lmor {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.n_cf435b_larr {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aaa'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.n_cf435b_lmor:hover {
    color: #5A67F2;
}

.n_cf435b_lmor:hover .n_cf435b_larr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235A67F2'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
}

.n_cf435b_loadtf2 p a {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
}

.n_cf435b_loadtf2 p a:hover {
    color: #5A67F2;
}

/* 标签切换导航 */
.n_cf435b_boxna {
    background: #eee;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    overflow: hidden;
}

.n_cf435b_boxna span {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.n_cf435b_boxna span.n_cf435b_curre {
    background: #fff;
    color: #5A67F2;
    font-weight: 600;
}

.n_cf435b_boxna span em {
    display: none;
}

.n_cf435b_btabba {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
}

.n_cf435b_btag {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    height: auto;
    line-height: normal;
    padding: 0;
}

.n_cf435b_btag a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 4px 4px 0;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    line-height: normal;
    transition: all 0.2s ease;
}

.n_cf435b_btag a:hover {
    background: #5A67F2;
    color: #fff;
}

/* 两栏布局 */
.n_cf435b_loadm {
    width: 1200px;
    margin: 0 auto;
}

.n_cf435b_loadm .n_cf435b_ll {
    float: left;
    width: 830px;
}

.n_cf435b_loadm .n_cf435b_lr {
    float: left;
    width: 350px;
    margin-left: 20px;
}

/* ============================================
   排行榜
   ============================================ */
.n_cf435b_mrsec {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mrgri {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.n_cf435b_mrcol .n_cf435b_boxna {
    margin-bottom: 10px;
}

.n_cf435b_mrlis {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_mrlis li {
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden;
}

.n_cf435b_mrnum {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eee;
    color: #999;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: middle;
}

.n_cf435b_mrntop {
    background: #5A67F2;
    color: #fff;
}

.n_cf435b_mrlis li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

.n_cf435b_mrlis li a:hover {
    color: #5A67F2;
}

.n_cf435b_mrlis li em {
    float: right;
    font-size: 12px;
    color: #aaa;
}

/* ============================================
   推荐小说
   ============================================ */
.n_cf435b_mrsec99 {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mrsec99 .n_cf435b_loadtf2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_cf435b_tcon31 {
    overflow: hidden;
}

.n_cf435b_sbox5c {
    overflow: hidden;
}

.n_cf435b_mrgrib1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_mrgrib1 li {
    float: left;
    width: 130px;
    margin: 0 10px 12px 0;
    text-align: center;
}

.n_cf435b_mrgrib1 li:nth-child(6n) {
    margin-right: 0;
}

.n_cf435b_mrgrib1 li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.n_cf435b_mrgrib1 li a img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.n_cf435b_mrgrib1 li a:hover img {
    transform: scale(1.05);
}

.n_cf435b_mrgrib1 li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_cf435b_mrgrib1 li a:hover span {
    color: #5A67F2;
}

/* ============================================
   分类小说
   ============================================ */
.n_cf435b_mcsec {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mcsec .n_cf435b_loadtf2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.n_cf435b_mcgri {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_mcgri li {
    float: left;
    width: 130px;
    margin: 0 10px 12px 0;
    text-align: center;
}

.n_cf435b_mcgri li:nth-child(6n) {
    margin-right: 0;
}

.n_cf435b_mcgri li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.n_cf435b_mcgri li a img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}

.n_cf435b_mcgri li a:hover img {
    transform: scale(1.05);
}

.n_cf435b_mcgri li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_cf435b_mcgri li a:hover span {
    color: #5A67F2;
}

/* ============================================
   最新资讯
   ============================================ */
.n_cf435b_mnsec {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mngri {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_mngri li {
    float: left;
    width: 190px;
    margin: 0 10px 12px 0;
}

.n_cf435b_mngri li:nth-child(4n) {
    margin-right: 0;
}

.n_cf435b_mngri li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.n_cf435b_mngri li a img {
    display: block;
    width: 190px;
    height: 120px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.n_cf435b_mngri li a:hover img {
    transform: scale(1.03);
}

.n_cf435b_mngri li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_cf435b_mngri li a:hover span {
    color: #5A67F2;
}

.n_cf435b_mngri li a em {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 2px;
}

/* ============================================
   热门专题
   ============================================ */
.n_cf435b_mtsec84 {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mtgri {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_mtgri li {
    float: left;
    width: 190px;
    margin: 0 10px 12px 0;
}

.n_cf435b_mtgri li:nth-child(4n) {
    margin-right: 0;
}

.n_cf435b_mtgri li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.n_cf435b_mtgri li a img {
    display: block;
    width: 190px;
    height: 100px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.n_cf435b_mtgri li a:hover img {
    transform: scale(1.03);
}

.n_cf435b_mtgri li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_cf435b_mtgri li a:hover span {
    color: #5A67F2;
}

/* ============================================
   标签
   ============================================ */
.n_cf435b_mtsec {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mtcon {
    line-height: 28px;
}

.n_cf435b_mtcon a {
    display: inline-block;
    padding: 3px 12px;
    margin: 0 6px 6px 0;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.n_cf435b_mtcon a:hover {
    background: #5A67F2;
    color: #fff;
}

/* ============================================
   友情链接
   ============================================ */
.n_cf435b_mlsec {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_mlcon {
    line-height: 28px;
}

.n_cf435b_mlcon a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin: 0 10px;
}

.n_cf435b_mlcon a:hover {
    color: #5A67F2;
}

/* ============================================
   资讯+专题合集区域
   ============================================ */
.n_cf435b_ntsec {
    display: flex;
    gap: 20px;
    background: transparent;
}

.n_cf435b_ncol {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.n_cf435b_tcol {
    width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.n_cf435b_tblo {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

/* 最新资讯列表 - 一列30行 */
.n_cf435b_nlis {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_nlis li {
    height: 36px;
    line-height: 36px;
    padding: 0 4px;
    border-bottom: 1px dashed #f5f5f5;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.n_cf435b_nlis li:last-child {
    border-bottom: none;
}

.n_cf435b_nlis li:hover {
    background: rgba(90, 103, 242, 0.03);
}

.n_cf435b_nlis li a {
    display: block;
    height: 36px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    overflow: hidden;
}

.n_cf435b_nnum {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #f0f0f0;
    color: #999;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 12px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 500;
}

.n_cf435b_nntop {
    background: linear-gradient(135deg, #5A67F2, #828DF7);
    color: #fff;
    box-shadow: 0 2px 4px rgba(90, 103, 242, 0.3);
}

.n_cf435b_ntit1f {
    display: inline-block;
    vertical-align: middle;
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.n_cf435b_nlis li a:hover .n_cf435b_ntit1f {
    color: #5A67F2;
}

.n_cf435b_ndat {
    float: right;
    font-size: 12px;
    color: #bbb;
    font-style: normal;
    margin-left: 12px;
}

/* 专题小卡片 */
.n_cf435b_tmgri {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_tmgri li {
    margin-bottom: 12px;
}

.n_cf435b_tmgri li:last-child {
    margin-bottom: 0;
}

.n_cf435b_tmgri li a {
    display: flex;
    text-decoration: none;
    color: #333;
    align-items: center;
    gap: 12px;
}

.n_cf435b_tmgri li a img {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.n_cf435b_tmgri li a:hover img {
    transform: scale(1.05);
}

.n_cf435b_tmgri li a span {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.n_cf435b_tmgri li a:hover span {
    color: #5A67F2;
}

/* 合集标签云 */
.n_cf435b_tclo7a {
    line-height: 30px;
}

.n_cf435b_tclo7a a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 6px 6px 0;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.n_cf435b_tclo7a a:hover {
    background: #5A67F2;
    color: #fff;
}

/* ============================================
   资讯详情页样式
   ============================================ */
.n_cf435b_newma {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
}

.n_cf435b_headb {
    overflow: hidden;
}

.n_cf435b_newma h1 {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

.n_cf435b_headb p {
    margin-top: 22px;
    text-align: center;
    line-height: 12px;
}

.n_cf435b_headb p span {
    font-size: 12px;
    color: #aaa;
    margin-right: 40px;
}

.n_cf435b_headb p span:last-child {
    margin-right: 0;
}

.n_cf435b_headb p span .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    vertical-align: middle;
    background: #ccc;
    border-radius: 50%;
}

.n_cf435b_newma .n_cf435b_cont {
    padding: 30px 20px 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.n_cf435b_newma .n_cf435b_cont p {
    margin: 15px 0;
}

.n_cf435b_newma .n_cf435b_cont a {
    color: #2e90fb;
}

.n_cf435b_newma .n_cf435b_cont img {
    display: block;
    max-width: 790px;
    margin: 15px auto;
}

.n_cf435b_newma .n_cf435b_cont h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-left: 10px;
}

.n_cf435b_state {
    height: 71px;
    line-height: 71px;
    margin: 0 20px;
    background: rgba(90, 103, 242, 0.1);
    border-radius: 4px;
    padding: 0 20px;
}

.n_cf435b_state p {
    font-size: 13px;
    color: #999;
}

.n_cf435b_state p span {
    color: #5A67F2;
    font-weight: 600;
}

.n_cf435b_yxbox {
    height: 168px;
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(85, 85, 85, 0.1);
    margin: 30px 20px;
    background: #fff;
    overflow: hidden;
}

.n_cf435b_yxbox > a:first-child {
    float: left;
}

.n_cf435b_yxbox img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin: 24px;
    float: left;
}

.n_cf435b_yxbox .info {
    width: 430px;
    float: left;
    margin-top: 24px;
}

.n_cf435b_yxbox .info a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.n_cf435b_yxbox .info a:hover {
    color: #5A67F2;
}

.n_cf435b_yxbox .info p {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.n_cf435b_yxbox .info p span {
    color: #666;
}

.n_cf435b_yxbox .info p .n_cf435b_score {
    color: #5A67F2;
}

.n_cf435b_ybtn {
    float: right;
    margin: 64px 24px 0 0;
    background: #5A67F2;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.n_cf435b_ybtn:hover {
    background: #4453D9;
    color: #fff;
}

.n_cf435b_tbpag {
    margin: 30px 20px 20px;
    overflow: hidden;
}

.n_cf435b_tbpag a {
    width: 318px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #aaa;
    line-height: 40px;
    padding: 0 25px;
    float: left;
    margin-right: 50px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.n_cf435b_tbpag a:last-child {
    margin-right: 0;
}

.n_cf435b_tbpag a:hover {
    border-color: #5A67F2;
    color: #5A67F2;
}

/* ============================================
   相关资讯
   ============================================ */
.n_cf435b_loadb4a {
    background: #fff;
    overflow: hidden;
    padding: 0 20px 10px;
    border-radius: 6px;
}

.n_cf435b_loadb4a .n_cf435b_loadtf2 {
    margin: 25px 0 15px;
}

.n_cf435b_loadb4a .n_cf435b_loadtf2 p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-left: 12px;
    position: relative;
}

.n_cf435b_loadb4a .n_cf435b_loadtf2 p .icon.n_cf435b_dl {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #5A67F2;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.n_cf435b_loadb4a .n_cf435b_loadtf2 p a {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
}

.n_cf435b_loadb4a ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_cf435b_loadb4a ul li {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 377px;
}

.n_cf435b_loadb4a ul li:nth-child(2n) {
    margin-right: 0;
}

.n_cf435b_loadb4a ul li a {
    text-decoration: none;
    display: block;
}

.n_cf435b_loadb4a ul li a p {
    overflow: hidden;
}

.n_cf435b_loadb4a ul li a p em {
    display: inline-block;
    width: 44px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: linear-gradient(90deg, #5A67F2 0%, #828DF7 100%);
}

.n_cf435b_loadb4a ul li a p span:nth-child(2) {
    font-size: 14px;
    color: #666;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.n_cf435b_loadb4a ul li:hover a p span:nth-child(2) {
    color: #5A67F2;
}

.n_cf435b_loadb4a ul li a p span:nth-child(3) {
    font-size: 13px;
    color: #aaa;
    margin-left: 10px;
}

/* ============================================
   响应式
   ============================================ */
@media (max-width: 1200px) {
    .n_cf435b_vr120 {
        width: 95%;
        margin: 0 auto;
    }

    .n_cf435b_loadm {
        width: 100%;
    }

    .n_cf435b_loadm .n_cf435b_ll {
        width: 65%;
    }

    .n_cf435b_loadm .n_cf435b_lr {
        width: 32%;
    }

    .n_cf435b_mrgri {
        grid-template-columns: repeat(2, 1fr);
    }

    .n_cf435b_mrgrib1 li,
    .n_cf435b_mcgri li {
        width: 16%;
        margin-right: 2%;
    }

    .n_cf435b_mngri li {
        width: 23%;
    }

    .n_cf435b_mtgri li {
        width: 23%;
    }

    /* 首页书本列表：仍保持一行 6 项，宽度与封面均自适应（见主规则） */
    .n_cf435b_tjapp .n_cf435b_sbox5c ul li,
    .n_cf435b_bb ul li {
        height: auto;
    }
}

@media (max-width: 768px) {
    html, body {
        min-width: 0;
    }

    .n_cf435b_loadm .n_cf435b_ll,
    .n_cf435b_loadm .n_cf435b_lr {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .n_cf435b_mrgri {
        grid-template-columns: 1fr;
    }

    .n_cf435b_mrgrib1 li,
    .n_cf435b_mcgri li,
    .n_cf435b_mngri li,
    .n_cf435b_mtgri li {
        width: 31%;
        margin-right: 3%;
    }

    .n_cf435b_loadb4a ul li {
        width: 100%;
        margin-right: 0;
    }

    .n_cf435b_tjapp .n_cf435b_sbox5c ul li,
    .n_cf435b_bb ul li {
        width: calc(33.33% - 10px);
        height: auto;
    }

    .n_cf435b_tjapp .n_cf435b_sbox5c ul li a img,
    .n_cf435b_bb ul li a img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        margin: 0 0 8px 0;
    }

    .n_cf435b_newma h1 {
        font-size: 22px;
    }

    .n_cf435b_tbpag a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .n_cf435b_yxbox {
        height: auto;
    }

    .n_cf435b_yxbox img,
    .n_cf435b_yxbox .info,
    .n_cf435b_ybtn {
        float: none;
        margin: 10px auto;
    }
}

/* ============================================
   首页：热门专题 / 热门标签 全宽图文网格
   ============================================ */
.n_cf435b_gcar7b {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 15px;
}

.n_cf435b_gcar7b.n_cf435b_gc4d9 {
    grid-template-columns: repeat(4, 1fr);
}

.n_cf435b_gcar7b.n_cf435b_gc5f1 {
    grid-template-columns: repeat(5, 1fr);
}

.n_cf435b_gcar7b li {
    min-width: 0;
}

.n_cf435b_gcar7b li a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: all 0.3s ease;
}

.n_cf435b_gcar7b li a:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(90, 103, 242, 0.15);
    transform: translateY(-2px);
}

.n_cf435b_gcov4c {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}

.n_cf435b_gcov4c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.n_cf435b_gcar7b li a:hover .n_cf435b_gcov4c img {
    transform: scale(1.06);
}

.n_cf435b_gtit2e {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px 10px;
    height: 56px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    transition: color 0.2s ease;
}

.n_cf435b_gcar7b li a:hover .n_cf435b_gtit2e {
    color: var(--primary);
}

@media (max-width: 1200px) {
    .n_cf435b_gcar7b.n_cf435b_gc4d9,
    .n_cf435b_gcar7b.n_cf435b_gc5f1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .n_cf435b_gcar7b.n_cf435b_gc4d9,
    .n_cf435b_gcar7b.n_cf435b_gc5f1 {
        grid-template-columns: repeat(2, 1fr);
    }
}