var screenW = window.screen.availWidth;
if(screenW >= 1024){
	document.getElementById("sideshop").style.display = "block";
	document.getElementById("root").style.padding = "0 122px 0 0";
}
//show sideshop