body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	background-color: #3A3A3A;
}
ul, ol {
	list-style-type: none;
}
select, input, img, select {
	vertical-align: middle;
}
input {
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
.clear {
	clear: both;
}
.yq-lottery {
	height: calc(80vh);
}
.turnplate {
	margin-top: 50%;
	background: url("../images/turnplate-bg.png");
	background-size: 100% 100%;
}
/* 大转盘样式 */
.lottery {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lottery .turnplate {
	display: block;
	width: 100%;
	position: relative;
}
.lottery .turnplate canvas.item {
	width: 100%;
}
.lottery .turnplate img.pointer {
	position: absolute;
	width: 31.5%;
	height: 42.5%;
	left: 34.6%;
	top: 23%;
}
