@charset "utf-8";

/* 文本域 */

.zl-textarea {
	border-top: 4px solid #ff641e;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: #fff;
	padding: 10px 15px 15px;
}

.zl-textarea02 {
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.zl-textarea03 {
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}

.zl-text-content { line-height: 25px; }

.zl-text-content02 {
	line-height: 20px;
	font-size: 12px;
}

.zl-text-content02 .text_title {
	font-size: 14px;
	color: #ff641e;
	font-weight: bold;
}

.zl-text-title {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 8px;
}

.product-comment {
	padding: 8px;
	background-color: #fafafa;
	border: 0;
	width: 100%;
	height: 300px;
	line-height: 25px;
}

