/* *组件样式 */
/*
*组件样式
*/
.lat-box-_lb ul li .sj {
  display: none; /* 默认隐藏 */
  /* 移除所有绝对定位相关属性 */
  /* position: absolute; */
  /* left: 0; */
  /* top: 100%; */
  /* z-index: 99; */
  width: 97%; /* 宽度与二级导航一致 */
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 0;
  padding: 0;
  /* 新增：与二级导航文字分隔开，优化视觉 */
  border-top: none;
  margin-top: -1px;}

.lat-box-_lb ul li .sj dd {
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  list-style: none;
  margin: 0;
  padding: 0;}

.lat-box-_lb ul li .sj dd a {
  color: #333;
  font-size: 14px;
  text-indent: 20px;
  /* 新增：三级导航链接高度适配自身行高 */
  height: 40px;
  line-height: 40px;}

.lat-box-_lb ul li .sj dd.active a,
.lat-box-_lb ul li .sj dd:hover a {
  color: #fff;
  background: #036db7;}

.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    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);}
