	.text-fmt {
		font-family: "Microsoft YaHei",sans-serif;
		color:#333;
	}
	.fs12 {
		font-size: 12px;
	}
	.fs16 {
		font-size: 16px;
	}
	 
	#main-container .grid {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #d3d3d3;
		border-radius: 3px;
		margin: 10px 0;
		padding:10px 5px;
	}
	#main-container .grid-cter {
		border: 0px solid #fff;
		background-color: transparent;
	}
	#main-container .grid .title {
		height: 50px;
		line-height:50px;
		border-bottom: 1px solid #ddd;
		font-size: 20px;
		text-align: center;
	}
	#main-container .grid .footer {
		height: 40px;
		line-height:50px;
		padding-top:20px;
		border-top: 1px solid #ddd;
		font-size: 20px;
		text-align: center;
	}
	#main-container .grid .info-item {
		margin-bottom: 10px;
	}
	#main-container .g100 {
		width: 100%;
	}
	#main-container .g50 {
		width: 47%;
	}
	.text-center {
		text-align: center;
	}
	.text-left {
		text-align: left !important;
	}
	.pl20 {
		padding-left: 20px;
	}
	.text-input {
		height: 30px !important;
	}
	
	
	#main-container .grid.device-item {
		width: 160px;
		height:170px;
		margin-right: 20px;
		margin-bottom: 20px;
		padding:20px 20px;
		box-shadow:0 5px 5px #666;
	}
	#main-container .grid.device-item:hover {
		box-shadow:0 10px 10px #666;
		cursor: pointer;
	}
	label.share-label {
		display: inline-block !important;
	}