.backToTop{position:fixed;height:45px;bottom:10px;right:10px;display:none;cursor:pointer;overflow:hidden;z-index:999}
.backToTop span{font-size:12px;font-family:"Lato Black",sans-serif;font-weight:500;display:inline-block;line-height:45px;color:#fff;padding-left:7px;position:relative;right:-120px;transition:all ease-in .3s;z-index:-9;text-transform:uppercase}
.backToTop:hover span{right:0;background:#d61f26;width:90px}
.backToTop img{width:45px;vertical-align:bottom;float:right}
.quickImage{display:none;position:relative}
.qaShow .blackBg{position:fixed;background:rgba(000,000,000,0.5);top:0;left:0;width:100%;height:100%;z-index:99}
.qaShow .quickImage{position:fixed;top:61%;transform:translateY(-55%);right:48px;z-index:9999;display:block}
.fixClass{display:none}
.quickBtn{position:absolute;width:127px;height:28px;bottom:43px;left:98px;cursor:pointer}
.quickLinkDesktop{display:block}
.quickLinkMob{display:none}
@media (max-width:600px) {
.quickLinkDesktop{display:none}
.quickLinkMob{display:block}
.quickBtn{bottom:25px;left:67px;z-index:999999;width:100%;height:100%}
.qaShow .quickImage{width:75%;top:50%;right:50px;margin-top:100px}
.qaShow .quickImage img{width:100%}
.backToTop{bottom:80px}
.backToTop span{display:none}
}