.go-wizard {
  position: relative;
  background-color: @whiteFFF;
  .wizard-steps {
    box-sizing: border-box;
    padding: 20px 0 15px 20px;
    margin: auto;
    border-bottom: 1px solid @border_color;
  }
  .go-wizard-bottom {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #263238;
    bottom: 0;

    .toolbar {
      padding-right: 20px;
      .go-btn-simple {
        margin-left: 5px;
      }
    }
  }

  .go-wizard-body {
    /*display: none;*/
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    .go-wizard-title {
      padding: 0 80px 0 20px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      overflow: hidden;
      border-radius: 2px 2px 0 0;
      background-color: @whiteFFF;
      border-bottom: 1px solid @border_color;
    }
  }
}
//dialog头部颜色背景
.main_page_header{
    background-color: #fafafa;
}
