@import url(computer.css);
@import url(phone.css) screen and (max-width:1179px);
@import url(css320.css) screen and (min-width:320px) and (max-width:359px);
@import url(css360.css) screen and (min-width:360px) and (max-width:413px);
@import url(css768.css) screen and (min-width:768px) and (max-width:1023px);
@import url(css1024.css) screen and (min-width:1024px) and (max-width:1179px);
@import url(css1180.css) screen and (min-width:1180px) and (max-width:1359px);
@import url(css1360.css) screen and (min-width:1360px) and (max-width:1519px);
@import url(css1520.css) screen and (min-width:1520px) and (max-width:1679px);
@import url(css1680.css) screen and (min-width:1680px) and (max-width:1919px);

/* 火狐 */
@-moz-document url-prefix()
{
	
}