@import url("user-common.css");
@import url("user-desktop.css") screen and (min-width: 1320px);
@import url("user-tablet.css") screen and (max-width:1319px) and (min-width: 750px) and (orientation: portrait);
@import url("user-mobile.css")  screen and (max-width: 749px);