/*在线交流*/
.connect-talk{
	width: 600px;
	margin: 0 auto;
}
.connect-talk .input-row{
	margin-bottom: 22px;
}
.connect-talk .ui-textarea,.connect-talk .ui-input{
	font-size: 16px;
	color: #333;
	display: block;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 21px;
	width: 556px;
	height: 38px;
	outline: none;
}
.connect-talk .ui-textarea{
	height: 220px;
	padding: 14px 21px;
	line-height: 22px;
	font-family: "Microsoft Yahei";
	-webkit-resize: vertical;
	-moz-resize: vertical;
	resize: vertical;
}
.connect-talk .btn-row{
	text-align: center;
	margin: 24px 0 25px;
}
.connect-talk .btn-row button{
	width: 197px;
	height: 50px;
	color: #fff;
	background: #7cba3d;
	font-size: 20px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}
.connect-talk .tip{
	text-align: center;
	font-size: 14px;
	color: #8e8d8d;
}
.connect-talk .tip strong{
	color: #4b4b4b;
}