@charset "UTF-8";
/* 小型设备：手机样式 */
@media screen and (max-width: 800px){
	#mainNav .currents{
		background: #3ab5fb;
	}
}