body{
	padding-bottom: 1rem;
}
.empty_address{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.4rem;
	margin-top: -1.54rem;
}
.empty_address img{
	width: 2.5rem;
}
.empty_address p{
	font-size: .34rem;
	color: #666;
	margin-top: .34rem;
}
.address_wrap{
	display: none;
}
.address_list{
	width: 100%;
	height: 100%;
}
.address_list li{
	border-top: .01rem solid #e3e3e3;
	padding-left: .3rem;
	padding-right: .3rem;
	background: #fff;
	height: 1.38rem;
	padding-top: .2rem;
	box-sizing: border-box;
}
.address_list li span{
	font-size: .34rem;
	color: #333;
}
.address_list li span:nth-of-type(2){
	float: right;
}
.address_list li p{
	color: #333;
	font-size: .28rem;
	margin-top: .34rem;
	
}
.operate{
	height: .8rem;
	display: flex;
	align-items: center;
	background: #fff;
	border-top: .01rem solid #e3e3e3;
	position: relative;
}
.operate img{
	margin-left: .3rem;
}
.operate span{
	margin-left: .3rem;
	font-size: .3rem;
	color: #ffba00;
}
.edite{
	position: absolute;
	height: 100%;
	line-height: .8rem;
	right: .3rem;
	color: #666666;
	font-size: .3rem;
}
.add_address{
	position: fixed;
	bottom: 0;
	width: 100%;
	height:1rem;
	color: #fff;
	background: #ffba00;
	font-size: .32rem;
	border-top: .01rem solid #eae8e5;
	text-align: center;
	line-height: .98rem;
}
