function getWidth() {
return window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth
}
var dr = 1;
if(window.devicePixelRatio !== undefined){
dr = window.devicePixelRatio;
}
overflow: hidden;
position:relative;
overflow: hidden;
var goodId = 1;