* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	display: block;
	clear: both;
	content: ''
}

.fl {
	float: left;
}

li {
	list-style: none;
}

h3 {
	font-weight: normal;
}
.warp11 { width:80%; margin-top:80px; overflow:hidden;background:#0168b7;	border-radius:16px;
}
.main {
	width:600px;
	height: 620px;
	
	color: #fff;
}

.top {
	text-align: center;
}

.top h3 {
	font-size: 28px;
	padding:50px 0px 30px 0px;
}

.top span {
	display: inline-block;
	padding: 0px 2px;
	border-radius: 5px;
	margin-left: 8px;
	font-size: 12px;
	border: 1px solid #fff;
	position: relative;
}
.top span.active{
	border: 1px solid #85c6e6;
	background:#078ed0;
}
.top span img {
	width: 14px;
	height: 14px;
	position: absolute;
	top: -5px;
	right: -6px;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	animation: Anim 2s linear 1s infinite;
}

@keyframes Anim {
	0% {
		opacity:0;
		top: -5px;
		right:-6px;
	}
	30% {
		opacity:1;
		top: -7px;
		right:-8px;
	}
	65% {
		opacity:0.5;
		top: -9px;
		right:-10px;
	}
	100% {
		opacity:0;
		top: -12px;
		right:-12px;
	}
}

.box {
	text-align: center;
	height: 300px;
	overflow: hidden; margin-bottom:30px;
	position: relative;
}

.info {
	width:100%;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0%;
	margin-left:0px;
}

.info li { height:30px; line-height:30px;
	font-size:16px;
}

.proBar {
	height:50px;
	margin:0 auto;
}

.bar {
	width: 100%;
	margin: 0px auto;
}
.barRate{ margin:0px 0px;}
.barTwig {
	background: #fff;
	width:480px;
	height:6px;
	border-radius:8px;
	position: relative; margin-top:5px;
}

.proBar span {
	font-size: 16px;
	margin-top: 0;
	width:60px; text-align:center;
	height:30px;
}

.proBar span:last-child {
	margin-left: 0;
}

.barBall {
	position: absolute;
	left: 0px;
	top: -4px;
	width:14px;
	height:14px;
	border-radius: 50%;
	background: #fff;
}

.btnRow {
	text-align: center;
}

.btnRow img {
	width: 30px;
	height: 30px;
}

.btnGroup {
	width:100%;
	margin: 0px auto;
	text-align: center;
	height:60px;
}

.btnGroup img {
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.btnGroup img:nth-child(2) {
	width: 30px;
	height: 30px;
}

.on span {
	color: #ffe48a;
}