/**
 * PC
 */
@media only screen and (min-width: 641px) {

}

/**
 * 手机
 */
@media only screen and (max-width: 641px) {

}