.contenter-fp {
    min-height: calc(100vh - 2.37rem);
}

.box_center {
    min-width: 14rem;
    width: 14rem;
}

.cb_banner {
    background: url('../../img/page_npe/top_banner.png') 0 0 / 100% 100% no-repeat;
    padding: 1.27rem 0 0 3.25rem;
    height: 3.6rem;
}

.cb_banner .cb_line {
    background: #fff;
    border-radius: 0.04rem;
    height: 0.02rem;
}

.line_long {
    width: 2.25rem;
    margin: 0.27rem 0 0.2rem 0;
}

.line_short {
    width: 0.7rem;
}

.cb_title {
    background: url('../../img/page_npe/i_line.png') 0 0 / 100% 100% no-repeat;
    width: 6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    margin: 0.52rem auto 0.46rem auto;
}

.txt_d24 {
    color: #D2482E;
}

.npe_info {
    margin-bottom: 0.64rem;
    padding: 0.28rem 0.4rem 0.5rem 0.4rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.ni_title {
    position: relative;
    padding-left: 0.36rem;
}

.ni_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.03rem;
    width: 0.23rem;
    height: 0.27rem;
    background: url('../../img/page_npe/icon_dy.png') 0 0 / 100% 100% no-repeat;
}

.npe_info_right .ni_title::before {
    left: -0.02rem;
    width: 0.3rem;
    height: 0.34rem;
    background: url('../../img/page_npe/icon_yzjz.png') 0 0 / 100% 100% no-repeat;
}

.npe_info_left {
    padding-right: 0.4rem;
}

.npe_info_right {
    padding-left: 0.4rem;
}

.npe_info_left .nil_img {
    background: url('../../img/page_npe/img_dy.png') 0 0 /100% 100% no-repeat;
    width: 6.2rem;
    height: 2.15rem;
    margin: 0.26rem 0 0.37rem 0;
}

.nil_img .npl_line_bg {
    width: 4.9rem;
    height: 0.62rem;
    background: linear-gradient(to right,
            rgba(9, 110, 175, 0) 0%,
            rgba(9, 110, 175, 1) 50%,
            rgba(9, 110, 175, 0) 100%);
}

.nil_info {
    margin-bottom: 0.37rem;
    
}

.nl_button {
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #096EAF;
    color: #096EAF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.npe_info_right .npr_item {
    margin: 0.2rem 0;
}

.npr_item_box {
    width: 3rem;
    height: 1rem;
    margin-bottom: 0.2rem;
}


.npe_advice {
    background: url('../../img/page_npe/img_yd_bg.png') 0 0 / 100% 100% no-repeat;
    width: 100%;
    height: 6.2rem;
    padding-top: 0.02rem;
}

.npe_advice_box .npe_info_left,
.npe_advice_box .npe_info_right {
    width: 6.6rem;
    padding: 0.4rem 0.83rem 0.38rem 0.42rem;
    /* height: 3.5rem; */
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../../img/page_npe/img_sstd.png');
}

.npe_advice_box .npe_info_right {
    background-image: url('../../img/page_npe/img_ydjy.png');
}

.npe_advice_box .npe_info_left .ni_title::before {
    width: 0.28rem;
    height: 0.29rem;
    background-image: url('../../img/page_npe/icon_sstd.png');
}

.npe_advice_box .npe_info_right .ni_title::before {
    width: 0.27rem;
    height: 0.32rem;
    background-image: url('../../img/page_npe/icon_ydjy.png');
}

.npe_advice_items {
    padding: 0.2rem 0 0.14rem 0.42rem;
}

.npe_advice_item {
    min-width: 4.05rem;
    height: 0.46rem;
    padding: 0.14rem 0;
    padding-left: 0.24rem;
    margin-bottom: 0.14rem;
    border-radius: 0.24rem;
    background: linear-gradient(to right,
            rgba(252, 234, 243, 1) 0%,
            rgba(252, 234, 243, .5) 50%,
            rgba(252, 234, 243, 0) 100%);
}

