
@import url(normal-layout.css) screen and (min-width: 770px);

@import url(pad-layout.css) screen and (min-width: 499px) and (max-width: 769px);

@import url(mobile-layout.css) screen and (max-width: 498px);



/*--台灣區使用者排名：1920x1080、1366x768、1440x900、1024x768、最小解析度360*640--*/

/*--【IE8】li Bug：因無法判斷 max-width，所以無法抓到 mobile-layout.css，待解--*/
