/*左右*/

.left{
	float: left;
}

.right{
	float: right;
}


/*text*/
.text-center{
	text-align: center;
}


.text-gray{
	color: #999999;
}


/*框架*/

.fContent{
	width: 100%;
}


.content-f-s{
	max-width: 1200px;
	/*padding-left: 3.6%;*/
	/*padding-right: 3.6%;*/
}


@media screen and (max-width: 720px) {
	.content-f-s {
		width: 100%  !important;
	}
}