.el-drawer-address .drawer-search{
    display: flex;
    justify-content: flex-end;
    padding:0 24px;
    padding-top: 32px;
}
.el-drawer-address .drawer-search .input{
    width: 160px;
    border-radius: 4px;
    border:1px solid #F1F3F8;
    padding-right: 7px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.el-drawer-address .drawer-search .input input{
    width: 1px;
    flex:1;
    padding:0 9px;
    height: 26px;
    font-size: 12px;
    border:none;
}
.el-drawer-address .drawer-search .input img{
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.el-drawer-address .drawer-list{
    padding:0 24px;
    margin-top: 16px;
    padding-bottom: 16px;
    overflow-y: scroll;
    height: calc(100vh - 136px);
}
.el-drawer-address .drawer-list .item{
    margin-top: 16px;
    border:1px solid #F1F3F8;
    padding:23px 20px;
    border-radius: 8px;
}
.el-drawer-address .drawer-list .item:nth-child(1){
    margin-top: 0;
}
.el-drawer-address .drawer-list .item .title{
    display: flex;
    color:#494A59;
    align-items: center;
}
.el-drawer-address .drawer-list .item .title img{
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 13px;
}
.el-drawer-address .drawer-list .item .address{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 12px;
    color:#B3B3BA;
    padding-left: 29px;
    margin-top: 1px;
}
.el-drawer-address .drawer-list .item .address a{
    display: flex;
    color:#fff;
    background: #525AFF;
    font-size: 12px;
    border-radius: 4px;
    width: 56px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}