utils.less 555 Bytes
.wrap{
	width: 1200px;
	margin: 0 auto;
}

.clearfix{
	&:after{
		content: '';
		display: block;
		clear: both;
		height: 0;
		overflow: hidden;
		font-size: 0;
	}
}

.m-hide{
	display: none !important;
	visibility: hidden;
}

.font-gray{
	color: #999;
}

.font-orange{
	color: #ff6600;
}

.font-green{
	color: #5ab02e;
}

.font-red{
	color: #ff0808;
}
.text-left{
	text-align: left !important;
}

.text-center{
	text-align: center !important;
}

.text-right{
	text-align: right !important;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}