/*初始化样式*/

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

.clear {
	clear: both;
}

input {
	font-size: 12px;
}

body {
	color: #fff;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	background: #43075e;
	overflow-x: hidden;
}

html,body{ height:100%; } 
/* 大转盘样式 */

.content {
	display: block;
	width: 95%;
	/*居中显示*/
	margin: 30px auto;
}

.content .wheel {
	display: block;
	width: 100%;
	position: relative;
	/*转盘的背景*/
	background-image: url(../images/wheel-bg.gif);
	background-size: 100% 100%;
}

.content .wheel canvas.item {
	width: 100%;
}

.content .wheel img.pointer {
	position: absolute;
	width: 31.5%;
	height: 42.5%;
	left: 34.3%;
	top: 23%;
}

.tips {
	text-align: center;
	margin: 20px 0;
	color: #df222c;
	font: normal 20px 'MicroSoft YaHei';
}



.btnCont2 { background:url(../images/btnbg.png); width:100%; height:40px; line-height:40px; padding:10px 0; position:fixed; left:0; bottom:0;text-align:center;}
.btnDownload { width:86%; height:40px; line-height:40px; background:#ed463a; text-align:center; font-size:18px; font-weight:bold; color:#fff;display:inline-block;*display:inline;*zoom:1; margin:0 auto; border-radius:10px;}


