.lfd-notice {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    /*border: 1px solid #cccccc;*/
    line-height: 1.5;
    position: fixed;
    z-index: 99999;
    bottom: 40px;
    right: 20px;
    opacity: 0;
    height: fit-content;
    /*width: 300px;*/
    align-items: center;
    padding: 20px 25px 30px 15px;
    box-shadow:  0px 0px 24px 9px rgb(39 44 49 / 4%), 0px 0px 5px rgb(39 44 49 / 5%);
    border-radius: 6px;
}

.lfd-notice i.fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 50%;
}
.lfd-notice__wrap .sign{
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #aaa;
    font-size: 12px;
}

.lfd-notice__wrap .sign a {
    color: #aaa;
}

.lfd-notice__wrap .sign img{
    width: 15px;
    height: auto;
}

