/*手机*/
@import url(stylewebapp.css) screen and (max-width:1199px);
/*PC*/
@import url(style.css) screen and (min-width:1200px);
@import url(master.css) screen and (min-width:1200px);