/*
*组件样式
*/
.ejdh{display:none;}
.yjdh:hover .ejdh{display:block;}
.yjdh{position: relative;}
.ejdh {
    position: absolute;
    background: #fa73bf;
    left: 50%;
    top: 100%;
    z-index: 9999;
    width: 170px;
    transform: translate(-50%);}
.ejdh a{ padding: 0 !important;    line-height: 40px !important;}
