/*兑换弹窗*/
.integral-pupop{
	position: fixed;
	bottom: 0;

	width: 100%;
	height: 13.5rem;
	background: #fff;
	border-radius: 0.4rem 0.4rem 0 0;
}
.integr{
	padding: 1.25rem 1.1rem 1rem;
} 
.integr-img{
	width: 4.5rem;
	height: 4.5rem;
	overflow: hidden;	
	border-radius: 0.4rem;
	margin-right: 0.6rem;
}
.integr-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.integr-text{
	width: 50%;
}
.integr-text h1{
	font-size: 0.6rem;
	color: #000000;
	line-height: 0.75rem;
	margin: 0.6rem 0 0.75rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.integr-text p{
	font-size: 0.75rem;
	color: #f39700;
}
.integr .close {
	float: right;
}
.integr .close img{
	width: 1.1rem;
}

.select-address{
	line-height: 1.15rem;
	margin: 0 1.3rem;
	font-size: 0.65rem;
	background:url('../images/right2.png') no-repeat right center;
	background-size: 0.3rem;
	color: #000;
}
.select-address img{
	width: 0.7rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	position: relative;
	top: -0.01rem;
}

.select-address-2{
	line-height: 1.15rem;
	margin: 0 1.3rem;
	font-size: 0.65rem;
	background:url('../images/right4.png') no-repeat right center;
	background-size: 0.25rem;
	color: #000;
	padding-right: 1rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-break:break-all;
}
.select-address-2 img{
	width: 1.15rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	position: relative;
	top: -0.01rem;
}

.integr-btn{
	margin: 0 0.6rem;
}
.integr-btn  button{
	width: 100%;
	height: 2.3rem;
	line-height: 2.3rem;
    margin-top: 2rem;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 3rem;
    text-align: center;
    background: linear-gradient(0deg,#f39700,#f8bd5d);
}