.account-safe{
    width: 100%;
    padding: 0px 20px 30px;
    background-color: #ffffff;
}
.safe-list{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.safe-list-left{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.safe-list-left img{
    margin-right: 30px;
    width: 40px;
    height: 40px;
}
.safe-list-left-right{
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.safe-list-left-right div:first-child{
    font-size: 16px;
    color: #333333;
}
.safe-list-left-right div:last-child{
    font-size: 12px;
    color: #666666;
}
.mar-top{
    margin-top: 30px;
}
.danger-btn-safe{
    width: 70px !important;
    height: 34px !important;
    background-color: var(--themeColor) !important;
    border-radius: 2px !important;
    padding: 0px 0px;
    border: none !important;
}