.popuper {
    position: fixed;
    bottom: -1px;
    z-index: 999999999999999;
    width: 163px;
    height: 40px;
}
.popuper-left {
	left: 5px;
}
.popuper-right {
	right: 5px;
}

@media screen and (max-width: 480px) {
	.popuper {
		display: none;
	}
	.popuper-mobile-hide {
	    display: none;
	}
	.popuper-mobile-show {
	    display: block;
	}
}