/**组件样式*/
   .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;}

