/* 容器：相对定位，作为覆盖层的参考基准 */
.image-container {
  position: relative;
  display: inline-block; /* 让容器宽度随图片自适应 */
      width: 6.88rem;
    height: 0.64rem;}

/* 图片：确保占满容器 */
.target-image {
  width: 100%;
  height: auto;
  display: block;}

/* 通用覆盖层样式：透明、占满高度、点击交互 */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%; /* 各占一半宽度 */
  z-index: 1; /* 确保覆盖层在图片上方 */
  cursor: pointer; /* 鼠标悬停显示手型 */
  background-color: transparent;}

/* 左半区：靠左对齐 */
.left-overlay {
  left: 0;}

/* 右半区：靠右对齐 */
.right-overlay {
  right: 0;}
/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width:90px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:14px;     /*字体大小*/
    color:#000;         /*字体颜色*/
    background:#eeeeee; /*背景色*/
    border:1px solid #fff;  /*边框颜色*/
    border-width:0px 1px 1px 0px;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#fff; /*鼠标移上颜色*/
    background:#2687eb;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

.ny-column p{
    color: #ffffff;
    font-size: 0.22rem;
    line-height: 0.4rem;
    padding-bottom: 0rem;
    margin: 0 auto;
    text-align: center;}
/* --- 1. 外层容器 --- */
.quote-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.6;
    text-align: center;
    width: 11.02rem;
    height: 0.8rem;
    margin: 0 auto;
    padding-bottom: 1rem;}

/* --- 2. 中间文字区域 --- */
.quote-content {
    flex: 1; /* 让文字占据剩余空间 */
    z-index: 2;}

/* --- 3. 引号图片通用样式 --- */
.quote-icon {
    width: 0.6rem;  /* 根据你的图片实际大小调整，比如 30px - 50px */
    height: auto;
    opacity: 1; /* 设置半透明，看起来更高级，不抢文字风头 */
    z-index: 1;}

/* --- 4. 左侧引号定位 --- */
.quote-left {
    margin-right: 0.2rem; /* 与文字保持距离 */
    /* 如果想让它像截图那样稍微靠上一点，可以用绝对定位微调 */
    position: relative;
    top: 0px;}

/* --- 5. 右侧引号定位 --- */
.quote-right {
    margin-left:0.2rem; /* 与文字保持距离 */
    /* 如果想让它稍微靠下 */
    position: relative;
    top: 0rem;}
.dqwz{height: 0.72rem;line-height: 0.72rem; font-size: 0.16rem;    display: flex;
    gap: 0.12rem;}
.dqwz a{color:#000000;opacity: 0.5;}
/* 1. 外层容器 (保持原样) */
.dydhkd {
    width: 0.9rem;
    display: block;
    float: left;
    margin-right: 0.78rem;    margin-top: 0.4rem;}

/* 2. 列表项容器 (保持原样) */
.dydh {
    width: 0.9rem;
    padding-bottom: 0.22rem;}

/* 3. 核心交互区 (父容器) */
.dhtp {
    position: relative; 
    overflow: hidden; 
    
    display: flex;
    flex-direction: column;
    align-items: center;
    
    text-align: center;
    cursor: pointer;
    
    /* 上下内边距保持不变，或者可以微调为 0.1rem */
    padding: 0.1rem 0; 
    height: auto;}

/* --- 灰色背景圆 (伪元素) --- */
.dhtp::before {
    content: '';
    position: absolute;
    
    /* 【修改点】圆圈稍微做大一点，更有质感 */
    width: 0.56rem;  
    height: 0.56rem;
    
    /* 【修改点】重新计算 top 位置，确保圆心对准图标中心 */
    /* 公式：padding-top(0.1) + 图片高度的一半(0.56/2=0.28) = 0.38rem */
    top: 0.38rem; 
    
    left: 50%;
    transform: translate(-50%, -50%) scale(0); 
    background-color: #f0f0f0; 
    border-radius: 50%;
    z-index: 0; 
    transition: transform 0.3s ease;}

/* 4. 图片通用样式 */
.dhtp img {
    width: 0.56rem;
    height: 0.56rem;
    object-fit: contain;
    transition: opacity 0.3s ease;
    z-index: 1; 
    display: block;}

/* 默认图 */
.dhtp img:not(.img-hover) {
    opacity: 0.5;}

/* 悬停图 */
.img-hover {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 2;}

/* 5. 文字样式 */
.dhtp span {
    /* 【关键修改】间距减半！从 0.08rem 改为 0.04rem */
    margin-top: 0.04rem; 
    
    font-size: 0.16rem;
    color: #666666;
    font-weight: normal;
    position: relative;
    z-index: 1; 
    transition: all 0.3s ease;
    line-height: 1.2;}

/* --- 交互逻辑 --- */

/* A. 鼠标悬停时：背景圆放大 */
.dhtp:hover::before,
.dhtp.on::before {
    transform: translate(-50%, -50%) scale(1);}

/* B. 鼠标悬停时：切换图片 */
.dhtp:hover .img-hover,
.dhtp.on .img-hover {
    opacity: 1;}

.dhtp:hover img:not(.img-hover),
.dhtp.on img:not(.img-hover) {
    opacity: 0;}

/* C. 鼠标悬停时：文字变色 + 下移 */
.dhtp:hover span,
.dhtp.on span {
    color: #000000;
    font-weight: bold;
    /* 下移距离也可以微调，0.06rem 看起来更自然 */
    transform: translateY(0.06rem);}
#ny.nopb a{font-size:0.16rem;    font-family: "OPPO Sans 4.0";    line-height: 0.32rem;}
#ny.nopb p{font-size:0.16rem;    font-family: "OPPO Sans 4.0";    line-height: 0.32rem;}

.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0.02rem;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 0.14rem;
    height: 0.14rem;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 0.08rem;
    border: 0.03rem solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 0.05rem;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.foot-logo{
    width: 224px;
    float: left;}
.foot-xx{
    float: left;    padding-left: 72px;}
