@import url("./1920/home.css");
/* 根据不同分辨率导入不同CSS文件 */
@import url("./1280/home.css") screen and (max-width: 1280px);
@import url("./1360/home.css") screen and (min-width: 1281px) and (max-width: 1360px);
@import url("./1440/home.css") screen and (min-width: 1361px) and (max-width: 1440px);
@import url("./1600/home.css") screen and (min-width: 1441px) and (max-width: 1600px);
@import url("./1680/home.css") screen and (min-width: 1601px) and (max-width: 1680px);