.npe_advice_item p {
    margin-left: 0.15rem;
    line-height: 0.18rem;
}

.npe_info_right .npe_advice_item {
    background: linear-gradient(to right,
            rgba(234, 243, 252, 1) 0%,
            rgba(234, 243, 252, .5) 50%,
            rgba(234, 243, 252, 0) 100%);
}

.txt_impact {
    font-family: Impact;
}

.npe_example {
    background: url('../../img/page_npe/img_dxqk_bg.png') 0 0 / 100% 100% no-repeat;
    width: 100%;
    height: 7.85rem;
    padding-top: 0.02rem;
}

.nav-container {
    position: relative;
    width: 3.65rem;
    max-height: 5.7rem;
    overflow-y: auto;
    /* padding: 0.2rem 0; */
}

/* 竖线（由JS动态设定top/height） */
.vertical-line {
    position: absolute;
    left: 0.16rem;
    /* 和圆点对齐 */
    width: 0.02rem;
    background-color: #e0e0e0;
    top: 0.35rem;
    height: 0;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* 每个项目：含一个 .circle + 一个 .item-content */
.nav-item {
    position: relative;
    display: flex;
    /* 横向排列 circle + 内容 */
    align-items: center;
    /* 垂直居中 */
    cursor: pointer;
    padding: 8px 10px;
    /* 控制点击区域 */
}

/* 圆点 */
.circle {
    position: relative;
    width: 0.14rem;
    height: 0.14rem;
    background: #fff;
    border: 0.04rem solid #ccc;
    border-radius: 50%;
    z-index: 1;
    /* 确保在竖线之上 */
}

/* 标题文本的气泡 */
.item-content {
    margin-left: 10px;
    /* 和圆点拉开距离 */
    padding: 8px 12px;
    background: transparent;
    color: #555;
    border-radius: 4px;
    position: relative;
    /* 用于定位“箭头” */
    transition: background 0.3s;
}

/* hover 效果（非必需，可灵活定制） */
.nav-item:hover .item-content {
    background-color: #f5f5f5;
}

/* 选中状态 */
.nav-item.active .circle {
    border-color: #096EAF;
    /* 圆点边框变蓝 */
}

.nav-item.active .item-content {
    background-color: #096EAF;
    /* 气泡背景變淡藍 */
    color: #fff;
    /* 文字变蓝 */
}

/* 小箭头，指向圆点 */
.nav-item.active .item-content::after {
    content: '';
    position: absolute;
    left: -0.1rem;
    /* 箭头出现在气泡左边，朝着圆点 */
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right: 6px solid #096EAF;
}

/* 右侧内容区域 */
.content-container {
    flex: 1;
    margin-left: 0.2rem;
    position: relative;

}

.content-container::before {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.2rem);
    background: #096EAF;
}

.content-panel {
    z-index: 999;
    width: 10rem;
    min-height: 5.4rem;
    position: relative;
    /* top: 0.2rem;
    left: 0.2rem; */
    background-color: #fff;
    padding: 0.5rem 0.4rem;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.16rem;
    display: none;
    position: relative;

}

.content-panel::before {
    content: '';
    position: absolute;
    bottom: 0.13rem;
    right: 0;
    width: 3.05rem;
    height: 2.88rem;
    background: url('../../img/page_npe/icon_icon.png') 0 0 / 100% 100% no-repeat;
}

.content-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: url('../../img/page_npe/icon_qk_right_bottom.png') 0 0 / 100% 100% no-repeat;
}

.content-panel.active {
    display: block;
    animation: fadeIn 0.05s ease;
}

.content-panel p{
    line-height: 0.36rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
}

.nav-container::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

.nav-container:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
}

.nav-container:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
}


.nav-container::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0);
}

.nav-container::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0);
}