.btn_sub{
	width: 300px;
	height: 34px;
	background-color: #e8e8e8;
	border: none;
	color: #666;
	font-size: 14px;
	border-radius:5px;
}
.feek_father{
	width:100%;
	height:100%;
	
}
.feek_con{
	width:320px;
	height: 700px;
	margin: 0 auto;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content: space-around;
}
.feek_txt{
	background-color: #fff;
	width: 300px;
	height: 34px;
	font-size: 14px;
	border: 1px solid #7e1a82; 
	border-radius:5px;
	color: #7e1a82;
}
.feek_tarea{
	background-color: #fff;
	width: 300px;
	height: 250px;
	font-size: 14px;
	border: 1px solid #7e1a82; 
	border-radius:5px;
	color: #7e1a82;
}
.feek_sel{
	background-color: #fff;
	width: 300px;
	height: 34px;
	font-size: 14px;
	border: 1px solid #7e1a82; 
	border-radius:5px;
	color: #7e1a82;
}