.header{
	border: none;
}
.information_list li{
	background: #fff;
	padding-left: .3rem;
	padding-right: .3rem;
	height: 1.02rem;
	color: #333;
	font-size: .34rem;
	border-top: .01rem solid #e1e8e5;
}
.information_list li:nth-of-type(1),.information_list li:nth-of-type(2),.information_list li:nth-of-type(3){
	line-height:1.02rem;
}
.information_list li:nth-of-type(1) span:nth-of-type(2){
	margin-left: .64rem;
}

.information_list li:nth-of-type(2) span:nth-of-type(2){
	margin-left: .32rem;
}
.information_list li:nth-of-type(3) span:nth-of-type(2){
	float: right;
	display: inline-block;
	line-height: 1.02rem;
}
.information_list li:nth-of-type(4){
	height: 1.8rem;
	font-size: .26rem;
	color: #333;
	padding-top: .3rem;
	box-sizing: border-box;
}
.operate{
	margin-top: .28rem;
	height: 1.02rem;
	display: flex;
	align-items: center;
	background: #fff;
	border-top: .01rem solid #e3e3e3;
	position: relative;
	line-height: 1.02em;
}
.operate img{
	margin-left: .3rem;
}
.operate span{
	margin-left: .34rem;
	font-size: .34rem;
	color: #333;
}
.edite{
	position: absolute;
	height: 100%;
	line-height: 1.02rem;
	right: .3rem;
	color: #666666;
	font-size: .3rem;
}
.delete_address{
	margin: .58rem .4rem .3rem .4rem;
	text-align: center;
	height: .84rem;
	line-height: .84rem;
	font-size: .32rem;
	color: #f00;
	background: #fff;
}
.save{
	margin-left: .4rem;
	margin-right: .4rem;
	text-align: center;
	height: .84rem;
	line-height: .84rem;
	font-size: .32rem;
	color: #fff;
	background: #ffba00;
}
