.bottom-right {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 130px;
    width: 50px;
    z-index: 5;
    display: none;
}

.bottom-right {
    display: inline-block;
    text-decoration: none;
}

.bottom-right .text {
    color: #fff;
    display: none;
    line-height: 1;
    font-size: 13px;
    padding: 7px 2px 0;
}

.bottom-right .icon {
    line-height: 40px;
}

.bottom-right .icon i {
    font-size: 43px;
    color: red;
}