.hot_tabs{
	width: 100%;
	padding: 0 .32rem;
	background: #fff;
	height: .8rem;
	line-height: .8rem;
	font-size: .28rem;
	margin-bottom: .16rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}
.hot_tabs span{
	color: #353535;
}
.hot_tabs ul{
	float: right;
	overflow: hidden;
}
.hot_tabs ul li{
	float: left;
	color: #333333;
	position: relative;
}
.hot_tabs ul li:first-child{
	margin-right: .5rem;
}
.hot_tabs ul li:first-child::after{
	content: "";
	position: absolute;
	right: -.25rem;
	top: .22rem;
	width: 1px;
	height: .28rem;
	background: #BBBBBB;
}
.hot_tabs ul li.on{
	color: #01B2B6;
	font-weight: bold;
}
.hot_list{
	line-height: initial;
	padding-top: .72rem;
}
.hot_list ul li{
	margin-top: .16rem;
	background: #ffffff;
	padding: .32rem;
	position: relative;
}
.hot_list ul li:first-child{
	margin-top: .16rem;
}
.hot_list ul li a{
	display: block;
}
.hot_list ul li .discussion_hed{
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center
}
.hot_list ul li .discussion_hed h3{
	color: #353535;
	font-size: .32rem;
	width: 70%;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
}
.hot_list ul li .discussion_hed h3 .icon_jing{
	background: url(../../Images/Product/sy_icon_ht3.png) no-repeat;
	background-size: 100% 100%;
	width: .36rem;
	height: .36rem;
	display: inline-block;
	margin-right: .08rem;
}
.hot_list ul li .discussion_hed h3 .icon_re{
	background: url(../../Images/Product/sy_icon_tag_r.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	display: inline-block;
	margin-left: .08rem;
}
.hot_list ul li .discussion_hed h3 .icon_huo{
	background: url(../../Images/Product/search/icon_huo.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	display: inline-block;
	margin-left: .08rem;
}
.hot_list ul li .discussion_hed h3 .icon_xin{
	background: url(../../Images/Product/search/icon_xin.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	display: inline-block;
	margin-left: .08rem;
}
.hot_list ul li .discussion_hed h3 b{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 75%;
	display: inline-block;
	position: relative;
}
.hot_list ul li .discussion_hed span{
	color: #999;
	font-size: .24rem;
	flex: 1;
	text-align: right;
}
.hot_list ul li .discussion_hed span .icon_cor{
	background: url(../../Images/color.png) no-repeat;
	background-size: 100% 100%;
	width: .12rem;
	height: .2rem;
	display: inline-block;
	position: relative;
	top: .02rem;
	margin-left: .08rem;
}
.hot_list ul li .discussion_con{
	padding: .2rem 0 .36rem 0;
	color: #666;
	font-size: .28rem;
	display: flex;
}
.hot_list ul li .discussion_con.flex_con{
	padding-bottom: 0;
}
.hot_list ul li .discussion_con .elli_txt{
	flex: 1;
}
.hot_list ul li .discussion_con span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}
.hot_list ul li .discussion_con img{
	width: 1.8rem;
	height: 1.8rem;
	margin-left: .24rem;
}
.hot_list ul li .discussion_fot{
	color: #999;
	font-size: .24rem;
}
.hot_list ul li .discussion_fot.flex_fot{
	position: absolute;
	bottom: .32rem;
}
.hot_list ul li .discussion_fot span:last-child{
	padding-left: .2rem;
}


/**/
.button_down{
	background: #f7f7f7;
	text-align: center;
	padding: .3rem 0;
	color: #999;
	font-size: 0.26rem;
	position: relative;
}
.button_down::after,
.button_down::before{
	content: "";
	width: 10%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: .45rem;
}
.button_down::after{
	left: 22%;
}
.button_down::before{
	right: 22%;
}
