.m-consultation {
    /* display: none; */
    position: fixed;
    bottom: 72px;
    right: -2px;
    width: 50px;
    transition: right .5s ease;
    z-index: 999;
}
.m-consultation .m-consultation-mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0;
}
.m-consultation a {
    display: block;
}
.m-consultation img {
    vertical-align: top;
    max-width: 100%;
}