@import url(smartphone.css?v=20230130) all and (max-width:740px);
@import url(tablet.css?v=20230130) all and (min-width:741px) and (max-width:1080px);
@import url(laptop.css?v=20230130) all and (min-width:1081px) and (max-width:1280px);
@import url(desktop.css?v=20230130) all and (min-width:1281px);