#underover {
	transition: -webkit-transform 1s ease-in;
	-webkit-transform-style: preserve-3d;
	position: relative;
	margin: 0 auto;
	width: 350px;
	height: 200px;
	cursor: pointer;
}
.tk12box {
	width: 100% !important;
	padding: 0px 0px;
	position: relative !important;
	float: left;
	height: 100%;
}
.part {
	float: left;
	width: 100%;
	display: block;
	height: 65px;
	position: relative;
	padding: 0px 0;
	/* background: #ddd; */
	border-bottom: 2px solid #000;
	text-align: center;
}
.amountBtn-grp {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
}
.d3 {
	padding: 5px 5px;
	background: #252f5a;
	overflow: hidden;
	width: 32.33%;
	margin: 1px 0px;
}
.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: 75px;
	z-index: 99;
	position: absolute;
	left: 30%;
}
.part .roadimg {
	width: 100%;
	height: 100%;
	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;
	height: 100%;
}
.colorimg {
	width: 60px;
	height: 50px;
}
.btn.active, .btn:active {
	background: #94c2d0;
}
.btn-active {
	background: #dfd97c !important;
}
.lodding {
	position: absolute;
	top: 40%;
	left: 25%;
	display: ruby;
	background: #ddd;
	padding: 5px 10px;
	width: 50%;
	text-align: center;
	font-size: 17px;
}
.wave {
	width: 7px;
	height: 20px;
	background: linear-gradient(45deg, black, #ff0404);
	margin: 0;
	animation: wave 1s linear infinite;
	border-radius: 5px;
	display: list-item;
	font-size: 14px;
}
.resultwin {
	position: absolute;
	left: 21%;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	font-family: Script MT;
	display: block;
	width: auto;
	text-align: center;
	background: #a21f1fa8;
	border-radius: 10px;
	z-index: 999;
	top: 41%;
	right: 21%;
}