.center .loading {
	overflow: auto;
	text-align: center;
	background: #E6E9ED;
	padding-top: 0.5em;
}

.center .loading>div {
	display: inline-block;
}

.center .loading .loading_word {
	position: relative;
	top: -0.5em;
}

.center .loading img {
	width: 2em;
}

.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.row,.center .record .title {
	display: table-row;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.center .top_tips .mainData label,.center .data .day,.center .data .week,.center .data .month
	{
	display: none;
}

.center .top_tips {
	text-align: center;
	padding: 2em;
	color: #FFF;
}

.center .top_tips>span {
	display: block;
}

.center .top_tips .title {
	font-size: 1.2em;
}

.center .top_tips .mainData .big {
	font-size: 6em;
}

.center .top_tips .mainData .small {
	font-size: 3em;
	font-weight: bold;
}

.center .day_week_month {
	padding: 0.8em;
}

.center .day_week_month>div {
	width: 33.4%;
	text-align: center;
	padding: 0.3em 0em 0.2em 0em;
	font-size: 1.2em;
}

.center .day_week_month .choice {
	color: #FFF;
}

.center .record .title .cell {
	background: #E6E9ED;
	font-weight: bold;
}

.center .record .row .cell,.center .record .title .cell {
	width: 33.4%;
	text-align: center;
	font-size: 1.2em;
	padding: 0.8em 0em;
}

.center .record .row .cell {
	background: #FFF;
	border-bottom: 1px solid #E6E9ED;
}

.center .nodata {
	font-size: 1.2em;
	text-align: center;
	padding: 0.8em 0em;
}