.spmode{display:none;}

@media screen and (max-width:480px){

.pcmode{display:none;}
.spmode{display:inherit;}

}