.backBox {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height:30px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius:15px;
    border:1px solid #0074FF;
    font-size:12px;
    color: #0074FF;
    padding: 0px 28px;
    cursor: pointer;
    margin-left: 10px;
    word-break: keep-all;
    width: fit-content;
    .backIcon {
        height: 18px;
        width: 18px;
    }
}
.risk {
    .ktsAntX-tabs-nav{
        box-shadow: 0 1px 8px 5px rgb(222 222 222);
        border-bottom-color: #d9d9d9;
        z-index: 1;
    }
    .ktsAntX-xui-page-header-tabs{
        padding: 0;
    }
}