/* 最小宽度为651px */
@import url(style.css) screen and (min-width: 651px);

/* 最大宽度为650px */
@import url(mobile.css) screen and (max-width: 650px);
