.header_address_add {
    margin-bottom: 15px;
    display:flex;
    align-items: center;
    font-size: 13px;
}

.header_address_add .add_address_btn {
    border: 1px solid #ff6300;
    margin-right: 15px;
    padding: 0 10px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    color:#ff6300;
    cursor: pointer;
}


.add_form_box .el-input__inner:focus, .add_form_box .is-focus .el-input__inner {
    border-color: #ff6300 !important;
}

.gd_wid {
    width: 320px;

}




.address_list .address_list_item {
    padding: 15px;
    border: 1px solid #f3f3f3;
    position: relative;
    margin-bottom: 15px;
    line-height: 27px;
}

.address_list_item .clear_spot {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    cursor: pointer;
}

.address_list_item .address_item_label {
    font-size: 20px;
}

.edit_box {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.nisds{
    background-color: #0d00ff;
    backface-visibility: hidden;
    empty-cells: show;

}


.edit_box .edit_btn {
    color: #409eff;
    margin-right: 7px;
    cursor: pointer;
}
·

.edit_box .delete_btn {
    color: #ff0000;
    cursor: pointer;
}