﻿html {
    scroll-behavior: smooth;
}
/*科普*/
.nav-f22-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    height: 40px;
}
.nav-f22-title .fonts{
    color: #19b500;
    font-size: 22px;
    font-weight: 700;
    margin-right: 6px;
}
.group {
    width: 1200px;
    margin: 0 auto;
    background: #FFF;
    padding: 10px 20px 30px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}
.group .row {
    *zoom: 1;
    margin: 60px 0 0 0;
}
.group .row:first-child {
    margin: 20px 0 0 0;
}
.group:before, .group:after {
    display: table;
    content: "";
}
.group:after {
    clear: both;
}
.group .row:before, .group .row:after {
    display: table;
    content: "";
}
.group .row:first-child {
    margin: 0;
}

.group .row:after {
    clear: both;
}
.group .groupart {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26px 0 14px;
    float: left;
}
.group .groupart h3 {
    font-size: 16px;
    color: rbga(0, 0, 0, .85);
    line-height: 30px;
    margin: 0;
}
.group .groupart h3 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.group .groupart h3 span {
    vertical-align: middle;
}
.group .groupart h3:hover span {
    color: #19b500;
    cursor: pointer;
}
.group .groupart ul {
    margin: 10px 0 0 0;
    overflow: hidden;
}
.group .groupart li {
    position: relative;
    height: 48px;
    overflow-y: hidden;
    border-bottom: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group .groupart li:hover {
    background: #f8fff7;
}
.group .groupart li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
    transition: all 0.2s ease-in-out, padding-left 0.2s ease-in-out;
}
.group .groupart li:hover a {
    color: #19b500;
    padding-left: 6px;
}
.group .groupart li::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out 0.05s;
    -moz-transition: all 0.2s ease-in-out 0.05s;
    -ms-transition: all 0.2s ease-in-out 0.05s;
    -o-transition: all 0.2s ease-in-out 0.05s;
    transition: all 0.2s ease-in-out 0.05s;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
.group .groupart li:hover::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #999;
}
.group .groupart li::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out 0.05s;
    -moz-transition: all 0.2s ease-in-out 0.05s;
    -ms-transition: all 0.2s ease-in-out 0.05s;
    -o-transition: all 0.2s ease-in-out 0.05s;
    transition: all 0.2s ease-in-out 0.05s;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
.group .groupart .more {
    font-size: 14px;
    color: #19b500;
    line-height: 26px;
    margin: 10px 0 0 0;
    cursor: pointer;
    padding: 0 0 0 2px;
}
.group .groupart .more:hover {
    color: #15a000;
}
.group .groupart .more:hover::before {
    border-color: #15a000;
}
.group .groupart:hover h3 span {
    color: #19b500;
    transition: color 0.2s ease-in-out;
}
.group .groupart .more::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #19b500;
    border-left: 1px solid #19b500;
    display: block;
    float: left;
    margin: 4px 0 0 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.group .groupart .more.spread::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}
