@charset "utf-8";
body{
	color:#565656;
}
img{
	width:100%;
}

.header{
	width:100%;
	text-align:center;
	font-size:1.8em;
	line-height:2em;
	height:2em;
	font-weight:bold;
	border-bottom:2px solid #2fc29d;
	margin-bottom:1.8rem;
}

.header a{
	float:left;
	margin-left:1rem;
}

.header > span{
	
}

#drawDiskWrap{
	width:100%;
}

#drawDisk{
	width:40em;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#diskTurn{
	position:absolute;
	width:25.4375em;
	height:25.4375em;
	top:2.5em;
	left:7.1875em;
	z-index:2;
}

#pointAward{
	cursor:pointer;
	position:absolute;
	width:10.125em;
	height:12.3125em;
	top:8.75em;
	left:15em;
	z-index:3;
}

.infoWrap{
	color:#565656;
	width:37.625em;
	margin:0 auto;
}

.ruleBtn{
	font-size:1.875rem;
	cursor:pointer;
	height:2.3em;
	line-height:2.3em;
	color:#fb8640;
	border-radius:0.3125em;
	text-align:center;
	border:1px solid #fb8640;
}

.nameList{
	position:relative;
	background-color:transparent;
	margin-top:1em;
	height:21.9375rem;
	font-size:1.875rem;
	line-height:1.6em;
	/**
	border:1px solid #d5d5d5;
	border-top-left-radius:0.3125em;
	border-top-right-radius:0.3125em;
	border-bottom:0px; **/
}
.nameList .info{
	width:33.66666666666667rem;
	padding:0 1em 0.2em 1em;
	z-index:1;
	position:absolute;
}

.nameList .info > p:first-child{
	font-size:1.875rem;
}

.nameList .bg{
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	width:37.625rem;
}

.nameList .info p{
	font-size:1.625rem;
	/** padding:0 0.2em 0 0.2em; **/
	margin:0.3em 0;
}
