.hide{
	display: none;
}
.yellow{
	color: #f60;
	margin-top: 26px;
	display: inline-block;
	font-size: 22px;
}
.result_preview_table .rp_t_shadow._active .rp_t_th_content, .result_preview_table .rp_t_shadow:hover .rp_t_th_content{
	border-left: 1px solid #d8f2ec;
	border-right: 1px solid #d8f2ec;
}
.verify_example .free_submit{
	display: inline-block;
	text-align: center;
}
.home_free_btn{
	background-color: #ffbe23;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	outline: none;
	width: 207px;
	z-index: 1000;
	display: inline-block;
	text-align: center;
}
.section .main a{
	-webkit-box-shadow: 0 0 4px rgba(0,202,151,.34);
	background-color: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,202,151,.34);
	color: #00ca97;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin: 64px auto 71px;
	outline: none;
	width: 257px;
	display: inline-block;
	text-align: center;
}
.section .main a:hover {
	opacity: .8;
}
