.user {
	font-size: 0.88rem;
	width: 100%;
	min-width: 750px;
	background: #f1f4f5;
}
/* 中心 */
.user main {
	padding-top: 5rem;
    height: 100%;
	margin-top: 3.75rem;
	padding-bottom: 6.5rem;
}
.user_main{
	display: flex;
	justify-content: space-between;
}
/* 右侧 */
.user_left{
	width: 85%;	
}
.left_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.25rem;
	height: 6rem;
	background: #fff;
}
.usericon{
	width: 6.25rem;	
	background: #efefef;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boon{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 6rem;
}
.boon_left{
	flex: 1;
	padding: 0 1.87rem;
}
.boon_left p{
	color: #666;
	font-size: 0.81rem;
	padding-bottom: 0.5rem;
}
.boon_right p{
	color: #999;
	font-size: 1rem;
	padding-bottom: 0.5rem;
}
.boon_right{
	flex: 1;
	padding: 0 1.87rem;
	border-left: 1px solid #cfcfcf;
}
.boon_right ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.81rem;
}
.boon_right ul li{
	width: 25%;
	height: 1.63rem;
	line-height: 1.63rem;
	margin-right: 1rem;
	color: #666;
	text-align: center;
}
.boon_right ul li a{
	display: inline-block;
	width: 100%;
}
.boon_right em{
	padding-left: 0.2rem;
	font-style: normal;
	color: #fc4700;
}
.boon_right ul li:hover a{
	color: #fff !important;
}
.top_hover{
	background: #fc4700;
}
.top_hover em{
	color: #fff !important;
}
.news{
	background: #fc4700;
	text-align: center;
}
.news a{
	color: #fff !important;
}
.left_center{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6rem;
	margin-bottom: 1.25rem;
}
.left_boon{
	background: #fff;
	width: 49%;
	padding:1.25rem;
	align-content: center;
	height: 100%;
}
.left_boon p {
    color: #999;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}
.left_boon ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.81rem;
}
.left_boon ul li{
	width: 25%;
	height: 1.63rem;
	line-height: 1.63rem;
	margin-right: 1rem;
	color: #666;
	text-align: center;
}
.left_boon ul li a{
	display: inline-block;
	width: 100%;
}
.left_boon ul li:hover a{
	color: #fff !important;
}
.bottom_hover{
	background: #fc4700;
}
.bottom_hover em{
	color: #fff !important;
}
.left_boon em{
	padding-left: 0.2rem;
	font-style: normal;
	color: #fc4700;
}
.left_bottom{
	padding: 1.25rem;
	background: #fff;
}
/* 精选优福 */
.user_items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.user_list{
	width:calc(25% - 1rem);
	height: 17vw;
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.user_list:hover{
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 9%);
}
.user_list_img{
	height:70%;
	width: 100%;
}
.user_list img{
	width: 100%;
	height: 100%;
}
.user_list_info{
	height:30%;
	width: 100%;
	padding: 0 1rem;
}
.item_price{
	color: #FC4700;
	font-size: 0.88rem;
	font-weight:600;
}
.item_price .icon-jindou{
	color: #fc4700;
	font-size: 0.69rem;
	padding-right: 0.3rem;
}
.item_text{
	margin: 0.5rem 0;
	color: #666;
	font-size: 0.81rem;
	height:2.3rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

