/* 
* @Author: sabera
* @Date:   2016-08-01 17:23:42
* @Last Modified by:   sabera
* @Last Modified time: 2016-08-04 20:11:54
*/
.header{
	width:100%;
	height:180px;
	background: url(../images/mine_bg.png) no-repeat;
	background-size:100% 100%;
}
.header .number{
	margin:0 auto;
	width:74%;
	padding-top:30px;

}
.header .number .left{
	float:left;
	font-size:24px;
	color:white;
	margin-left:10px;
}
.header .number .right{
	float:right;
	font-size:16px;
	color:white;
	margin-top: 8px;
	margin-right:10px;
}
.header .number .numberbg{
	overflow:hidden;
	margin-top:50px;
	font-size:30px;
	line-height:78px;
	width:100%;
	background:url(../images/mine_number_bg.png) no-repeat;
	background-size:100% 100%;
	text-align:center;color:white;"
}
.anniu{
	width:100%;
	height:100px;
	background-color:white;
	text-align:center;
}
.anniu li{
	margin-top:10px;
	float:left;
	height:60px;
	width:25%;
}
.anniu li a{
	display:block;
	width:100%;
	height:100%;
	color:#666;
}
.anniu li a span{
	display:block;
	height:60px;
	width:60px;
	border-radius:50px;
	margin:0 auto;
	color:white;
	font-size:30px;
	text-align:center;
	line-height:60px;
}

.anniu li .one{
	background-color:#7aec43;
}
.anniu li .two{
	background-color:#fad34c;
}
.anniu li .three{
	background-color:#d89af9;
}
.anniu li .four{
	background-color:#78c3f3;
}