.font1043532{ font-size: 9pt ;}

.cfff{ color: #fff;
    display: flex;
    font-size: .2rem;}
 .n_ej {
            width: 100%;
            overflow: hidden;}
        
        .flex1 {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex; /* 横向排列 */
            gap: 0; /* 清除默认间距 */
            margin: 0 auto;}
        
        .flex1 li {
            padding: 8px 16px;
            white-space: nowrap;}
        
        .flex1 li.on {
            background-color: #f0f0f0;}
        
        .flex1 li a.a {
            text-decoration: none;
            color: #333;
            font-size: 0.20rem;}
        
        /* 移动端适配核心样式 */
        @media (max-width: 768px) {
            .n_ej {
                overflow-x: auto; /* 开启横向滚动 */
                -webkit-overflow-scrolling: touch; /* 增加移动端滚动顺滑度 */
                scrollbar-width: none;}
            
            /* 隐藏webkit内核浏览器滚动条 */
            .n_ej::-webkit-scrollbar {
                display: none;}
            
            /* 限制容器宽度，只显示3个选项（计算方式：每个选项平均宽度约80px，3个就是240px） */
            .flex1 {
                width: 240px;
                flex-wrap: nowrap; /* 禁止换行 */
                        margin: 0 0.2rem;}
        }
.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);}
.t {
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: center;
    font-size: 0.3rem;}
