/* 提交 收起按钮 */
.i-question-btn, .i-submit-btn {
	background: #6bc30d;
}
.i-question-btn, .i-submit-btn {
	float: right;
	width: 120px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 10px;
}
.answer-fl1-bt a:hover {
	color: #FFF !important;
}
.btn-toggle {
	float: left;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: #4da635;
	width: 70px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
/* 提交 收起按钮 end*/
