.ttk-edf-app-step-form{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    &-title{
        width: 100%;
        height: 85px;
        overflow: hidden;
        padding: 15px 24px;
        border-bottom: 1px solid #eee;
        background: #fff;
        h2{
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 10px;
        }
        p {
            font-size: 12px;
            line-height: 20px;
        }
    }
    &-main{
        width: 100%;
        overflow: auto;
        padding: 25px 24px;
        background: #fff;
        flex: 1;
        &-content{
            width: 600px;
            height: auto;
            overflow: hidden;
            padding: 24px;
            margin: 0 auto;
            &-showSuccess{
                & > div{
                    text-align: center;
                    margin:  15px 0;
                }
                i{
                    font-size: 40px;
                    color: @primary-color;
                }
                &-1{
                    font-size: 16px;
                    text-align: center;
                }
                &-2{
                    font-size: 12px;
                    text-align: center;
                }
            }
        }
        .mk-select {
            width: 100%;
        }
        .mk-form-item{
            margin-bottom: 15px;
        }
    }
    &-footer{
        background: #fff;
        width: 100%;
        height: 65px;
        border-top: 1px solid #eee;
        padding: 17px;
        text-align: center;
        .mk-btn{
            margin: 0 4px;
        }
    }
}