/*初始化样式*/

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: #333;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	background: #fff;
	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';
}


.main { padding:30px 20px;}
.txt { font-size:14px; line-height:2em; padding:25px 0;}
.txt p { text-indent:2em; margin-bottom:10px;}
h1 { font-size:24px; margin-bottom:10px;}
h6 { font-size:12px; color:#999; font-weight:normal; margin-bottom:20px;}

.txt2 { text-align:center; padding:25px 0;}
.txt2 p.t1 { margin-bottom:10px; font-size:16px; font-weight:bold;}
.txt2 p.t2 { margin-bottom:10px; font-size:14px;}