.open-app {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: 44px;
    padding: 0 15px;
    border-top: 1px solid $border_ddd;
    background: $white;

    .left {
        font-size: $font_12;
        color: $color_555;
    }

    .right {
        width: 88px;
        height: 22px;
        line-height: 22px;
        border: 1px solid $active;
        border-radius: 11px;
        color: $active;
        font-size: $font_12;
        background: transparent;
        text-align: center;
    }
}