
	.loading_icon{
		-webkit-animation: loading_icon 2.5s steps(3) infinite;
		-o-animation: loading_icon 2.5s steps(3) infinite;
		animation: loading_icon 2.5s steps(3) infinite;}
	@keyframes loading_icon{
		0%{background-position:0; }
		100%{background-position:-699px,0;}
	}

	.index_title{
		-webkit-animation: index_title 0.8s 0.3s backwards;
		-o-animation: index_title 0.8s 0.3s backwards;
		animation: index_title 0.8s 0.3s backwards;}
		@keyframes index_title{
			0%{top: 100px;opacity: 0}
			100%{top: 43px; opacity: 1;}}
	.index_light_animate{
		-webkit-animation: index_light_animate 0.5s backwards;
		-o-animation: index_light_animate 0.5s backwards;
		animation: index_light_animate 0.5s backwards;}
		@keyframes index_light_animate{
			0%{top: 100px;opacity: 0;}
			100%{top: 0px; opacity: 1;}}
	.index_light_animate2{
		-webkit-animation: index_light_aniamte2 0.5s alternate linear  infinite ;
		-o-animation: index_light_aniamte2 0.5s alternate linear  infinite ;
		animation: index_light_aniamte2 0.5s alternate linear  infinite ;}
		@keyframes index_light_aniamte2{
			0%{top: 0px;}
			100%{top: -20px;}}
	.gost1{
		-webkit-animation: gost1 15s alternate infinite;
		-o-animation: gost1 15s alternate infinite;
		animation: gost1 15s alternate infinite;}
		@keyframes gost1{
			0%{top: 68px;left: -239px;}
			20%{top: 75px; left: -245px;}
			50%{top: 72px; left: -240px;}
			60%{top: 76px; left: -242px}
			80%{top: 70px; left: -235px;}
			100%{top: 67px; left: -233px;}}
	.gost2{
		-webkit-animation: gost2 10s alternate infinite;
		-o-animation: gost2 10s alternate infinite;
		animation: gost2 10s alternate infinite;}
		@keyframes gost2{
			0%{top: 88px;left: 1288px;}
			20%{top: 95px; left: 1295px;}
			50%{top: 90px; left: 1285px;}
			60%{top: 92px; left: 1282px}
			80%{top: 95px; left: 1293px;}
			100%{top: 92px; left: 1290px;}}
	.gost3{
		-webkit-animation: gost3 5s alternate infinite;
		-o-animation: gost3 5s alternate infinite;
		animation: gost3 5s alternate infinite;}
		@keyframes gost3{
			0%{top: 454px;left: 805px;}
			20%{top: 450px; left: 800px;}
			50%{top: 448px; left: 803px;}
			60%{top: 455px; left: 797px}
			80%{top: 462px; left: 802px;}
			100%{top: 458px; left: 808px;}}




	.result_loading .loading_icon{
		-webkit-animation: result_loading 2.5s steps(3) infinite;
		-o-animation: result_loading 2.5s steps(3) infinite;
		animation: result_loading 2.5s steps(3) infinite;}
	@keyframes result_loading{
		0%{background-position:0; }
		100%{background-position:-1035px,0;}
	}


	/*.result{
		-webkit-animation: result 1.5s;
		-o-animation: result 1.5s;
		animation: result 1.5s;}
	@keyframes result{
		0%{top:-800px;}
		100%{top:  46px;}
	}*/
	.result_light{
		-webkit-animation: result_light 0.8s 0.2s backwards;
		-o-animation: result_light 0.8s 0.2s backwards;
		animation: result_light 0.8s 0.2s backwards;}
	@keyframes result_light{
		0%{left:500px; opacity: 0;}
		100%{left: 571px; opacity: 1;}
	}

	.result_food{
		-webkit-animation: result_food 0.8s 0.8s backwards;
		-o-animation: result_food 0.8s 0.8s backwards;
		animation: result_food 0.8s 0.8s backwards;
	}
	@keyframes result_food{
		0%{top:220px; opacity: 0; }
		100%{top: 194px; opacity: 1;}
	}
















