/* ------------------------------------------
 * IT书包
 * 网址：www.itshubao.com
 * 整理：yinq<3331653644@qq.com> 
 -------------------------------------------- */
.textarea-wrapper {
	width: 50%;
	margin: 100px auto;
}
.textarea-block {
	position: relative;
}
.textarea-item {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	padding: 10px;
	resize: none;
	color: #aaa;
}
.textarea-count {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #000;
}
.textarea-btn {
	margin-top: 10px;
}
