/*步骤内容容器样式*/
.xgui-steps-content {
    margin-top: 24px;
    /* min-height: 200px; */
    padding: 24px 0;
}

/*步骤操作按钮容器样式*/
.xgui-steps-action {
    margin-top: 24px;
    text-align: center;
}

/*步骤底部描述容器样式*/
.xgui-steps-description {
    margin-top: 24px;
}