@media (min-width: 1200px) {
	#bottom-sj{display: none;}
}

@media (max-width: 750px) {
#bottom-sj{width: 100%; height:11.5rem;}
#bottom-pc{display: none;}

}