@charset "utf-8";
.backImg{
	width:1200px;
	height:400px;
	background:url('../images/gaugeBg.png') no-repeat;
	background-size:100% 100%;
	margin-left:30px;
	position:relative;
}
#main{
	position:absolute;
	top:-90px;
	left:130px;
}
.licheng{
	position:absolute;
	width:110px;
	height:90px;
	background:#87CEEB;
	border-radius:56px;
	top:200px;
	left:535px;
	border:2px solid white;
	text-align:center;
	padding-top:20px;
	color:#1C1C1C;
	opacity:0.7;
}
.chongdian{
	position:absolute;
	padding:5px 0;
	background:#099e87;
	width:80px;
	text-align:center;
	color:white;
	border-radius:20px;
	right:165px;
	bottom:115px;
}
.singleButton{
	padding:6px 0;
	background:#099e87;
	width:80px;
	text-align:center;
	color:white;
	border-radius:20px;    
}
.single{
	width:80px;
	text-align:center;
	display:inline-block;
	margin-right:30px;
}
.single p{
	color:#01125b;
}
.allButton{
	position:absolute;
	left:380px;
	bottom:20px;
}