/**组件样式*/
   .yj-li {
        position: relative;}

    .ej-ul {
        display: none;
        position: absolute;
        left: -17%;
        top: 0%;
        z-index: 999999999999;
        background-color: #2a65a2;
        padding: 10px 0;
        border-radius: 10px;
        width: 117%;}

    .ej-ul li {
        width: 46%;
        float: left;
        margin: 0 2%;}

    .h3 {
        width: 3.375rem !important;
        height: 3.375rem !important;}

    .imgt {
        max-width: 3rem !important;
        max-height: 3rem !important;}

    .imgt2 {
        display: none;
        max-width: 3rem !important;
        max-height: 3rem !important;}

    .ej-ul h5 {
        font-size: 12px !important;}

    .yj-li:hover .ej-ul {
        display: block;}

    .ej-ul li:hover .imgt {
        display: none;
        transform: rotateY(0);}

    .ej-ul li:hover .imgt2 {
        display: block;
        transform: rotateY(0);}

    .ej-ul li:hover h5 {
        color: #fff131;}

    .ej-ul li:hover h3{
        border: rgb(244 234 54) 1px dashed;}
    .sjyj-li {
        position: relative;}

.sjej-ul {
    display: none;
    position: absolute;
    left: 2%;
    top: -125%;
    z-index: 999999999999;
    background-color: #2a65a2;
    padding: 10px;
    border-radius: 10px;
    width: 120%;}

.sjej-ulli {
    width: 46% !important;
    float: left;
    margin: 0 2%;
    margin-bottom: 0 !important;}

    .sjh3 {
        width: 3.375rem !important;
        height: 3.375rem !important;}

    .sjimgt {
        max-width: 3rem !important;
        max-height: 3rem !important;}

    .sjej-ul h5 {
        font-size: 12px !important;}

    .sjyj-li:hover .sjej-ul {
        display: block;}
    .sjimgt2{  display: none;}

.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);}
