/**** 免费产品首页底部推荐202201 ****/

.freeRecom {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freeRecom_tab {
	float: left;
	width: 100%;
	padding: .15rem 0 .35rem 0;
	background: linear-gradient(to right, #ef9034, #f4b840);
	border-radius: .2rem .2rem 0 0;
}
.freeRecom_tab a {
	float: left;
	width: 50%;
	line-height: .6rem;
	font-size: .34rem;
	color: #fff;
	text-align: center;
}
.freeRecom_tab a:first-child {
	border-right: solid 1px #fff;
}
.freeRecom_tab a.current {
	font-weight: bold;
}
.freeRecom_tab a.current::after {
	content: "";
	display: block;
	width: 15%;
	height: .06rem;
	margin: -.06rem auto 0 auto;
	background: #fff;
	border-radius: .1rem;
}
.freeRecom_more {
	float: left;
	width: 100%;
}
.freeRecom_more a {
	float: right;
	width: .65rem;
	margin: -.8rem 0 0 0;
	background: #fcf0e6;
	border-radius: .2rem 0 0 .2rem;
	line-height: .3rem;
	font-size: .22rem;
	color: #ef9034;
	text-align: center;
}
.freeRecom_prod {
	float: left;
	width: 100%;
	padding: .3rem .2rem 0 .2rem;
	margin: -.2rem 0 0 0;
	background: #fff;
	border: solid 1px #e5e5e5;
	border-radius: .2rem;
}
.freeRecom_prod a {
	float: left;
	width: 100%;
	margin: 0 0 .3rem 0;
}
.freeRecom_prod a:nth-child(3), .freeRecom_prod a:nth-child(6) {
	padding: 0 0 .3rem 0;
	border-bottom: solid 1px #e5e5e5;
}
.freeRecom_prod a img {
	float: left;
	width: 100%;
	border-radius: .2rem;
}
.freeRecom_prod a .icon {
	float: left;
	width: 1.3rem;
}
.freeRecom_prod a .txt {
	float: left;
	width: calc(7.1rem - 2.7rem);
	padding: 0 .2rem;
	font-size: .26rem;
	color: #999;
}
.freeRecom_prod a .txt b {
	font-size: .36rem;
	color: #333;
}
.freeRecom_prod a .btn {
	float: right;
	width: 1.35rem;
	margin: .37rem 0 0 0;
	background: linear-gradient(#eb7136, #df3623);
	border-radius: .35rem;
	line-height: .55rem;
	font-size: .26rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/**** 免费产品首页底部推荐202201 ****/