.integral-1{
	height: 6.55rem;
	color: #fff;
	overflow: hidden;
	text-align: center;
	background: #f6f5f3 url('../images/user-bg.png') no-repeat center center;
	background-size: cover;
}
.integral-1 p{
	margin-top: 1.5rem;
}
.integral-1 h1{
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
}





/*商品列表*/
.integral-product{
	margin: 0.5rem 3% 0;
}
.integral-product ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.integral-product ul li{
	width: 48.4%;
	overflow: hidden;
	border-radius: 0.5rem;
	background: #fff;
	margin-bottom: 0.5rem;
}
.product-img{
	height: 6.25rem;
}
.product-img img{
	height: 100%;
	object-fit: cover;
}
.product-text{
	padding: 0.75rem 0.4rem 0.5rem;
}
.product-text h1{
	font-size: 0.6rem;
	margin-bottom: 0.2rem;
	height: 1.5rem;
	line-height: 0.75rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-text span{
	color: #f39700;
	font-size:0.6rem; 
	width: 48%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-text p{
	font-size:0.5rem; 
	text-align: right;
	width: 50%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-text .exchange-btn{
	width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.6rem;
    border-radius: 3rem;
    text-align: center;
    background: linear-gradient(0deg,#f39700,#f8bd5d);
}









/*当前积分*/
.integral-2{
	padding: 1.6rem 8.8%;
	height: 7.7rem;
	color: #fff;
	overflow: hidden;
	background: url('../images/integral-bg.png') no-repeat;
	background-size: 100%;
}
.integral-2a{
	width: 3.75rem;
	height: 3.75rem;
	margin-right: 0.7rem;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}
.integral-2a img{
	min-height: 3.75rem;
}
.integral-2b{
	margin-top: 0.8rem;
}
.integral-2b h1{
	margin-top: 0.4rem;
	font-size: 1.15rem;
	font-weight: bold;
}



/*积分明细*/
.integral-3{
	
}
.integral-3 li{
	overflow: hidden;
	padding: 0.4rem 0.6rem 0.2rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #e5e5e5;
}
.integral-3 .integral-title{
	width: 74%;
}
.integral-3 .integral-title h1{
	font-size: 0.7rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.integral-3 .integral-title p{
	font-size: 0.55rem;
}
.integral-3 .integral-num{
	width: 26%;
	text-align: right;
	line-height: 2rem;
	font-size: 0.75rem;
	color: #604c3f;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.integral-3 .increase{
	color: #f39700;
}

