.coin1 {
	width: 100% !important;
	padding: 4px 0px;
	position: relative !important;
	float: left;
	height: 100%;
}
.resulttext {
	position: absolute;
	bottom: -50px;
	left: 0;
	font-size: 18px;
	color: #0a1391;
	font-weight: bolder;
	text-shadow: 1px 2px 2px #2d4a55;
	background: #cecece;
	padding: 1px 5px;
	border-radius: 5px;
	width: 75%;
	height: 50px;
	right: 0;
	margin: 0px auto;
	text-align: center;
	float: left;
	display: block;
	line-height: 21px;
}
.part1 {
	position: relative;
	width: 100%;
	height: 100%;
}
.slot1 {
	position: absolute;
	top: 1px;
	left: 0;
	width: 33.33%;
	height: 100%;
}
.slot2 {
	position: absolute;
	top: 1px;
	left: 75px;
	width: 33.33%;
	height: 100%;
}
.slot3 {
	position: absolute;
	top: 1px;
	left: 148px;
	width: 33.33%;
	height: 100%;
}
.slottouch span img{
	width: 100%;
	height: 100%;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 45px;
	width: 91%;
}
.wave {
	width: 9%;
	height: 50px;
	background: linear-gradient(45deg, black, #ff0404);
	margin: 0;
	animation: wave 1s linear infinite;
	border-radius: 50%;
}
.winlist {
	background: #88b0e47a;
	padding: 5px 5px;
	overflow: hidden;
}
.winlist li {
	width: 50%;
	float: left;
	color: #000;
	list-style: none;
	font-size: 20px;
	padding: 0 3px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
.winlist li .sn {
	color: #000;
	list-style: none;
	padding: 0 5px;
	background: #87975af7;
	width: 35px;
	float: left;
}
.winlist li span {
	color: #000;
	list-style: none;
	padding: 0 3px;
	float: right;
	background: #0000003d;
	width: 80px;
}
.slottouch{
	position: absolute;top: 45px;width: 226px;left: 55px;height: 120px;
}