.module_23 p{margin: 0;}
.module_23 a{text-decoration:none;}
.module_23{box-sizing: border-box;background-color: transparent;
	background-size: 100%;
	margin-bottom: 15px;
	max-width: 750px;
	margin: 0 auto;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    /*background-image: url(../../../assets/images/ranking_bg_5.png);*/
}
.module_23 .hot_sell_page{
	width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
    background-color: transparent;
    padding-top: 2.2rem;
}
.module_23 .hot_sell_page .category_title{
	margin: 0;
    font-size: 24px;	
    text-align: center;
    margin-bottom: 20px;
}
.module_23 .hot_sell_page .activity{
	display: flex;
    justify-content: center;
    height: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}
.module_23 .hot_sell_page .activity ul{
	list-style: none;
    padding: 0;
    margin: 0;
    line-height:18px;
    font-size:16px;
}
.module_23 .hot_sell_page .hot_sell_list{
	list-style: none;
    padding: 0;
    margin: 0;
   
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item{
	width: 100%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 6%);
	background-color: #FFF;
	padding: 10px;
	border-radius: 12px;
	position: relative;
	margin-bottom: 12px;
	box-sizing: border-box;
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a{display: flex;    position: relative;}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_img{
	height: 120px;
	width: 120px;
	margin-right: 10px;
}
.hot_sell_img img{
	width: 100%;
	height: 100%;
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_title{
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: -webkit-box;
	-webkit-line-clamp: 2;*/
	white-space:nowrap;
	-webkit-box-orient: vertical;
	 line-height: 18px;
	 margin-bottom: 10px;
    font-weight: 600;   
    color: #333;
}
.hot_sell_label{
	padding: 2px 5px;
    border-radius: 25px;
    font-size: 12px;
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main{
	width: calc(100% - 150px);
	position: relative;
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .hot_sell_price{
	display: block;
    margin-top: 15px;
    /*color: #e2446b;*/
    font-size: 16px;
    position: absolute;
    bottom: 20px;
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .hot_sell_price del{
	color: #999;
	font-size: 12px;
	margin-left: 10px;
	font-weight: 500;
}
.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .buy_now{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    border-radius: 12px;
    font-size: 12px;
}
.sales_list{
	position: absolute;
    left: 8px;
    top: 0;
    z-index: 6;
    width: 28px;
    height: 29px;
    font-size: 13px;
    line-height: 26px;
    color: #969799;
    font-weight: 700;
    font-family: Avenir Next Condensed;
    text-align: center;
    background-image: url('../../../assets/images/ranking_marks_sprite.png');
    background-size: 27px;
    background-repeat: no-repeat;
}
@media(max-width: 600px){
	.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .hot_sell_price{bottom:28px;}
	.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main{width: calc(100% - 120px);}
	.module_23 .hot_sell_page{padding-top:1.2rem;}
}
@media(max-width: 320px){
	.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_img{width: 100px;}
	.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_title{margin-bottom:5px;font-size: 12px;}
	.module_23 .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .hot_sell_price{font-size: 12px;}
	.module_23 .hot_sell_page .hot_sell_list .hot_sell_item{padding: 5px;}
	.module_23 .hot_sell_page{padding-top:1.1rem;}
}