.group .groupart .more span {
    margin: 0 0 0 12px;
}
.yy-menu-tg{
    margin-top:20px;
}
/*地区*/
.search-tab .right.-scroll {
    overflow-y: scroll;
    width: 100%;
    height: 436px;
    padding: 20px 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
.search-tab .row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    padding: 16px 20px;
    margin: 0;
}
.search-tab .item {
    display: inline-block;
    line-height: 21px;
    margin-bottom: 7px;
    font-size: 15px;
}
.search-tab .item.-right {
    padding-right: 24px;
}
.search-tab .col-1 {
    width: 5.33333333%;
}
.search-tab .col-11 {
    width: 91.66666667%;
}
.search-tab .item.-prov, .search-tab .item.-strong {
    font-weight: 700;
}
.search-tab .col-1,.search-tab .col-11{
    float: left;
    overflow: hidden;
}
.search-tab .row:first-child {
    padding-top: 0;
}
/* 隐藏默认滚动条，只在hover时显示自定义滚动条 */
.right.-scroll::-webkit-scrollbar {
    width: 4px;
}
.right.-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.right.-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
    transition: background 0.3s;
}
.right.-scroll:hover::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}
.right.-scroll:hover::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
.prov-list .item.-prov a {
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.prov-list .item.-prov a:hover {
    color: #19b500;
    background: #f0fff0;
}

.prov-list .col-1 a {
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.prov-list .col-1 a:hover {
    color: #19b500;
    background: #f0fff0;
}

.prov-list .col-11 a {
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 2px 0;
}
.prov-list .col-11 a:hover {
    color: #19b500;
    background: #f0fff0;
}
.prov-list .row:hover .col-1 a {
    color: #19b500;
}

.prov-list .row {
    transition: background 0.2s ease-in-out;
    border-radius: 4px;
}
.prov-list .row:hover {
    background: #fafff9;
}
/*热搜*/
.baike-con3 {
    padding-top: 20px;
}
.section-content::after {
    clear: both;
}
.section-content{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.attention {
    box-sizing: border-box;
    cursor: pointer;
    width: 155px;
    height: 155px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    text-decoration: none;
}
.attention:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.attentionimg {
    width: 100%;
    height: 80px;
}
.attention:hover .attentionimg {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.attention .attentionimg {
    transition: transform 0.3s ease-in-out;
}
.attentiontitle {
    padding: 0 6px;
    color: #171717;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.attention:hover .attentiontitle {
    color: #19b500;
    transition: color 0.2s ease-in-out;
}
.attentiontitle {
    transition: color 0.2s ease-in-out;
}
.attentionclass {
    padding: 0 6px;
    color: #808080;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.attentionmsgnum {
    padding: 0 6px;
    color: #808080;
    font-size: 12px;
    margin-top: 4px;
}
.attention:hover .attentionclass,
.attention:hover .attentionmsgnum {
    color: #555;
    transition: color 0.2s ease-in-out;
}
.baike-con3-more {
    text-align: center;
}
.baike-con3-more .btn {
    font-size: 14px;
    line-height: 40px;
    line-height: 2.4;
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #19b500;
}

/* 发现版块 */
.find-block {
    display: flex;
    gap: 20px;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.find-col {
    flex: 1;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}
.find-col:last-child {
    border-right: none;
    padding-right: 0;
}
.find-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #19b500;
    margin-bottom: 10px;
}
.find-col-title {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
}
.find-col-icon {
    font-size: 18px;
    color: #19b500;
}

/* 列表 */
.find-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.find-item {
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.2s ease-in-out;
    border-radius: 4px;
    padding: 0 4px;
}
.find-item:hover {
    background: #f8fff7;
}

/* 排名 */
.find-rank {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    color: rgba(0,0,0,0.4);
}
.rank-1 {
    color: #19b500;
    font-size: 18px;
}
.rank-2 { color: #52c41a; }
.rank-3 { color: #95de64; }

/* 链接 */
.find-link {
    flex: 1;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease-in-out;
}
.find-item:hover .find-link {
    color: #19b500;
}

/* 数字 */
.find-num {
    font-size: 13px;
    color: rgba(0,0,0,0.35);
    margin-left: 10px;
    min-width: 30px;
    text-align: right;
}

/* 查看更多 */
.find-more {
    margin-top: 14px;
    text-align: center;
}
.find-more a {
    font-size: 14px;
    color: #19b500;
    text-decoration: none;
    padding: 6px 20px;
    border: 1px solid #19b500;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.find-more a:hover {
    background: #19b500;
    color: #fff;
}

/* kepu详情页整体布局 */
.kepu-wrap {
    background: #f5f5f5;
    min-height: 100vh;
}
.kepu-container {
    display: flex;
    max-width: 1280px;
    margin: 0 auto 40px;
    padding: 20px 0;
    position: relative;
    align-items: flex-start;
}

/* 左侧导航 */
.kepu-sidebar {
    width: 240px;
    flex-shrink: 0;
    position: sticky;
    top: 70px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}
.kepu-sidebar::-webkit-scrollbar { width: 3px; }
.kepu-sidebar::-webkit-scrollbar-thumb { background: transparent; border-radius: 3px; }
.kepu-sidebar:hover::-webkit-scrollbar-thumb { background: #d0d0d0; }

.kepu-sidebar-inner {
    /*background: #fff;*/
    /*border-radius: 8px;*/
    /*padding: 16px 0;*/
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.06);*/
}
.kepu-sidebar-title {
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    padding: 0 16px 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 8px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
}

/* 一级分类 */
.kepu-nav { margin: 0; padding: 0; list-style: none; }
.kepu-nav-item { }
.kepu-nav-cat1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s;
}
.kepu-nav-cat1:hover { color: #19b500; background: #f8fff7; }
.kepu-nav-item.active > .kepu-nav-cat1 { color: #19b500; font-weight: 600; }
.kepu-arrow {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s;
    flex-shrink: 0;
}
.kepu-nav-item.active > .kepu-nav-cat1 .kepu-arrow,
.kepu-nav-sub.open > .kepu-nav-item2.active > .kepu-nav-cat2 .kepu-arrow {
    transform: rotate(-135deg);
    margin-top: 4px;
}

/* 二级 */
.kepu-nav-sub { display: none; list-style: none; padding: 0; margin: 0; }
.kepu-nav-sub.open { display: block; }

.kepu-nav-item2 { }
.kepu-nav-cat2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px 6px 28px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}
.kepu-nav-cat2:hover { color: #19b500; }
.kepu-nav-item2.active > .kepu-nav-cat2 { color: #19b500; }

/* 三级文章 */
.kepu-nav-sub2 { display: none; list-style: none; padding: 0; margin: 0; }
.kepu-nav-sub2.open { display: block; }
.kepu-nav-sub2 li a,
.kepu-nav-art a {
    display: block;
    padding: 5px 16px 5px 40px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kepu-nav-sub2 li a:hover,
.kepu-nav-art a:hover { color: #19b500; padding-left: 44px; }
.kepu-nav-sub2 li a.cur,
.kepu-nav-art a.cur { color: #19b500; font-weight: 600; background: #f0fff0; }

.kepu-main {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 10px 40px 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    min-width: 0;
}
.kepu-breadcrumb {
    font-size: 13px;
    color: rgba(0,0,0,0.45);
    margin-bottom: 16px;
}
.kepu-breadcrumb a { color: rgba(0,0,0,0.45); text-decoration: none; }
.kepu-breadcrumb a:hover { color: #19b500; }
.kepu-breadcrumb span { margin: 0 6px; }

/* 标签 */
.kepu-tags { margin-bottom: 12px; }
.kepu-tag {
    display: inline-block;
    padding: 3px 10px;
    background: #f0fff0;
    color: #19b500;
    border: 1px solid #b7eb8f;
    border-radius: 12px;
    font-size: 13px;
    text-decoration: none;
    margin-right: 8px;
    transition: all 0.2s;
}
.kepu-tag:hover { background: #19b500; color: #fff; }

/* 标题 */
.article_title {
    font-size: 26px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
    line-height: 1.4;
    margin: 0 0 12px;
}
.kepu-meta {
    font-size: 12px;
    color: rgba(0,0,0,0.4);
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.kepu-meta span { margin-right: 8px; vertical-align: top;}
.kepu-pager {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    gap: 20px;
}
.kepu-pager a {
    flex: 1;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kepu-pager a span {
    color: #19b500;
    font-size: 12px;
    margin-right: 6px;
}
.kepu-pager a:hover { border-color: #19b500; color: #19b500; background: #f8fff7; }
.kepu-pager-next { text-align: right; }

/* 相关推荐 */
.kepu-xgtj { margin-top: 30px; }
.kepu-xgtj-title {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #19b500;
}
.kepu-xgtj ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.kepu-xgtj li a {
    display: block;
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 13px;
    
    text-decoration: none;
    transition: all 0.2s;
}
.kepu-xgtj li a:hover { background: #f0fff0; color: #19b500; }

/* 右侧目录 */
.kepu-toc {
    width: 200px;
    flex-shrink: 0;
    position: sticky;
    top: 70px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}
.kepu-toc::-webkit-scrollbar { width: 3px; }
.kepu-toc::-webkit-scrollbar-thumb { background: transparent; }
.kepu-toc:hover::-webkit-scrollbar-thumb { background: #d0d0d0; }

.kepu-toc-inner {
    /*background: #fff;*/
    /*border-radius: 8px;*/
    padding: 16px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.06);*/
}
.kepu-toc-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
    line-height: 60px;
}
.kepu-toc-list { list-style: none; padding: 0; margin: 0; }
.kepu-toc-item { margin-bottom: 6px; }
.kepu-toc-item a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 2px solid transparent;
    padding-left: 8px;
}
.kepu-toc-item a:hover { color: #19b500; }
.kepu-toc-item a.cur { color: #19b500; border-left-color: #19b500; }
.kepu-toc-item.level-3 a { padding-left: 16px; font-size: 12px; }
.memu_h2>i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #19b500;
    border-radius: 5px;
    margin-right: 12px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}
.artcilecontent h2{
    padding-left: 0;
}
.artcilecontent h2:after{
    display: none;
}
.artcilecontent h3 {
    color: #262626;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin: 16px 0;
    position: relative;
}
.artcilecontent h3 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #19b500;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}

.artcilecontent h3 i {
    width: 18px;
    height: 18px;
    font-size: 11px;
    background: #52c41a;
}
/*案例基本信息*/
.top-fl-two {
    padding: 20px 0;
    background: #FFF;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    margin-bottom: 15px;
}

.top-fl-two .title {
    font-size: 22px;
    position: relative;
    padding-left: 20px;
}

.top-fl-two .title:after {
    content: ' ';
    display: block;
    width: 535px;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 10px;
    right: 0;
}

.top-fl-two .title:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 30px;
    background: #19b500;
    position: absolute;
    top: -3px;
    left: 0;
}

.top-fl-two .essential-info {
    padding: 20px;
}

.top-fl-two .essential-info-list {
    padding-bottom: 15px;
}

.top-fl-two .essential-info-list .fl {
    width: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    position: relative;
    padding-left: 25px;
}

.top-fl-two .essential-info-list .fl:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.top-fl-two .essential-info-list .fl.int-One:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_05.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Two:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_06.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Three:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_07.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Four:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_08.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Five:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_09.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Six:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_10.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Seven:before {
    background: url(/assets/shiguan/vodjk/newvideo/images/icon_11.png) no-repeat;
}

.top-fl-two .essential-info-list .fr {
    width: 555px;
    line-height: 24px;
    font-weight: bold;
}

.top-fl-two .essential-info-list .fr .l {
    color: #5ac7d8;
}

.top-fl-two .essential-info-list .fr .h {
    color: #999;
}

.top-fl-two .essential-info-list .fr .mb {
    margin-bottom: 15px;
}

.top-fl-two .essential-info-list .fr .Treat {
    width: 20%;
    float: left;
}

.top-fl-two .mb {
    margin-bottom: 20px;
}
.basic-info {
    *overflow: hidden;
    clear: both;
    background: url(/assets/shiguan/vodjk/newvideo/images/basicInfo-bg.png);
    font-size: 12px;
}

.basic-info a {
    color: #136ec2;
}

.basic-info a:hover {
    text-decoration: underline;
}

.basic-info .basicInfo-block {
    width: 50%;
    float: left
}

.basic-info .basicInfo-block .basicInfo-item {
    line-height: 26px;
    display: block;
    padding: 0;
    margin: 0;
    float: left
}

.basic-info .basicInfo-block .basicInfo-item.name {
    width: 70px;
    padding: 0 5px 0 12px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #999
}

.basic-info .basicInfo-block .basicInfo-item.value {
    zoom: 1;
    color: #333;
    width: 220px;
    float: left;
    position: relative
}

.basic-info .toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 40px;
    color: #999;
    text-align: right
}

.basic-info .toggle:hover {
    text-decoration: none
}

.basic-info .toggle .arrow {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    left: 0
}

.basic-info .toggle.toCollapse .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #b4b4b4
}

.basic-info .toggle.toCollapse .arrow.arrow-border {
    top: 11px
}

.basic-info .toggle.toCollapse .arrow.arrow-bg {
    border-bottom-color: #fff;
    top: 12px
}

.basic-info .toggle.toExpand .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #b4b4b4
}

.basic-info .toggle.toExpand .arrow.arrow-border {
    top: 12px
}

.basic-info .toggle.toExpand .arrow.arrow-bg {
    border-top-color: #fff;
    top: 11px
}

.basic-info .basicInfo-overlap {
    float: none;
    visibility: hidden;
    position: absolute;
    top: -1px;
    left: -80px;
    z-index: 1;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 5px #ddd;
    padding: 0 4px 0 2px;
    background: #fff;
    overflow: hidden
}

.basic-info .basicInfo-overlap .basicInfo-block.overlap {
    width: 322px;
    float: none;
    overflow: hidden;
    background: #fff url(/assets/shiguan/vodjk/newvideo/images/basicInfo-bg.png)
}

.basic-info .basicInfo-overlap .basicInfo-block.overlap .name {
    padding-left: 2px
}
.kepu-abstract {
    display: flex;
    gap: 16px;
    background: #f8fff7;
    border: 1px solid #e8f5e3;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0 24px;
}
.kepu-abstract-img {
    flex-shrink: 0;
    width: 160px;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
}
.kepu-abstract-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}
.kepu-abstract-content {
    flex: 1;
    font-size: 14px;
    
    line-height: 1.8;
    position: relative;
}
.kepu-abstract-label {
    display: inline-block;
    padding: 2px 8px;
    background: #19b500;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 8px;
}
/* 点赞收藏 */
.kepu-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 20px;
}
.kepu-btn-like, .kepu-btn-collect {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 40px;
    border-radius: 24px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #19b500;
}
.kepu-btn-like { background: #19b500; color: #fff; }
.kepu-btn-like:hover { background: #15a000; }
.kepu-btn-like.liked { background: #fff; color: #19b500; }
.kepu-btn-collect { background: #fff; color: #19b500; }
.kepu-btn-collect:hover { background: #f0fff0; }
.kepu-btn-collect.collected { background: #19b500; color: #fff; }

/* 版权 */
.kepu-copyright {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 24px;
    font-size: 13px;
    color: rgba(0,0,0,0.45);
}
.kepu-copy-link {
    color: #19b500;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s;
}
.kepu-copy-link:hover { color: #15a000; text-decoration: underline; }

/* 上下篇 */
.kepu-pager {
    display: flex;
    gap: 16px;
    margin: 24px 0;
}
.kepu-pager-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    overflow: hidden;
}
.kepu-pager-item:hover { border-color: #19b500; background: #f8fff7; }
.kepu-pager-item.empty { border: none; }
.kepu-pager-img {
    width: 72px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.kepu-pager-img img { width: 100%; height: 100%; object-fit: cover; }
.kepu-pager-noimg { width: 100%; height: 100%; background: #f0f0f0; }
.kepu-pager-info { flex: 1; min-width: 0; }
.kepu-pager-info.right { text-align: right; }
.kepu-pager-label { font-size: 12px; color: #19b500; display: block; margin-bottom: 4px; }
.kepu-pager-info p {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kepu-pager-item:hover .kepu-pager-info p { color: #19b500; }

/* 相关阅读 */
.kepu-related { margin-top: 30px; }
.kepu-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 16px;
}
.kepu-related-title {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
}
.kepu-related-title i { color: #19b500; margin-right: 6px; }
.kepu-related-tabs { display: flex; gap: 4px; }
.kepu-tab {
    padding: 4px 14px;
    font-size: 13px;
    color: rgba(0,0,0,0.55);
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
}
.kepu-tab:hover { color: #19b500; }
.kepu-tab.active { background: #19b500; color: #fff; }

.kepu-tab-content { display: none; }
.kepu-tab-content.active { display: block; }

.kepu-related-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: hidden;
    width: 100%;
}
.kepu-related-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    background: #fafafa;
    overflow: hidden;
    min-width: 0;
}
.kepu-related-item:hover { background: #f0fff0; }
.kepu-related-icon { color: #19b500; font-size: 14px; flex-shrink: 0; }
.kepu-related-t {
    flex: 1;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
    min-width: 0; 
}
.kepu-related-item:hover .kepu-related-t { color: #19b500; }
.kepu-related-views { font-size: 12px; color: rgba(0,0,0,0.35); white-space: nowrap; }
.kepu-toast {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
    pointer-events: none;
}
.kepu-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.artcilecontent a{
    color: #19b500;
}