body{
    background: #fff;
}
.header{
    position: relative;
}
.icon_left{
    position: absolute;
    top: 30.5px;
    left: 0;
    font-size: 30rpx !important;
}

.header_name{
    position: absolute;
    top: 25.5px;
    left: 27px;
    font-size: 18px;
}

.address_box{
    position: absolute;
    width: 351px;
    height: 530px;
    top: 48px;
    margin:0 12px;
}

.address_list{
    width: 335px;
    min-height: 61px;
    margin: 8px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 10px -5px #bcbcbc; 
    box-shadow: 0px 0px 10px -5px #bcbcbc;
}

.whether_choose{
    margin:17px;
    width: 15px;
    height: 15px;
}
.icon_edit{
    margin: 17px;
    width: 16px;
    height: 16px;
}
.user_info{
    width: 250px;
    padding: 12px;
    font-size: 12px;
    height: auto;
    word-wrap: break-word;
    word-break: normal;
    
}

.addressee{
    position: relative;
    height:25px;
    line-height: 25px;
    color:#333333;
    font-weight: 600;
}

.addressee_phone{
    color: #999999;
    margin-left: 8px;
    font-weight: 500;
}
.address_detail{
    height:25px;
    line-height: 25px;
    color:#333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.default{
    position: absolute;
    top: 4px;
    width: 27px;
    height: 15px;
    margin-left: 145px;
}

.add_btn{
    position: absolute;
    bottom: 15px;
    left: 12px;
    font-size: 18px;
    width: 351px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    background: #FE7002;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FE7002, #FE6203);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FE7002, #FE6203);
}
.icon_add{
    font-size: 18px;
}

.no_address_img{
    width: 251px;
    margin-left: 50px;
    height: 251px;
}

.no_address_msg{
    width: 151px;
    margin-left: 100px;
    font-size: 14px;
    text-align: center;
    color:#666;
}
.delete{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.choose{
    width: 50px;
    height: 50px;
    line-height: 50px;
}