    .search-input2 {
        width: 86%;
        height: auto;
        padding: 5px 10px;
        line-height: 14px;
        color: #666;}

    .ssan2 {    cursor: pointer;
        width: 14%;
        background-image: url(images/ncssan20250408.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color:#d5af00;
    height: 24px;
    padding: 5px;
    background-position: center;}

    .sskans2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px;}

    .ysjss {
        position: absolute;
       right: -22%;
        top: 24%;
        z-index: 9999;}

    .top-lo {
        position: relative;}

 .search-input {
    width: 200px;
    height: 25px;
    padding: 5px 10px;
    line-height: 14px;
    color: #666;}

    .ssan {    cursor: pointer;
        width: 37px;
        background-image: url(images/ncssan20250408.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-color: #c7131a;
    height: 37px;
    padding: 5px;
    background-position: center;}

    .sskans {
        display: flex;
        justify-content: space-between;
        align-items: center;}

    @media screen and (max-width: 1200px) {

        .ysjss {
            display: none;}

        .ysjss2 {
            display: block;}
    }
.top-lo2{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);}
/**组件样式**/
.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);}
