/*手机*/
@import url(qkstyleApp.css) screen and (max-width:999px);
/*PC*/
@import url(qkstylePc.css) screen and (min-width:1000px);