饿了么错误页面

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>菜鸟教程(runoob.com)</title>
<style> 
.Load-loading-icon_2LvpNhI {
	position: absolute;
	width: 2em;
	height: 2em;
	z-index: 5;
	background: url(//fuss10.elemecdn.com/c/7f/f26d800336750924f6a4b37f52d74png.png) no-repeat;
	background-size: auto 100%;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background-position-x: 0;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-animation: Load-Gump_19jOdzq 1.5s normal infinite steps(43);
	animation: Load-Gump_19jOdzq 1.5s normal infinite steps(43)
}
@-webkit-keyframes Load-Gump_19jOdzq {
	0% {
		background-position-x: 0
	}
	to {
		background-position-x: 100%
	}
}
@keyframes Load-Gump_19jOdzq {
	0% {
		background-position-x: 0
	}
	to {
		background-position-x: 100%
	}
}	
</style>
</head>
<body>
<div class="Load-loading-icon_2LvpNhI"></div>
</body>
</html>

demo:链接