@charset "utf-8";


.fixedBanner{
    position: fixed;
    /*bottom: 15px;*/
    bottom: -300px;
    left: 15px;
    z-index: 1000;
    /*opacity: 0;*/
    cursor: pointer;
}