/* index.wxss  我的地址  */
page{
  background-color: #f4f4f4;
}
.container{
  padding-top: 20rpx;
}
.each_address{
  height: 134rpx;
  padding: 46rpx 36rpx 0 44rpx;
  position: relative;
  border-bottom: 1rpx solid #e6e6e6;
  background-color: #fff;
}
.user_name{
  font-size: 36rpx;
  color: #333;
  padding-bottom: 24rpx;
}
.user_name text{
  padding-left: 70rpx;
}
.user_addr{
  font-size: 30rpx;
  color: #999;
}
/* 选择地址 */
.select_address{
  width: 49rpx;
  height: 45rpx;
  position: absolute;
  top: 0;
  left: 0;
}
/*  删除地址  */
.delete_address{
  width: 35rpx;
  height: 38rpx;
  position: absolute;
  top:50%;
  right: 36rpx;
  margin-top: -19rpx;
}
/*  添加新地址  */
.add_btn{
  width: 100%;
  height: 92rpx;
  font-size: 32rpx;
  font-weight: bold;
  line-height: 92rpx;
  text-align: center;
  color: #39718a;
  margin-top: 52rpx;
  background-color: #fff;
}