.btn_sub{
	width: 300px;
	height: 34px;
	background-color: #e8e8e8;
	border: none;
	color: #666;
	font-size: 14px;
	border-radius:5px;
}
.vaild_btn{
	width: 300px;
	height: 34px;
	background-color: #00BFEB;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius:5px;
}
.txt_no{
	background-color: #fff;
	width: 300px;
	height: 34px;
	font-size: 14px;
	border: 1px solid #00BFEB; 
	border-radius:5px;
	color: #00BFEB;
}
.txt_vaild{
	background-color: #fff;
	width: 210px;
	height: 34px;
	font-size: 14px;
	border: 1px solid #00BFEB; 
	border-radius:5px;
	color: #00897b;
}
.txt_img{
	border: 1px solid #00BFEB; 
	border-radius:5px;
	color: #00897b;
}
.find_father{
	width:100%;
	height: 100%;
	display: flex;
	flex-direction:column;
}
.find_con{
	width:320px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-around;
}
.find_fin{
	width:100%;
}
.find_fin_def{
	width:80%;
	margin: 0 auto;
	
}
.fin_d{
	color: #00BFEB;
	text-align: center;
}
.fin_d p {
	font-size: 18px;
}
.fin_table{
	width:100%;
	height: 100%;
	color: #00BFEB;
	border:1px solid #00BFEB;
	font-size:16px;
}
.fin_table tr th{
	border:1px solid #00BFEB;
	text-align: center;
}
.fin_table tr td{
	border:1px solid #00BFEB;
	text-align: center;
}