.address-list{
	background-color: white;
}
.address-list ul li{
	padding: 0.5rem;
	height: 3.8rem;
	width: 15rem;
	border-bottom:1px solid #DFDFDF;
	font-size: 0.6rem;
	color: #82737A;
}
.address-list ul li p{
	line-height: 1.26rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.address-info{
	width: 12.5rem;
	float: left;
}
.address-set{
	width: 2.5rem;
	float: left;
}
.default-tip{
	height: 1.9rem;
	width: 100%;
	float: left;
}
.address-set label{
	display: block;
	width: 2.4rem;
	height: 0.9rem;
	background-color: #C91623;
	color: white;
	border-radius: 2.4rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.address-edit{
	height: 1.9rem;
	width: 100%;
	float: left;
}
.address-edit a{
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../img/edit.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 0.325rem;
}
