.addressBox {
    margin-bottom: 0.5rem;
    padding: 0.3rem;
    width: 100%;
    border-radius: 5px;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #fff;
}

.addressTop,
.addressButtom {
    width: 100%;
}

.addressTop {
    border-bottom: 1px solid #f0f0f0;
    /* background-color: rgb(255, 230, 0); */
}

.addressInfo {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    /* background-color: #fff; */
}

.addressInfo p:nth-child(1) {
    margin-right: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
}

/* .addressInfo p:nth-child(2) {} */

.addressButtom {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: skyblue; */
}

.addressButtomLeft {
    flex: 1;
    display: flex;
    align-items: center;
    width: fit-content;
    /* background-color: pink; */
}

.addressButtomLeft div:nth-child(2) {
    margin-left: 0.2rem;
    line-height: 1rem;
    /* background-color: rgb(184, 121, 132); */
}

.addressIcon {
    width: 0.8rem;
    height: 0.8rem;
    /* background-color: #000000; */
}

.addressIcon img {
    max-width: 100%;
}

.addressButtomRight {
    flex: 2;
    display: flex;
    justify-content: end;
    align-items: center;
    /* background-color: rgb(255, 145, 0); */
}

.operate {
    margin: 0 0.1rem;
    padding: 0.2rem 0.3rem;
    border-radius: 5px;
}

.op1 {
    color: #636363;
    /* border: 1px solid #636363; */
}

.op2 {
    color: red;
    /* border: 1px solid red; */
}

.op3 {
    color: green;
    /* border: 1px solid green; */
}

.newaddress {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
    color: #000000;
    background-color: yellow;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}