@media screen and (min-width:1200px) {
	.sj{ display:none !important;}
}
@media screen and (max-width:1199px) {
	.pc{ display:none !important;}
}