@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-04-09 10:23:28
 * @version $Id$
 */
 .page{
	font-family: "微软雅黑";
	background: #fff;
	overflow-y: auto;
	z-index: 1;
	position: absolute;
	top: 0;
	color:#636363;
	right: 0;
	bottom: 0;
	left: 0;
}
.app-grids {
	margin-top: 38px;
	overflow: hidden;
	clear: both;
}

.app-grid {
	float: left;
	width: 50%;
	margin-bottom: 48px;
	text-align: center;
}

.grid-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.grid-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.grid-label {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}