.saas-detail {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.saas-detail-top {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
}
.saas-detail-header {
    display: flex;
    position: sticky;
    padding: 24px 64px;
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 10;
}
.saas-detail-titlebox {
    // margin: 0 auto;
}
.saas-detail-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #0e1822;
}
.saas-detail-sub {
    margin-top: 8px;
}
.saas-title-line {
    // display: none;
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #1ed080;
    margin-right: 8px;
    vertical-align: middle;
}

.saas-detail-backbox {
    display: flex;
    align-items: center;
    position: absolute;
    left: 24px;
    top: 24px;
}
.saas-detail-back {
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #dbdee7;
    width: 24px;
    height: 24px;
    justify-content: center;
    color: #a1a5b2;
    cursor: pointer;

    &:hover {
        background: rgb(247, 249, 251);
    }
}
.saas-detail-content {
    padding: 0px 64px 24px;
    flex: 1;
    // overflow-x: auto;
    // overflow-y: auto;
}
.saas-detail-footer {
    // position: absolute;
    padding: 16px 24px;
    background: #fff;
    text-align: center;
    box-shadow: 8px 0px 12px 0px rgba(161, 165, 178, 0.1);
    border-radius: 0px 0px 0px 0px;
    border-top: 1px solid #dbdee7;
    z-index: 5;
}

.saas-steptop-btn {
    display: flex;
    align-items: center;
}
