.horse {
	width: 100% !important;
	padding: 4px 0px;
	position: relative !important;
	float: left;
	height: 100%;
}
.part {
	float: left;
	width: 100%;
	display: block;
	height: 100px;
	position: relative;
	padding: 0px 0;
	/* background: #ddd; */
	border-bottom: 2px solid #000;
	text-align: center;
}
.resultpart {
	float: left;
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	padding: 5px 0;
	/* background: #ddd; */
	border-bottom: 2px solid #000;
	text-align: center;
}
.resultpart .horseimg {
	width: 200px;
	z-index: 999;
	position: absolute;
	left: 30%;
	padding: 15px;
}
.resultpart .roadimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 99;
}
.horsepart1 {

}
.horsepart2 {

}
.part .horseimg {
	width: 100px;
	z-index: 99;
	position: absolute;
	left: 30%;
}
.part .roadimg {
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
}
.part span {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #153453;
}
.data {
	position: absolute;
	width: 100%;
	z-index: 99999999;
}
.colorimg {
	width: 120px;
	height: 50px;
}
.btn.active, .btn:active {
	background: #dfd97c;
}
.btn-active {
	background: #dfd97c !important;
}
.resultwin {
	position: absolute;
	top: unset;
	left: 0;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	font-family: Script MT;
	display: block;
	width: 100%;
	text-align: center;
	background: #a21f1fa8;
	border-radius: 10px;
	z-index: 999;
	bottom: 0;
}