#lg-proof {
    width: 200px;
    height: 70px;
    border-radius: 7px;
    margin: 0;
    padding: 0;
    position: fixed;
    background: white;
    cursor: default;
    z-index: 991;
    left: 15px;
    bottom: 15px;
    border: 1px solid #dde1e5;
    box-shadow: 0px 0px 30px 0 rgba(10, 22, 32, 0.1);
}
#lg-proof * {
    white-space: nowrap;
    line-height: normal;
    padding: 0;
    margin: 0;
}
#lg-proof.lg-proof-right {
     left: auto;
     right: 15px;
}
#lg-proof .proof-thumb {
    cursor: default;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 32px;
    z-index: 999994;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 54px;
    width: 54px;
    top: 7px;
    left: 7px;
    display: none;
}
#lg-proof .proof-content {
    cursor: default;
    position: absolute;
    top: 7.5px;
    left: 10px;
    width: 185px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #484848;
}
#lg-proof .proof-inner {
    cursor: default;
    width: 100%;
    line-height: 1.2;
    overflow: hidden;
}
#lg-proof .proof-title {
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
#lg-proof .proof-title:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 18px;
    z-index: 2;
    background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#lg-proof .proof-body {
    font-size: 15px;
    color: #484848;
}
#lg-proof .proof-body a {
    color: #484848;
    border-bottom: 1px dotted #484848;
    display: inline-block;
}
#lg-proof .proof-body a:hover,
#lg-proof .proof-body a:focus {
    color: #b8c1c8;
    border-color: #b8c1c8;
}
#lg-proof .proof-footer {
    margin-top: 3px;
    font-size: 12px;
    color: #b8c1c8;
}
@media (min-width: 600px) {
    #lg-proof {
        left: 30px;
        bottom: 30px;
        width: 280px;
        border-radius: 35px;
    }
    #lg-proof .proof-thumb {
        display: block;
    }
    #lg-proof .proof-content {
        left: 73px;
        top: 5px;
    }
    #lg-proof .proof-title {
        font-size: 16px;
    }
    #lg-proof .proof-footer {
        font-size: 13px;
    }
}