body{
	background-color: #f6f6f6;
}
.statis-area{
	padding: 30px;
}
.statis-title{
	margin: 0;
	margin-bottom: 30px;
	font-size: 23px;
	line-height: 28px;
}
.statis-block-wrap{
	margin-bottom: 20px;
	margin-left: -6px;
	margin-right: -6px;
}
.statis-block-wrap:before, .statis-block-wrap:after {
	content: " ";
	display: table;
}
.statis-block-wrap:after {clear: both;}

.statis-block-outer{
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.statis-block-4-col .statis-block-outer{
	width: 25%;
}
.statis-block{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	min-height: 230px;
}
.statis-block .statis-block-title{
	margin: 0;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
}
.title-center{
	text-align: center;
}
.statis-counter{
	font-size: 48px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	margin: 0;
	margin-top: 80px;
}
.statis-online-user ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 70px;
}
.statis-online-user li{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 300;
}
.statis-online-user li:after{
	clear: both;
}
.statis-online-user li .statis-user-title{
	float: left;
}
.statis-online-user li .statis-user-value{
	float: right;
}