/*常见颜色*/
.red{
	color: red;
}
.green{
	/*color: #367936;*/
	color: #009688;
}
.gray{
	color: gray;
}
