body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.addressobox{
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.addressobox .box{
	border: 1px solid #E4E4E4;
	position: relative;
	padding:0 11px;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 166px;
}
.addressobox .box:nth-child(3n){
	margin-right: 0;
}
.addressobox .box p{
	color: #999999;
	margin-top: 8px;
	display: flex;
}
.addressobox .box p span{
	color: #333;
	flex:1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px
}
.addressobox .setlump{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 12px 0;
	font-size: 12px;
}
.addressobox .setlump span{
	color: #217FED;
	cursor: pointer;
}
.addressobox .setlump span.on{
	background:rgba(255,162,0,.1);
	padding: 0 6px;
	line-height: 24px;
	border-radius: 3px;
	color: #FFA200;
}
.addressobox .setlump a{
	width:90px;
	height:32px;
	background:#E1251B;
	border-radius:2px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 36px;
}
.delbtn{
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	display: none;
	cursor: pointer;
}
.addressobox .box:hover .delbtn{
	display: block;
}
.addressobox .add{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #666;
	font-size: 16px;
	height: 166px;
	width: 300px;
	padding: 0;
}
.addressobox .add img{
	margin-bottom: 10px;
	width: 50px;
}
